UNPKG

react-native-unicons

Version:
9 lines (8 loc) 519 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgPercentage(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M7.758 10.758a3 3 0 10-3-3 3.003 3.003 0 003 3zm0-4a1 1 0 11-1 1 1 1 0 011-1zm8.484 6.484a3 3 0 103 3 3.003 3.003 0 00-3-3zm0 4a1 1 0 111-1 1 1 0 01-1 1zm3.465-12.949a1 1 0 00-1.414 0l-14 14a1 1 0 101.414 1.414l14-14a1 1 0 000-1.414z" fill="currentColor"/> </Svg>); } export default SvgPercentage;