UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

82 lines 2.8 kB
{ "name": "styled-icons", "version": "10.47.1", "license": "MIT", "description": "Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components", "author": "Jacob Gillespie <jacobwgillespie@gmail.com>", "homepage": "https://github.com/styled-icons/styled-icons", "repository": "git://github.com/styled-icons/styled-icons.git", "keywords": [ "styled-components", "icons", "font-awesome", "feather-icons", "material-ui", "material", "octicons", "boxicons", "svg" ], "funding": { "type": "GitHub", "url": "https://github.com/sponsors/jacobwgillespie" }, "main": "./index.js", "module": "./index.esm.js", "types": "./index.d.ts", "sideEffects": false, "publishConfig": { "access": "public" }, "dependencies": { "@babel/runtime": "^7.20.7", "@styled-icons/bootstrap": "10.47.0", "@styled-icons/boxicons-logos": "10.47.0", "@styled-icons/boxicons-regular": "10.47.0", "@styled-icons/boxicons-solid": "10.47.0", "@styled-icons/crypto": "10.47.0", "@styled-icons/entypo": "10.46.0", "@styled-icons/entypo-social": "10.46.0", "@styled-icons/evaicons-outline": "10.46.0", "@styled-icons/evaicons-solid": "10.46.0", "@styled-icons/evil": "10.46.0", "@styled-icons/fa-brands": "10.47.0", "@styled-icons/fa-regular": "10.47.0", "@styled-icons/fa-solid": "10.47.0", "@styled-icons/feather": "10.47.0", "@styled-icons/fluentui-system-filled": "10.47.0", "@styled-icons/fluentui-system-regular": "10.47.0", "@styled-icons/foundation": "10.46.0", "@styled-icons/heroicons-outline": "10.47.0", "@styled-icons/heroicons-solid": "10.47.0", "@styled-icons/icomoon": "10.46.0", "@styled-icons/ionicons-outline": "10.46.0", "@styled-icons/ionicons-sharp": "10.46.0", "@styled-icons/ionicons-solid": "10.46.0", "@styled-icons/material": "10.47.0", "@styled-icons/material-outlined": "10.47.0", "@styled-icons/material-rounded": "10.47.0", "@styled-icons/material-sharp": "10.47.0", "@styled-icons/material-twotone": "10.47.0", "@styled-icons/octicons": "10.47.0", "@styled-icons/open-iconic": "10.46.0", "@styled-icons/remix-editor": "10.46.0", "@styled-icons/remix-fill": "10.46.0", "@styled-icons/remix-line": "10.46.0", "@styled-icons/simple-icons": "10.46.0", "@styled-icons/styled-icon": "10.7.1", "@styled-icons/typicons": "10.46.0", "@styled-icons/zondicons": "10.46.0" }, "peerDependencies": { "react": "*", "styled-components": ">=4.1.0" }, "devDependencies": { "@styled-icons/pack-builder": "^10.7.0" }, "scripts": { "clean": "clean-package", "generate": "generate-icon-mono-package" } }