@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.51 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 Filter20 = (_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: "M4.167 3.417a.75.75 0 0 1 .75.75v1.035a2.418 2.418 0 0 1 0 4.596v6.035a.75.75 0 0 1-1.5 0V9.798a2.418 2.418 0 0 1 0-4.596V4.167a.75.75 0 0 1 .75-.75Zm0 3.166a.917.917 0 1 0 0 1.834.917.917 0 0 0 0-1.834Zm11.666-3.166a.75.75 0 0 1 .75.75v1.035a2.418 2.418 0 0 1 0 4.596v6.035a.75.75 0 0 1-1.5 0V9.798a2.418 2.418 0 0 1 0-4.596V4.167a.75.75 0 0 1 .75-.75Zm0 3.166a.917.917 0 1 0 0 1.834.917.917 0 0 0 0-1.834ZM10.75 4.167a.75.75 0 0 0-1.5 0v6.035a2.418 2.418 0 0 0 0 4.596v1.035a.75.75 0 0 0 1.5 0v-1.035a2.418 2.418 0 0 0 0-4.596V4.167ZM9.083 12.5a.917.917 0 1 1 1.834 0 .917.917 0 0 1-1.834 0Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" })))));
};
exports.default = Filter20;