UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

16 lines 1.07 kB
import {SvgIcon}from'@scandit/web-datacapture-core/build/js/private/ui/atoms/SvgIcon.js';import {defineCustomElements,html}from'@scandit/web-datacapture-core/build/js/private/utils/index.js';var t=class t extends SvgIcon{static create(){return defineCustomElements({[t.tag]:t}),document.createElement(t.tag)}static register(){defineCustomElements({[t.tag]:t});}render(){return html` <style> ${t.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> `}};t.tag="scandit-barcode-find-icon";var e=t;e.register();export{e as a};