UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

18 lines 1.02 kB
import React from 'react'; export default function ShopCashierWoman1(props) { return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <defs> <style dangerouslySetInnerHTML={{ __html: '.a,.b{fill:none;stroke:#000;stroke-linejoin:round;stroke-width:1.5px;}.a{stroke-linecap:round;}', }}/> </defs> <title>shop-cashier-woman</title> <path className="a" d="M18.749,15.75a6.794,6.794,0,0,0-3.723-4.533L12,15,8.973,11.217A6.793,6.793,0,0,0,5.249,15.75"/> <path className="a" d="M7.876,4.97v1a5.909,5.909,0,0,1-.86,3.273"/> <path className="a" d="M16.123,4.97v1a5.91,5.91,0,0,0,.859,3.273"/> <path className="b" d="M7.887,5.189A5.484,5.484,0,0,0,12,3.289a5.484,5.484,0,0,0,4.112,1.9"/> <path className="b" d="M16.124,4.859A4.125,4.125,0,1,1,12,.75,4.125,4.125,0,0,1,16.124,4.859Z"/> <path className="a" d="M21.749,23.25v-3a1.5,1.5,0,0,0-1.5-1.5H3.749a1.5,1.5,0,0,0-1.5,1.5v3"/> </svg>); } //# sourceMappingURL=ShopCashierWoman1.js.map