UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.17 kB
'use strict'; 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 Handbag20 = (_a) => { var { fill, size = '1.25rem' } = _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 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M8.25 5.222c0-.618.198-1.112.495-1.443.291-.323.712-.529 1.255-.529.544 0 .964.206 1.255.53.297.33.495.824.495 1.442v.695h-3.5v-.695Zm-1.5.695v-.695c0-.937.302-1.804.88-2.446C8.214 2.127 9.043 1.75 10 1.75c.957 0 1.786.377 2.37 1.026.578.642.88 1.509.88 2.446v.695H15a.75.75 0 0 1 .748.692l.833 10.833a.75.75 0 0 1-.748.808H4.167a.75.75 0 0 1-.748-.808L4.252 6.61A.75.75 0 0 1 5 5.917h1.75Zm6.5 1.5h1.056l.718 9.333H4.976l.718-9.333H6.75v.916h.75-.75a.75.75 0 1 0 1.5 0H7.5h.75v-.917h3.5v.917h.75-.75a.75.75 0 0 0 1.5 0h-.75.75v-.917Z" }))); }; exports.default = Handbag20;