iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 984 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 SearchText = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.277 13.25a.75.75 0 01-.75.75h-6.56a.75.75 0 110-1.5h6.56a.75.75 0 01.75.75zM12.847 9.75a.75.75 0 01-.75.75h-4.13a.75.75 0 110-1.5h4.13a.75.75 0 01.75.75z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 11.499C2 6.39 6.142 2.25 11.25 2.25s9.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 = SearchText;