@dialpad/dialtone-icons
Version:
Dialtone icon library
3 lines (2 loc) • 1.36 kB
JavaScript
;const i=require("../../constants-CHwVJpfT.cjs"),e=require("vue"),n=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),l={name:"DtIconKeypad",props:{size:{type:String,default:"500",validator:t=>Object.keys(i.I).includes(t)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return i.I[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 o(t,r,d,u,m,a){return e.openBlock(),e.createElementBlock("svg",{"aria-label":d.ariaLabel,class:e.normalizeClass([a.iconSizeClass,"d-icon d-icon--keypad"]),"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"Keypad",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"},[...r[0]||(r[0]=[e.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M2.25 3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-5.5 2.75a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM2.25 9a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 9a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"},null,-1)])],10,s)}const c=n._(l,[["render",o]]);module.exports=c;
//# sourceMappingURL=keypad.cjs.map