UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 965 B
'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 Checkout24 = (_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: "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5Zm2 3.5V13h12V8.5H6Zm0-1h12V6H6v1.5ZM7 10a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 7 10Zm4 10a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.937-.5a2 2 0 0 0-3.874 0H5.937a2 2 0 1 0 0 1h4.126a2 2 0 0 0 3.874 0h4.126a2 2 0 1 0 0-1h-4.126ZM19 20a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z" }))); }; exports.default = Checkout24;