@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.19 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 SearchList64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8 9.166a1.5 1.5 0 0 0 0 3h37.333a1.5 1.5 0 1 0 0-3H8ZM37.333 25.5c-6.535 0-11.833 5.298-11.833 11.833s5.298 11.834 11.833 11.834c6.536 0 11.834-5.299 11.834-11.834 0-6.535-5.298-11.833-11.834-11.833ZM22.5 37.333c0-8.192 6.641-14.833 14.833-14.833 8.193 0 14.834 6.64 14.834 14.833 0 3.556-1.252 6.82-3.338 9.375l8.232 8.231a1.5 1.5 0 0 1-2.122 2.121l-8.231-8.23a14.772 14.772 0 0 1-9.375 3.337c-8.192 0-14.833-6.642-14.833-14.834ZM6.5 24A1.5 1.5 0 0 1 8 22.5h12a1.5 1.5 0 0 1 0 3H8A1.5 1.5 0 0 1 6.5 24ZM8 35.833a1.5 1.5 0 1 0 0 3h6.667a1.5 1.5 0 0 0 0-3H8Z" })));
};
exports.default = SearchList64;