UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.54 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 PaintCan24 = (_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("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M5 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.5h1.5c.025 0 .049 0 .073.003a1 1 0 0 1 1.036.72C21.864 5.106 22 6.038 22 7a9.97 9.97 0 0 1-3 7.141V21a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-6.859A9.97 9.97 0 0 1 2 7c0-.962.136-1.894.391-2.777a1 1 0 0 1 1.036-.72C3.45 3.5 3.475 3.5 3.5 3.5H5V3ZM4 7c0-.513.048-1.015.14-1.5H5v5.376A7.964 7.964 0 0 1 4 7Zm3 6.245V7h1v2.5a1.5 1.5 0 0 0 3 0V7h6v6.245A7.966 7.966 0 0 1 12 15a7.966 7.966 0 0 1-5-1.755ZM17 6V4H7v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 1 0v-3a.5.5 0 0 1 .5-.5H17Zm2.86-.5H19v5.376a8.047 8.047 0 0 0 .86-5.376ZM7 20v-4.338A9.955 9.955 0 0 0 12 17c1.821 0 3.53-.487 5-1.338V20H7Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" }))))); }; exports.default = PaintCan24;