UNPKG

@vtex/phosphor-icons

Version:

<p align="center"> <img alt="VTEX Logo" src="./docs/assets/vtex-logo.svg" height="100" width="117" /> <h3 align="center">VTEX Phosphor Icons</h3> <p align="center">Reach us on #admin-ui channel on Slack | Tag us with @dev-team-admin on Slack</p> </p

9 lines (6 loc) 206 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./phosphor-icons.cjs.production.min.js') } else { module.exports = require('./phosphor-icons.cjs.development.js') }