@icongo/li
Version:
LibreICONS Icons
14 lines • 717 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiExclamationCircle = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { LIGuiExclamationCircle };