UNPKG

@dialpad/dialtone-icons

Version:

Dialtone icon library

3 lines (2 loc) 1.34 kB
"use strict";const r=require("../../constants-CHwVJpfT.cjs"),e=require("vue"),n=require("../../_plugin-vue_export-helper-BRilXfQE.cjs"),d={name:"DtIconStrikethrough",props:{size:{type:String,default:"500",validator:a=>Object.keys(r.I).includes(a)},ariaLabel:{type:String,default:void 0}},emits:["loaded"],computed:{iconSizeClass(){return r.I[this.size]},ariaHidden(){return this.ariaLabel?"false":"true"},dataQA(){return this.$attrs["data-qa"]??"dt-icon"}},created(){this.$emit("loaded")}},l=["aria-label","data-qa","aria-hidden"],o=e.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.5 1.5H8a.5.5 0 1 1 0 1H4.5a1.001 1.001 0 0 0-.943 1.333.5.5 0 1 1-.943.334A2 2 0 0 1 4.5 1.5Z",fill:"currentColor"},null,-1),s=e.createElementVNode("path",{d:"M9.5 8A2.5 2.5 0 0 1 7 10.5H3a.5.5 0 0 1 0-1h4a1.5 1.5 0 0 0 0-3H2a.5.5 0 0 1 0-1h8a.5.5 0 1 1 0 1H9c.323.43.5.956.5 1.5Z",fill:"currentColor"},null,-1),c=[o,s];function u(a,_,i,p,m,t){return e.openBlock(),e.createElementBlock("svg",{"aria-label":i.ariaLabel,class:e.normalizeClass([t.iconSizeClass,"d-icon d-icon--strikethrough"]),"data-qa":t.dataQA,"aria-hidden":t.ariaHidden,role:"img","data-name":"Strikethrough",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},c,10,l)}const h=n._(d,[["render",u]]);module.exports=h; //# sourceMappingURL=strikethrough.cjs.map