@icongo/sti
Version:
Super Tiny Icons
47 lines • 1.7 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 STIVisualstudiocode = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Visual Studio Code",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("filter", {
id: "prefix__a",
children: [/*#__PURE__*/_jsx("feFlood", {
floodOpacity: 0,
result: "b"
}), /*#__PURE__*/_jsx("feColorMatrix", {
in: "SourceAlpha",
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
}), /*#__PURE__*/_jsx("feGaussianBlur", {
stdDeviation: 4
}), /*#__PURE__*/_jsx("feColorMatrix", {
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .25 0"
}), /*#__PURE__*/_jsx("feBlend", {
in2: "b",
result: "c"
}), /*#__PURE__*/_jsx("feBlend", {
in: "SourceGraphic",
in2: "c"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#27b",
d: "m423 114-75-37a23 23 0 0 0-26 5L77 306a15 15 0 0 0 0 22l20 18a15 15 0 0 0 20 1l295-224c10-7 24-1 24 12v-1c0-9-5-17-13-20"
}), /*#__PURE__*/_jsx("path", {
fill: "#08c",
d: "m423 399-75 36a23 23 0 0 1-26-5L77 207a15 15 0 0 1 0-22l20-19a15 15 0 0 1 20-1l295 224c10 8 24 1 24-12v1c0 9-5 17-13 21",
filter: "url(#prefix__a)"
}), /*#__PURE__*/_jsx("path", {
fill: "#19f",
d: "M348 435a23 23 0 0 1-26-5c9 9 23 3 23-9V92c0-12-14-19-23-10a23 23 0 0 1 27-4l75 36c7 3 12 11 12 20v244c0 9-5 17-12 21"
})]
}));
export { STIVisualstudiocode };