iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 913 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Search2 = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.25 5.75a.75.75 0 000 1.5A4.75 4.75 0 0116 12a.75.75 0 001.5 0 6.25 6.25 0 00-6.251-6.25z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 11.999C2 6.89 6.142 2.75 11.25 2.75s9.25 4.14 9.25 9.248a9.21 9.21 0 01-2.202 5.99l3.481 3.48a.75.75 0 11-1.06 1.061l-3.482-3.481a9.215 9.215 0 01-5.987 2.198c-5.108 0-9.25-4.14-9.25-9.248zm9.25-7.748a7.749 7.749 0 100 15.496 7.749 7.749 0 100-15.496z", fill: "#323544" }));
exports.default = Search2;