@icongo/li
Version:
LibreICONS Icons
14 lines • 630 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiExclamation = 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.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"
})
}));
export { LIGuiExclamation };