@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
1 lines • 838 B
JavaScript
import{defineCustomElements as e,html as t}from"@scandit/web-datacapture-core/build/js/private/utils/index.js";import{SvgIcon as n}from"@scandit/web-datacapture-core/build/js/private/ui/atoms/SvgIcon.js";var r=class r extends n{static create(){return r.register(),document.createElement(r.tag)}static register(){e({[r.tag]:r})}render(){return t`<style>${r.tag}{display:flex}</style><svg width="${this.size}" height="${this.heightForViewbox(32,32)}" viewBox="0 0 32 32" fill="none"><circle cx="14" cy="14" r="9" stroke="black" stroke-width="2"/><line x1="20.4142" y1="21" x2="27" y2="27.5858" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M10 13.5L12.6667 16L18 11" stroke="#28D380" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>`}};r.tag=`scandit-item-found-icon`;export{r as ItemFoundSvgIcon};