UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.04 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 SearchList48 = (_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("path", { "fill-rule": "evenodd", d: "M6 6.5a1.5 1.5 0 1 0 0 3h28a1.5 1.5 0 0 0 0-3H6Zm22 13a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17ZM16.5 28c0-6.351 5.149-11.5 11.5-11.5S39.5 21.649 39.5 28a11.45 11.45 0 0 1-2.377 7.002l5.938 5.937a1.5 1.5 0 0 1-2.122 2.122l-5.937-5.938A11.45 11.45 0 0 1 28 39.5c-6.351 0-11.5-5.149-11.5-11.5Zm-12-10A1.5 1.5 0 0 1 6 16.5h9a1.5 1.5 0 0 1 0 3H6A1.5 1.5 0 0 1 4.5 18ZM6 26.5a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3H6Z" }))); }; exports.default = SearchList48;