@icongo/cg
Version:
css.gg Icons
24 lines • 822 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGAlarm = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M5.459 2 1 6.015 2.338 7.5l4.46-4.015L5.457 2ZM11 8h2v4h3v2h-5V8Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M3 12a9 9 0 1 1 18 0 9 9 0 0 1-18 0Zm2 0a7 7 0 1 1 14 0 7 7 0 0 1-14 0Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M18.541 2 23 6.015 21.662 7.5l-4.46-4.015L18.543 2Z"
})]
}));
export { CGAlarm };