UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

15 lines 848 B
import React from 'react'; export default function ShoppingBagTag12(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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}', }}/> </defs> <title>shopping-bag-tag-1</title> <path className="a" d="M17.181,8.25H4.568A1.5,1.5,0,0,0,3.131,9.664l-2,11.842A1.533,1.533,0,0,0,2.569,23.25H19.18a1.532,1.532,0,0,0,1.436-1.744l-2-11.842A1.5,1.5,0,0,0,17.181,8.25Z"/> <path className="a" d="M14.56,5.307A3.766,3.766,0,0,0,10.874,2.25h0A3.765,3.765,0,0,0,7.192,5.288"/> <polygon className="a" points="20.624 0.75 18.374 3 18.374 5.25 20.624 5.25 22.874 3 20.624 0.75"/> </svg>); } //# sourceMappingURL=ShoppingBagTag12.js.map