SVG
"testIcon": {
"type": "string",
"default": "map-pin-heart"
},
import {
TwebSVG,
} from '@tigriweb/components/primitives';
<TwebSVG
icon={ attributes.testIcon }
size={ 24 }
stroke={ 1.5 }
/>
Important: You Need to Enqueue Icons Globally!
Last updated
Was this helpful?