import { createIcon } from '../lib/create-icon' const SvgFaceidKeyIcon = createIcon(props => { return ( ) }) export default SvgFaceidKeyIcon