{"_id":"jam-icons","_rev":"9-aaedf4d4e09555a38352f2b81f03bd0d","name":"jam-icons","time":{"modified":"2022-05-06T09:43:40.366Z","created":"2017-10-19T12:55:41.476Z","1.0.0":"2017-10-19T12:55:41.476Z","1.0.5":"2017-10-19T13:26:09.536Z","1.0.6":"2017-10-19T13:28:53.027Z","1.0.65":"2017-10-19T13:48:24.710Z","1.0.7":"2017-10-24T10:40:39.144Z","1.0.71":"2017-11-03T17:21:02.972Z","1.0.72":"2017-11-14T16:43:58.386Z","2.0.0":"2018-04-25T14:48:32.002Z"},"maintainers":[{"name":"michaelampr","email":"hello@michaelamprimo.com"}],"dist-tags":{"latest":"2.0.0"},"description":"Jam icons is a set of icons designed for web projects, illustrations, print projects, etc. Shipped in JavaScript, SVG and font versions. Licensed under MIT. Twitter: @michaelampr","readme":"\n<p align=\"center\">\n  <img src=\"https://jam-icons.com/static/img/logo.svg\">\n</p>\n\n![alt text](https://jam-icons.com/static/img/logo.svg)\n\nJam icons is a set of icons designed for web projects, illustrations, print projects, etc. Shipped in JavaScript, font &amp; SVG versions. Licensed under MIT.\nIcons: [https://jam-icons.com](https://jam-icons.com)\n\n## What's new?\n\nJam Icons v2 is a totally new version of this icons set. Read more below, especially if you are using the first version.\nEach icon has been re-shaped with a 2px stroke on a 24x24 grid. I mainly used a 20x20 grid, letting 4px for extra design.\nRecreating the entire set was huge, but needed. I wanted the set to be more reliable, more consistent, and bigger.\n\n\n## Getting Started\nThis version is shipped in three formats: JavaScript, SVG and font and contains more than 890 icons.\n### Javascript\n#### Usage\nThe recommended approach. It turns your tag into a clean svg markup. You just have to use the `data-jam` attribute inside a `span` or a `whatever` tag to select your icon (The attributes are listed below). So if you write:\n```\n<span class=\"your-custom-class\" data-jam=\"backpack\" data-fill=\"#222\"></span>\n```\n\nIt becomes:\n```\n<svg class=\"jam jam-backpack your-custom-class\" data-fill=\"#222\">[...]</svg>\n```\n\n\n#### Install\n##### Via CDN (recommended)\n\n```\n<script src=\"https://unpkg.com/jam-icons@2.0.0/js/jam-icons.min.js\"></script>\n```\n##### Via NPM\n\n```\n$ npm install jam-icons\n```\n##### Manually\nJust hit the **download** button and use a `script` tag like below:\n```\n<script src=\"/path/to/js/jam-icons.min.js\"></script>\n```\n\n#### Attributes\n\n`data-jam` (required) *The icon you want to use, e.g `data-jam=\"backpack\"`*\n\n`data-fill` (optional) *RGB or Hexadecimal, e.g `data-fill=\"#F5C25A\"`*\n\n`data-width` (optional) *RGB or Hexadecimal, e.g `data-width=\"32\"`*\n\n`data-height` (optional) *RGB or Hexadecimal, e.g `data-height=\"32\"`*\n#### More infos\n\nYou can easily customize your icons using css, such as width, height and color. I provided the `data-fill`, `data-width` and `data-height` attributes to support a direct way to color the icon, in the case you do not want to add extra lines of css.\n\n### CSS / Font\n\n#### Usage\nThe alternative approach. You load the CSS stylesheet and use Jam icons as a font icons. You just have to use the `jam` class followed by the name of the icon you want to use prefixed by `jam-`, like below:\n```\n<span class=\"jam jam-backpack\"></span>\n```\n#### Install\n##### Via CDN (recommended)\n```\n<link rel=\"stylesheet\" href=\"https://unpkg.com/jam-icons@2.0.0/css/jam-icons.min.css>\n```\n##### Via NPM\n```\n$ npm install jam-icons\n```\n##### Manually\nJust hit the **download** button and use a `link` tag like below:\n```\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/path/to/css/jam-icons.min.css\">\n```\n\n### SVGS\n#### Usage\nThe complete set as independents SVGs files is available too.\nHit the **download** button to download it.\n\n## Complete icons list\nYou can see the complete icons list on [https://jam-icons.com](https://jam-icons.com)\n\n## Support\nIf you have some icons ideas, please open a new **issue**, add a `icons-request` label and make your proposal.\nLikewise, if you see a bug or something that needs to be fixed, please open a new **issue** too with a `bug` label.\n\n## Compatibility\n### Version 1.X.X\nUnfortunately, the v2 is a major version including major breaking changes: I kept the icons names availables in the v1 but the shapes are totally new. If you give it a go, try with JavaScript ✌️\n\n## Changelog\nJam icons is following the [Semantic Versioning](http://semver.org/) with the MAJOR.MINOR.PATCH format.\n- V2.0.0  - New release with 896 icons\n- V1.0.72 - Optimizing SVGs\n- V1.0.0 - First release with 422 icons\n\n## License\nThis project is licensed under [MIT](https://opensource.org/licenses/MIT)\n","versions":{"1.0.65":{"name":"jam-icons","version":"1.0.65","description":"Jam icons is a set of icons designed for web projects, illustrations, print projects, etc. Shipped in both font & svg versions.","main":"index.js","scripts":{"test":"echo \\\"Error: no test specified\\\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/michaelampr/jam.git"},"keywords":["Icons","Font","Font-icons","SVG","Icons","CSS"],"author":{"name":"Michael Amprimo","email":"hello@michaelamprimo.com","url":"http://michaelamprimo.com"},"license":"MIT","bugs":{"url":"https://github.com/michaelampr/jam/issues"},"homepage":"https://github.com/michaelampr/jam#readme","_id":"jam-icons@1.0.65","_npmVersion":"5.4.1","_nodeVersion":"6.10.3","_npmUser":{"name":"michaelampr","email":"hello@michaelamprimo.com"},"dist":{"integrity":"sha512-ZHsLpDClw/rKcEL+W/VXLYsVbrkxi8v8aL3FoR/owAiWIR+IjrW+ElFEmTyXTKQmrAV0+/L3ZRfgta9Xz9QCdw==","shasum":"a3ee5f85d48b83ad55354cb908e36e970a7f5bf7","tarball":"https://registry.npmjs.org/jam-icons/-/jam-icons-1.0.65.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDn8LSDJKbSgjQaix9BX+wSXskyP7enA2Gj5uVNe3jZLAIgLUOiwopQ/j2pxoCF1DLN6/iSEAWy/u4RfrEqBKgAmkI="}]},"maintainers":[{"name":"michaelampr","email":"hello@michaelamprimo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jam-icons-1.0.65.tgz_1508420902809_0.9066554051823914"},"directories":{}},"1.0.7":{"name":"jam-icons","description":"Jam icons is a set of icons designed for web projects, illustrations, print projects, etc. Shipped in both font & svg versions.","version":"1.0.7","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/michaelampr/jam.git"},"keywords":["Icons","Font","Font-icons","SVG","Icons","CSS"],"license":"MIT","author":{"name":"Michael Amprimo","email":"hello@michaelamprimo.com","url":"http://michaelamprimo.com"},"bugs":{"url":"https://github.com/michaelampr/jam/issues"},"homepage":"https://github.com/michaelampr/jam#readme","_id":"jam-icons@1.0.7","_npmVersion":"5.4.1","_nodeVersion":"6.10.3","_npmUser":{"name":"michaelampr","email":"hello@michaelamprimo.com"},"dist":{"integrity":"sha512-f+36H4Sfl3qiUMdpf5TBPsx4aNg2/ULagDvYwR07gUbhPhYNGoTSxjHEC2/VD4KpGvkztr0Z6iURw52Ms6tTpQ==","shasum":"ee50f461f5891b498ed37a23753be1ae03d2178b","tarball":"https://registry.npmjs.org/jam-icons/-/jam-icons-1.0.7.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEBKDrueSplSJhAqjkWSoRMPEgK7eOR1cO0QDrN29jXFAiEAykMKdFNzkfTCgSkxQCzT891A2v6Wd16dddePVoDVyjI="}]},"maintainers":[{"name":"michaelampr","email":"hello@michaelamprimo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jam-icons-1.0.7.tgz_1508841637502_0.23224080284126103"},"directories":{}},"1.0.71":{"name":"jam-icons","version":"1.0.71","description":"Jam icons is a set of icons designed for web projects, illustrations, print projects, etc. Shipped in both font &amp; svg versions. Licensed under MIT. Twitter: [@michaelampr](https://twitter.com/michaelampr)","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"Michael Amprimo","email":"hello@michaelamprimo.com","url":"http://michaelamprimo.com"},"homepage":"https://github.com/michaelampr/jam#readme","keywords":["Icons","Font","Font-icons","SVG","Icons","CSS"],"repository":{"type":"git","url":"git+https://github.com/michaelampr/jam.git"},"license":"MIT","bugs":{"url":"https://github.com/michaelampr/jam/issues"},"_id":"jam-icons@1.0.71","_npmVersion":"5.4.1","_nodeVersion":"6.10.3","_npmUser":{"name":"michaelampr","email":"hello@michaelamprimo.com"},"dist":{"integrity":"sha512-sU4C0LiAB9xoNB/HFdYSHAcTSoH2MxnNvizhQohlheosUrcPyINHMqRflMRQ43mFu+8NZw9WtkFe0cDHqvF+TA==","shasum":"0cc72b72b6db5ddc95f225c54e62cb2d5a0db21c","tarball":"https://registry.npmjs.org/jam-icons/-/jam-icons-1.0.71.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICWizC0uWbYkpIHXyVyGtMSfuqzlFVP/KoA2oJX7KPC/AiBXS41I8F/2+ZcL7hbBnC6bE/x5lLjttuuSwMgzjr6qkQ=="}]},"maintainers":[{"name":"michaelampr","email":"hello@michaelamprimo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jam-icons-1.0.71.tgz_1509729661477_0.3155345462728292"},"directories":{}},"1.0.72":{"name":"jam-icons","version":"1.0.72","description":"Jam icons is a set of icons designed for web projects, illustrations, print projects, etc. Shipped in both font &amp; svg versions. Licensed under MIT. Twitter: [@michaelampr](https://twitter.com/michaelampr)","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/michaelampr/jam#readme","keywords":["Icons","Font","Font-icons","SVG","Icons","CSS"],"repository":{"type":"git","url":"git+https://github.com/michaelampr/jam.git"},"bugs":{"url":"https://github.com/michaelampr/jam/issues"},"author":{"name":"Michael Amprimo","email":"hello@michaelamprimo.com","url":"https://michaelamprimo.com"},"license":"MIT","_id":"jam-icons@1.0.72","_npmVersion":"5.4.1","_nodeVersion":"6.10.3","_npmUser":{"name":"michaelampr","email":"hello@michaelamprimo.com"},"dist":{"integrity":"sha512-fObJ1WCCY5vP734yPhRsMDDt7PWtEz/YsJA9MtOPxjJpyO5AOYeAvQJBrBb0WIlDPFGipolLZTfylq1tqwaMEQ==","shasum":"f758499972945eacf4dc12c1da8ba7210531be57","tarball":"https://registry.npmjs.org/jam-icons/-/jam-icons-1.0.72.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnCEAo2jnM+KPTkLkuiY4LZV4Yvx2w+gtcxUhJWL2vwAIgMTbJFWu3/8oGWVXhB5CcMzMV9qHIGS5C3slQD4PBeE0="}]},"maintainers":[{"name":"michaelampr","email":"hello@michaelamprimo.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jam-icons-1.0.72.tgz_1510677836875_0.5330204300116748"},"directories":{}},"2.0.0":{"name":"jam-icons","version":"2.0.0","description":"Jam icons is a set of icons designed for web projects, illustrations, print projects, etc. Shipped in JavaScript, SVG and font versions. Licensed under MIT. Twitter: @michaelampr","main":"index.js","scripts":{"test":"echo \\\"Error: no test specified\\\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/michaelampr/jam.git"},"keywords":["Icons","Font","JavaScript","icons","SVG","Font-icons","CSS"],"author":{"name":"Michael Amprimo","email":"hello@michaelamprimo.com","url":"http://michaelamprimo.com"},"license":"MIT","bugs":{"url":"https://github.com/michaelampr/jam/issues"},"homepage":"https://github.com/michaelampr/jam#readme","_id":"jam-icons@2.0.0","_npmVersion":"5.6.0","_nodeVersion":"6.10.3","_npmUser":{"name":"michaelampr","email":"hello@michaelamprimo.com"},"dist":{"integrity":"sha512-AbfqqvNpRGAsGvKterHUkvt+lVTWMB++lBK29o27WEvi4Ji/KVsABmE+odL5mLDiXU3ZPEKjRvSmcO20u8nIgA==","shasum":"7036006f867d21d1ab9ad83743eb9b41cafa70a0","tarball":"https://registry.npmjs.org/jam-icons/-/jam-icons-2.0.0.tgz","fileCount":907,"unpackedSize":2526356,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4JVBCRA9TVsSAnZWagAAg/gQAKGM+34sxJNd5GxLydLK\nFsgYaDeMEVOuV+Yj+NqWOZQymK160597vicxvMg+6iTDvi9q0n4v3b+12P1X\nOchS2xPNe9AhWP5h3NxN2wpWW8OHNol2KgyPnJturNTf1juuVI5KrMOVUsoc\nHQQGUSYkpcRmcUxVAQfLY7Tsl+3ivyzR+LuXIjoBussMXiYRVw7NbQwmS14Z\nxaGEqTcx6lAW6QHgu/P6ALrTJ/EXopMI61VG/Chgw4tdOUcOR36uDf1LRnfU\n8t+1e6Rrkywdp2HXhM4tU7BeV/d8peT354f3odmQmjcvyqyeanEvSyMKeIL4\n79LCWruirMXiTpJ/zr2IWdFCRMGjt8pz7DbWkMMH71G+Q/DuJqrdlxt9zEYW\n0H9US2AsVpVPPeaSvUOiFelTslP7ZorLlN0GXUxIPOla5X2ufYpZfFWTHQ7v\ndz3HHDeH+1MR3Fi6g07h1NWRodTIvhpDJVp7o5Gc/+KZ6LYl1Krxhl2rVhVd\n5IganAS7/wJUthrZfjC6fX/R/53ttJqiJKSyQ99HbYCBo9OTkIyvVThlXVkR\njQ0WWCnl/M1kUXBIj009S+rynQumB+e5LuQMfdAU+likbgfeTDQ0dWulgZ6q\nX4j4g2yi+Aopcgpk6QOk7Klx1ADuhLOuyuqt7MjHbTG535/3GCvDDSgtzoDZ\nQz99\r\n=mvMw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEc60XSpihD5gZBabkOevMybTzTRT3SQU4n0d+WzY3cwAiEA4t1iKnnbnQ6dlEdjJszzC8QfmwZvCNjzYSpl4Pka1gs="}]},"maintainers":[{"name":"michaelampr","email":"hello@michaelamprimo.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jam-icons_2.0.0_1524667711824_0.5247116745862042"},"_hasShrinkwrap":false}},"homepage":"https://github.com/michaelampr/jam#readme","keywords":["Icons","Font","JavaScript","icons","SVG","Font-icons","CSS"],"repository":{"type":"git","url":"git+https://github.com/michaelampr/jam.git"},"author":{"name":"Michael Amprimo","email":"hello@michaelamprimo.com","url":"http://michaelamprimo.com"},"bugs":{"url":"https://github.com/michaelampr/jam/issues"},"license":"MIT","readmeFilename":"README.md"}