@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 3.04 kB
JavaScript
;
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/icons/ConversationOutline.tsx
var ConversationOutline_exports = {};
__export(ConversationOutline_exports, {
ConversationOutline: () => ConversationOutline,
tags: () => tags
});
module.exports = __toCommonJS(ConversationOutline_exports);
var import_react = __toESM(require("react"));
var ConversationOutline = ({
title,
fill = "currentColor",
stroke = "none",
ref,
...props
}) => /* @__PURE__ */ import_react.default.createElement(
"svg",
{
ref,
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
"data-title": "ConversationOutline",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path fill-rule="evenodd" d="m13.01,15.3h-3.83s-2.92,0-2.92,0l-2.66,2.01c-.31.23-.71.26-1.05.09-.33-.17-.55-.52-.55-.9V6.37c0-2.42,1.95-4.38,4.34-4.37h6.75c2.35,0,4.27,1.89,4.27,4.27v4.67c-.02,2.41-1.95,4.36-4.34,4.36Zm-7.09-2.02h1.25s5.85,0,5.85,0c1.29,0,2.34-1.04,2.34-2.34v-4.67c0-1.26-1-2.26-2.26-2.26h-6.77c-1.29,0-2.34,1.05-2.34,2.36v8.1l1.33-.99c.18-.13.38-.2.6-.2Z"/><path d="m19.04,9.56v-2.25h0c1.71.59,2.95,2.21,2.95,4.13v9.56c0,.38-.21.73-.55.9-.34.17-.75.13-1.05-.09l-2.54-1.91h-6.33c-1.88,0-3.47-1.21-4.07-2.91h2.25c.43.53,1.08.88,1.81.88h6.66c.22,0,.43.08.6.2l1.2.91v-7.54c0-.77-.38-1.45-.94-1.88Z"/>'
}
}
);
ConversationOutline.displayName = "ConversationOutline";
var tags = ["ConversationOutline", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
ConversationOutline,
tags
});
//# sourceMappingURL=ConversationOutline.js.map