0.1.3 • Published 5 years ago
@fooxly/transfer-icons v0.1.3
Fooxly Transfer File Icon Library
The official File Icon Library for Fooxly Transfer.
❤ Support us
About 40% of your donation goes to one of the charities we support. For further information or questions please visit our website or contact us via charity@fooxly.com.
:cloud: Installation
using npm
npm install --save @fooxly/transfer-iconsusing yarn
yarn add @fooxly/transfer-iconsusing React Native
In order to use this Icon Library with React Native you must have babel-plugin-inline-import and react-native-svg v12+ installed.
using .babelrc
{
"plugins": [
...,
["babel-plugin-inline-import", {
"extensions": [".svg"]
}]
]
}:triangular_ruler: Usage
React
import { AccessIcon } from '@fooxly/transfer-icons'React Native
import { AccessIcon } from '@fooxly/transfer-icons/native':framed_picture: Icons
| Program | Export | Icon |
|---|---|---|
| Adobe After Effects | AfterEffectsIcon | |
| Adobe Illustrator | IllustratorIcon | |
| Adobe Photoshop | PhotoshopIcon | |
| Figma | FigmaIcon | |
| Microsoft Access | AccessIcon | |
| Microsoft Excel | ExcelIcon | |
| Microsoft PowerPoint | PowerPointIcon | |
| Microsoft Word | WordIcon | |
| Sketch | SketchIcon |