UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.1 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 Checkout20 = (_a) => { var { fill, size = '1.25rem' } = _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 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M3.417 4.167a.75.75 0 0 1 .75-.75h11.666a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-.75.75H4.167a.75.75 0 0 1-.75-.75v-7.5Zm1.5 3v3.75h10.166v-3.75H4.917Zm0-1h10.166v-1.25H4.917v1.25Zm.833 2.167a.5.5 0 0 1 .5-.5h1.667a.5.5 0 0 1 0 1H6.25a.5.5 0 0 1-.5-.5Zm3.5 8.333a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm2.427-.5a1.75 1.75 0 0 0-3.355 0H5.011a1.75 1.75 0 1 0 0 1h3.311a1.75 1.75 0 0 0 3.355 0h3.312a1.75 1.75 0 1 0 0-1h-3.312Zm4.24.5a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z" }))); }; exports.default = Checkout20;