UNPKG

@icongo/sti

Version:
45 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var STIOvercast = props => /*#__PURE__*/_jsxs("svg", _extends({ 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__*/_jsx("rect", { width: 512, height: 512, fill: "#fff", rx: "15%" }), /*#__PURE__*/_jsxs("g", { fill: "none", stroke: "#fc7e0f", children: [/*#__PURE__*/_jsx("circle", { cx: 255, cy: 255, r: 175 }), /*#__PURE__*/_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__*/_jsxs("g", { fill: "#fc7e0f", children: [/*#__PURE__*/_jsx("circle", { cx: 255, cy: 255, r: 32 }), /*#__PURE__*/_jsx("path", { d: "m260.4 284.9-22.7-6.1L199.9 420l22.7 6.1z" }), /*#__PURE__*/_jsx("path", { d: "m251.6 284.7 22.6-6L311.8 420l-22.6 6z" }), /*#__PURE__*/_jsx("path", { d: "m230.6 360.9 8.4-8.6 58.2 56.7-8.4 8.6z" }), /*#__PURE__*/_jsx("path", { d: "m279.9 361.2-7.6-7.7-57.7 57.3 7.6 7.7z" })] })] })); export { STIOvercast };