UNPKG

vue-svgicon

Version:

A tool to create svg icon components. (vue 2.x)

11 lines (10 loc) 182 B
/* eslint-disable */ var icon = require('vue-svgicon') icon.register({ '${name}': { width: ${width}, height: ${height}, viewBox: ${viewBox}, data: '${data}' } })