UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 787 B
"use strict"; 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 Search1 = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.25 2.75C6.142 2.75 2 6.89 2 11.998s4.142 9.248 9.25 9.248a9.214 9.214 0 005.987-2.198l3.481 3.48a.75.75 0 101.06-1.06l-3.48-3.48a9.21 9.21 0 002.202-5.99c0-5.108-4.142-9.248-9.25-9.248zM3.5 11.998a7.749 7.749 0 017.75-7.748 7.749 7.749 0 110 15.496 7.749 7.749 0 01-7.75-7.748z", fill: "#323544" })); exports.default = Search1;