UNPKG

iconista

Version:

Thousands of SVG icons with one React component

18 lines (17 loc) 2.83 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 Magnify = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", ...props }, React.createElement("g", { fill: "none", fillRule: "evenodd" }, React.createElement("g", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2" }, React.createElement("path", { d: "M53 76c14.912 0 27-12.088 27-27S67.912 22 53 22 26 34.088 26 49s12.088 27 27 27z" }), React.createElement("path", { d: "M53 83c18.778 0 34-15.222 34-34S71.778 15 53 15 19 30.222 19 49s15.222 34 34 34z" }), React.createElement("path", { d: "M77 73.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", { d: "M89.722 74.65L78.409 85.964l4.242 4.242 11.314-11.313zM115.2 105.8l-5.7 5.7c-1.6 1.6-4.1 1.6-5.7 0L82.6 90.3 93.9 79l21.2 21.2c1.7 1.5 1.7 4 .1 5.6z" })), React.createElement("path", { fill: "#FFF", d: "M93.936 78.864L94 78.8l21.2 21.2c1.6 1.6 1.6 4.1 0 5.7l-2.8 2.8-24.071-23.971-5.678 5.677-4.242-4.242L89.722 74.65l4.214 4.214z", opacity: ".25" }), React.createElement("path", { stroke: "#FFF", strokeWidth: "2", d: "M65 65.4c0-3.482 2.83-6.2 6.2-6.2H77l-.143.614-1.126.386H71.2c-2.83 0-5.2 2.282-5.2 5.2v5.1l-.404 1.106-.596.117V65.4zM45.84 54.699c-.92-.638-2.044-.776-2.79-.701l-.025.002H26.5v-1h16.476c.92-.087 2.282.08 3.434.876 1.192.825 2.09 2.28 2.09 4.624v15h-1v-15c0-2.056-.768-3.184-1.66-3.801z", opacity: ".2" }), React.createElement("path", { fill: "#FFF", d: "M88.986 50a36.926 36.926 0 0 0 0-2H115a2 2 0 0 0 2-2V28a2 2 0 0 0-2-2H88a2 2 0 0 0-2 2v6.59a35.887 35.887 0 0 0-2-3.904V28a4 4 0 0 1 4-4h27a4 4 0 0 1 4 4v18a4 4 0 0 1-4 4H88.986zm-71.488 5c.113.673.244 1.34.394 2H4a2 2 0 0 0-2 2v23a2 2 0 0 0 2 2h8v-4a4 4 0 0 1 4-4h13.188c.795.702 1.622 1.37 2.477 2H16a2 2 0 0 0-2 2v4h29c.295 0 .576-.064.828-.179.79.207 1.59.389 2.4.543A3.995 3.995 0 0 1 43 86H14v22a2 2 0 0 0 2 2h42a2 2 0 0 0 2-2V84.32c.674-.133 1.34-.284 2-.454V108a4 4 0 0 1-4 4H16a4 4 0 0 1-4-4V86H4a4 4 0 0 1-4-4V59a4 4 0 0 1 4-4h13.498zM66.04 82.566a35.682 35.682 0 0 0 1.96-.83V82a2 2 0 0 0 2 2h8.678L77 85.678l.322.322H70a4 4 0 0 1-3.96-3.434zM86.58 62c.255-.657.49-1.324.707-2H124a4 4 0 0 1 4 4v18a4 4 0 0 1-4 4h-21.222l-2-2H124a2 2 0 0 0 2-2V64a2 2 0 0 0-2-2H86.581z", opacity: ".2" }), React.createElement("path", { fill: "#FFF", d: "M70.874 45.222c3.217-3.218 1.931-9.72-2.872-14.524-4.804-4.804-11.307-6.09-14.524-2.872-3.218 3.218-1.932 9.72 2.872 14.524 4.803 4.803 11.306 6.09 14.524 2.872z", opacity: ".25" }))); exports.default = Magnify;