@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.01 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 CheckoutAlt24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M9 2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h2v1H7.79a3 3 0 0 0-2.982 2.669L4.105 15H3a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-1.105l-.703-6.331A3 3 0 0 0 16.21 6H13V5h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9ZM7.79 8h8.42a1 1 0 0 1 .994.89l.679 6.11H6.117l.68-6.11A1 1 0 0 1 7.79 8Zm-2.802 9H20v3H4v-3h.988ZM16 10v2H8v-2h8Zm-6 8a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z" })));
};
exports.default = CheckoutAlt24;