UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 414 B
import React from 'react'; export default function LabelOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-label-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M16 17H5V7h11l3.55 5m-1.92-6.16C17.27 5.33 16.67 5 16 5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h11c.67 0 1.27-.34 1.63-.85L22 12l-4.37-6.16z" /> </svg> ); }