@icongo/sti
Version:
Super Tiny Icons
35 lines • 1.37 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 STISubscribestar = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "SubscribeStar",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 192,
fill: "#098"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M289 322c-7 0-47 10-83-8-39-20-46-64-46-98v-35l66 1v37c0-1 92 37 63 103zM251 64c18 21 53 43 70 63 18 21 36 48 36 83 0 25-3 42-7 53l-71-71c-24-41-80-65-104-110 20-11 53-18 75-18z"
}), /*#__PURE__*/_jsx("path", {
fill: "#f488",
d: "m289 322-7 1c0-50-4-66-26-66 38-4 37 29 33 65z"
}), /*#__PURE__*/_jsx("path", {
fill: "#f48",
d: "M260 448c-20-21-51-41-68-61-18-22-35-48-35-84 0-24 1-41 6-52 6 38 35 66 72 72 9 27 90 75 101 107-25 12-50 18-76 18zm-34-256c8-2 17-3 27-3 35 0 61 10 78 31 16 21 24 46 24 80l-1 31h-66v-26c1-16-1-30-6-38-6-10-20-10-29-10-17 1-28-17-27-30v-35z"
}), /*#__PURE__*/_jsx("path", {
fill: "#5558",
d: "M158 271c1-7 2-14 5-20 6 39 37 66 72 72-34 0-68-26-77-52z"
})]
}));
export { STISubscribestar };