UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.35 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 Toolbox20 = (_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("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M6.667 2.583a.75.75 0 0 0-.75.75v2.584H5a3.25 3.25 0 0 0-3.25 3.25v8.25h16.5v-8.25A3.25 3.25 0 0 0 15 5.917h-.917V3.334a.75.75 0 0 0-.75-.75H6.667Zm5.916 3.334V4.084H7.417v1.833h5.166Zm-5.916 1.5H15c.966 0 1.75.783 1.75 1.75v1.583h-2.917V10a.5.5 0 1 0-1 0v.75H7.167V10a.5.5 0 1 0-1 0v.75H3.25V9.167c0-.967.784-1.75 1.75-1.75h1.667ZM3.25 11.75v4.167h13.5V11.75h-2.917v.75a.5.5 0 1 1-1 0v-.75H7.167v.75a.5.5 0 0 1-1 0v-.75H3.25Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" }))))); }; exports.default = Toolbox20;