optimall-icons
Version:
Biblioteca de ícones do Optimall
31 lines • 2.62 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React, { forwardRef } from 'react';
export const ShoppingBag02Icon = /*#__PURE__*/forwardRef(({
className,
style,
ariaLabel,
size = 24,
width,
height,
...props
}, ref) => {
const iconSize = width || height || size;
return /*#__PURE__*/React.createElement("svg", _extends({
ref: ref,
className: className,
"aria-label": ariaLabel || "shopping, bag, 02",
style: style,
width: width || iconSize,
height: height || iconSize,
viewBox: "0 0 24 24",
fill: "currentColor",
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M15.081 10.104a.9.9 0 0 1 .815.978c-.18 1.947-1.94 3.318-3.897 3.318-1.895 0-3.607-1.286-3.875-3.136l-.021-.182-.004-.092a.901.901 0 0 1 1.783-.164l.014.092.023.163c.164.813.979 1.519 2.08 1.519 1.175 0 2.023-.803 2.104-1.682a.901.901 0 0 1 .978-.814Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 1.1a5.248 5.248 0 0 1 5.229 4.811l.104 1.267c.062.006.123.012.182.02.815.102 1.528.323 2.139.84l.215.201c.476.485.762 1.083.973 1.775.235.767.405 1.75.617 2.952l.366 2.071.207 1.19c.194 1.132.335 2.087.363 2.885.038 1.088-.126 2.05-.786 2.849-.663.801-1.575 1.137-2.645 1.291-1.043.15-2.396.148-4.066.148H9.103c-1.67 0-3.023.002-4.067-.148-1.07-.154-1.982-.49-2.644-1.291-.66-.8-.824-1.76-.786-2.849.037-1.064.276-2.408.57-4.075l.518-2.932c.148-.819.288-1.516.464-2.091.242-.79.58-1.46 1.189-1.976l.234-.18c.556-.39 1.191-.571 1.905-.66.058-.008.118-.014.178-.02L6.77 5.91l.027-.253A5.248 5.248 0 0 1 12 1.1ZM9.467 8.9c-1.25 0-2.106.002-2.758.083-.547.07-.867.187-1.102.354l-.097.074c-.246.208-.443.515-.63 1.129-.147.478-.27 1.078-.414 1.874l-.153.864-.366 2.072c-.303 1.72-.512 2.917-.543 3.825-.031.884.115 1.326.375 1.64.257.31.655.531 1.513.655.885.127 2.083.13 3.81.13h5.795c1.726 0 2.924-.003 3.81-.13.858-.124 1.256-.345 1.513-.655.259-.314.406-.756.375-1.64-.024-.681-.147-1.524-.335-2.63l-.209-1.195-.365-2.072c-.22-1.246-.372-2.1-.567-2.738-.164-.537-.336-.84-.54-1.046l-.09-.083c-.245-.207-.574-.349-1.2-.428-.651-.082-1.507-.083-2.757-.083H9.468Zm2.531-6a3.447 3.447 0 0 0-3.417 2.995l-.018.166-.087 1.04c.312-.002.643-.001.991-.001h5.065c.347 0 .676 0 .988.002l-.086-1.041a3.447 3.447 0 0 0-3.436-3.16Z",
fillRule: "evenodd",
clipRule: "evenodd"
}));
});
export default ShoppingBag02Icon;