UNPKG

react-native-remix-icon

Version:
14 lines (11 loc) 504 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgKey2Fill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M10.313 11.566l7.94-7.94 2.121 2.121-1.414 1.414 2.121 2.121-3.535 3.536-2.121-2.121-2.99 2.99a5.002 5.002 0 01-7.97 5.849 5 5 0 015.848-7.97zm-.899 5.848a2 2 0 10-2.828-2.828 2 2 0 002.828 2.828z" /> </Svg> ); } export default SvgKey2Fill;