UNPKG

@icongo/sti

Version:
53 lines (52 loc) 2.02 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIOvercast = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIOvercast = function STIOvercast(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", strokeLinecap: "round", strokeWidth: 23, "aria-label": "Overcast", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "none", stroke: "#fc7e0f", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 255, cy: 255, r: 175 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M160 181.1s-24.2 27.3-24.2 75S160 330 160 330m192.8-148.9s24.2 27.3 24.2 75-24.2 73.9-24.2 73.9m-38.6-117s16.3 20.3 15.9 43c-.5 27.3-15.7 42.3-15.7 42.3M197.8 213s-16.3 20.3-15.9 43c.5 27.3 15.7 42.3 15.7 42.3" })] }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#fc7e0f", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 255, cy: 255, r: 32 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m260.4 284.9-22.7-6.1L199.9 420l22.7 6.1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m251.6 284.7 22.6-6L311.8 420l-22.6 6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m230.6 360.9 8.4-8.6 58.2 56.7-8.4 8.6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m279.9 361.2-7.6-7.7-57.7 57.3 7.6 7.7z" })] })] })); }; exports.STIOvercast = STIOvercast;