@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.04 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiExclamation = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiExclamation = function LIGuiExclamation(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.016 12a1.03 1.03 0 1 1 0-2.06 1.03 1.03 0 0 1 0 2.06zm1.36-8.43c-.087.694-.726 4.073-.938 5.183a.435.435 0 0 1-.427.354h-.008a.45.45 0 0 1-.442-.366c-.214-1.127-.852-4.508-.938-5.191A1.379 1.379 0 0 1 6.991 2c.84 0 1.49.737 1.385 1.57z"
})
}));
};
exports.LIGuiExclamation = LIGuiExclamation;