@spark-ui/icons
Version:
spark-ui icons
29 lines (28 loc) • 1.44 kB
JavaScript
// src/icons/NotificationOutline.tsx
import React from "react";
var NotificationOutline = ({
title,
fill = "currentColor",
stroke = "none",
ref,
...props
}) => /* @__PURE__ */ React.createElement(
"svg",
{
ref,
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
"data-title": "NotificationOutline",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path fill-rule="evenodd" d="m7.29,4.45c-.18-1.12.56-2.19,1.68-2.41,1.13-.22,2.22.48,2.48,1.58,1.11.12,2.18.51,3.12,1.14,1.55,1.03,2.62,2.63,2.99,4.45.55,2.76,1.33,4.19,1.99,4.98.53.63.89,1.46.73,2.31-.18.94-.94,1.52-1.87,1.71l-5.05,1c-.04.41-.14.89-.43,1.33-.2.3-.44.56-.73.79-.56.43-1.26.67-1.97.67s-1.4-.23-1.97-.67c-.34-.26-.62-.58-.83-.94l-.96.19c-.94.19-1.86-.07-2.39-.86-.48-.72-.46-1.62-.22-2.4.31-.98.47-2.6-.09-5.36-.37-1.82,0-3.71,1.04-5.25.63-.94,1.47-1.71,2.45-2.24Zm2.42,1.25c1.29-.26,2.64,0,3.74.74,1.1.73,1.86,1.87,2.12,3.17.6,2.97,1.48,4.75,2.43,5.88.3.36.3.59.29.62h0s-.08.07-.27.11l-11.92,2.37c-.18.04-.27.01-.29,0h0s-.11-.24.03-.68c.44-1.4.56-3.39-.03-6.36-.26-1.3,0-2.64.74-3.74.73-1.1,1.87-1.86,3.16-2.11Z"/>'
}
}
);
NotificationOutline.displayName = "NotificationOutline";
var tags = ["NotificationOutline", ""];
export {
NotificationOutline,
tags
};
//# sourceMappingURL=chunk-XK6VOTLN.mjs.map