SIGN IN SIGN UP
ionic-team / ionicons UNCLAIMED

Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎

0 0 36 TypeScript
2017-12-14 14:53:28 -06:00
{
"name": "ionicons",
2025-07-08 22:02:57 +00:00
"version": "8.0.13",
2017-12-14 14:53:28 -06:00
"description": "Premium icons for Ionic.",
"files": [
"components/",
2018-12-12 20:56:14 +01:00
"dist/",
"icons/"
2017-12-14 14:53:28 -06:00
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.js",
2019-10-17 14:24:40 -05:00
"types": "dist/types/index.d.ts",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"unpkg": "dist/ionicons/ionicons.esm.js",
"jsdelivr": "dist/ionicons/ionicons.esm.js",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"exports": {
".": {
"types": "./dist/types/index.d.ts",
2025-05-05 12:15:51 -07:00
"import": "./dist/index.js",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"require": "./dist/index.cjs.js"
},
2025-05-05 12:15:51 -07:00
"./loader": {
"types": "./dist/loader/index.d.ts",
"import": "./dist/loader/index.js",
"require": "./dist/loader/index.cjs.js"
},
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"./components": {
"types": "./components/index.d.ts",
"import": "./components/index.js"
},
"./components/ion-icon.js": {
"types": "./components/ion-icon.d.ts",
"import": "./components/ion-icon.js"
},
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"./icons": {
2025-05-06 11:16:59 -07:00
"types": "./icons/index.d.ts",
"import": "./icons/index.mjs",
"require": "./icons/index.js"
},
"./dist/ionicons.json": {
"default": "./dist/ionicons.json"
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
}
},
2017-12-14 14:53:28 -06:00
"scripts": {
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"build": "run-s clean build.* prettier",
"build.files": "tsx scripts/build.ts",
2019-10-18 10:24:15 -05:00
"build.component": "stencil build",
"build.collection": "tsx scripts/collection-copy.ts",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"clean": "rimraf dist components icons www",
"prettier": "npm run prettier.base -- --write",
"prettier.base": "prettier --cache \"./({bin,scripts,src,test}/**/*.{ts,tsx,js,jsx})|bin/stencil|.github/(**/)?*.(yml|yaml)|*.js\"",
"prettier.dry-run": "npm run prettier.base -- --list-different",
"start": "run-s build.files start.stencil",
"start.stencil": "stencil build --dev --watch --serve",
"test": "run-s test.spec",
2025-07-07 15:43:57 -07:00
"test.spec": "jest",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"test.e2e": "playwright test",
"test.e2e.install": "playwright install && playwright install-deps"
2017-12-14 14:53:28 -06:00
},
"dependencies": {
2025-07-07 14:02:21 -07:00
"@stencil/core": "^4.35.3"
},
2017-12-14 14:53:28 -06:00
"devDependencies": {
2025-07-07 14:02:21 -07:00
"@playwright/test": "^1.53.2",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"@types/fs-extra": "^11.0.4",
2025-07-07 14:02:21 -07:00
"@types/jest": "^30.0.0",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"@types/node": "^22.15.3",
"@types/svgo": "^3.0.0",
"fs-extra": "^11.3.0",
2025-07-07 14:02:21 -07:00
"jest": "^30.0.4",
"jest-cli": "^30.0.4",
"jest-stencil-runner": "^0.0.8",
2025-07-07 14:02:21 -07:00
"npm-run-all2": "^8.0.4",
"prettier": "^3.6.2",
"puppeteer": "^24.12.0",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"rimraf": "^6.0.1",
2025-07-07 14:02:21 -07:00
"semver": "^7.7.2",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"serve": "^14.2.4",
2025-07-07 14:02:21 -07:00
"svgo": "4.0.0",
"tsx": "^4.20.3",
breaking: modernize project (#1447) * chore: update project dependencies * remove lerna * update build * plugin fixes * Icons do not display when the svg is loaded from a file:// URL in Safari fixes #1298 * Update path fill in warning-outline.svg exclamation mark * set currentColor - fixes #1420 * add bell tag to notifications icon - fixes #1090 * add sliders and filters tags to option icon - fixes #1060 * add loveseat tag to bed icon - closes #503 * add contacts tag to people-circle closes #779 * fix data.json * update data.json * set up prettier * fix contributing link * prettier after rebase * add missing rimraf * add more comments * run prettier as part of the build * set module resolution to bundle * consolidate contributing guidelines and coc as part of the root directory * fix link * copy svg into www * cut me some visual slack * Update readme.md Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update package.json Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com> * remove generating collections * ensure all directories exist * only define snapshot tolerance in config * update dependencies * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * Update src/components/icon/request.ts Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> * prettier * update release pipeline * fix exports * recommend to use esm.sh as cdn --------- Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com> Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
2025-05-02 08:04:17 -07:00
"typescript": "^5.8.3"
2017-12-14 14:53:28 -06:00
},
"keywords": [
2020-02-06 09:38:55 -06:00
"icon pack",
2017-12-14 14:53:28 -06:00
"ionic",
"icon",
"svg",
"mobile",
"web component",
"component",
2020-02-06 09:38:55 -06:00
"custom element",
"material design",
"ios"
2017-12-14 14:53:28 -06:00
],
"homepage": "http://ionicons.com/",
"author": {
"name": "Ben Sperry",
"web": "https://twitter.com/benjsperry"
},
"contributors": [
{
"name": "Adam Bradley",
"web": "http://twitter.com/adamdbradley"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionicons.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionicons/issues"
},
2019-07-11 20:02:48 -05:00
"license": "MIT",
"sideEffects": [
"icons/imports/"
2023-11-15 17:53:55 +01:00
],
"web-types": "dist/ionic.web-types.json"
2020-06-23 14:14:09 -05:00
}