UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.15 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiExclamationCircle = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiExclamationCircle = function LIGuiExclamationCircle(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.005 1.005h-.01a5.995 5.995 0 0 0 0 11.99h.01a5.995 5.995 0 0 0 0-11.99Zm0 10.274h-.01a.981.981 0 1 1 0-1.962h.01a.981.981 0 1 1 0 1.962zM8.412 3.8c-.064.98-.511 3.891-.511 3.891a.892.892 0 0 1-.894.89h-.015a.893.893 0 0 1-.893-.89s-.447-2.912-.511-3.89A1.36 1.36 0 0 1 6.992 2.4h.016c1.06 0 1.436.91 1.404 1.4z" }) })); }; exports.LIGuiExclamationCircle = LIGuiExclamationCircle;