@icongo/li
Version:
LibreICONS Icons
14 lines • 683 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiBell = 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.006 13c.838 0 1.525-.622 1.616-1.344H5.39c.087.722.778 1.344 1.615 1.344Zm3.922-6.94c0-3.05-1.64-4.088-3.175-4.32 0-.015.003-.03.003-.05 0-.384-.34-.69-.756-.69s-.744.306-.744.69c0 .02 0 .035.003.05-1.537.235-3.187 1.276-3.187 4.326 0 3.556-.885 3.937-2.072 4.937h12C11.819 10 10.928 9.616 10.928 6.06Z"
})
}));
export { LIGuiBell };