UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 981 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 Pallet24 = (_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: "M8.5 2a1 1 0 0 0-1 1v6H5a1 1 0 0 0-1 1v6H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1h4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1h4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-1v-6a1 1 0 0 0-1-1h-2.5V3a1 1 0 0 0-1-1h-7Zm2.5 9v5H6v-5h1v2h3v-2h1Zm2 0v5h5v-5h-1v2h-3v-2h-1Zm2 0v1h1v-1h-1Zm-7 1v-1h1v1H8Zm6.5-3V4h-1v2h-3V4h-1v5h5Zm-3-5h1v1h-1V4ZM4 18v1h16v-1H4Z" }))); }; exports.default = Pallet24;