UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 882 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 Searxng = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.716 17.261l6.873 6.582L24 20.282l-6.824-6.536a9.11 9.11 0 001.143-4.43c0-5.055-4.105-9.159-9.16-9.159S0 4.261 0 9.316c0 5.055 4.104 9.159 9.159 9.159a9.11 9.11 0 004.557-1.214zM9.159 2.773a6.546 6.546 0 016.543 6.543 6.545 6.545 0 01-6.543 6.542 6.545 6.545 0 01-6.542-6.542 6.545 6.545 0 016.542-6.543zM7.26 5.713a4.065 4.065 0 014.744.747 4.064 4.064 0 01.707 4.749l1.157.611a5.376 5.376 0 00-.935-6.282 5.377 5.377 0 00-6.274-.987l.601 1.162z" })); exports.default = Searxng;