UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 716 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 Search = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.605 18.606a.528.528 0 0 1-.748 0l-4.948-4.948c-1.264 1.092-2.891 1.776-4.693 1.776a7.217 7.217 0 1 1 7.217-7.217c0 1.802-.684 3.429-1.776 4.693l4.948 4.948a.53.53 0 0 1 0 .748zm-4.283-10.39a6.107 6.107 0 1 0-12.214.001 6.107 6.107 0 0 0 12.214 0z", fill: "#000", fillRule: "evenodd" })); exports.default = Search;