UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 822 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 Kanban20 = (_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: "M2.5 1.75a.75.75 0 0 0-.75.75v15c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75v-15a.75.75 0 0 0-.75-.75h-15Zm.75 15V3.25h13.5v13.5H3.25ZM5.5 5v10H7V5H5.5Zm3.75 5V5h1.5v5h-1.5ZM13 5v7.5h1.5V5H13Z" }))); }; exports.default = Kanban20;