@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.29 kB
JavaScript
;
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 Pallet20 = (_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: "M7.083 1.75a.75.75 0 0 0-.75.75v5.083H4.167a.75.75 0 0 0-.75.75v5.084H2.5a.75.75 0 0 0-.75.75V17.5c0 .414.336.75.75.75h1.667a.75.75 0 0 0 .75-.75v-.083h3.5v.083c0 .414.335.75.75.75h1.666a.75.75 0 0 0 .75-.75v-.083h3.5v.083c0 .414.336.75.75.75H17.5a.75.75 0 0 0 .75-.75v-3.333a.75.75 0 0 0-.75-.75h-.917V8.333a.75.75 0 0 0-.75-.75h-2.166V2.5a.75.75 0 0 0-.75-.75H7.083Zm8 11.667H10.75V9.083h.833v1.834h2.667V9.083h.833v4.334ZM13.25 9.083v.834h-.667v-.834h.667Zm-4 0v4.334H4.917V9.083h.833v1.834h2.667V9.083h.833Zm-2.5.834v-.834h.667v.834H6.75Zm5.417-2.334V3.25h-.834v1.833H8.667V3.25h-.834v4.333h4.334Zm-2.5-4.333h.666v.833h-.666V3.25ZM3.25 14.917v1h13.5v-1H3.25Z" })));
};
exports.default = Pallet20;