web-toolkit
Version:
A GTK inspired toolkit designed to build awesome web apps
28 lines (23 loc) • 962 B
JavaScript
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", {
className: "warning",
d: "M8 .058L5.735 3.471 2.323 2.323 3.47 5.735.058 8l3.412 2.265-1.147 3.412 3.412-1.148L8 15.942l2.264-3.413 3.413 1.148-1.148-3.412L15.942 8l-3.413-2.265 1.148-3.412-3.413 1.148zM7 4h2v5H7zm1.03 5.737a1.272 1.272 0 110 2.544 1.272 1.272 0 010-2.544z",
fill: "#f57900",
fillRule: "evenodd"
}));
}
var _default = SvgComponent;
exports.default = _default;
//# sourceMappingURL=software-update-urgent-symbolic.js.map
;