UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

1 lines 895 B
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;align-items:center;justify-content:center}</style><svg width="${this.size}" height="${this.heightForViewbox(1080,1080)}" viewBox="0 0 1080 1080" fill="none"><path d="M227 227H410V318H318V410H227V227Z" fill="#1A1E23"/><path d="M683 227H866V410H775V318H683V227Z" fill="#1A1E23"/><path d="M182 500H908V590H182V500Z" fill="#1A1E23"/><path d="M227 683H318V775H410V866H227V683Z" fill="#1A1E23"/><path d="M683 775H775V683H866V866H683V775Z" fill="#1A1E23"/></svg>`}};r.tag=`scandit-barcode-find-icon`;export{r as BarcodeSvgIcon};