@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.08 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 CheckoutAlt32 = (_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: "M12 3a1 1 0 0 0-1 1v1.333a1 1 0 0 0 1 1h3v2H9.79a3 3 0 0 0-2.982 2.669l-1.036 9.331H4a1 1 0 0 0-1 1V28a1 1 0 0 0 1 1h24a1 1 0 0 0 1-1v-6.667a1 1 0 0 0-1-1h-1.772l-1.036-9.331a3 3 0 0 0-2.982-2.669H17v-2h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-8Zm-2.21 7.333h12.42a1 1 0 0 1 .994.89l1.012 9.11H7.784l1.012-9.11a1 1 0 0 1 .994-.89Zm-3.135 12H27V27H5v-4.667h1.655Zm14.678-9V16H10.667v-2.667h10.666Zm-8 10.834a.5.5 0 1 0 0 1h5.334a.5.5 0 0 0 0-1h-5.334Z" })));
};
exports.default = CheckoutAlt32;