UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 405 B
import React from 'react'; export default function CodeLessThanIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-code-less-than ${props.className}`} viewBox="0 0 24 24" > <path d="M13.59 7.41L9 12l4.59 4.6L15 15.18 11.82 12 15 8.82M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14z" /> </svg> ); }