UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 528 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgFocus3Fill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="m13 1 .001 3.062A8.004 8.004 0 0 1 19.938 11H23v2l-3.062.001a8.004 8.004 0 0 1-6.937 6.937L13 23h-2v-3.062a8.004 8.004 0 0 1-6.938-6.937L1 13v-2h3.062A8.004 8.004 0 0 1 11 4.062V1zm-1 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4" /> </Svg> ); export default SvgFocus3Fill;