UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.05 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 Checkout32 = (_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: "M5.667 6.667a1 1 0 0 1 1-1h18.666a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6.667a1 1 0 0 1-1-1v-12Zm2 4.5v6.5h16.666v-6.5H7.667Zm0-1h16.666v-2.5H7.667v2.5ZM9.5 13.334a.5.5 0 0 1 .5-.5h2.667a.5.5 0 1 1 0 1H10a.5.5 0 0 1-.5-.5Zm5 13.333a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm3.95-.5a2.5 2.5 0 0 0-4.9 0H7.783a2.5 2.5 0 1 0 0 1h5.767a2.501 2.501 0 0 0 4.9 0h5.767a2.5 2.5 0 1 0 0-1H18.45Zm6.717.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Z" }))); }; exports.default = Checkout32;