index.js 192 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
/**
 * @file Exposes `feather` object.
 */

import icons from '../dist/icons.json';
import toSvg from './to-svg';
import replace from './replace';

module.exports = { icons, toSvg, replace };