react-icon-library
Version:
A library of SVG icons for use in reactJS projects
10 lines • 778 B
JavaScript
import React from 'react';
export default function ShoppingBagTag1(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>shopping-bag-tag-1</title>
<path d="M17.358,9H2.147A1.416,1.416,0,0,0,.753,10.434V22.567A1.415,1.415,0,0,0,2.147,24H17.358a1.416,1.416,0,0,0,1.395-1.433V10.434A1.416,1.416,0,0,0,17.358,9Z"/>
<path d="M5.253,8a1,1,0,0,0,1-1V5.5a3.5,3.5,0,0,1,7,0V7a1,1,0,0,0,2,0V5.5a5.5,5.5,0,0,0-11,0V7A1,1,0,0,0,5.253,8Z"/>
<path d="M22.734,1.729l-.707-.708a1.791,1.791,0,0,0-2.474,0L17.015,3.556A1.737,1.737,0,0,0,16.5,4.793V6.5a.75.75,0,0,0,.75.75h1.709A1.758,1.758,0,0,0,20.2,6.738L22.734,4.2a1.748,1.748,0,0,0,0-2.474Z"/>
</svg>);
}
//# sourceMappingURL=ShoppingBagTag1.js.map