UNPKG

react-native-unicons

Version:
9 lines (8 loc) 540 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgLottiefilesAlt(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19 2H5a3.003 3.003 0 00-3 3v14a3.003 3.003 0 003 3h14a3.003 3.003 0 003-3V5a3.003 3.003 0 00-3-3zm-2 6c-1.66 0-2.856 2.177-4.124 4.482C11.384 15.195 9.841 18 7 18a1 1 0 010-2c1.66 0 2.856-2.177 4.124-4.482C12.616 8.805 14.159 6 17 6a1 1 0 010 2z" fill="currentColor"/> </Svg>); } export default SvgLottiefilesAlt;