UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

10 lines 876 B
import React from 'react'; export default function ShopCashierMan1(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-man</title> <path d="M16.75,5.25A5.25,5.25,0,1,0,11.5,10.5,5.257,5.257,0,0,0,16.75,5.25ZM11.5,8.5A3.254,3.254,0,0,1,8.25,5.25a3.21,3.21,0,0,1,.369-1.472,7.016,7.016,0,0,0,4.3,1.472,7.048,7.048,0,0,0,1.808-.243c.006.082.025.16.025.243A3.254,3.254,0,0,1,11.5,8.5Z"/> <path d="M10.889,11.946a.25.25,0,0,1,.244-.2h.734a.251.251,0,0,1,.244.2l.967,4.352a.249.249,0,0,0,.243.2l4.692.006a.75.75,0,0,0,.7-1.019,7.713,7.713,0,0,0-14.426,0,.75.75,0,0,0,.7,1.019l4.691-.006a.25.25,0,0,0,.244-.2Z"/> <path d="M24,19a1,1,0,0,0-1-1H1a1,1,0,0,0,0,2h.5v3a1,1,0,0,0,1,1h19a1,1,0,0,0,1-1V20H23A1,1,0,0,0,24,19Z"/> </svg>); } //# sourceMappingURL=ShopCashierMan1.js.map