UNPKG

@icongo/sti

Version:
43 lines (42 loc) 1.85 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STISubscribestar = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STISubscribestar = function STISubscribestar(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": "SubscribeStar", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 256, cy: 256, r: 192, fill: "#098" }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", { fill: "#f488", d: "m289 322-7 1c0-50-4-66-26-66 38-4 37 29 33 65z" }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", { fill: "#5558", d: "M158 271c1-7 2-14 5-20 6 39 37 66 72 72-34 0-68-26-77-52z" })] })); }; exports.STISubscribestar = STISubscribestar;