UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.09 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 CheckoutAlt48 = (_a) => { var { fill, size = '3rem' } = _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 48 48" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M18 5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h4.5v3.5h-8.71a3.5 3.5 0 0 0-3.478 3.114L8.657 30.5H6A1.5 1.5 0 0 0 4.5 32v10A1.5 1.5 0 0 0 6 43.5h36a1.5 1.5 0 0 0 1.5-1.5V32a1.5 1.5 0 0 0-1.5-1.5h-2.657l-1.655-14.886A3.5 3.5 0 0 0 34.21 12.5H25.5V9H30a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H18Zm-4.21 10.5h20.42a.5.5 0 0 1 .497.445L36.324 30.5H11.676l1.617-14.555a.5.5 0 0 1 .497-.445Zm-3.808 18H40.5v7h-33v-7h2.482ZM32 20v4H16v-4h16ZM20 36a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-8Z" }))); }; exports.default = CheckoutAlt48;