@icongo/sti
Version:
Super Tiny Icons
51 lines • 1.58 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIFinder = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Finder",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "url(#prefix__a)",
rx: "15%"
}), /*#__PURE__*/_jsxs("defs", {
children: [/*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x2: 0,
y1: "100%",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#1e73f2"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#19d3fd"
})]
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__b",
x2: 0,
y1: "100%",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#dbe9f4"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#f7f6f6"
})]
})]
}), /*#__PURE__*/_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__*/_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"
})]
}));
export { STIFinder };