react-icon-library
Version:
A library of SVG icons for use in reactJS projects
10 lines • 909 B
JavaScript
import React from 'react';
export default function ShopCashierWoman(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>shop-cashier-woman</title>
<path d="M6.359,10.444a1,1,0,0,0,1.383-.3,5.7,5.7,0,0,0,.592-1.279,4.744,4.744,0,0,0,7.332,0,5.653,5.653,0,0,0,.592,1.279,1,1,0,1,0,1.681-1.084A4.574,4.574,0,0,1,17.3,6.548V5.3A5.3,5.3,0,1,0,6.7,5.3V6.548A4.565,4.565,0,0,1,6.06,9.061,1,1,0,0,0,6.359,10.444ZM12,8.6a2.788,2.788,0,0,1-2.788-2.66A1,1,0,0,0,9.178,5.8,5.718,5.718,0,0,0,12,4.039,5.718,5.718,0,0,0,14.822,5.8a.9.9,0,0,0-.034.136A2.788,2.788,0,0,1,12,8.6Z"/>
<path d="M5.489,17H18.511a.75.75,0,0,0,.7-1.019,7.712,7.712,0,0,0-14.422,0A.75.75,0,0,0,5.489,17Z"/>
<path d="M23,18H1a1,1,0,0,0,0,2h.5v3a1,1,0,0,0,1,1h19a1,1,0,0,0,1-1V20H23a1,1,0,0,0,0-2Z"/>
</svg>);
}
//# sourceMappingURL=ShopCashierWoman.js.map