iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 1.72 kB
JavaScript
"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 MagnifySmall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "none", fillRule: "evenodd" },
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M23.877 39.753c8.768 0 15.876-7.108 15.876-15.877C39.753 15.108 32.645 8 23.876 8 15.108 8 8 15.108 8 23.877c0 8.768 7.108 15.876 15.877 15.876z" }),
React.createElement("path", { fill: "#FFF", opacity: ".25", d: "M41.829 35.863l-5.988 5.988 2.246 2.245 5.987-5.987z" }),
React.createElement("path", { fill: "#FFF", d: "M34.73 24.27c2.08-2.08 1.249-6.281-1.855-9.385s-7.306-3.935-9.385-1.856c-2.08 2.08-1.248 6.28 1.856 9.385 3.104 3.104 7.305 3.935 9.384 1.856z", opacity: ".2" }),
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M35.096 35.096c-.53.53-1.058.953-1.588 1.376l3.864 3.863 3.016-3.016-3.863-3.864a8.602 8.602 0 0 1-1.429 1.64z" }),
React.createElement("path", { fill: "#FFF", d: "M41.076 41.076l3.017-3.017 11.219 11.22c.847.847.847 2.17 0 3.016l-1.482 1.482-12.754-12.7z", opacity: ".25" }),
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeWidth: "2", d: "M41.829 35.863l-5.988 5.988 2.246 2.245 5.987-5.987zM55.312 52.348l-3.017 3.017a2.108 2.108 0 0 1-3.016 0l-11.22-11.22 5.98-5.98 11.22 11.22c.9.794.9 2.117.053 2.963z" })));
exports.default = MagnifySmall;