@dialpad/dialtone-icons
Version:
Dialtone icon library
3 lines (2 loc) • 1.23 kB
JavaScript
;const i=require("../constants-CHwVJpfT.cjs"),e=require("vue"),r=require("../_plugin-vue_export-helper-BRilXfQE.cjs"),n={name:"DtIconCircleHalfFilled",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")}},d=["aria-label","data-qa","aria-hidden"],s=e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Z",fill:"currentColor"},null,-1),c=e.createElementVNode("path",{d:"M6 2a4 4 0 1 0 0 8V2Z",fill:"currentColor"},null,-1),o=[s,c];function u(t,h,l,f,p,a){return e.openBlock(),e.createElementBlock("svg",{"aria-label":l.ariaLabel,class:e.normalizeClass([a.iconSizeClass,"d-icon d-icon--circle-half-filled"]),"data-qa":a.dataQA,"aria-hidden":a.ariaHidden,role:"img","data-name":"Circle Half Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},o,10,d)}const _=r._(n,[["render",u]]);module.exports=_;
//# sourceMappingURL=circle-half-filled.cjs.map