UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 532 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgCheckDoubleFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="m11.602 13.76 1.412 1.412 8.466-8.466 1.414 1.415-9.88 9.88-6.364-6.365 1.414-1.414 2.125 2.125zm.002-2.828 4.952-4.953 1.41 1.41-4.952 4.953zm-2.827 5.655L7.364 18 1 11.636l1.414-1.414 1.413 1.413-.001.001z" /> </Svg> ); export default SvgCheckDoubleFill;