@icongo/sti
Version:
Super Tiny Icons
59 lines (58 loc) • 2.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIFinder = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIFinder = function STIFinder(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Finder",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "url(#prefix__a)",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "prefix__a",
x2: 0,
y1: "100%",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
stopColor: "#1e73f2"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#19d3fd"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "prefix__b",
x2: 0,
y1: "100%",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0,
stopColor: "#dbe9f4"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#f7f6f6"
})]
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "url(#prefix__b)",
d: "M435.2 0H274.4c-21.2 49.2-59.2 129.6-60.8 283.4a9.9 9.9 0 0 0 10 10.1h58.7a9.9 9.9 0 0 1 9.9 10.2A933.3 933.3 0 0 0 311.3 512h123.9a76.8 76.8 0 0 0 76.8-76.8V76.8A76.8 76.8 0 0 0 435.2 0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
stroke: "#000",
strokeLinecap: "round",
strokeWidth: 20,
d: "M371 149v34m-229-34v34m263.4 147.2a215.2 215.2 0 0 1-298.8 0"
})]
}));
};
exports.STIFinder = STIFinder;