@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.55 kB
JavaScript
'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 Paint32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M5.667 5.333A2.333 2.333 0 0 1 8 3h16a2.333 2.333 0 0 1 2.333 2.333v.834h2.334a.5.5 0 0 1 .5.5V12a.5.5 0 0 1-.397.49l-11.873 2.499a.5.5 0 0 0-.397.49V17H18a1 1 0 0 1 .97 1.242l-.298 1.195.327 8.525A1 1 0 0 1 18 29h-4a1 1 0 0 1-1-1.038l.329-8.524-.3-1.195A1 1 0 0 1 14 17h1.5v-1.522a1.5 1.5 0 0 1 1.191-1.468l11.476-2.416V7.167h-1.834V8A2.333 2.333 0 0 1 24 10.333H8A2.333 2.333 0 0 1 5.667 8V5.333ZM8 5a.333.333 0 0 0-.333.333V8c0 .184.149.333.333.333h.293L11.626 5H8Zm5.04 0L9.707 8.333h3.92L16.96 5h-3.92Zm5.92 3.333h-3.92L18.375 5h3.919L18.96 8.333ZM23.707 5l-3.333 3.333H24A.333.333 0 0 0 24.333 8V5.333A.333.333 0 0 0 24 5h-.293Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = Paint32;