UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getUrl = void 0; const getUrl = ({ set, icon, version = '2' }) => { // return `https://unpkg.com/iconista@${version}/sets/${set}/${icon}.svg`; return `https://cdn.jsdelivr.net/npm/iconista@${version}/sets/${set}/${icon}.svg`; }; exports.getUrl = getUrl;