iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 944 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 SearchIcon = (props) => React.createElement("svg", { "aria-label": "search icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.707 20.294L16.314 14.9A7.928 7.928 0 0 0 18 10a7.948 7.948 0 0 0-2.344-5.656A7.942 7.942 0 0 0 10 2a7.94 7.94 0 0 0-5.656 2.344A7.944 7.944 0 0 0 2 10a7.94 7.94 0 0 0 2.344 5.656A7.94 7.94 0 0 0 10 18a7.927 7.927 0 0 0 4.9-1.685l5.393 5.393 1.414-1.414zM10 16a5.959 5.959 0 0 1-4.242-1.757A5.958 5.958 0 0 1 4 10c0-1.602.624-3.109 1.758-4.242A5.956 5.956 0 0 1 10 4c1.602 0 3.109.624 4.242 1.758A5.957 5.957 0 0 1 16 10c0 1.603-.624 3.11-1.758 4.243A5.96 5.96 0 0 1 10 16z" }));
exports.default = SearchIcon;