@icongo/sti
Version:
Super Tiny Icons
79 lines (78 loc) • 2.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIInstagram = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIInstagram = function STIInstagram(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
"aria-label": "Instagram",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
id: "prefix__b",
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__b",
fill: "url(#prefix__a)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__b",
fill: "url(#prefix__c)"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("radialGradient", {
id: "prefix__a",
cx: 0.4,
cy: 1,
r: 1,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.1,
stopColor: "#fd5"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.5,
stopColor: "#ff543e"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 1,
stopColor: "#c837ab"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
id: "prefix__c",
x2: 0.2,
y2: 1,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.1,
stopColor: "#3771c8"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
offset: 0.5,
stopColor: "#60f",
stopOpacity: 0
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
stroke: "#fff",
strokeWidth: 30,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 308,
height: 308,
x: 102,
y: 102,
rx: 81
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 256,
cy: 256,
r: 72
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 347,
cy: 165,
r: 6
})]
})]
}));
};
exports.STIInstagram = STIInstagram;