@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.12 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Handbag32 = (_a) => {
var { fill, size = '2rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M13 8.356c0-1.032.33-1.873.843-2.443C14.348 5.353 15.075 5 16 5s1.652.352 2.157.913c.513.57.843 1.41.843 2.443v1.311h-6V8.356Zm-2 1.31V8.357c0-1.457.47-2.795 1.357-3.78C13.252 3.58 14.525 3 16 3c1.476 0 2.748.581 3.643 1.575C20.53 5.561 21 6.9 21 8.355v1.313h3a1 1 0 0 1 .997.923l1.334 17.333A1 1 0 0 1 25.332 29H6.667a1 1 0 0 1-.997-1.077L7.003 10.59A1 1 0 0 1 8 9.667h3Zm10 2h2.074L24.254 27H7.746l1.18-15.333H11v1.666h1-1a1 1 0 1 0 2 0h-1 1v-1.667h6v1.667h1-1a1 1 0 1 0 2 0h-1 1v-1.667Z" })));
};
exports.default = Handbag32;