UNPKG

iconista

Version:

Thousands of SVG icons with one React component

18 lines (17 loc) 3.11 kB
"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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", ...props }, React.createElement("g", { opacity: ".2", fill: "currentColor" }, React.createElement("path", { d: "M73.185 48.618c2.772-2.773 1.664-8.376-2.475-12.516-4.14-4.14-9.743-5.247-12.516-2.474-2.773 2.772-1.664 8.376 2.475 12.515 4.14 4.14 9.743 5.248 12.516 2.475zM123.5 84.2H99.6l-9.8-9.8-2.8 2.8-7.9-7.9.3-.3c2.2-2.8 3.8-6 4.8-9.4l.1-.4h39.2c2.5 0 4.5 2 4.5 4.5v16c0 2.5-2 4.5-4.5 4.5zm-23.5-1h23.5c1.9 0 3.5-1.6 3.5-3.5v-16c0-1.9-1.6-3.5-3.5-3.5H84.9c-1 3.2-2.6 6.2-4.6 9l6.6 6.6 2.8-2.8L100 83.2zm-18-1.1l-7.9-7.9-.3.3c-2 1.5-4.2 2.8-6.5 3.8l-.4.1c-9.2 3.7-19.4 2.6-27.6-3l-.2-.1c-1.5-1-2.9-2.2-4.1-3.4-7.3-7.3-10.3-18-7.7-28.1l.2-.6h-23c-2.5 0-4.5 2-4.5 4.5v32c0 2.5 2 4.5 4.5 4.5H19v11.5c0 2.5 2 4.5 4.5 4.5h40c2.5 0 4.5-2 4.5-4.5V84.2h11.9l2.1-2.1zM4.5 83.2c-1.9 0-3.5-1.6-3.5-3.5v-32c0-1.9 1.6-3.5 3.5-3.5h21.6c-2.3 10.2.8 21 8.2 28.4.9.9 1.9 1.8 3 2.6H23.5c-2.5 0-4.5 2-4.5 4.5v3.5H4.5zM67 95.7c0 1.9-1.6 3.5-3.5 3.5h-40c-1.9 0-3.5-1.6-3.5-3.5v-16c0-1.9 1.6-3.5 3.5-3.5h15.1c8.4 5.7 18.9 6.9 28.4 3.2v16.3zm1-12.5v-3.5c0-.2 0-.4-.1-.6V79c2.1-.9 4.2-2.1 6-3.5l6.6 6.6-1.1 1.1H68z" }), React.createElement("path", { d: "M60 62.4c0-3.482 2.83-6.2 6.2-6.2h13.53l-.143.614c-2.145 9.191-9.598 16.439-18.991 18.277l-.596.116V62.4zm6.2-5.2c-2.83 0-5.2 2.282-5.2 5.2v11.584c8.517-1.9 15.274-8.46 17.46-16.784H66.2zM44.84 42.699c-.92-.638-2.044-.776-2.79-.701l-.025.002H34.5v-1h7.476c.92-.087 2.282.08 3.434.876 1.192.825 2.09 2.28 2.09 4.624v26h-1v-26c0-2.056-.768-3.184-1.66-3.801zM85.737 55H108a4 4 0 0 0 4-4V31a4 4 0 0 0-4-4H84a4 4 0 0 0-4 4v1.997c.347.461.68.933 1 1.414V31a3 3 0 0 1 3-3h24a3 3 0 0 1 3 3v20a3 3 0 0 1-3 3H85.852c-.033.335-.072.668-.116 1z" })), React.createElement("g", { fill: "none" }, React.createElement("path", { stroke: "currentColor", d: "M55.8 81c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.569 0-30 13.431-30 30 0 16.569 13.431 30 30 30z" }), React.createElement("path", { stroke: "currentColor", d: "M55.8 75c13.255 0 24-10.745 24-24s-10.745-24-24-24-24 10.745-24 24 10.745 24 24 24z" }), React.createElement("path", { fill: "currentColor", opacity: ".25", d: "M89.722 73.65L78.409 84.964l4.242 4.242 11.314-11.313z" }), React.createElement("path", { stroke: "currentColor", d: "M77 72.2c-1 1-2 1.8-3 2.6l7.3 7.3 5.7-5.7-7.3-7.3c-.8 1.2-1.7 2.2-2.7 3.1z" }), React.createElement("path", { fill: "currentColor", d: "M88.3 83.5l5.7-5.7L115.2 99c1.6 1.6 1.6 4.1 0 5.7l-2.8 2.8-24.1-24z", opacity: ".25" }), React.createElement("path", { stroke: "currentColor", d: "M89.722 73.65L78.409 84.964l4.242 4.242 11.314-11.313zM115.2 104.8l-5.7 5.7c-1.6 1.6-4.1 1.6-5.7 0L82.6 89.3 93.9 78l21.2 21.2c1.7 1.5 1.7 4 .1 5.6z" }))); exports.default = Search;