UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 344 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgStarSFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path d="m12 17-5.877 3.59 1.598-6.7-5.23-4.48 6.865-.55L12 2.5l2.645 6.36 6.865.55-5.23 4.48 1.598 6.7L12 17Z" /> </Svg> ); export default SvgStarSFill;