@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 3.44 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/PhoneOutline.tsx
var PhoneOutline_exports = {};
__export(PhoneOutline_exports, {
PhoneOutline: () => PhoneOutline,
tags: () => tags
});
module.exports = __toCommonJS(PhoneOutline_exports);
var import_react = __toESM(require("react"));
var PhoneOutline = ({
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": "PhoneOutline",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path fill-rule="evenodd" d="m4.22,2.71c.47-.46,1.09-.71,1.75-.71s1.28.26,1.75.71h0s2.63,2.64,2.63,2.64c.46.47.71,1.09.71,1.74s-.26,1.28-.71,1.74h-.01c-.04.05-.08.1-.1.16-.02.06-.04.12-.04.18s.01.12.04.18c.02.06.06.11.1.15h0s4.14,4.15,4.14,4.15c.09.09.21.13.33.13s.25-.05.34-.14h0c.46-.46,1.09-.71,1.74-.71s1.28.26,1.74.71h0s2.64,2.61,2.64,2.61h.01c.46.48.71,1.11.71,1.76s-.26,1.28-.71,1.75c0,0-.01.01-.02.02l-.61.6c-.87.88-2.02,1.44-3.25,1.57-1.24.14-2.48-.16-3.53-.83h-.02c-4.33-2.93-8.05-6.66-10.98-10.98,0,0,0-.01-.01-.02-.67-1.05-.97-2.29-.83-3.53.14-1.23.69-2.38,1.57-3.26l.6-.62s.01-.01.02-.02Zm1.42,1.44l-.6.61h-.01c-.56.56-.9,1.28-.99,2.06-.08.77.1,1.55.52,2.21,2.78,4.1,6.32,7.64,10.43,10.41.65.42,1.43.6,2.2.52.78-.09,1.5-.44,2.05-.99h.01s.61-.61.61-.61c.08-.09.13-.21.13-.33s-.05-.24-.13-.33l-2.63-2.6h0c-.09-.09-.2-.13-.33-.13s-.24.05-.33.13h0c-.47.46-1.09.72-1.75.72s-1.28-.26-1.75-.71h0s-4.14-4.15-4.14-4.15c-.23-.23-.42-.5-.54-.8-.13-.3-.19-.63-.19-.96s.07-.65.19-.96c.13-.3.31-.57.54-.8.08-.09.13-.2.13-.33s-.05-.24-.13-.33l-2.61-2.62c-.09-.09-.21-.13-.33-.13s-.24.05-.33.13Z"/>'
}
}
);
PhoneOutline.displayName = "PhoneOutline";
var tags = ["PhoneOutline", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
PhoneOutline,
tags
});
//# sourceMappingURL=PhoneOutline.js.map