UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 514 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgTreasureMapFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="m2 5 7-3 6 3 6.303-2.701a.5.5 0 0 1 .697.46V19l-7 3-6-3-6.303 2.701a.5.5 0 0 1-.697-.46V5Zm4 6v2h2v-2H6Zm4 0v2h2v-2h-2Zm6-.06-1.237-1.238-1.061 1.06L14.939 12l-1.237 1.237 1.06 1.061L16 13.061l1.237 1.237 1.061-1.06L17.061 12l1.237-1.237-1.06-1.061L16 10.939Z" /> </Svg> ); export default SvgTreasureMapFill;