UNPKG

@zh5/react-native-remix-icon

Version:
9 lines (8 loc) 462 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgStarSLine = 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 17Zm0-2.344 2.818 1.72-.766-3.21 2.506-2.147-3.29-.264-1.267-3.047-1.268 3.047-3.29.264 2.507 2.147-.766 3.21 2.817-1.72Z" /> </Svg> ); export default SvgStarSLine;