@icongo/sti
Version:
Super Tiny Icons
71 lines • 1.75 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 STIInstagram = props => /*#__PURE__*/_jsxs("svg", _extends({
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__*/_jsx("rect", {
id: "prefix__b",
width: 512,
height: 512,
rx: "15%"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__b",
fill: "url(#prefix__a)"
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__b",
fill: "url(#prefix__c)"
}), /*#__PURE__*/_jsxs("radialGradient", {
id: "prefix__a",
cx: 0.4,
cy: 1,
r: 1,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.1,
stopColor: "#fd5"
}), /*#__PURE__*/_jsx("stop", {
offset: 0.5,
stopColor: "#ff543e"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#c837ab"
})]
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__c",
x2: 0.2,
y2: 1,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0.1,
stopColor: "#3771c8"
}), /*#__PURE__*/_jsx("stop", {
offset: 0.5,
stopColor: "#60f",
stopOpacity: 0
})]
}), /*#__PURE__*/_jsxs("g", {
fill: "none",
stroke: "#fff",
strokeWidth: 30,
children: [/*#__PURE__*/_jsx("rect", {
width: 308,
height: 308,
x: 102,
y: 102,
rx: 81
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 72
}), /*#__PURE__*/_jsx("circle", {
cx: 347,
cy: 165,
r: 6
})]
})]
}));
export { STIInstagram };