@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 3.05 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/WorkOutline.tsx
var WorkOutline_exports = {};
__export(WorkOutline_exports, {
WorkOutline: () => WorkOutline,
tags: () => tags
});
module.exports = __toCommonJS(WorkOutline_exports);
var import_react = __toESM(require("react"));
var WorkOutline = ({
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": "WorkOutline",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m16.86,15.21H7.14c-.53,0-.97.44-.97.97s.44.97.97.97h9.72c.53,0,.97-.44.97-.97s-.44-.97-.97-.97Z"/><path d="m19.64,6.17h-2.5v-1.81c0-.62-.25-1.22-.69-1.67-.45-.45-1.05-.69-1.67-.69h-5.56c-.62,0-1.22.25-1.67.69-.45.44-.69,1.05-.69,1.67v1.81h-2.5c-1.3,0-2.36,1.05-2.36,2.36v11.11c0,1.31,1.05,2.36,2.36,2.36h15.28c1.3,0,2.36-1.05,2.36-2.36v-11.11c0-1.31-1.05-2.36-2.36-2.36Zm.41,2.36v11.11c0,.23-.19.41-.41.41H4.36c-.23,0-.41-.19-.41-.41v-11.11c0-.23.19-.41.41-.41h15.28c.23,0,.41.19.41.41Zm-11.25-4.17c0-.11.04-.22.12-.29.08-.07.19-.12.29-.12h5.56c.11,0,.22.04.29.12.08.08.12.19.12.29v1.81h-6.39v-1.81h0Z"/><path d="m16.86,11.03H7.14c-.53,0-.97.44-.97.97s.44.97.97.97h9.72c.53,0,.97-.44.97-.97s-.44-.97-.97-.97Z"/>'
}
}
);
WorkOutline.displayName = "WorkOutline";
var tags = ["WorkOutline", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
WorkOutline,
tags
});
//# sourceMappingURL=WorkOutline.js.map