react-icon-library
Version:
A library of SVG icons for use in reactJS projects
18 lines • 967 B
JavaScript
import React from 'react';
export default function ShopCashierWoman2(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>shop-cashier-woman</title>
<path className="cls-1" d="M1,23V20a2,2,0,0,1,2-2H21a2,2,0,0,1,2,2v3"/>
<path className="cls-1" d="M17.1,9.6a5.506,5.506,0,0,1-.8-3.054V5.3A4.3,4.3,0,1,0,7.7,5.3V6.546A5.506,5.506,0,0,1,6.9,9.6"/>
<path className="cls-1" d="M7.7,6.006A5.687,5.687,0,0,0,12,4.037a5.687,5.687,0,0,0,4.3,1.969"/>
<path className="cls-1" d="M15.787,5.984a3.791,3.791,0,0,1-7.574,0"/>
<polyline className="cls-1" points="15.537 11.96 12 16.002 8.463 11.96"/>
<path className="cls-1" d="M18.706,16A7,7,0,0,0,5.294,16"/>
</svg>);
}
//# sourceMappingURL=ShopCashierWoman2.js.map