@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.02 kB
JavaScript
;
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 SearchList20 = (_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("path", { "fill-rule": "evenodd", d: "M2.5 2.583a.75.75 0 1 0 0 1.5h11.667a.75.75 0 0 0 0-1.5H2.5Zm9.167 5.667a3.417 3.417 0 1 0 0 6.833 3.417 3.417 0 0 0 0-6.833ZM6.75 11.667a4.917 4.917 0 1 1 8.883 2.906l2.397 2.397a.75.75 0 0 1-1.06 1.06l-2.397-2.397a4.917 4.917 0 0 1-7.822-3.966Zm-5-4.167a.75.75 0 0 1 .75-.75h3.75a.75.75 0 0 1 0 1.5H2.5a.75.75 0 0 1-.75-.75Zm.75 3.417a.75.75 0 0 0 0 1.5h2.083a.75.75 0 0 0 0-1.5H2.5Z" })));
};
exports.default = SearchList20;