react-icon-library
Version:
A library of SVG icons for use in reactJS projects
24 lines • 1.35 kB
JavaScript
import React from 'react';
export default function OptimizationTimer12(props) {
return (<svg id="Light" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<defs>
<style dangerouslySetInnerHTML={{
__html: '.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}',
}}/>
</defs>
<title>optimization-timer-1</title>
<path className="cls-1" d="M3.906,19.5H2.5a2,2,0,0,1-2-2V2.5a2,2,0,0,1,2-2h19a2,2,0,0,1,2,2v15a2,2,0,0,1-2,2H19.988"/>
<line className="cls-1" x1="0.5" y1="5.5" x2="23.5" y2="5.5"/>
<path className="cls-1" d="M4,2.75A.25.25,0,1,1,3.75,3,.25.25,0,0,1,4,2.75"/>
<path className="cls-1" d="M7,2.75A.25.25,0,1,1,6.75,3,.25.25,0,0,1,7,2.75"/>
<path className="cls-1" d="M10,2.75A.25.25,0,1,1,9.75,3,.25.25,0,0,1,10,2.75"/>
<circle className="cls-1" cx={12} cy="17.5" r={6}/>
<line className="cls-1" x1={12} y1="11.5" x2={12} y2="8.5"/>
<line className="cls-1" x1="10.5" y1="8.5" x2="13.5" y2="8.5"/>
<line className="cls-1" x1={7} y1="11.5" x2="8.287" y2="12.787"/>
<line className="cls-1" x1={17} y1="11.5" x2="15.713" y2="12.787"/>
<line className="cls-1" x1="12.177" y1="17.323" x2="14.121" y2="15.379"/>
<circle className="cls-1" cx={12} cy="17.5" r="0.25"/>
</svg>);
}
//# sourceMappingURL=OptimizationTimer12.js.map