UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 419 B
import React from 'react'; export default function PercentIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-percent ${props.className}`} viewBox="0 0 24 24" > <path d="M18.5 3.5l-15 15 2 2 15-15M7 4a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m10 10a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z" /> </svg> ); }