UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 416 B
import React from 'react'; export default function LabelVariantOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-label-variant-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M6.5 17H15l3.5-5L15 7H6.5l3.5 5-3.5 5m8.5 2H3l4.5-7L3 5h12c.69 0 1.23.3 1.64.86L21 12l-4.36 6.14c-.41.56-.95.86-1.64.86z" /> </svg> ); }