web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
53 lines (48 loc) • 2.2 kB
JavaScript
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
function SvgComponent(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
width: "1em",
height: "1em"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M1.975.994c-1.341 0-1.341 2.012 0 2.012h.287c.128 0 .222.114.03.227-.633.538-.353 1.787.683 1.773h2.263c.207.009.15.152.084.208-.52.42-.483 1.304.12 1.653.09.047.054.123-.04.123H4.98c-1.398-.052-1.398 2.072 0 2.02h1.299c.108 0 .18.125.036.208-.52.432-.467 1.315.138 1.663.177.102.067.184-.014.248-.598.353-.649 1.24-.11 1.664.125.098.05.186-.046.186H5.99c-1.362 0-1.362 2.042 0 2.042h1.02c1.016.019 1.347-1.203.724-1.77-.129-.157-.031-.235.039-.235h1.242c1.354 0 1.354-2.032 0-2.032h-.29c-.142 0-.153-.105-.076-.173.503-.38.523-1.159.064-1.571-.15-.15-.075-.23.04-.23h.268c1.007.004 1.307-1.195.708-1.752-.114-.113-.088-.248.036-.248h1.256c1.041.015 1.327-1.25.676-1.787-.082-.082-.081-.217.072-.217h1.256c1.34 0 1.34-2.012 0-2.012h-.323c-.119 0-.154-.1-.068-.17.725-.502.464-1.844-.61-1.83z",
style: {
lineHeight: "normal",
fontVariantLigatures: "normal",
fontVariantPosition: "normal",
fontVariantCaps: "normal",
fontVariantNumeric: "normal",
fontVariantAlternates: "normal",
fontFeatureSettings: "normal",
textIndent: 0,
textAlign: "start",
textDecorationLine: "none",
textDecorationStyle: "solid",
textDecorationColor: "#000",
textTransform: "none",
textOrientation: "mixed",
whiteSpace: "normal",
shapePadding: 0,
isolation: "auto",
mixBlendMode: "normal",
solidColor: "#000",
solidOpacity: 1,
marker: "none"
},
color: "#000",
fontWeight: 400,
fontFamily: "sans-serif",
overflow: "visible",
fill: "#2e3436"
}));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=weather-tornado-symbolic.js.map