UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 503 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgAlarmWarningFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M4 20v-6a8 8 0 1 1 16 0v6h1v2H3v-2zm2-6h2a4 4 0 0 1 4-4V8a6 6 0 0 0-6 6m5-12h2v3h-2zm8.778 2.808 1.414 1.414-2.12 2.121-1.415-1.414zM2.808 6.222l1.414-1.414 2.121 2.12L4.93 8.344z" }) })); const Memo = memo(SvgAlarmWarningFill); export default Memo;