UNPKG

@icongo/sti

Version:
55 lines (54 loc) 2.3 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIVisualstudiocode = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIVisualstudiocode = function STIVisualstudiocode(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": "Visual Studio Code", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", { id: "prefix__a", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", { floodOpacity: 0, result: "b" }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("feGaussianBlur", { stdDeviation: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .25 0" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", { in2: "b", result: "c" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", { "in": "SourceGraphic", in2: "c" })] }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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" })] })); }; exports.STIVisualstudiocode = STIVisualstudiocode;