UNPKG

@dialpad/dialtone-icons

Version:
71 lines (70 loc) 1.57 kB
import { t as e } from "../../constants-B7fXbm2f.js"; import { t } from "../../_plugin-vue_export-helper-B52Kst-M.js"; import { createElementBlock as n, createElementVNode as r, normalizeClass as i, openBlock as a } from "vue"; //#region ../src/icons/microsoft.vue var o = { name: "DtIconMicrosoft", props: { size: { type: String, default: "500", validator: (t) => Object.keys(e).includes(t) }, ariaLabel: { type: String, default: void 0 } }, emits: ["loaded"], computed: { iconSizeClass() { return e[this.size]; }, ariaHidden() { return this.ariaLabel ? "false" : "true"; }, dataQA() { return this.$attrs["data-qa"] ?? "dt-icon"; } }, created() { this.$emit("loaded"); } }, s = [ "aria-label", "data-qa", "aria-hidden" ]; function c(e, t, o, c, l, u) { return a(), n("svg", { "aria-label": o.ariaLabel, class: i([u.iconSizeClass, "d-icon d-icon--microsoft"]), "data-qa": u.dataQA, "aria-hidden": u.ariaHidden, role: "img", "data-name": "Microsoft", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, [...t[0] || (t[0] = [ r("path", { d: "M11.5 2H2v9.5h9.5V2z", fill: "#F25022" }, null, -1), r("path", { d: "M22 2h-9.5v9.5H22V2z", fill: "#7FBA00" }, null, -1), r("path", { d: "M11.5 12.5H2V22h9.5v-9.5z", fill: "#00A4EF" }, null, -1), r("path", { d: "M22 12.5h-9.5V22H22v-9.5z", fill: "#FFB900" }, null, -1) ])], 10, s); } var l = /* @__PURE__ */ t(o, [["render", c]]); //#endregion export { l as default }; //# sourceMappingURL=microsoft.js.map