UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 444 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgPushpinFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="m22.313 10.175-1.415 1.414-.707-.707-4.242 4.243-.707 3.535-1.415 1.415-4.242-4.243-4.95 4.95-1.414-1.414 4.95-4.95-4.243-4.243 1.414-1.414 3.536-.707L13.12 3.81l-.707-.707 1.414-1.414 8.486 8.485Z" /> </Svg> ); export default SvgPushpinFill;