UNPKG

wc-fontawesome-free

Version:
13 lines (9 loc) 377 B
import { createIconClass } from '../lib/create-icon-class.js' import { faHandPointer as iconDef } from '../../../node_modules/@fortawesome/free-regular-svg-icons/index.es.js' const prefix = 'far' const iconName = 'hand-pointer' const iconClass = createIconClass(prefix, iconName, iconDef) customElements.define('far-hand-pointer-icon', iconClass) export default iconClass