@icongo/sti
Version:
Super Tiny Icons
62 lines • 1.51 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 STISublimetext = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Sublime Text",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#424242",
rx: "15%"
}), /*#__PURE__*/_jsx("rect", {
width: 292,
height: 107,
x: 110,
y: 375,
fill: "url(#prefix__a)",
rx: 8,
transform: "skewY(-17.5)"
}), /*#__PURE__*/_jsx("rect", {
width: 292,
height: 107,
x: 110,
y: 122,
fill: "#ff9800",
rx: 8,
transform: "skewY(17.5)"
}), /*#__PURE__*/_jsx("rect", {
width: 292,
height: 107,
x: 110,
y: 191,
fill: "#ff9800",
rx: 8,
transform: "skewY(-17.5)"
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 174,
x2: 189,
y1: 725,
y2: 716,
gradientTransform: "scale(1.65 .605)",
gradientUnits: "userSpaceOnUse",
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#ff9700"
}), /*#__PURE__*/_jsx("stop", {
offset: 0.527,
stopColor: "#f48e00"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#d06f00"
})]
})
})]
}));
export { STISublimetext };