/**
 * @module apeman-react-icon/lib/paths
 */

'use strict'

import path from 'path'

exports.asset = path.join(__dirname, 'asset')
