@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 2.78 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/ConversationFill.tsx
var ConversationFill_exports = {};
__export(ConversationFill_exports, {
ConversationFill: () => ConversationFill,
tags: () => tags
});
module.exports = __toCommonJS(ConversationFill_exports);
var import_react = __toESM(require("react"));
var ConversationFill = ({
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": "ConversationFill",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m16.93,5.69v5.35c0,2.03-1.63,3.69-3.62,3.69h-7.78c-.13,0-.22.05-.32.11-.04.02-.08.05-.13.07l-2.64,1.98c-.18.14-.43,0-.43-.22V5.69c0-2.03,1.63-3.69,3.62-3.69h7.78c1.99,0,3.53,1.57,3.53,3.69Z"/><path d="m18.56,11.03v-3.32c1.99.09,3.53,1.75,3.44,3.69v10.32c0,.22-.25.36-.43.22l-2.46-1.88c-.09-.09-.27-.18-.45-.18h-7.24c-1.99,0-3.53-1.57-3.62-3.5h5.52c2.9,0,5.25-2.4,5.25-5.35Z"/>'
}
}
);
ConversationFill.displayName = "ConversationFill";
var tags = ["ConversationFill", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
ConversationFill,
tags
});
//# sourceMappingURL=ConversationFill.js.map