@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 3.01 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/CvOutline.tsx
var CvOutline_exports = {};
__export(CvOutline_exports, {
CvOutline: () => CvOutline,
tags: () => tags
});
module.exports = __toCommonJS(CvOutline_exports);
var import_react = __toESM(require("react"));
var CvOutline = ({
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": "CvOutline",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m8.47,9.5h2.82c.54,0,.99-.44.99-.97s-.44-.97-.99-.97h-2.82c-.54,0-.99.44-.99.97s.44.97.99.97Zm0,4.17h7.06c.54,0,.99-.44.99-.97s-.44-.97-.99-.97h-7.06c-.54,0-.99.44-.99.97s.44.97.99.97Z"/><path d="m20.47,9.23l-7.07-6.94c-.18-.19-.44-.28-.7-.28h-7.06c-.63,0-1.24.25-1.7.69-.45.44-.7,1.05-.7,1.67v15.28c0,.62.26,1.22.7,1.67.45.45,1.06.69,1.7.69h12.71c.63,0,1.24-.25,1.7-.69.45-.44.7-1.05.7-1.67v-9.72c0-.26-.11-.5-.29-.69h0ZM5.23,4.36c0-.11.04-.22.12-.29.08-.07.19-.12.3-.12h6.65l6.48,6.38v9.32c0,.11-.04.22-.12.29-.08.07-.19.12-.3.12H5.65c-.12,0-.22-.04-.3-.12-.08-.08-.12-.19-.12-.29V4.36Z"/><path d="m8.47,17.83h7.06c.54,0,.99-.44.99-.97s-.44-.97-.99-.97h-7.06c-.54,0-.99.44-.99.97s.44.97.99.97Z"/>'
}
}
);
CvOutline.displayName = "CvOutline";
var tags = ["CvOutline", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
CvOutline,
tags
});
//# sourceMappingURL=CvOutline.js.map