@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.44 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 Filter48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M10 8.5a1.5 1.5 0 0 1 1.5 1.5v2.707a5.502 5.502 0 0 1 0 10.586V38a1.5 1.5 0 0 1-3 0V23.293a5.502 5.502 0 0 1 0-10.586V10A1.5 1.5 0 0 1 10 8.5Zm0 7a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm28-7a1.5 1.5 0 0 1 1.5 1.5v2.707a5.502 5.502 0 0 1 0 10.586V38a1.5 1.5 0 0 1-3 0V23.293a5.502 5.502 0 0 1 0-10.586V10A1.5 1.5 0 0 1 38 8.5Zm0 7a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM25.5 10a1.5 1.5 0 0 0-3 0v14.707a5.502 5.502 0 0 0 0 10.586V38a1.5 1.5 0 0 0 3 0v-2.707a5.502 5.502 0 0 0 0-10.586V10Zm-4 20a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "48", height: "48", fill: "#fff" })))));
};
exports.default = Filter48;