{"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"aomarks@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"brian.t.vann@gmail.com","name":"anonymous"},{"email":"hi@yef.im","name":"anonymous"}],"keywords":["material design","web components","icon"],"dist-tags":{"latest":"0.27.0","canary":"0.26.0-canary.0af8ade5.0"},"description":"Material Design icon web component","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6347c3e1b0264cc34cad24e4e52a23e2100a4926/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon/mwc-icon.js';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6347c3e1b0264cc34cad24e4e52a23e2100a4926/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6347c3e1b0264cc34cad24e4e52a23e2100a4926/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"license":"Apache-2.0","versions":{"0.1.0":{"name":"@material/mwc-icon","version":"0.1.0","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.1.0","@polymer/lit-element":"^0.4.0"},"devDependencies":{"@material/mwc-sass-render":"^0.0.1"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.1.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-x8LoyRQQbzBDs4sNwT2C73nNCZbOF5hxOqftWR8E56zN2Cj25Qw/+RbqOiLcz1Fgtno0+LRV8gqixUNRSNNFIg==","shasum":"15afb64a74d1e18b6cac32d58477a3585bac485f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.1.0.tgz","fileCount":8,"unpackedSize":8724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8OAwCRA9TVsSAnZWagAA6SEQAKJA1ytDglyQ6XrpeOgu\nfsnjIl4ZrHjs2lIfW6a2fytzVVB+6BmpaAUmUmS59MGh4xzU2e+44VlkJTIF\nNge28cr60WU9YxccQv62ll4pbNFbWlV4fO1opm495WdowjyIN9hMD/Xis0ld\nDjf0mKMfawxldp2FtmATfBxFE6PouTX2eNlLErX4Int+p1tcD2VTS27sGIs0\n+haxCvHmhQT2VBpHtgh3lqJb2DyMMw6l2G+OUKIVJbRLv8M+uNrRcfBPkvK8\ncEx2tcY47Zg9uUPwbe5WkJUAKdJG0Y1WUXfGxaEzsattQbpF/Cqv/pn7uelK\nXu7QOyzdPyAqOT+hshYfvZ3P0Bnbti7+TDIn97zcZ9j48vCTSAxQvOd7gd/v\nsRAwGlbZHU9UlG81uEg/SUPyFvJUwV9/HU3BTAaiSRGwmnxw6EevhnxwrL+w\nY/NdMCSxZesd7sMLu8QmhrYlKcGZEH76It5ifAu4yqlwzzakfPJXrzAfTOxS\naXiuT9acOtdl7yY//oOTA4pUw0M82//wquzHbhkXSySoMrsnfMDqDbIx9uLR\n4NsajEJuiXcAufIxuK+J5DpYNfgfFdC4wFFTBwywInuYSYc++Tf4TQl/CxuN\n3gkg84QAr0DXGALiu2O1uVbSFG+iadn2V0CQy7fVB3U/GKsKk//E0YUtWWVU\nWfwL\r\n=3ass\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICJ97TIYF4/f9KcE5joZAUH/i8JYE0lCW6yeaBXszRKhAiAVFgDDN8lYH2k1+H4ul3/8658UcOVmaEg2OQFc8Djpcg=="}]},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"lynnjepsen+npm@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"williamernest@google.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.1.0_1525735470736_0.1705452204462865"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.1.1":{"name":"@material/mwc-icon","version":"0.1.1","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.1.0","@polymer/lit-element":"^0.4.0"},"devDependencies":{"@material/mwc-sass-render":"^0.0.1"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.1.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-oyBvqUpXQ5j+SeUiYs/s5frNRhinLAmPDSCEYZ3TUzA6Y/jQPPYBFyV8pKL+reC7qA7hFNwO5oqSDNiGLO8+bw==","shasum":"9a97a3bdd7a1c42c4951b7ceb955259e9c457bf9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.1.1.tgz","fileCount":8,"unpackedSize":8725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa82J9CRA9TVsSAnZWagAAxcwP/3XJU3NBYNcWc54IAnmk\nofSqrtKrStA2ncytmzXpm5/iM07CssbAJ8yYIaJyQvXcUhPgsPxkGOERI2ws\njg0iEIoP0lZlxtsMMfK2fb8leTk0ndCOgaAytguDSSrieiUdcNJ5CY+h3UZT\nEsDPG6vVWOXLYpMfJk199RpY3+vzJvDTzZJKek+7SvaNU2XC2fFxGu2DfZ+u\nTxSswZflHdV6PMGf/KA8qOPSIHIozYkQfL3XWuk656IVPxv2E9cbx53sqt2k\nzIjVw9qeCx5lmlzfw3sioTbTdz6niUx83lzysj+06fmScz4pnWD07MT5j46o\n1Os8WiMliXKwKV4pPyaaiVv5RsTnckcLnS6jyoMp6trnX6XhXeQEf7DcSx0P\nGdkDNk87EG+PHG78uk34VH7VXaL1ex/6SWP9ppN+YCkSovO5Vuy6rukvgb7L\nF/tC5mAnL2xjaFw/gIZ8SzUI3mHUyRhVK9VgHdxJYBfG46xH/6xlbPAvjvX8\npMkomgLLLNpZDTycyTFHRIcP33W5ppNp881X2QRFHGWOYZBxBsYApX2Crr9C\n9B4BS25QXLD3S+gOLsFf9kDqxATFeQuy7yhBx1WwspBbs5M8Gc/3knzwB1pM\niR+e7fgmN17Ki7jizXkNYElbCGHxudKvL4gCehsk/7PrYBZt1THqw0xW2JMI\nvUOG\r\n=+IfN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhzIZQxIWedhHUHrbvZHQhgc1fFLPgIPM6tyCY+cjczgIgVvrpUtlKrvnJdehWOKqNueGSAOv+l8IsB6/KIZAQ0Mg="}]},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"lynnjepsen+npm@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"williamernest@google.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.1.1_1525899900490_0.0654935134475989"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.1.2":{"name":"@material/mwc-icon","version":"0.1.2","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.1.2","@polymer/lit-element":"^0.5.2"},"devDependencies":{"@material/mwc-sass-render":"^0.1.2"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.1.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-j8wRCGlKhggi1en/xxZSsLBVrsrGuL31ARhzN3PCIcBvYIr669RPVdBYMemqxBbuDobKRnLWhmZq5Uui07zm2Q==","shasum":"32ec2f5a48a30014ed97451de0862b1bf51f14e3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.1.2.tgz","fileCount":8,"unpackedSize":8725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbIvFTCRA9TVsSAnZWagAAPrkP/i+JiF3jNQc2d+J4jf0E\nuwvyizCyFFuKpj63lW0aQORfTdRegV5OpSJSepIw1Kj8lxC6bCjq4jNd828i\ng+cIyBDfKeohDq5ghOUaTFZahTnLdUhdrVogUyZOZzI42/YNvpMDNMOScJQI\n+dzZYNn5zpd0QPViA69oW3ZP6NbVrtvA5VliNcRhpCpJvMhec4YZBEa1nmLp\nSpGgR3yeqczzLCWd89M206b7WKFxwt0MwIi+r15SD01W23DGlaIxiCFLiCOg\nTG743nzV3rZOWftLFxB9MEXYbJWedM4lweXFqcFLJDohSOT+dMSYuFmjDFWe\nRLavkvymfKKesit8I/dG8QbwfAZHr+y7XOblWFHx+FTbcSjfJNIHu/pviLFu\nw8539RVwMJunqSJdw1FUf3DhNMFy84e2renVxUZ92PA29JftoQvJVmFt7Xbm\n5WpHW08pd22RG2mNziQBgveOlycnB31PfbLk2GcMS+RLbHtiWrF2tSwiDLmX\nTqimbpDWiuNm74/yjt+xI6dBux+x3y8Qombb/HLPSQ4YFm9mLjlRzXO+1yPj\n0sXlrWi3P9B6+FN9N9XOKLTkqoqNxbO3GEnk8QN7KqU8DNILDDFEp7NkGC07\nfwXwB17TNg3KNZSM1X2bsdZ9Xteu55jVo4rfEYSYHRQ6qpqVOHuRFII5Z3fd\nqBgE\r\n=FC/k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLIq75GUYyzp0t+M5Q7P+/6ppfbPV2Sq+Pm/QHoPhw+AIhAPY4QZeEEkR+595SipOyzrO0gDCAZ+cvit2sdYCVo+V7"}]},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"lynnjepsen+npm@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"williamernest@google.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.1.2_1529016658680_0.5628149933322579"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.2.0":{"name":"@material/mwc-icon","version":"0.2.0","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.2.0","@polymer/lit-element":"^0.6.0"},"devDependencies":{"@material/mwc-sass-render":"^0.1.2"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-FDfHwCKD3fjD1/Bt5WPQrwHX4MXxTIIwgcQ52lWcN0g5Sv8qy1/4RB6YZSRjdaJv3GjhrGE+++LqYv6HiUEDHg==","shasum":"c8ce123e03462fe32a52ff6e087c008e59a5a7e6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.2.0.tgz","fileCount":8,"unpackedSize":8722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmwKPCRA9TVsSAnZWagAAP0IP+QF9RiSref5cqPELnx7R\nW2HEYHNW4JDwn+VtaUfkJ0NFZIMLAxc1v5hinsnAEK7eUQmDfEzuDFkOMGh8\nf/KgA0nqmPaD9Z8QaZi+HphBSDBZiXpuraiKdfFSuqNg/On3rrdL0b1AB8d8\n1BfXwpZ4GKPwdJ7NhE09G5j34wXDJpcz6ZMKRFO65vRzQbS/WxCOSKbYIR8M\n06UttaMmkOsnSr4yQATUMlqPcw4nYoURRxM4Dp96VwZlzsNurhfOtNb511OL\nG6eJvbq/YA9lUh+XOkENx3nkd0Sh29kIkMkwOowWVuOy85rjdeOxmDouF6Rk\nWQp/eDmypRpslHibXQBsIXY1dhbSmAwMzqM/7iqW0IFwYObdHfM54B4Nj3df\nRnuXLrfs/L7RpcTUy4+QpjoEiSRusMXU+DzX/yeP/FFHZyGa7Rp4zCw52UjV\nqSJZSG3psSU1TTSmUSPCaVzEDBxPCra+XQvTjfpjJjVos1AuP7cRSxFWhnYg\noQIm0X/vCCaXBEz70u7JfDNV7ZL9kv3xjxtKKPJJb7SwWIduWCWNtSaU/JSr\nw6Hn+6p9ziZppSn8IADXnjo3+Lw8TTU1MkjhiM4luHnBnskDvHQpdfPl9yGO\nx2hqktjn3m1YsvLZsO6KTHsXOrVcXK1GJNtjfaGt+K4T40nyY+Z3ZTiUdwup\nVfd0\r\n=GmSm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDP2CCaVbAwUIcKz54zbH/OLCdgPrbOJQhV2JtRxb5CVQIhAMHi2R54g9wuzHiEPZ9wmhrz36Fk3eCxR7K+ZgG1NQmc"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.2.0_1536885390905_0.25130473040691403"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.2.1":{"name":"@material/mwc-icon","version":"0.2.1","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.2.1","@polymer/lit-element":"^0.6.0"},"devDependencies":{"@material/mwc-sass-render":"^0.2.1"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.2.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-WpndoDOZGob7+LKRykQdjY1pEQJmkZ6ueHObrABEAU/JrHl2UUl1Nz7J1NeNouwSocK30vewgK2XFRncz94LxA==","shasum":"16cd881e48c5de7bf0372453393a40c56e372d53","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.2.1.tgz","fileCount":8,"unpackedSize":8722,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpZQmCRA9TVsSAnZWagAAJtMP/2VZ446Fj3ieyb/EcDLx\n9q4/zibIDubQBcqrfpMZLCdJShGIo5fNRzrcRHQvaQBc5JA2y4oWOR1Sk5L+\nZqKud5q3eXofbtshZ32BMJvVfIL98L0F+07TLYBn2qfc7M4Xh5FIdmrv6em0\nwum9PrZJ0kFbMivCI6UJSn0cpT2OP59sb8vK4Ixj8ETuXrUr+GYLT9nBLET/\nQ2lSFT3n9Ksu2aBDUbuHVAMJiNzVR/FlGSxS7FO7yS4yHhhmQ99KNUNzbkXv\no9+5qqOGd4oP8tOSFIQikDyG/p5IZN/vXccg4Z+MLbXu42BoFni0LJyCDa1F\nC8fnZn/1FUnsIAkWZ2W0fIxgMxfcY4q71JAcA4cAeQ6QqeodBdvh3gFujw1K\nULnaCnX//AD4MQa0NDt1KfZRsUR0S9zmGyA3vj2nHhQ0lygb8UE2KzQbgeEn\nWUiAPJGpJ8cnqlOdFg9/r77iez5XnMgVISxW7xpOlPmyG8f8Ku+Lf7e6Qu+b\nbENGAyqBcfxL7eqATpfjMsvz0lwi6INKjVSneRK31yIWI0HjSrPI2y/NJ2RC\nOhY0+5PoLm1pVlxhYy/Evx+gz3TewHgWckRuE0OYq6bXGzACWfn7JD13hPhD\n+d4nBtBCM3Z15VOE8r3QSKd2za14ZTwhy1oUFf5VOYSqXATgsepvi1NQ79aS\ncOaB\r\n=SWnr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6IKc2UPV1ii3hglYCgFECjqLB+FEfn5N2D3YftPdkGwIgQxc1DXNdRz49PQc0An2wD7HYDJQjC5WzTUB7bKUwrgw="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.2.1_1537578021382_0.8857177238595735"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.3.0":{"name":"@material/mwc-icon","version":"0.3.0","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.3.0","@polymer/lit-element":"^0.6.1"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.3.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-HptgKN4Pe34DjTxK/yPD6i+yi+Q+ppmPDtRoB/59Uh6ymtt5AhIJ4xST7rjpaQk+53OgWVVBCRc4a3feOYcE9Q==","shasum":"603a39de86faf8d8d9cca81f64cad55111aef428","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.3.0.tgz","fileCount":21,"unpackedSize":19782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtqGACRA9TVsSAnZWagAAkw0QAI8RRW2NZN4kPod6Vs/A\naCgT110GKec9G7crhmqN0cFs6Sh3iaEyuGH7sJEgji5CQ1d1yoPtHuDkGmYC\n4f0hbLHvwDN/97A0P6UZAEMeqjgwa69KOaw84uhvM/H93ln+5ErNqfvQIRzz\n/Zd3itAIAUc4yxc6J+M8WS5qbxUu0Twd9dECzVClChVJekJr0sMEkNmH0ne7\naNHLEOLX+CMQ8x8OwF2uh44fhnjWiQQtmJYsQZrUwk+ziOSgk0CJPfyuJqlH\nSsmaNxQyblkQvAjUbpOFoYvmw/IqR+845y12SaDE+i7QgKtGqYbEfjc/M/3z\nSBRe3QmYFLrDaaWoJjbjkXncLyR1wXolD4SrkDCnu/JZNM2R+Rsd0lyj8BhT\nKiQQw2K518NKQQBQ/svjzyOmaz4+mW5sDsSSeFyKelAHGcqKVaWdqO1ykxB+\nG228D+e6rlguCAjVs/sKAnJPo8NMFbSCIVX2B3SL+BmQZZpBSsNy6MM1m0D4\ntfnNnIVp7ECbuLWfkUyzkYuNURftiz+GKZM/8URBaUP2ylMSHyLjpcjEhaae\n+/Z+Stm01eHQ685r5FB6qaJwF5UYkVHxIsf1yHC2NKqlP4HzA0+Igj5T6zqu\n/DJQ2DSegMQASP4dXnidqbzqYwlMjGCYvSvwX4wp3RNEEz3phqDvlIWpj6bu\nWsqH\r\n=ipAc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClDJpSbPV8bPTOa7MsBqAXxHjuufzum7OBDiQpIffYkQIga45uhLVnkjYcSS+Bd9TagBF0Rleh7e0ZVinXpm+xUd4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.3.0_1538695551539_0.42869355460749503"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.3.1":{"name":"@material/mwc-icon","version":"0.3.1","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.3.1","@polymer/lit-element":"^0.6.2"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.3.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-T6x8yR6+L39wkHDiHEfqTv312jqR56Ksq5yLZf4sM5dnEztefS9Xv0E/cb+rrRSqwB9bKdPel/NJDyfReFxgUw==","shasum":"d463b5dc07b4f39c51e8847f82bbb74787d2fd78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.3.1.tgz","fileCount":21,"unpackedSize":19803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbu64ECRA9TVsSAnZWagAAtAgP/Rp1vfxx86dqRFs61en3\nBhhGWbcIjdusQOeMerYApKRPKJGvbk5PDJ6h3Axe3sPYhllEhy4hSt3RW882\nhL3ZQ8PGIjvgRxO78tmBkC4rzH/GHRZsrvh5NO8+zhErqE9iyq5Wc0Z5yCuW\nPs781WZDEkRZlybkMwJcEtSb51rLy34UC2UmnGr4TIMV86/hQBDXSKApqNrg\nV/ncCJz4XraLY1v6tAFPrCVdwEZlzPS1zE+hSZQXZBZOtZQ+YuavzkpL4LzA\nx0wVnH655I7jOBWzv9J6L7kiZ0te7+QuIO5KkNiDSD4qW/fRPAdisCRPRIXe\nFKg83YBxTqAFvmio5BY/G9opKLnMHvzKLYB8sZhJeFz6aC732sTmqInUlZbP\nvtK8mw0Jr71qryMmwThF9VXkryEiCsADsC8kPzMpcaNTelFQvVgQdhNHu4SK\nB2fXj/pEKwgmtUhAP+gORWDR2ZPfrgfB3qiyLeEINPkHQNCBt42j7l0Ajz6Q\nwNufGQ7aCtBH4VwurxaWPWevZKSJ2ci4Q9ET0v91WXuAXwvYTJn37IbARrGJ\nPxqZe340fPbSq/+mINiF5OTr9mtgRbSrRdMpjBpClYTJL9c0w/O138D9u32c\nu2lE1nc8OuByUaYSdQ+SjIAupsDdu/VZSSuhHgpIiRVTUxTRX6EfaKwx6hn1\n5V81\r\n=6xbC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGQiyHiXVTk6aN//l9IJSWJDWfJ0uiXJ8cj25r0SejDeAiEApy5R/a2CZTU+i4WH21OQ75eEiHyeA/ffLgzktSIOVXE="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.3.1_1539026436000_0.4781716947487471"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.3.2":{"name":"@material/mwc-icon","version":"0.3.2","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.3.2","@polymer/lit-element":"^0.6.2"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.3.2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-heKmxQ6bWd21uTjL3wNcBVhiYX9ezi9zhyDrnIBSB306Np2dm0X/8j/Aa+f+KDea69JgFhxxDGmiFZ/Md8eMGg==","shasum":"d82bd781323786b4253682632d707e58b47a1de1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.3.2.tgz","fileCount":21,"unpackedSize":19803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb73eECRA9TVsSAnZWagAAIkcP/iAneZcfrN5Hn3EOKE78\nop2k78f2cJ8DPaFWXY0qw6mMfi3xXDIqXtY4iaDX5iuEooOtxZLctAEKxhO2\nZ4sZDMA5Pe5BYkhNPDvzZSj40sBZ8jATulFnAK3uWh/4QJlwnvksPmVRfoN1\nz4ppPB5LS0x36IbmNB+rjVZOkHducowoHMDEFaaGQOCIxy1U7whldpKGXkdz\n/DXqBNxn65E21sSHslaoB45q10H/Xm6YKbye7zsiJhcy/4c/ZznSRqtKAnqo\nkcQFpI51+Y2ZOUWB6NafD9T38I2G1bIv39pmLjADnhcXw+yVz4O7XkGlXvUD\nDS1aEWZol6YXajjs78Onm0vNwbNrQQR2jXwc+fj4Q85EFkJatOPzhfThHWcK\nBevMlQGN1hrAq5z511HoVrMNv5nr3m+cLXoPuOk7chgT9+qmHWP95znFV76B\nRLwdnel+tKDQaSgMDQzGpw+hwvPHGvuOEARWi3NpZoNGuAYiWW1rW8+vRoZq\n5Bg6ZPvpTU6mDnVEi816tn+306oW+4or2F1XKcivoTFx0XZUJ4l1LgX8mxTR\nF6a48+KrggAZQOHB8f3W5r1PRKKHHH+8IoabdePiJ6TUXsGjHEiPC6wrBRij\nLvsdSF9toxc1sJF3hp1dABHD0NUwAQLM5CjwfeiYD4Z8tT2sM9sNX7V8MRms\n5trf\r\n=QHh6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEbq7xmIrNsR9Yzmfgmw/xWdJQLG8OZSs5YsdgygRoD6AiEA2lKb7Tn8NdErXxAHiAc1UCFaJQUsgjxaYmV7aCXMK7M="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.3.2_1542420355973_0.9265089438224294"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.3.3":{"name":"@material/mwc-icon","version":"0.3.3","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.3.3","@polymer/lit-element":"^0.6.4"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.3.3","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-yKQ/9QsgyR1JZmwgwoVeihvinYPOHvVVga150e/ECZuS7bO1Oy2Lr/gZHEoNjQt5LIOV+UUwsAPzRp0/9s8Dfw==","shasum":"510b954dec616a9dacfc85acd99a1f292eaac45c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.3.3.tgz","fileCount":21,"unpackedSize":19803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBdEYCRA9TVsSAnZWagAAdugQAJogO9x2mDibCxuz2BIM\nzdj1RyW9VK1jv2+JgascbR1pmbYeRCKM9fldKLgYMLWrLqnFuguhXyA3OIDM\npqKO08n7lB3LG2u2vN3igKyoN3MtP7favgAePHMeSUgcMudiJt+VemAc624o\noRqzKaryN9VX8EiROLcRHlkMedo0ALLcPAWA1rsUMRGeBxsjj+0WRrZnjpM6\nnkG+/29mTEeisC2XjpwFrbawmSzgtMW0xXSpCzbl6qa91ZT9vHgUIyFhTR0g\nASlmabh8zBWhNEFwtmQ5fV38HbWhVxRIZ0Sz5TQonScnnlD0v5e8E22ETH9C\nLMy3H2X1Zbp6g/L4gAb0xjjVsuryTMx/d5ZEub96NywuTAJ1nmXcZOeuipav\n21xh6Ws8udOD28Q6IlxRIRb3OQjM5o03IKO2xq6LQ+vJrceqmvOExJl7JH1f\n5wzVCDjH4lEpy3I0GEfvIj2iDMVrc3JaOlPFN4Hb9t9Sqb/0PNpG+oj100UC\nYkHw/wRnhyB7WsxjBTH973SodKLVnuHpYh+b/OJZ1LuvUCCpeGTGrcmWRlka\n1FqipAsdG/Z8H0oPnW8DbJHvcMNERLGwxdkgm8EmXm9/Qn+LlgxWmhP4BceD\nXeNJu0N8OsPOQtnEvJDByxALytOs+qPQ0L08uIuEzTj/eQP6WKZ2ymHQADC3\nuhuI\r\n=2UKX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIElvjHQsUWTUlY4YfA7dSiMiE1AtBPol+kBVqx8NCBKfAiA42vsnngIa1WbZFrKgYE/nWs33gkzeNx9WcL5ILBEPNQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.3.3_1543885079469_0.27173965286787594"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.3.4":{"name":"@material/mwc-icon","version":"0.3.4","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.3.4","@polymer/lit-element":"^0.6.5"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.3.4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-qOqZNDYcReNY1Rto0QheYZilEiHT23826SB3sCkqLvScgyoI4t1ckmX89XmhT6mbXbPdNbZOOAbo0/BTHFKWng==","shasum":"786b748f7c1215fa58f15d254f803b8ceccaf3c3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.3.4.tgz","fileCount":21,"unpackedSize":19723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEsNzCRA9TVsSAnZWagAA8HMP/iY6ObRT22eZPn82iFF0\n7dPPySp/YkZ6Mk46ycbjx2wI2WP62Y0Sf09xys5J4piTxoth17REK0s0oiWx\ns2FdyxjOFQnNydH+aGbwOuMSJi6bxWgHdN0yvJfxIDrQ6OT6lElKMfKKniZg\n3heQvtuzPM3KkSWivQO0zLtvHzrCe9tcsg7r0J66UCTuCUx7jlPWrQwT2uaq\nJEwaHqCIad8t9WO6Jf2bb9oh4XNmtveQNuenUBnN8rIWxaNPbrkoIcWHqjW/\n4YbbryhHX24o5ElP5HFPQkmEGo7D9gWr6T8QjPOxm3SqWNyqeI0Db+IfsagN\nm8wMQqumtUmHT2NzT1HKQjQk9JTUcST4rCScPj3pTc2MJXQOOX5TyDzZ6Wh3\nUKUi+WM9aYXDh31sFqlPQvKnjYDUbPagrfVQhY4JeJeDSRE6gMHBcjZsKI3Y\nBBmQIii/wvVMxf0BhpbswDF/MhviMTJlrCtqIkoD1mQLF5RBQTH4toLwKKXS\n9Bdy//h5a89aWwc82ULV1+Q2YvMCk1r3tUoxWGTSm8RN0vTCxE+aT4XTiXdj\nP88W7l35c1suhnFX+nrzL7xbhPX/jj3gwub/Xg1gz2Zd5n/pYIc0izzVcjFV\nHer4P3GVcpz6gnWbJOOn+xMpmQOS6Tq7ffnQnPeSkZpJ9eOSjuOuUW3Li2rN\nnfOc\r\n=6u9Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBEfHp5rMK6KjRG4qClf9bYQNKPCTW+m3vJTjBYe3hpEAiB1u/lqdgw8zSmSWrCgOs7H8V06rDQDqSZeM6luU1jHdQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.3.4_1544733553252_0.8336265604390252"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.3.5":{"name":"@material/mwc-icon","version":"0.3.5","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.3.5","lit-element":"^2.0.0-rc.2"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.3.5","_npmVersion":"6.4.1","_nodeVersion":"10.15.0","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-UnmhMEWICac1LReYQ6Th9tmovuJBd2nU111Vnc1LLEzmaOs8AJclGTdvSFTVQyfsdR2OuOFBWkTXRTiENXMhEA==","shasum":"85f23f149e38e228fc39040124e0c19210e0ee2b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.3.5.tgz","fileCount":21,"unpackedSize":19635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcORXICRA9TVsSAnZWagAAWrsQAJvgbq/U3o/jE1eULj1H\nQNc+xq+4/NNayBbEngLWcUtqOjycmYld+nUZwzGxKsuTu+4VbKFo3U3VnGe/\nJzmdmr+XQ27aQ9a7UQlQgSYI/19YI1aN3e54rEsqjlWVK62JQsvUMYcXpn7H\nflomSIVYDXOR0LiTpOlzCy11wyGNCTBDbWu7pvvQ8Z7pHuMERMYGT36QW5tp\nBbYLRmYUORUAfYV2q9WhJ/GJFCe1qVwSPbxDNFmh9HRrshjzrrI2mhWpB5gf\ngxLtz7OWWfuKJKvLu2ob9DecVTj5GEOGZOqylNu66+5Fnp6h1pB22NTRjjls\nY3f6UTyoAdcPCgIPgfZlb3Ar+5XidFP/Hf9kyG+aN96TEd/YoBLTj0HCGBIz\nrW59ZrvQnVERw37kkqO01HwHPsjrRxmp2/zOhT1GdtOqyBQN0H89ixmgLXZz\nF8mvdMYvrCoK587SKLH61YJi7L+NnwxhvgSpTNDlgHIOB8OxdCz2NIDYwNkd\n+gLd8aLT3SxAt7RTi0VjEOJzJUiHfv5rvqMKnATWcn8rkMIzcLFWYSgShFSa\nw8oiGd4SZ4LTkIBdnwStRxnXGXMBOh2yyMFbW1dFYqXVnz89CArlUMmDaXvK\nECB3Q2b3qee+XjC1+boVGI+VWIsfOsnjEPtdZu70M7nNkfAKYmJz153POQv8\nlGSF\r\n=ix9i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGcnfN7ZhOmheEv2Bw6kMF2lfVsKP2UDWVYHKyoagjlaAiApgKA96SDzofeUH/hCbIkeYCK40SfDwCjlElR7qMPrpQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.3.5_1547245000284_0.9221468664458095"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.3.6":{"name":"@material/mwc-icon","version":"0.3.6","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.3.6"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.3.6","_npmVersion":"6.4.1","_nodeVersion":"10.15.1","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-ssdZSY1z2i9n974iXZiy26wZzMAd4/LkPCbHtpUAOqxWLq+8r3djmPuoKhIdiI4YCarpBOpgm8HQEuHdvClkGw==","shasum":"0a4fe6984300f240b0a3371e037c9fd59957c40f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.3.6.tgz","fileCount":17,"unpackedSize":17221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWe+ZCRA9TVsSAnZWagAA/ksP/2zhU3dRawEtJfdIXZRY\nGh/Etf2/Tivp0Yguk5Avot2WF7geXMcuZOSE59MQo6tViALURokN+GKb3bJl\nsy9zNxuTuFQycdIFwvFfO0sNdgJvVsTIYzxKxvqzDtcGoVGFcUl7/Bck4P73\nzHeCMezkz9mb5RkFUJjtqxB0nxH+DKgQ+KomhGYu+Pk6/UBr2B+ERqSmYIk2\nuQTW7q9UO6j2CIaUbkhVMrFybHUyzj+sWMrrGSSbTKrp3PP+gKgtSFZY87Vw\nqwKIrTnzZSQEw8rDr9XVaVl6k9KQtOro5coBM+O2s0GrEAT/lMWleljAR4Dk\n/lF4+11xTMMWmWmuBr/6Co/C3wEXY7r4asGdtXg1qCiH9EOjL9dRx/Dt9kH0\nB+DWIlajGZZT96BbE7F0gid0hDDXFcLpLD6cNKXT/wIix66HnsargrwuFphZ\nn7cj17UReXwS11SZiDvsNi9tATay/rbbekHxxBqymzG52PJisa55fDNiREOk\nFk4MXzyY/IFifyBXY1m5jzSmDWpWdxTGAe8j6ExtwZ/6I2xa7eGD1qJTfomU\n2NlfpipDqzOQbsMxWveMfUh5n1gDodEaB7AOwgdez/kup327cQoRS+izIsDG\ni/gaWJlIR+b/tA1epJVVPLdPs74x4kMgQgsGBMS1EBA+GO1R6PKifWqoXFWQ\nDwAD\r\n=Epoz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5NxKwhxEWDjnhT0/0GV2IRXDizUiao1v1jZuNkMTIbAIhAPA50zHu5K0Kq25A6Ujm8M0sh8wqIlrlgM2l3BCUeee1"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.3.6_1549397913153_0.7564126576924457"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.5.0":{"name":"@material/mwc-icon","version":"0.5.0","description":"A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction)","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.5.0"},"publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.5.0","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"dist":{"integrity":"sha512-vDzNc3sYPm9I5cG//TiYM5BTt3zW283zC8F5mx2rmtK3E7/UXRZmT6b94rv9em7mEUv86DedYPzCzND8oXctxA==","shasum":"432a1c5b7d817f1d04341b3c4bb8ef514cbd8cb6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.5.0.tgz","fileCount":17,"unpackedSize":17221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmqn1CRA9TVsSAnZWagAA/WkP/iS4nP3T+tjwEJvRmZAf\n/JId3JZAYFiwTD6djMo6xDs8zpU3dbyLA7XFHv2DQczPl5kFbRD2fJfllGVg\n5z7qcn6nl6sOiDxrgob/BQtH3gU+I9+jvDfVgAXZr8hPDRdmLwqw65dCtifp\n5XoZBNOhISD94bIW7nnYihw2MP76+cSSUjePUDCfbHLewvZq1h8sAQvHCqEj\nsS3vPZhVsyGxKc/520m/BF0G5LthrjxRNIeYjZVR6cpm6d6ehqTU8s4Tt/mC\nHi/eiZc5tPhXVC0DGmrdkwkmayEggTzw7r6PlAh+9/FrRanG52R1uF5bG8g7\nNFLqAuV79uub8mFlqevnPXozQRY3+XUo/MnyJ4bDZSY9PeU7SGfabqv4E3Mc\nh1PYijsgLXgm2Lu9i3+n35ycjjgrZr9UMMeNQ6pDswtYnvw9dLVROL+6y9uN\nrWOdOPXuKr2fWb6OCoEGGw8xbyC9EjDvt8jp9eziIXrjIUMBtVkZ7AdWCNSP\nZMCyhBE+c80FVK5XsxTk0vd92zQ04zwDf6/3Aekt17QI3bigrilj2lUU9zdf\nY+n3+8/py5j1XWFQ4UZ8mJ7v1DjhwkH5sIZqikuRE1RZOzy6+/EDVuy8LTYa\nGIlwG8DyAFPv8fHIXXVb95/p5PzRzz0aFad/zs7s3BtqbVXMy0Rpft/h4rSJ\nyU+x\r\n=w6/H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIElUjUiM85gDxG+kWSfTWyx8Z+dUgemOFGl28268GkdGAiEApPDydgyrFC1Eo80Vp77V5pO28/l4J5u2VTsyPX4tW7I="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.5.0_1553639924934_0.26583756831336114"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.6.0":{"name":"@material/mwc-icon","version":"0.6.0","description":"> :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing u","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.6.0"},"publishConfig":{"access":"public"},"gitHead":"1961a2530cc20bc020bba88f4da76d085ad1f1e0","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.6.0","_nodeVersion":"10.16.0","_npmVersion":"lerna/3.14.1/node@v10.16.0+x64 (darwin)","dist":{"integrity":"sha512-Pm4nalbSfsgMz0K8dRaE2tBsyiCozrlgh9iEtBvRdYV6IzPJacXjqsf8+2faW3lfmh4PRLQzVJ7Fldm+ljxzBA==","shasum":"67a71d95aa9a6d2379c5896673c2d0f1f2666e4e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.6.0.tgz","fileCount":20,"unpackedSize":243403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+EAYCRA9TVsSAnZWagAAbmgP/26e+QnnqAzVxrYKoRKZ\nRhzb9hmDpPTmEWVylVLfUo77yIchEWCN1It4IhM+oGf4PMc+r+PlGe5DLfIS\n69fkBWjwIVT1FNVCur/zu/eIwLUNaTyYUbSeG3OqLTwv+J9JYXb4cpYh/rKi\njtLNxcJmWjKOszXnxnaV6l/nj2uicX8Ev1AEln9kDd7POiT+CekOjNoInPxD\nkrzajxuiQsG5Gebo2Q2f+TFB8pDHfC8GibrOvKlwuUW2KEscsi4f8HbHHoIt\n+zLQYbJIQjemMaMQbiHey+dgZUKRBe+9U2G6lm3knpfHeFxkyHi6sj8imoJh\nhG2gQ3thr1SrQQPaL9ncqvwrJzeIcAo0bnWLZlkvJK/pjlc1pAGFfdEUXOT3\nZb1waJOjRx/wopB9b7pQnNwkLkZz1CPONlgxSuWXRlVfkA8craps/DGJmU/P\n9JwVC6F2AZ4W2oqJehm8j6FCfN1CRpjFCnZ2bCcqES6z2UEnIPJVc7pdcvGV\nDIpCjsM7jl/v8RroikgLkSXgD5ovb/nleNrv+MhniMfmA1i+7IYJwYPDHl92\nMbuCHyVPzTBZlOdjN52p2bJilfw5cIc2LDrwWo3eYZ1j6wMRfjf4Fjp9tL02\ndnYwpUprhV3z7RhrMcJxqeUdzzqz8aoESBGM+V25RCN3lYY0xKMLVQlIXmhF\n1/0g\r\n=Z6hm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEM4+buvgGDuOdZfFOMlGjEHDWG3K7JT6o4V4GlYIQgFAiBN5qHfLklsUG4PUTjBlk6vx9cPsfnbmTNrrV1JGbDyNw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"lynnjepsen+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.6.0_1559773207788_0.5440118713086339"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.7.0":{"name":"@material/mwc-icon","version":"0.7.0","description":"> :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing u","main":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.7.0"},"publishConfig":{"access":"public"},"gitHead":"c8c5d01ad2103af63e3d7656b5d1acc5ccaa05db","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.7.0","_nodeVersion":"10.11.0","_npmVersion":"lerna/3.14.1/node@v10.11.0+x64 (linux)","dist":{"integrity":"sha512-Bt7icqZ0vBOKYqwmClUvoDZHWz4/Gv8TjlGYiJnWh9exa7c8MnOKIqs6h4PnKQV6cLRCD5YHEF/M186g0O3Wfg==","shasum":"3e7ca885d4b9e05ea85c42bd3074cf1d60246e5f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.7.0.tgz","fileCount":17,"unpackedSize":29464,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZZ9aCRA9TVsSAnZWagAASAEP/2NVKSFJNmjIVxFEvvZv\nLluGlV0ugiLYyOl88B+6cBLecY8BNAYP2eKqN0Uw5CBnZvmoshl0wkdtDJmt\nJHM6p6ra66Uq7lt0USHpvk6hbpMT2K4+1Rtj5KGm48DF055m6ST30NrdlGgI\npSt7K9CNgcgVXPsC6JSjbZlf3RBOmVPzweDczoPYtMyYWvuLM8XMbu+0K1W4\nm1ORePvqU/BHdILpIJuW4dDOrNy9yhVcERM+41nZF0x/JHFCth1cCPrAQwEu\n2yRwS4horjM6hXvoUuZ3QSpS9dJvsBO9ygTGx7hw2OmWJn71Ue+DTy6evuvA\nxrD1vY5gXmHkZ676TyOVVazTmTDxxxotS9yxgN20Wp4KDTC7YB23WWkuUEpj\nY694aBrBKchOEO41Yz1ffKJyzDfAWIgd3Or0Wp3EIQaQTtQQkcPFLEGlSw3q\njjCqhEcM6K4WKr0bkV6boE2Xj/rAvcYkWEJKc4HNsTdHuGzWg6+ix+3zhZ+/\nFVmmFcxhyU19k9GkTawk/NgoxWQUEwF94LqYmfb19MOljLEQuOTnExoPMvlv\nhK53Lx4J1Qu1nBj4C2eBP1PLNsUm+6HdR2vc0FJzR0e+8MHsiNyor6NzuX9a\nFyERId0AyA8O+VoLFqLj8ROyA+QrzA8UcgpAhLqUhNGU5G28gKVItDPuV84X\n/KbV\r\n=lt3r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOsJN7W90r/qUfimQZu/pEJYXkvvjT1fvUR634G6e79wIhAMKHpi64OYJxnmsPvYdfZJzSROzb70Ubyr0nVX4NQ4SL"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aomarks@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.7.0_1566941017773_0.3581925265322272"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.7.1":{"name":"@material/mwc-icon","version":"0.7.1","description":"> :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing u","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.7.0"},"publishConfig":{"access":"public"},"gitHead":"f8389e38b66e6261a8578f4a748efcb7367da176","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.7.1","_nodeVersion":"11.12.0","_npmVersion":"lerna/3.14.1/node@v11.12.0+x64 (darwin)","dist":{"integrity":"sha512-3szg90mQvfKSoGCepS+afYCP2LEsWOLGR2fsRRbcEkMefV+/ySP+em/5sm4CqXGApej3CSp77E3aHxHaJM694Q==","shasum":"e98fb6f1ed64ba25a2ed1d950ed1721d409fbb8a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.7.1.tgz","fileCount":17,"unpackedSize":29477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZezZCRA9TVsSAnZWagAARh4P/j2xvCK8El0jRVAzjJ97\nw/oXE1mO//9Gq7Z9zc8iBoV9HzxZsSzbnEoNo5EZr+3vBTM0kFp4O6a1cYuP\nFCECv1KqAx3F1wfFQX52ZCtxgmb94gLr7EtpGLwIFDAd10OWssFdh9TRiqWE\nRLgvVMkr0c9u98KN8ogLdw7HfzlDQCTQmsH4oBMV/oMQ/ZySeHguWnBkF++Q\nz3ECj2xEOTEo+PbipMcLZFBRx3S/fPYJa/g7v620/YgJhrSWktu5X5wSu9KC\nRVD0a3QKFDsYmCh/Y2RNrV3+epiz9N1MoRgOKfFLddUZM/zBq1mma4O+NN7z\nSMYKUFIjTUqaT5yQ98O+U4d8Ti3Vq954U44NcjRHIxVHD27Yje3CiB7FbnaZ\n/fZ0yhzBJQOeLUKx1c47FCNYg4cVyI+VYUoB47sR8iza1nKYJ0CGQ65zW3Mj\n2cVbf6Q+D3pmMqHsFLdaTr0ACeBHlLgupKMdKF5Ckds2grqP4OX8537+Ozt5\nrMwG3tVAnWB00/Zbu2rIexTwKCB4lwueJBpOoXs/AYdhe6QoxUP+dnBewr8f\nFypRR9IA7VHTJ1ZmmoujsDv7+lwTDfAqCaQOi9g/I43yV84qf6EiGOWZ67LD\nIVlFoVbw14Z3d8ft0lS6wPGey9jlq8eN72w2l2xMwHN88Qapc8veUKSDdr6j\nkNWL\r\n=rKwA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGIYR3DxmbLtZe4Enwb81FYQgwragv2OE9yunxtGUzPeAiAf+rfyHT2fHlbJXFxXPVqIvbK0Uhjb/d7DK/DJtCClAg=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.7.1_1566960856610_0.7249780046642522"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.8.0":{"name":"@material/mwc-icon","version":"0.8.0","description":"> :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing u","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.8.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e47de0d9d6e556ce8c4b0b92f87be25a3e18da79","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.8.0","_nodeVersion":"10.11.0","_npmVersion":"lerna/3.16.4/node@v10.11.0+x64 (linux)","dist":{"integrity":"sha512-jhSol1nV1KzxTXm82q16/Rzfy8epmfLehL2L0+mOCGvka4VUL/GJkjfbaKJMKwQWjXAgaOzHX7D9vVyr3EA5wg==","shasum":"6dd04def560f1147be1f6d1b0b45a26e1199a97c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.8.0.tgz","fileCount":17,"unpackedSize":28974,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbv+ECRA9TVsSAnZWagAAdlsP/jdFUUj5L1lLJ9BAgkHG\nEK9cWbHhDsjR628hI2HDG4PVXe3hj1dzFtcr5hgOsnfXYVHs39VNogn4dS5p\nND/vMW7pmSmisei6k4EQ1X8PL8mwnQfmrKq+QNMimdvQClvW++SUl8Glr7v3\n2HQha1+31ZZiIXWIWiXQkYh3XVKW9yRkI14UmahgMGhbz6Iu9PGH6gkGtLB5\nqHrnCcNUa0IKV2ojlzhxuWl4uPysmbihwEHN9GFvkw3cVfySqXzwPNjofPrM\nU7hfl2JPnVsEr59hOElwpgKAgpbaB85A8EDVquAoYeTXlNT6yakwJ0j/qwBt\nA8Hp+nC26PAkUSUIKNNwvZjRObdJp6s/hj6ZSguKhFbWIvCgtfEFnDZGyyqG\nWqLH5z2Oth8qa87WNhoo7K5alpz7eUU9HIjLxVJ2+LoOEsfTjQMQAnvxFjtR\ng+y++1qdriGMH17Th2qbbV/PuH7/X11ZujCmfzBGf83Mbtu6Q8txLsDLh532\n6cGa416fQL56mC/1biouOJ/ORrttKuSYPFBCl4l4TujQu3edM8Vf68NjdBLO\n7ryak1tgOEhEfDDnTmNkPqryjvSrvAvgBBFfTaQtP3P/qjjWl7LPo+GbKsgl\nibaBYj64urp8+w7d8gv7P13mysIEJdWPiyqi7q5NcYtYuHn7yb/OmA/ojB6d\nvudn\r\n=T/gM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjxqs0iIWiFsLXhVrwVKYR6qJ3QeNZPzMpeUvVLJoDNwIgf2gjy9PJh9FR+C0Nv+tnjhvhTTyqu1HOmfG+NpjdJmU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aomarks@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.8.0_1567555459525_0.32923400025938854"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.9.0":{"name":"@material/mwc-icon","version":"0.9.0","description":"> :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing u","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.9.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d6db9ceafe4b21572f967ac4acae9189da8c9c4f","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.9.0","_nodeVersion":"11.12.0","_npmVersion":"lerna/3.14.1/node@v11.12.0+x64 (darwin)","dist":{"integrity":"sha512-7oHK4MDVzhN0Y6kkHBOEYN44aaV3aNcmyWRxqB4Dc4rIxRl1nlaOJzW0mFWRNEMIUEUb8wOH2afiDjBXS9ocNg==","shasum":"4250eb8bcdc09ab846bfd86ea96754a87aa7442e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.9.0.tgz","fileCount":17,"unpackedSize":28810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjWeICRA9TVsSAnZWagAA1WEP+wXgpFX7JW5ekmyd4JZz\nnHUg4CLb6Btu3VwoFcJk9VS3uzP8q0DcqZoAnotk21EFwubb4xNtNFpQhjJv\nuoAiZTi1P+T7cc5XCpfUZNlRhPnDAmEFcYJX7BBgjaGxQQnMIurvn9p+Wq3k\nfAtJV00SR3lm4rbRBXS7o4/vvjdouEjJBRabkawiwiE2fItbYdGrU3du61uP\nhtL8dAvQ0jK4UE0WXaDeiDo9kaqb4yyHfxOiFf1T3Fw1MUBSlCqQQ3aqJvBS\n5AHUb6Xb577XT1Vn4LsYFY3lty6o9H9gtjuZ70swVuHmlwnhvw1U/615nMZN\nvEVsBBWISDlyOrf045LLC/FBC5NkQTjRPY62e9dOobcIep8F/L8q2VY0LmM/\n56ta+CdzjYZHwLhcex8CREcxrruI3rRc3NqGF+b/RBFGNH3WTd+qlad8H7Q/\nMX/3b//6Fn42EbC4SeOZMa3J74sptUm7Wx9PpJBO+yTHMVFw69Ea36HmH3wN\n7z7niasCkWOcA8Bh5qFbbmaaoTM9J7GzYSTvg63z7yUoaOUZdSKyydZthT7X\n8ynrP3xz1eqWXgN2vtR0mZmOcqMJhkffmQpt+9W/uD6geg/crNAOe8TFD7ZX\nuyeyp/rr+ys2OWAlRPWt4SmjIXEStcArxnvAaxiC/aJQSc9nga1jJyk8qA/1\ni3xj\r\n=gP1M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeiP3ztIF/jyRzVXBn+3QoPfwh09M94m2kCmUzrMm70AIhAIvWQaGLS8RswB8TV+uovXYXAO2aFcrJHoam1DH3q4Lr"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.9.0_1569548168076_0.04359778665672409"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.9.1":{"name":"@material/mwc-icon","version":"0.9.1","description":"> :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing u","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.9.1","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2b2676d71b8d393aa61348cb8e3d9ed03dd8dc08","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.9.1","_nodeVersion":"11.12.0","_npmVersion":"lerna/3.16.4/node@v11.12.0+x64 (darwin)","dist":{"integrity":"sha512-DYvoMeIYtOgQr3j+ALUTev6Txiezf4ihyFzccL4wyYvxxRbLk8BbeAnsFrTlYifAFpiJASoA2C2brdaHFf0GpA==","shasum":"8c1137dc69830736b519c3716d899f27cc933b51","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.9.1.tgz","fileCount":17,"unpackedSize":28804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkm30CRA9TVsSAnZWagAAxNAP/RuCzFMUDJ2vwqnjAw+2\njdGvKI2PFS4gv2Ee0IW+1Cwb7smR2zjj2kMs727P7HD8G7WkwWJiB+Fi2bne\nv/hYvQaDEm9Rn98FqhvFLjNTNkMH6i8l7OIlLMOsbQPGXWDJXhU7IY7YePmv\nth7kAALm1zRhuo1JpskKFfk+kbgdaKq08PlMMExcGXiud2mJSAJ1ia7fIEPy\n8H+6+9HUcGiG2hpcUPQcelG5P6HYzdrX3mcQpwnFSzP7Meq1EA+7/zOYcOfA\ne3sLruMmLXqeOTWnovY/L/gXZY3xib7/hlgwwu+nQt/GLRMpyPk0+oAY2bdL\nRECkWApZhQN6cJxwa75ih5D5HRgY+fDYaEwEw4jDPPSZqtaJkAF08KcOw1KB\ndPl8vL9JpWJO4Qs6+DurSAIgvdhZAAuAA1cwz63ZS1Wuw3wQ41xNh493ocl0\ns3847YxyojZazw/HV7zJtSr4EzgbhqBbvbbwv3xi2rQCQrX3ngplz6hYcPH4\n3NE5SMQGBf5oLXmLo9Xx2r13s3JKUifzODANNIsryjSa/+qB51r9odDh1ekW\nf+p2zdVeBLjx+athc9k4DeA7kC7DJWuy7VezG38BB74MG+pCLzrw4YtEGGDH\nD3Jt0K8KgbHEcCjeZx3CPFiaeGBQNZ11oxqhtVzskZ4BaE77a22P0uKQhBXM\ns4n9\r\n=BQzm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFWFZOwI6n72r2dCdob9vKI6NfOu7egFrUr+UT5SZdqvAiBw7b+d2Ic/K2EwFAPr9jaOn8FCyO1B9dGy34jP73Y5JQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.9.1_1569877491348_0.99640414650494"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.10.0":{"name":"@material/mwc-icon","version":"0.10.0","description":"> :warning: These components are a work in progress. They are pre-release and should be considered experimental, as they may undergo major changes before release. We are experimenting with alternate architectures and approaches with the goal of allowing u","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.10.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"631e70e3a39330ccade8210d1a72edc0f22ddc0a","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.10.0","_nodeVersion":"12.9.1","_npmVersion":"lerna/3.16.4/node@v12.9.1+x64 (darwin)","dist":{"integrity":"sha512-iccXVkr8EyjfH0Yln99jyEB9a9fn26UVnWwvcplDhUKHaUL58Jvc9RKWXEqvHZ22d6BssvpAVv2uiKlYqDgr7w==","shasum":"aa2995f0c49fddbf66aded47f51033de7c2bb624","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.10.0.tgz","fileCount":16,"unpackedSize":27950,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoRALCRA9TVsSAnZWagAApJEP/RA8GWjfYrcA01anq/A+\nuqYKQ9+ktquoflYwcoW9N4jUgCGPigBA9H3I9jFSF/swiJM7rTsEBqfTSdcy\nqFS/E0NajZV8G29O4k2tsy4TGpL1d15Pu7DUtUU/XUSmcGC3IH0dhuorQBWZ\nYC04aa6VP8hCNx0LQkpAWURJuBYp9tjujbf1yNZr1D9jKWE6rCQ3Qe8rn1wS\n12U5fh9YtiWfV358hpmVbs7tqI5bIdpm0yl+cLMI6YpwjGagLtniDQRp8K5D\nMiiKkinP1X8qSiSuoM+HwrPj5BUP3ljrRNf84Yn1oJAZ9TgytvtmD6RLrDeF\nmPFeMGo5jdL39sHlsl6fMdxBSyTzou/4qsEHY+9G+BX32AJSwz849lZir6XX\nluF6ejrQzJV6XIOQDoc16NzbIvUlfAQ27M7ncjkdPvPL6GRIQGYiitRBm8bQ\nQlFTWXBsZoJ+PRIGe9hAP8GF4CDHnGDuO6Db8EXHQAtZQst4+feidq+Yu40e\n0z3fq3KzfRopv4CvrRZuQyE9EglkR31l1jaeXdOq8/66pDd+JBCUKikqrMRC\nEqMvK/Vk+GDqyGLnLLXn1KLYtezM20puJAGPgwO8pVQC7/4lIfGLmRg6rBgz\n83O4IIue1oF9NrHyKlyaxJs5+4M2uZ+pP6m/4gVKIcZepLqwLnAWUCXVWnoF\nZLMu\r\n=1UwI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG8lX0K6FAX3p1Dn08Bn1WZRbEKaR0QXNZDlNkX9iTd1AiEAqamQmFOVwOlPpynOymB27wuyBVMV+kn5IiKTE/0GJMo="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aomarks@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.10.0_1570836491174_0.6659057363664969"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.11.0":{"name":"@material/mwc-icon","version":"0.11.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.11.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"147d9789d99bf7a5ed28f6b066b8db58f5b9ab0a","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.11.0","_nodeVersion":"10.17.0","_npmVersion":"lerna/3.18.1/node@v10.17.0+x64 (darwin)","dist":{"integrity":"sha512-KJm8M6kZz8DRiel9H0GG7YZvEWNSzIi0UgMtRJ1SD8g+puddmwL+j5g31Jrq0Xie0bWzl2dIE1pvEfVfo0649A==","shasum":"f58de6f3ae53cff43ad3777c0072ecf339681a05","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.11.0.tgz","fileCount":13,"unpackedSize":25090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3Z3nCRA9TVsSAnZWagAATcMP/iXL/5FOBnZTOHjlgu/z\nJ/tnO78HDRIAKCLxY+0HZcS7vIMoE9w51M8gLq82tgRKgpZXm5OtLsejbSpB\nkrhiQNPhEk/N3LcVpVN/KrWfV5Njf7jE0jZbA/jUpI/mK8kTzOJ6Oedqj+fu\nugD8crNMjVeSvZQ/DXv95+4EmgzfgStk89Z0X32QRkdo+wLF76NdGefbQLw4\n742D2DOElkn8l7hmCXtic+gm9/2upp9gaHNOZrs5z4ZVtjfSWqKl27YEDoJa\nZcVC2iRVKkcYNua3+GAOGdEoVrbM/FEPWwMfRqjiQVpFQ7L73UBC7I9PFNPR\ngxgQ8IGDjWS7KHcEp/g8IUF/zCJiQDCfi4Co9yGSEAV0KGtFEo2r39jdEcC+\nr5iVTJq/cojsmo0Zmekl+2XzsriQjvGPjFjlLO6xF16CGPzxTD0SihUzZxef\n4FbEIdn/4Ww7nLPOkECeWhM9Kg59DRjnBPGexyW5lPQQRYMBkHIMifGr1aFU\nzn89eSnEpjFajZJiRSt82lJe7hVuonssdLwafdjw3Mj8dmeHT9b4Q2GifYsq\nTjMyFQl3f2qWY37A+BHKSTAWKIW3N1TSegfcO3AXvXVNFrK/nYCD6i/uXLrd\nO8QoJUBOOYfOn+t7PX3j5D66+Jjj8vsktDrHRmHuQIOb49VrIwcJHnGLJLZe\nP8eG\r\n=j6eX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCaHZaOkQi6Ox17z6yOuMMajESfOsFr1kGZImHHdL27sgIgKgxKZmc5f/y1PIiVc1hYwciBz4pooEIKNB4OD2QdMG4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"asyncliz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.11.0_1574804966797_0.8499313059814053"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.11.1":{"name":"@material/mwc-icon","version":"0.11.1","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.11.1","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"395c02244bf15c2658cb110eb405ff2e4c0477fc","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.11.1","_nodeVersion":"10.17.0","_npmVersion":"lerna/3.18.1/node@v10.17.0+x64 (darwin)","dist":{"integrity":"sha512-nc+RuokDU43fx3fOMg6yKKguLgDA9MjscEW2BMknsSufiNuok8DMzXAHd9ZDhfX7Kf6bjwj7EDwaPiUP6UX7qA==","shasum":"1dc9c4225a0f8e339116056268925c37d77d1a38","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.11.1.tgz","fileCount":13,"unpackedSize":25090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3cK2CRA9TVsSAnZWagAAlLYP+wR+EhY1prkOwPh+JTIQ\n0hjlYBt0YGpNtgGhPMeBI6Zyx6EtYVnJUQ05BdLVeYjqImD+aaM/68peoPPV\n5PpySyivDKX9GVX9Vv7GMDt4rPTUZEx/OAgYCBPU5xD+AIU09wlI+Or+e2Ye\newpGa/Ttc6HlAlqM2VFRBkAPT7ARQL5DIUHHtk/YQYiaSosxiI/ARaswmW1W\n4achSSZ1FC1yGpQHax6hUmDtHJuV3JMSQVxuLXANp/P1Dwztzm9AcG2tD6eX\nRDoJC4xEM8qYlByURq8GYU9e+pNkjS23Ch8Itf3lKRuTq1hw0Pm+5UTPev5I\nfAaAKc80xUXFvqm6RVOvU4D1bkTbJkH90foMj99TNJFx4R5xokoUS9wn1bjP\nr448QgzN4EX+AO06HC3sbFmo0BNip5z3gqBwmG/p6qYKmCGBnKxhyLA79Tfa\nZW8qwWA2LPLIcGtgRaNUrQVwITCAbBY4wyotgfYoNMekVVyZHjGW5xk/RW9m\naMrl/Tk7nd//1FlelahmoGnNS9wfuMATSZmNxwb7ZJ8/w3YingiRp0SuW2+B\ngfGHfmxSHeGMHpvH09Q1JyfY0sDjpKSySd7cCZcQFfZzzcCXPhnjPaXt2sIx\nl8CJpH0oqHt56K1suJtqOaNS/9utixwoRW7hUPxhqfANUioi3VR8RS0UQ7Wr\nTZSR\r\n=iZSm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCT1t1ZEus97nTcoqO1KEnywsALvQwmrmexxUqT/6zCSQIhAOu3t3RCgQ4iNnO4fgJSSfOuGJufSOUqYl1MG8bZF75s"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"asyncliz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.11.1_1574814390013_0.39173644830530097"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.12.0":{"name":"@material/mwc-icon","version":"0.12.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.12.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4c0dc16b89066f24fca4efcf78c36c87657f0a03","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.12.0","_nodeVersion":"11.12.0","_npmVersion":"lerna/3.18.1/node@v11.12.0+x64 (darwin)","dist":{"integrity":"sha512-MTy0O0d90SwYEDSGaHCU/SlIuCKTqnBxX8w5bzXL1QggemxT+NZudiFkRnStiAdp4e4C2WdGDR4WFAjzKPAO/g==","shasum":"898350ddb681e633d5ac57872d6681e484185f4a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.12.0.tgz","fileCount":19,"unpackedSize":33988,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+WkjCRA9TVsSAnZWagAAjnIP/000cH1oWhQWvIJVPZHS\njpF8UYHQglVDY0/mk1EFSgG1URvhIzAbfi/6sa3gH5QDX8Z4lE8oQkzIzted\nj54QOtTTt3KGnwwY7voNMKx1KPa0N3J7cjeTmHvFvoIB7txAwYhoZU6eW5Su\nkYDUX57tWbxumMgO+HbDqfsuKmRvtEf0cj1Nc+KzKPBIJoIdutEy0k2/We8Q\nudQ0lEhzi3XNwlD2/+9AoCodzLJ7mIy3Grjv97ukwUadBNT/FAB6cNYFLd3r\ngTkcg/xzinY6nSsjkCAPn2ADx7OgEDzg0TwEr1YJvJnqi75jJ8Irh8FWs+s0\n74jwvi7jypbDrzSQcziMd8Te4AXcvOrqJogL+CABnSYtShMBxrQmrC8Zt7z6\nYrfGh7GMqzvsScDadU46s2n18AU8Rw2rPuEKN7Gri2ITyoEbJ9hkcAx2jU+k\n7onol+RgGSaG44VtacLu1w6a21/JlZBoLVmx57bNCzvlV/CgoPHJbackFpBG\nFRM4RPJsSzdVWOeW/8lhxQYOMs7yNYehVNXHbB3QA9JDpI2c3HHFg4vStIzW\n6227TtSawMOYblzQIDbvL2c3RDkc7W7TWgtDZMikdblKjWOoAG2HE92KPtiG\nYtyqLWp2s9LvSKO4Axw24wgsOt2DAY4pf6nsboGF53UUPR3CMJ2igbr0kUNb\nA+Xc\r\n=uztC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHd6TG7GoFB0ezE8e2HcgmHOCAafV7qdFbUd/sTFRkEwIgPJgfHT9L8dWHRWL3Pv2VHf0YnetYwcyuQmQD2BuKbQ4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.12.0_1576626467006_0.9736448487103084"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.13.0":{"name":"@material/mwc-icon","version":"0.13.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.13.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"054d0d234704a274e8aaf7d8a8a0399f525914eb","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.13.0","_nodeVersion":"11.12.0","_npmVersion":"lerna/3.20.2/node@v11.12.0+x64 (darwin)","dist":{"integrity":"sha512-eqLb6xuuOvdLg+VuAI+RgWKfI45EMwAE5TtAS99CppTa1Ppex2Xvhz8oHXQyf47obvSX3oA3cDarZf2SOz0e0g==","shasum":"3472caf99de1f28f5607a3ef56ad33c7a8dfe0bc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.13.0.tgz","fileCount":13,"unpackedSize":25104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOPckCRA9TVsSAnZWagAASOAP/Amb8a5mjsVX+waOVT+4\nS4IGqTnGMxv4V34paEhPvaGltO18hDRJPxQwiTvolk0x8eN+6HiiD1HXPTOn\nGdW0vgF5HUPnSa/V19Qx1wX0w1TRaoZR5E6Q2v74/yIVwDxHmDjBZRBJ+6X6\nNKMzMVgWfpY/p3e3TBY2R54k2sZZg5IEXCrPSWzgoXFhMiqbQ63/XntM5f7D\nHyc81tv0YPZEhN+Z2VrSLrp3/RHgWt7EHwxgQTMEiO9UOeO5DHY84q0cfeaq\nRvCzPy4Ki6rf68Wkhx83UfQhcxRS+Lh4GmpueH10f5KBzkQKGHbiYlsMrZYE\nkCO2B3JM/Vskw87iH6H0dnHF4OCxo54k7AnM+gnC8deykLyRM8aBws4n3aSy\nzP//uIlUq6yzEVlpoaDoJEPZRDpCZbt3udvb2QtfaI+KZ0o2m8IybzfPoGzY\nIfI+knlC5Pv0sa3DNKniXBKOl0PqEuuCBeL8TA8w2UHpQBjfReJgKOuJJJq8\nK4cNoIVMsBYDwq8iB0rXyNKO5PeJqZAy6qe+3zsV5EUxkH9v2p65Ya2j5Cok\nPH7ngC0v7hs4eEWIBQEztUZdklA99cXFndPmXDTJPowiq15bfHHmkCbpMIUZ\nlGNSYGbqO7uozsbMW19beaKIdieJqAkXiE1be/rE2FfD6ayE0SkASVvkSc6V\nNkYo\r\n=hONt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMe9kljkQZ+v3uSHV9jXqpAoPI0X2ogNZxgKQp4jAqAwIhAJOb1ekvqNL/DpvphIKt/kPaA+6SB3/DXk1cabCiQ/iG"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.13.0_1580791588236_0.7337764455803986"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.f790f713.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.f790f713.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.f790f713.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4ccf0f734c9b727a925e62b9999d4380351c7936","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for Edge and IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.f790f713.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-kEMEA5VojkFCDpIUOrAq+gUn3JX6b8ISRcP1JbivsWmKf0Vy2tS1gm3ABCqDzRTPpSPITO/PIBHNe7LGaASXlw==","shasum":"ec53f0a7abf80f46a4318675e6db54d1a723d55e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.f790f713.0.tgz","fileCount":13,"unpackedSize":25139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWHqwCRA9TVsSAnZWagAAazUP/088weA25Kw+DSROMnJI\nqSzOw4pTJs8sNjjFctlNe0+ucWB8OoqYPcAM8JtGsrqKcFQ/5TtLa5o0BeIA\nrw6b72pgUj8RmiRKkkdlmW/Ij2fBBuO6zEwBaA2dUOsLw9pxUwToPYvFyTvM\nXSQgl3SNPc5yk2wjuNj9kZJ4o8W8qNkmEqmgVVsozjGt9dw6n11EymPf20K1\n1xh+pgo5WMRLEUtAMWMQmDdhFyaSrrWQhp9ZslVbM/xwxXGbYhChREtwLmyd\nEjxeI+T+o+Mm4ALmS+XijD4B0zZsr1b006xxOuAJ1RNCBuMsKCKhVRWwWydV\n1mxZynZDjE9jzeQOW2r1OxniZvMXTw2MEALbodLorenLCBsNKNiYucNonHB4\np+JMn7cjTtKdmOVF6DgNIiug6z7KHnXjrKVMLUVA2aL3Kxs9+o/PwIRvfM66\nHV6+IXVsHLWoGL8j9hccBKWh57Q2trUwx/Cej598xgPZpMLRyQJ2B5l9gxQ+\nV2gIsIL8Mm4limrMMCpD+FaGcPUtPpHMR0s5bX+HBPOb3T0obidzJN/w/XZB\ndH+cN+yI4i4FuXcyVEyabOMu23fLDBWA63Fy66HXT/RphsCshriMfJ6TgZBU\nlQLp33SQOum4yY5n1IXb4T95uV0c3gGUlbFKHAi5lShCztJlMkCo74Ttq3jN\n8ZWF\r\n=mSvf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGBDsRies0LB8cDM+c735S36uSV8IeiQAUKckm3oqZURAiEAyjmNCxtx+TrNlYVU+lZnO20bCP5l2OiRHNMBzmOgpLo="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"asyncliz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.f790f713.0_1582856880476_0.4397456328849527"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.c759cfbc.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.c759cfbc.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.c759cfbc.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e0a8ac49c085c004f390a2995879e67aea1010e7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for Edge and IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e0a8ac49c085c004f390a2995879e67aea1010e7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e0a8ac49c085c004f390a2995879e67aea1010e7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e0a8ac49c085c004f390a2995879e67aea1010e7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.c759cfbc.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-Z6PJutzMvbhwYSrvj/g397L2waJTZtHb7eEpM3Q8U3at4hCD4jK01G1F//npQL93Xd38j0Qxuqfd0NIjF58s4A==","shasum":"80d8fa3004939817c93e85ea90934323ee176329","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.c759cfbc.0.tgz","fileCount":13,"unpackedSize":25139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWaqSCRA9TVsSAnZWagAAo6sP/0hn/zDyopJZGkQP0ftv\nmfhWr8Pz0uGxAxvWMs8whErpKkW9oxGRnLDt6vupjaHGsEAfgN4RIdD1G0kK\nK5O0vwZGr6EdHOoEKETHYNlxJTVIGiIwoaPeDxDd8pCT86YgcqLTWi3rEQ3/\nOHHJfb0s8RxkAr+q9NRH5Pha1NwLpa/mak06DDTkoZ1m7Bptxi7+Ob51mJIa\nEGrjmN4SW7vLAWHkyD25TUnD+upss3PNvGPUkzHd8xmI/96iYPYKZu9KMaIl\nMLZnrTlt4DZ8FrmsZ7D8coBVCqB6rR84T8gXDRzBvklhXAdW+Vd9oIj5TLuM\nztL0+eGZIWKJqxlLAKx5pCx7Ivoanhjrivs53o6CsNIGJ9SOaHmAWIa/GFZV\nnFX6VWXdhZZeTF/4EllNSpGibnpkWogg8Vs17wvQBm4i/yHaVb+txMQnJldQ\ncl+gYmX0nT9kc5tXM0Y9IJH2GKWoAR66FAzvabta5aNvwAEurqkGQOWN6eMf\nBLHxJACY+u+uAgx7Imasls9v3+GwEJiRY4jx9CWNs7rfOxD4VABrt96X4cSQ\nv/R8SsObojUEbkDzn7au/KmIn+L1FC8UtwWYR+r8cMfrmdElfUF2ElyyfkDE\nWpjtdK3BmazNuNSbT4FaQxIkdc4L3IycU1jZUnzyVbntaw73nweo58ZbCI8D\npchz\r\n=gKAX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMFeWOygQ0F2O1HC8xDvHSLjk40dkHPA3P1a7Ajkqa1AiEAgf8xuoIk5GbLqVxwyOm51Ca47uSKsDqh+vfrOGO/ZXY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"asyncliz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.c759cfbc.0_1582934674085_0.7375217930779574"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.97ef53d8.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.97ef53d8.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.97ef53d8.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c6865476c6b2c4ccebc9f20145aa8fdf93e1252f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for Edge and IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6865476c6b2c4ccebc9f20145aa8fdf93e1252f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6865476c6b2c4ccebc9f20145aa8fdf93e1252f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6865476c6b2c4ccebc9f20145aa8fdf93e1252f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.97ef53d8.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-LtiJIn6eK299TxfIlZdxB3oBDZqO5U7Yk4EK42xIo8XYWZi55IdbxWtG2qMIJSNsjdfkhpdIYuAIryCxowhY0Q==","shasum":"8473531dcd39ef8b9def128bcf3cb3efe5730403","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.97ef53d8.0.tgz","fileCount":13,"unpackedSize":25139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWa2+CRA9TVsSAnZWagAAWEIQAJ5vWrfpNDoUC0N2HNjh\ns20nUDlzC5i1VdNzUlMc0/XAit698Ms/sj1ZqcL3U8UxpSSfUwboqtX+nHrq\nbsXlGNlcPjy5SqH1CBcExhClnu5t7FPSLFCvsOG6Ow1Rd68fEUVP/O5VB7uw\nA5qr1coUkgsut5CgVuo+SgM7OcvrUzAb1L73SGCjtD0TzxSKFc8alkCaJeIr\nlXW5E+JH7nrAt28nWsrfjlSeaWT5TYnS/w6seYjbHMNfBGYI01iMuB/YlBdX\n3nyktkcnPuj5HAas+9OEj+Cy4tJImtZG/Gw5rOGaFo1v/04Pz2h2xkVuljeH\nLnYM1YshrckOft+/3INoHktqbQ0WTdahcHY8NV9OS226vmnbFDpp8lfE8XNq\ngdyPhvbAJfsiGrEtghULiV//eO1O+HCuLM7N0cP3c7785umxNibZF6ZELVTD\ndhEy48KsaCprdHb8pozzgzs2hbxBm5PmZ1W+QfuX2zeUP3DYY9GBInGuHR9d\nXd5CkCrHeI98OYPUzhRlmpvgwzp/g4XAaJPRMj2K7C1W7aiRz+oCD6G1Njrw\nV8npqZQf24CtFc5A03KdnjL3XSOFoQ19BU/bMw0Ly8ExK/veHeIXvg13gCRN\nRmYqrNmOvyZWHwV/5QZZZ4SXORCCytN75ulckzqRW/xSwKGUQOK24tA1dDcF\nyC5D\r\n=/07/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBNVfcgE2TOkacELbOZv98hUwjhbvUe3WSM1OygQCAWvAiEAj20sGWiHf/DNWGF9v4K9rBa/z83TPr/q1SIcgx1zc9g="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"asyncliz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.97ef53d8.0_1582935486396_0.4211379215591349"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.24f5fa6e.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.24f5fa6e.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.24f5fa6e.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e884595521a6f82f63b8dec96fc4450410e37a09","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for Edge and IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e884595521a6f82f63b8dec96fc4450410e37a09/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e884595521a6f82f63b8dec96fc4450410e37a09/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e884595521a6f82f63b8dec96fc4450410e37a09/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.24f5fa6e.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-OyxW6p7E/MSRwlabc1f4e4ojFFILpulGyWPKs3R+I3d7KSKsA1ZT6g7BHKE2NVZFjvb6v2JbzDgFzyJBlqn2YQ==","shasum":"0bb4531fb9c37fa9bc01f327344e1dda92361795","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.24f5fa6e.0.tgz","fileCount":13,"unpackedSize":25139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWbmPCRA9TVsSAnZWagAAZyAP/1Vye3BGqdyZV6q0u21c\npEP3W7x81PLpNaODjJu5Q5lGVFwXzG2caXNKPU7WDkAqnujZ9iin28BUEGwY\nlbRLIv3EintGy68c8ifT5uudYgEFoH2y3wyL4xO/9vZmrzMpXGp8rAw0S5w3\nULluTgFdun2/cnTwhzvhUZwBoVfeN1RE6WrjkC6A+NZdicnDSjeC8xbb48eu\n9rDa/z7sgOBlFkrwjFOWLt9sQeXHLbjBzEPcRZjA2WGCpgeyawn3Kxe/U15W\ngaOF2BoZe8k2luoODDpE0cS43hWvDthMRe49/uA3C9VOn4fg5EtF5dp5v8vR\nARWmuxEknD1eE5Pp4jJaXdfVHsAXwqSHbLZDz43OzQ/6nfbOSyzVUARB/txG\nyJcPs5v+bXXfHHWubG4Ai8mU29wauYER5/5XD23cQbmh9N4BsH5hXJmj6Xwa\nQA2H8Ok9Gmwxw2ct5ACTgHM90SN9gCcloedizSGYwSN4b4ezN2LNEkS+3qyD\nk4KrTg4lR1QDesdnP7zT+q34HMjyAFg09pM1seP2mNSF7lshtOK+dHXiWh1V\nqMgCD5YOrchc6R1U0tiruOCEhBdKQx1sV1bUGlGOfu8pW6Lm9Zo4wOOQZj3M\nKrbPiTEaGy0ed4Bs78lPuHFdhkBFBnXbby/YNHJt9y5QE9F7uMlfZAni6sW9\nd1Vb\r\n=wM9h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDc7xtkM++tFwzsqP6H9kIHSjg5pLdtGAtirCjUvAD1oQIgdOBkhWbQkAxL8PXqMXFHMUnaGAlsLAg4T5scSCRBvgI="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.24f5fa6e.0_1582938511340_0.76658236565522"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.960e214f.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.960e214f.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.960e214f.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9c56e2bea6eda03e423f3f7ba00cf95f684660f2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for Edge and IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c56e2bea6eda03e423f3f7ba00cf95f684660f2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c56e2bea6eda03e423f3f7ba00cf95f684660f2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c56e2bea6eda03e423f3f7ba00cf95f684660f2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.960e214f.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-biBf0v+1HlmfFcL8qdu5/6r6qTrMAMwNQXETjQ323RlreQ6xbgy7PeYRrddDbao/iANVkt5QxY7tqd+XrWOliw==","shasum":"2f6e19d0184cd764520ae13c16237e903c325c7a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.960e214f.0.tgz","fileCount":13,"unpackedSize":25139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWdXCCRA9TVsSAnZWagAAvMUP/j4iw9ZbUwIZGsA1ELkj\n5G3AEJCKZ6twGBKygfKKo9pPLBcgLA50IfcdQJyqoyLPa/aewzh1TGYg/HK7\noKUlAZw5ItwU07JRPKwITn2ev7/uTKV5TXSzE3wGkqvGoESqd8DrV8ZUK42z\n5hwOOgrgtDt5blbGmboQraIALmbysUFNJlcJaElS3n3R2JKALr4c1LLb5hNA\ndh4u8X25/xfLiH8/q7dS5jW/Z2Y1KNODz9QiBRyXH/giYjydTL8yWJ8jspVC\njlAlBOI+/npMT6iuy3PeNLNEUfSaWYNr6wMEflhTldjdqiebQBBi7uhnQmlp\nzKUp31c6o8RAvnHGj5IscWczvm6eqFZtoMEz51Fax1U8/4GKfDCS16QwmGnb\nL7MVfPrPxq+tZmeZ2VU37KitD/UgIHzjsJc7cSgYHsW3J3NTrsW1GQ/n6P05\nUzKSUnGiTOXFHamoSG0E9pT8+6OjEv7JL8Vcgu1u+/tv2CdXkmHgXfqYqkrt\n0pt4QUh8JFFEZfGw3syR55iw8H4TYkBV3LDsDIhwjpUg5W5+gRBOLCgI8oFv\nGk3ysrl/dLT/8YJ1YFz2gaTvX94V9PciHyVtucFrytRz7xxODS5uvK1EfTGR\nP0L56IPt/Tx7vEuuHhHKmNeFgpzRxGEVlZev6lEl9wYTV6oHo0JHJMWhkKWr\nUEiK\r\n=Qs1s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCujnbpE7YNq3/58AJxFPnMW2hgC1kZEl5t0oXOnRj/twIgWYz0Jw20m2Z2nJ0EOoPPaaVRo3oNFBzIEhVtOEqjblU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.960e214f.0_1582945730088_0.00449695392919458"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.a2f046f5.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.a2f046f5.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.a2f046f5.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b2845ca1286088f29e79c96b6d5c5367873cce11","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b2845ca1286088f29e79c96b6d5c5367873cce11/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b2845ca1286088f29e79c96b6d5c5367873cce11/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b2845ca1286088f29e79c96b6d5c5367873cce11/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.a2f046f5.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-0zfjdr1djdV9STf+Oea4loE1RzxcAXI4NVkLB4djSf+vhACmWsnjY2ebJqAha6hd+0MKJA7IwXgyBZ+7AhaK+w==","shasum":"75e48687040b83ac831d0706dcbe0d8b3f0b3ff0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.a2f046f5.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXas1CRA9TVsSAnZWagAAGq0QAJtahUrIl0driyfAqQEt\nvtEeU+p2tKxjFkNu6foJToAu6yjocAM34iuDS53cUII+vud81NXLvbPjl6CC\nMXoVeLwWDIjxBxFoirldSdpuqvVo3/4Es/oaTfd5RQXZTKu7XxwesacZxgi9\nj8tpdOAK9tB+1ZElX/M/NJLZ2UCzwb3F9ugC9yynWc7ErKUSnoMUuOo/YEl4\nFGXVc8gIo+x+o908OHAzC1wPtO8kW2/eB+i8cHs5exvV1PuFerf+eT9dQRuO\nzeYqDfFNvV/T/9AG15KQQWNwF+gpNgf027EG5kgezapxhSKLIvv031fAWrKa\nZR3EGxomoYH7HvMPiFdTEXXO2ib/KbylKoe/SSEE8n7QPGLs3zSA12umRKMY\nPm5lPlW24kMVfG84bZ5rw4gCmAcFCb0iM20L7PGXFfLjWxjfzphwivyaNR9r\nwnwwWiFyP+0kcHJFiaT/XcJ5WyI3dpnG2j1YU0ToHr83utC1mYCknCyXWrXr\nMIDqTaTbIMTJZrH07hpooeEccCorWVCczNhJYjsJD8b++sFqOBkf+Abn6tOJ\ntqEt2Jgx27fj3ay0GsdAzUKEczF1PHl3uru6mYK9xRpudKI0DuZ1qV0qYSDt\nK4ZS2M/V4eNAjQz1RjMORUheYR+y5KLsmWvvR05EhG/psg3UWnuTjVM85YpF\nUsXW\r\n=sTZ5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzHMjIulDOhS7wWgYqO/Mj7pIoc1qBzzs0fUFB144sOgIgJKLnufY8OGxzJPI2mgQVGpU5DW+6eE2Tr+hEMSsyZe8="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.a2f046f5.0_1583196981459_0.7719381949519035"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.024f371a.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.024f371a.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.024f371a.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"efde2be2f22a9a7e20f2b0d57c4cddee405ada0b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efde2be2f22a9a7e20f2b0d57c4cddee405ada0b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efde2be2f22a9a7e20f2b0d57c4cddee405ada0b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efde2be2f22a9a7e20f2b0d57c4cddee405ada0b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.024f371a.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-7rjg4Zxn2jT4ISPreHFSX+Vh6I0uYh4pfbyLe93aiKGgDirpVkJRKSiyzHNuPuTDzutbJRtz9WLnaPfGU1qdPA==","shasum":"6d8cce6792d2abce898f2995a3781159830f6c37","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.024f371a.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXbLHCRA9TVsSAnZWagAAOicQAJkCBIsqhcWHEeuLXrnj\nndZf1gIWF9xzB+EAUQWUcPjY2SBekRzBpKADtwauN2DzWyMYYNCRLbLO8lv+\nshgHqvSPoLhYlPd4mck13vjBmtg8BTvdW1Bty+0+oHHkrJ92a+wA6uBD2dMM\nRF8UItOXX+NHH0Nlg6HnxXUbouXbW5ZQHJjMTs6V6J8lvXYbh7ENwjEGIASa\no4b83a/VkLPUaVDOdkLBCxGRwC9HyDsqPKkIQX/KueJPCqvjwbbUrVvXVv2n\nzGN850ChCefX5d5N7jN9VHksTY+iss4bXQji5FnBuSqQ91nc2n318NC8J7sl\nZ02NhXeKfna7UlZI6L4UNRlC92YD0zDWxifbxHtsP0qbcXaG+27G6Dide4Il\ntRSGQQ/nv6oGcfmOY+c5QwTtcMI2fUXWSGeu4fhYiglYH9Azf2wv0V4AI8ye\neCICNW8npACSm7ovOk5aITJC/9uZheTXmKGoAIb+RLrP746RKG24Qy6M2OgU\nZSybvVMsIH/eYU7dFDdTzp5TEXEUtga7gbDbR23vDrXtxufGSvQ2X+31ohw3\n1w3ecmra5wTX/q6yrMGYdirRuQ7y1bqY++mucTqClvFYcFzmbGuHC3wMkszx\nUvWGN21kU3LPyhLdjDfOM0LQKFBjuEianCnUod/8Jar4gunCvh54XRDdMXPb\ng53N\r\n=bfGv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHMp0A4WR9pC5eYF3ddCPjMZgZJ7tFasSNcPrGg+YvLJAiEAuCckGit6MlGy8svCqvZ/g/dXJzB9VM6N7EiWCI83PbY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.024f371a.0_1583198919342_0.6586220792010042"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.2f164110.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.2f164110.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.2f164110.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"288331a2ec51b59facb4791d01e4d2ba8f4b7cc0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/288331a2ec51b59facb4791d01e4d2ba8f4b7cc0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/288331a2ec51b59facb4791d01e4d2ba8f4b7cc0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/288331a2ec51b59facb4791d01e4d2ba8f4b7cc0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.2f164110.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-EVY0HEeCqv61GoRUSDVzA5xa9vldWJ71MtFFqatUjpiJGBLhJWBSbBG69VgVgeZROlmyL5cP3hCZhaEm/DfcAg==","shasum":"1819eed5cab5f0d8f61520667df3f920067bbe13","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.2f164110.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXs0uCRA9TVsSAnZWagAA1WkQAJdnJMO8XUlbcLR5WAhX\nfT/MuR78BPF7SUNTNdce8TFcdzNx0dxkZdNnUwY5oeEjk1vn/s7OqWKKY8/b\n5JIcqnl5fAKUeCvWotIrHQnvqauvdKxpe9Bl//7HcvrtCgkDMLdFkKHaPP+Z\nwV9ez0RiLI0t7NMZAVRMHTWzqlagmcpRlE3Xi5eUKMzfDbtyZLpwZ2AGQheP\nDx+FcPXWyQYrShkKz9/lgrCV8PC8dsXrbW30GY8p19qs10xkBFGt5iHrWSMS\nktH+LmNrKjjQvyTosEjfPr0AlvDbsW3H2WnETAcXpqXAjqQi97LVgH9jwCUk\nLBYA7Lxfh2keMfzytHawn99ENTnEXxxo8IdXodvC8mkblMh8oX5/0UHWzdC2\n+17Z28KoV38wLXL5MrywZo5LKB0EKIab9d+KpQOiaI7Wg9z4P/RRgC1/u6l6\nI5FTWZGOT97/GLrXmaG06DYDbRz8QbcVNT0CaQ6qCDNIIDIC2yBGfB8XSnrB\nB2dErKXypSTSTZzLoFQULlD1ihwfgD0BKhzQUC81zN0dpaWxrWGORTPbDxOj\neCeloBgPFI5Dq6xugL5tD2X2ja7RsKlOkjxcvt6kXNsgyeFkAoPDIlhHfMUP\nKm9SMfr1XlazK4yyn6jUzI1Xf/Ou5P17jeWbVq/IORr/VmGApw9WH3baaGeB\nMD8Q\r\n=og45\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICSEinlAUicba8Q5MMqnmrGF9beJkAUN/W5Q1JF6psIXAiEAzcNuIHUkQ6weD9PhlysrqkcjQd1wyQqkq2nHans1sGQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.2f164110.0_1583271213625_0.3679909777341559"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.edd465cd.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.edd465cd.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.edd465cd.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3954ee24dd2fd1d9171cd7a967586e7d2b34ae38","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3954ee24dd2fd1d9171cd7a967586e7d2b34ae38/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3954ee24dd2fd1d9171cd7a967586e7d2b34ae38/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3954ee24dd2fd1d9171cd7a967586e7d2b34ae38/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.edd465cd.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-Eg2ry/phxInsF7npmZrcEly7SEsPYIdW6vv8oVZqjLVdW9IDa/7ae56dDDddzWo1XdaVQf8OLnb8nx4liGznXw==","shasum":"ebcdfd9de875f07e3df8da51da22212e77de49fb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.edd465cd.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXvH2CRA9TVsSAnZWagAA89oP/jbkAX78DI0dXZy3CuTC\nEo3Z3k7MmErfafyB/itlJiVWTf1aSgCSnpKgZi/CS/TSGHW5ePPMyJARQLqj\nod2Nd6BrpGmr1Mi7pTgrRFr6E8XIFCs3iZmvNM7MqtRjjx9vwB/wFymHnGGW\nrsbS3yYqNAWR0K+qVpoMdDDNMYmbcs/zF2YO09hXKASxF4ucoMVEX+l6nJoq\no1zabeKrtA8YFPAMVaLypGG89ZEsEH5ZC1fTj316A1smkGVeA74ZyOCot11h\noQpJc+kpOe2xWgBTV2qh7DSioZmdcWIsGirQwgTAbDt94gTV58uf1hzEFrbz\n1+mcVz5pLZ4w09ZMiVxXXYw9jhAWGkz8nlf9A5c/if9nwH83PwrDUGkwFoz/\n88hM2q+sDSyIuIYKUS7qjxXNui4mJ1tAGO+r6+lfruN9i0dH3HOfcuiGYe2i\nZ71y7md0U56RxW7ktqJTnDkyPGGCoJ0588VTKgyx2vgpbAQdCEkZIDGTqRLC\n8Ot0IclrVtsbUJbf+DSXVPvvgysz/No4yuPYF50tFp5UKiI/Yxg20vLB2I8V\nxF0LzRYy11OOkh9Jcfc8lra3xSLmIErXI4V2Rd59wP/wjDhMhMDmPMntS4l7\n2SKnkUM67Y8/hqKlFXPsy4CK3Z1qeFUEpM4/UKBAw6dqMeQf9gXzRW1z72yu\nGlh7\r\n=HAkd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4x8ajgp3CAyxBQ/2fGMVqK8ccFkw4TO0XFqMYCAeUXAiEA6TuamNP0gkctk8kMUHbP1aS5uukHVMm5FGTziA9DTt8="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.edd465cd.0_1583280630182_0.6105141908140352"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.2b02d017.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.2b02d017.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.2b02d017.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2f2999d0bc0326feb2bf856866fd9238c59ca246","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2f2999d0bc0326feb2bf856866fd9238c59ca246/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2f2999d0bc0326feb2bf856866fd9238c59ca246/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2f2999d0bc0326feb2bf856866fd9238c59ca246/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.2b02d017.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-Ffs7DKgkBSq6PyXAg868M3wfHP1utgbdKPKZGxUHHAMFCCakSHEWYQWtRbgDz4yRZx3kqsZHFwOsUpE1IOP39g==","shasum":"20400c1f45d8bc3641f821a8726dfe10603f6f2f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.2b02d017.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYA0vCRA9TVsSAnZWagAAV90P/01G79nvcuMXBJ6P1QhP\nk3P6noRnzI9pRNhFsiPZUaInIIce3O7V7bftmUD33299xzHyrIZcTHy1ynv5\nrkHDgJbLhE9SUhGEDetYhvjKv++NeiRJPchBlAv0HAY74PRq99J3FkogYbQ3\njzM8Ydxuv/sBUZCtyabqCzaeKpmdDdXhrvdCV9mywi082IonXGZbF2FzkrBR\nGlmwuiT3mMf2BTVv4GVbfZQsZUGBJ2q2wh6Yul0ipAGhgUXVf3TMBeDlsKz9\nnUaS246UghPoQ7xsIcE2hAL9AS57KWeRArw5qHRRZeT6mlE2fd5RzeHi471Y\n1IKM58FSzeOW4CHH1R+IM2TpPzFdzzWtdfUqxU4sLmNa6SwZeLf0u4barpjT\nDHVK3Z3vrHGEk0EekLux8MqCgUYzVm7o2DQYGQE0yhrKBiVW6y0PRErqytkQ\nF5ahoGKUxCNoNapQLv+kZWnn2wv8/Vv0XXY9UgVnAOyYZ4Mn2FvO8aTwx4ai\nD5ewe8jTMg6JSzILs9KdDQNHG9Tfc1amy1Wqhrb1HMNF7CJyF/3UqYfDImPK\nUQ5ggUyRWWWcz2HWtgH6UBHpJhlPYT0ZHhp4+xneMyz2YHetlW7jenPLLMgP\n+kYAR5PVqBpPjd/i39p0frmSDbHRV/ytJ/WXvxoMD+PEfdL/vGvh3OBDHbqu\n8Pzi\r\n=2CWf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHJTomgEVKykNc471qHgQMGu2UarQWgazB1IK0J1VIZJAiEAmiEcC6gbmQjogZuJzMyN8AM5TtzsnHuHf3EyZCWi9Mg="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.2b02d017.0_1583353135339_0.8158657314322848"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.cbdfe453.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.cbdfe453.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.cbdfe453.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"473c76376428d49a6811e677bf7e1450ef90b5cb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.cbdfe453.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-KE3kLMbyyAhNhcbl5EX+tzSpOUDOYjVG0RXqDGUEufzak+DwiN+eIHhqL1ITSfcy1CTCtgvRTqXApsavDWHE1A==","shasum":"bb6bc2632fbc7430bd57e43e1037e227db41d118","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.cbdfe453.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYCE0CRA9TVsSAnZWagAAMGoP/RZ9EBHk/i4N7ZXuiM4v\nj2nL8zZ4PktTutsTb4R/ZqWa8q4ovPJnpMRX851mAzTX/bEBhquvXXpWV4pU\n//VBvjbqGSmJxnrATRszQPFTyORAcrnNJUYvbkYTMvPnnetGDiG3hiJy+q6S\ne9NyuD18HZ3ZrOdY7HpI5IYnuh+MhLufz6j+Pqf54A6VwjDL0T7JdOmlAByt\nyCnDvS/E9p3EZyGQ016YWjNb3/9+INxTSscb/gZq+UI4QEyJuNMbuFAxrqbo\nuMKnWBXU3y8gPmJEYl3XJPPNq+bi2nnv+6qe/8O0SkW9JtFe7bydmwh1Mj28\nObrcpY1Y4tXOxz1SblxqviNyPZbCfpbYvr1z/zQnsYgOEL073LaHuh0b8PBP\nHwng1RVSw5t5KK3yEhn3iVjpr7ATVJ9MZ5ENXriZSlyNe6HnaM9vse90+pL6\nDtNkpv3/nUJHXc2JQK5bfNoebqUjNlzUKgXBlZ3X2xWN71JBwzkqKZs17pw7\nO/pVy0N/Z3oBBEdlPMYfFzVJ8GOVAebCLGm5ju+Mws5vMZpSz1e1gBxtqMyC\np84b5iA9m/h9Goto63Hf28seQVv2dJEBh3LlaHd6yBZ8ANa2E5oa8XcioY0Y\nGnhTG6eVMpVPaggBThTvaz06DYep/L9QPBwadHEqGdFkYKtynzUDNGtJCvU8\nkwAW\r\n=EXrY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHVd27RuguAdyirPaGx7J+IRGN71jG08dLVaNFUKp+utAiEAkab9YOjQQ14bhe/6r818bNJjJ4z0z+wLAdm+ulEK7FU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.cbdfe453.0_1583358260379_0.7547040457769085"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.02aa8a98.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.02aa8a98.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.02aa8a98.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"97bedf50cad33662f192490eaffe0e04894aa3c1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/97bedf50cad33662f192490eaffe0e04894aa3c1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/97bedf50cad33662f192490eaffe0e04894aa3c1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/97bedf50cad33662f192490eaffe0e04894aa3c1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.02aa8a98.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-E6rvJgwvOcZcjLgU9d+207nk4SXRODpvgsqzR3NVYhHXfdltPY0CBgXNZ5TWTIj4lDmfD+64gmh8G8GYjOBvRg==","shasum":"694468f5d7491007c9ce7666396f0afcd8518dcc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.02aa8a98.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYtRWCRA9TVsSAnZWagAAJN0P+wbMACzOJnNzbvsztIMP\nZpvkf5jdyrc1mQ86zqhygEbo3bz72ePNWkYLYRSNY3OkSoPDLFIFuCAB7VM5\n0Xant1RPOqrpyCrOzlFoYtVqobxh8QEup3W68nggHF1zSdY+oBLckwRbT5JR\nvQozQuNBPV/CQUC0CZLAyzqfxu1K16qNtkV9wB9+A2p+42+CDP2ilC9wWG0b\n48py8hzG2v/3WkiccbnO2luiSEFBlV2FuKc0PmlVGNTYf79vVDXk+xYt5CAC\nvTfdSqRwvu7pKI72Dsz5xVc3BpJJyrjRAyvtoqfj6aN/YVYJZDoV/iCCZ+iz\nrZq7iqoYRAP106OAsLfblo1vsHZkDR5Ppxrm00Zg253LRxHljtgzVCBDEvur\n5c6QBcs7HZ/YMihdxiDC3qzln1CFMlqzwu12J6Ve2rjwZE0et4hF9orbQsGy\n0SXcNaqNs8iYEbNT82jnfdIplU0yM4dJs+3WHw/H1kz+n6/uVJeK76BzGtEn\nhmGpvkiz4nr7bd6iuLWFHaISG0O6QAGeP+K4DOeE+Dp2vel+sjV0sPargFIm\nlyFe7vSHkZFplZePzV0EHXDJZFDH3Rp7kf3U8AJ42YpTOpCi3s6naNIBTd8S\nqK5e5HDM8j8lNqlSHu8PMiKsqsqBcXWq3xbOn134kxBecktPJQAmnDUuHgR5\nJXV8\r\n=291t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2UjlRJdG4LZousb7KC9qluhy2HpdTGQGJ6/DQ4n8xrQIhAOmOlV3oYS3EMAYRrIpxoV5O+Dosgfvs610WljG3aS/N"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.02aa8a98.0_1583535190121_0.3608250664783266"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.7cd5aad6.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.7cd5aad6.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.7cd5aad6.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"02d47be94c90a6674486253c11ed001b63502d73","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02d47be94c90a6674486253c11ed001b63502d73/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02d47be94c90a6674486253c11ed001b63502d73/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02d47be94c90a6674486253c11ed001b63502d73/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.7cd5aad6.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-9ULsjSJoSgWBolCdOpsAV2e8AOtHoxlJ4cDIrtsu53oGSrLdKhCeZXFQF+mUWQPaal2AM+qagfkC2ZtENue/BQ==","shasum":"0173f10b8c79df8ab5b234d802209bdeae966d4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.7cd5aad6.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZs8cCRA9TVsSAnZWagAAaZQQAID/Jhgni/VYtHsgbeUN\nGgdT3J5Lo5KSrteCnIxqr/POpb765xMiYofCGtRuAmVXtgLLtV+oH98ZgwkG\nvadlUWnBMFu8/EXc1B7mi8Jlo+y8IuwE6qDyS70SK7u0h6UpCBGmvw25BSd5\n2ZLDV+m4PdFOWYv8EDchV/7EmLOnB2F4DUk/2SZhiYkRnTtB2ZCXjOImliQT\n81GEFUC9wdsNa3hcRzuKjjlcbcmD6cqIZ0/kSbxBOyHyiC8dB09CvFchYROe\nEKaruH+WK/mlVV9eVB2BF+ufPGuZdtZQxCVtqP/6GSkkWiojuS8L0bTiMoUN\ntYRiK+UjbXQDvNEgwWlYZWk7PqvHTdm8mhlu8YChdXPzZx/6s09slXOJ/UTF\nwMTiffdMErIL7i5H7ZJO0ih/qR1qWWIubUAF6sKdPrRaVF77UB+1BqDQ95Dr\nmIiA1je8I08fgU6h+VLAAMGvULrdRhcyhXmWFW4WyvVfmxx8V3+pJZ+XVGhu\nymMJCmtXlYfVdOibY160FsOpQLYZX8VJA6/ono1D0jyySwDQW0GXyOQnmsrd\n65vcp+GcwFjAxTIxvYMaAa4ofs6LccH6jdZcTKzPVM2pnxeKUdK7moDUj4r3\nG/+9L7PoClae2J2tGoCrOKyfD/CqdMVh+8raU+ZRIo7cbp/oep6ClOz5T1tI\nSWWd\r\n=FJHE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEbBWZqXLw14SH/LCr6+dwTcTYYg414E4WYtyiJyrHYeAiBQZBJP8CjHQ/dNT/Ze+wnVFa/phGt53RvAnOB1i39YZw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.7cd5aad6.0_1583795996195_0.618021011008971"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.3a79dfa6.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.3a79dfa6.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.3a79dfa6.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d8c4d68989d9c1489104002dc0f43cfb89ad0488","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d8c4d68989d9c1489104002dc0f43cfb89ad0488/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d8c4d68989d9c1489104002dc0f43cfb89ad0488/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d8c4d68989d9c1489104002dc0f43cfb89ad0488/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.3a79dfa6.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-EfVrKmRuBiozDf2H55d+y3kI4UTQ/CyCOJADrLa1YZMGUOjHG7HQwtmwJIZvgBDyBy5U+iK2kx+PUaeOfJj4zQ==","shasum":"e338f5f95b6012c983c3b6b9dffd53544f0c31e3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.3a79dfa6.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZwG8CRA9TVsSAnZWagAAPvEP/RLhHdcyhTU1E4BuFaRQ\nH6KwyrR6kp9eEx1SLYPZUH+43gTKXi7qXkhLUiGjZ73XB1jpeuK1cxwxrDer\nUHSQxIxBZwu8dWYTyqaWdhvFl+v3so3D5d5fBcms4uNOkUrGRn7Qe/k6fzJn\njhdhqNewjTitFZnU8jaVJKZXbvaWXyt/8p+W+y6t18kRWmxFDKjfKLyz8Esy\nX2qNWF85gBty5hZXmJUQcSOSyI9S2EtAgrZZRDsGHMn1xsxVNUyuuI9IZoU0\n2ibenC5jro8nAWhuH+CpXsLye57iYbFrfRK1J40EZbbyftBoaA++JhonrxXP\nFYQtCwgeSn7n/bmNWaholtZ471QhDFLhgD1mjRX9TweeR6pIaWsQz51MhTU0\nr0BlziVOmxxxvdeITGzNONUFdwFc68NCxDvS/sOYtz/mYYNL2XxVKvdfajG6\n4Fq/BntKl3wZPuD5hToykTFtdqTfXoMaTZ9V9gs4cN1y8EPaUd6pzaEP8buZ\n7zjYOENW7C9BhswVlbAk24lmpLvozitscWnGGQD4ZZD+Q8frR/TDHuGRvUKY\nX2aH2jhKO3lfLfnieeGipmEkyMkZPCFcbtYC7QlgdJWG1lV3zccLIMWlg7Wh\nKRV1Gfe+dBcPH2soyIMltOzFtepUX9zeCOC/33JMtyzciwi53jyAPXrW+CZ9\nSbN7\r\n=cCDw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9CwWx6glXNwmV79IDUol0nBovCe0Yn3Jc3QdSoPCxqgIhAPqOCy01isvHrWN7TOV4I+dp48frQQEL82g40s98dCMy"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.3a79dfa6.0_1583808955930_0.3734038005664557"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.22e0f5c9.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.22e0f5c9.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.22e0f5c9.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ccb096ae11e367b4590851e53c023abbb22d2774","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ccb096ae11e367b4590851e53c023abbb22d2774/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ccb096ae11e367b4590851e53c023abbb22d2774/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ccb096ae11e367b4590851e53c023abbb22d2774/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.22e0f5c9.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-8VI8Sd0jZhcjFcNveGwiJoo/vvGmmjXAm5g1YVRZ0d7rXzR5rv/UI8tmWMR+ayaci3kVWZO8e8gdlFKNn4uYGg==","shasum":"5efacb54209057acd97cce8437e63b50a2af7570","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.22e0f5c9.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZwKuCRA9TVsSAnZWagAACaEQAIe/m5xLFuH3UmQmYPG5\nEpGePE8m8sMtq1+hoU35Y7Zg7MsxyJd2dSZx6sryxODr7CODrddyODfSMeDG\n3M2JferPBOl9BpL9Fpd2tW4hwdmb8n85BtFSJTocu++tGFvQqSeYm7YP5jWP\nTl1WruxHUiB7/yuKOTdwo0v+MDcReaKGrWriNtnwAKFE3vN+IN6zpiC0Pqjv\ndgPTrFeph7zgU8FbL+MIhLYefm58zPOWPpATVYiNX+ub3KEawJxPZJEVwO6M\nZ/Ky1hqj9dQV9F2AzAApnX1bVmHqqUriFEeeWtkDVtJeDdpX8UJsZtWpvR2+\nTETn9JC5LCyj/iPB9FcrmkwzlMUXnZIm+V3IHRudfSkSsWwfTe5w2CRF3Z5R\nuxgDFH7rkGNgWfr52yGXQl7MDwLOZBlPWjtCgpQ7/bt5MgDgBqQz8hxPknpF\njWKKz2jKUO8GSETG236GqoPbEIIUU9nh2xJUTo77IuG4MFdeaExuDVK/y+9T\nO1JoYIKQ2KeFw6CrTuizFP4UeBmcGCJkKytaCmj9szovk1SQUM9EzWaStAYl\nQSU79C8tUHFJgschpWynz+MEXc+1HLoCMzOlwfJ4PYpxsGjZxra0PTryMwr4\nyuchNWnKTMFImy+zMuCXzBs5HLY3H/HSWnhTVJkyAjKb0NXgcKDzryu/qb81\nfECq\r\n=+mxJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFGItetTMtuURO3qLkXVYkLltpQl7g8qCGynqd615h25AiEAsSjM46RpCaGF8opEn5BC9NtL3ajt/RZRRbKIXpKUl/k="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.22e0f5c9.0_1583809198481_0.8518609402638964"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.f23a1d1b.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.f23a1d1b.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.f23a1d1b.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"625010e9abdb8adc901198fa1ebdc99269b946c4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/625010e9abdb8adc901198fa1ebdc99269b946c4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/625010e9abdb8adc901198fa1ebdc99269b946c4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/625010e9abdb8adc901198fa1ebdc99269b946c4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.f23a1d1b.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-EFqZtYy0o7nyzso4R/dkonD6w/5CTVuqlNAtRNo1mKOyQamsFmWgDpz+d8kbH5u8I2dIl8Q/QyX7GLkmZiOYuA==","shasum":"9942c3a33e6dc6616c932c1d2d86bbd35791fbf5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.f23a1d1b.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ/7zCRA9TVsSAnZWagAAuPIP/0ysl0gNXtJGnF4mZDBA\nE3GFJJ5hhPPngEHIk2i+4KSMeahNONiaDPMnmK2b/ed7H4udqPxVPR0nKrVH\n1ukE0beWgcTDhzzki0JWY9APNuXNsZ2ON1SN5jogoJtfKBmM2+yMDWi+PkUU\nPiX0Oxkgu0i6WlOVeCMpItFq8GhSMMQSwOBwQ16pTHKt7egiBbuJmGxVKvzj\n1jnRIUO6hJbRiVFouKOZYG2I68CeJhQG+PWq+N/cpOfSW3R7iKVJjGrXPDqR\ngjiB5Q5EcPtcaoAYbuuc8xKapw4eBvyqQ3WXiHiTVAkQ5dqPU8CvRSnmsYtr\nosH1inbd5ZuuruXkN2rhi7gjaQEwDZjmhtnOxljEyXALwRQ67Jp/9FyBgB5H\n411jCSDMWuUY8MbM3EUVF7ZsYqOIwwSgo6bG8CmifK5G9Lq7g6ZGoKuvRXmp\nyMsFFr0u4+FP6Z/a/kb5GqoPCEjTDmYfO9HvJ+aykmg2o2yo6Gru1azBgtHt\nVuewfRwaiy29YRLs/YDJxh5fQ7ScFNjcjOarNtCyzkO8GF0ajUXmNgvlEyPi\nU7jvvYOuqQl/a92dYcawrE7ZcfIUwgDWVXdE8xwYjN8Q9CLE35dEhRja0wvi\nOzkG0aH2ypiDDGV6nXiH44pn0WoLYd63uGF7A83uVG13tcrASaPBxzYXEirT\nGx7d\r\n=f+VM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiGP+JxSofdTZ2BJpBasYCCHoZTODd2rLkQMkjpYtyXAIhAIM+ZleBx88yeul6GIue97mu9UVJ2cMOTNTGiV+HxMj/"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.f23a1d1b.0_1583873778615_0.7344062814612078"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.34b2d69a.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.34b2d69a.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.34b2d69a.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b40bf9e324ad010a2ec93cf8677b25b843ad9c46","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b40bf9e324ad010a2ec93cf8677b25b843ad9c46/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b40bf9e324ad010a2ec93cf8677b25b843ad9c46/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b40bf9e324ad010a2ec93cf8677b25b843ad9c46/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.34b2d69a.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-1DK6EqDE9ikZ//Sf4yOPGfv+GDRkStpMsUaWInBN0eAY1Wrnt6M/Tuftfo7uCgcuYtEBoeGmBsT+LM1Wczljkg==","shasum":"1b5bd4fba2004f1ba916fe0b339dc77589e5fbe2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.34b2d69a.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaAM2CRA9TVsSAnZWagAAMnoP/j06qMHHffmxcC3Qry10\naqRoPRHAP/QkJM1fsGhmDs5Mtq3WCok5hgIxpIEK3LxFcKV3pz1unrGmeocn\nykZKOZSDuBUOsRMd7UvyU4Z0MRW6H/RSZ1flVWLLS048puJMoAWHuAlINbS9\nAxWxLltUnoLrrtrwQsqzPO0bopgtvF7dEvbeAUrpx6PyJD4lFsE7AOq5FCTt\nWPS9Q42gZu00C+6RSh1tI75nLsARSWVGQgdj9cjXLq5I1Q6WMtHphjh/4qhE\na72fsy3QYxEnTGgpzj18KUBBAnBwXy19qlSVwR1LkHFZ5afgXLqMx+vBhonJ\nwXbdLS4FAeb5tr/ODa9B964p6E04ZNYIgdTwC8yFQZAfm1Bm2UxFZC49S3ni\n92c2rCDvbmuOT4Mr4tcgyZKarbEgo64qfGebvQh8IjkpYOHOWBL2qNc4dhWn\nAW/vONY9XPPf7vIxHXhzQMSgKiCo6v0+51T6LxHsb924Chs1tik7awZMLp+S\nbLerjII3OakvL+0XKcQV+Xg2lT3Yz+XusWAfcOI+23a83eEBAYZEuNyvKA4A\nrzv1xO+VQyPGQamcMviKktynqbGQ6Y781I2phPRNgWYr9FX7PiKZSnKeYw1n\nMNT47M3T0vQOtNk6syQhXi7CIuT8T8hPHflng8xYVxWOWC80DrXWeHEJeCjA\ntB8u\r\n=K06V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFgRYP0W87PoYkbGJ1biuQnM+mZvuJrv1pB39auQqQsvAiEAqBubERvaaITyLv6b4Ky7r4cvcC2ydqIzo8GHekwx7ks="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.34b2d69a.0_1583874870254_0.8149600523389269"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.dc04abe1.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.dc04abe1.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.dc04abe1.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"83603c5af2141bb893dc17dc4ff73baa5dbc7b64","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/83603c5af2141bb893dc17dc4ff73baa5dbc7b64/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/83603c5af2141bb893dc17dc4ff73baa5dbc7b64/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/83603c5af2141bb893dc17dc4ff73baa5dbc7b64/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.dc04abe1.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-JIDJ1nQit29wikDGwsW/WQTbKSgYDMYFXjOlZ1HKF8xq9uhTHqA0qThlOuXEg1N/wsconOxOGfCXulCLju71vA==","shasum":"f6414a2181156173eec22e11224511de7d13e88c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.dc04abe1.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaA5aCRA9TVsSAnZWagAAa9sP/jha+VWzVMson5fRYYxd\nkybYF5MK2UXoMaYdnesO9Jrz9Z6TPYyqliGym5HqzJH1dbltpJngWqQhiZw3\nNOSOOPw9fxVO1olIKA4E5HCIKM7OmKHjDHITVB9EOaW8jzB/Lj+MUWIyorGh\nsGgNUuGFgHMDCmXjEWdcTTVpaCpquv6MjQUT4keTyj93Nr3xW5wAbNxCwx67\nxqZ19zpXk4EeRfi840DZ1+w8aLALLncY3tN4jjK2kNdWkX3bFYQGOqkma7gf\nD0ST0KgCzaybDJFpjJ6U2/wbITpvkx3HwtYi6YAh0XTfkq+ep5wWXyDUeWDo\nFrBDVg/KzZQrlaGZR12ESzS7SP7yRu3Nd39Ru7+j+0h7FNgJiBSvbiW52FVr\nfZOZTvx8gmTTb1odvE9kAvRruggAVvsD3HKSOljgBv89Zau7GOxcEjUKl1KR\nJ9egxAaCkVQsoRVudDH+jte0BnUEOlGDq8g0JXXfBbZMeZskHkoqBnz/4Iui\nYIoVukTKKGcUdaPV0dahkTs18OcCKrEeVgxvt70RaEIJDFn5VOa8fGcBauwk\n5q+TIOvO1HXZfnlWPIReR6E6wM8uvAIFIjPt/JtSWYfSiMeZWInmTgqa5ohm\nHRD/AUIOO9Se138CAe2u0hP+ufAufzpM4A+oh0wB+GJ8meqtyF71e8nfTgfe\nIUq+\r\n=junv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDGvIu73ltxYQHDG88+sq1CrUJDCFHPzw7/d1Aetpf63wIhAOj39MtZpi7X6oB+BiIK3jg2qsm+yVtc1ZesfCLEnrJy"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.dc04abe1.0_1583877721831_0.9473599737229987"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.04ccbc88.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.04ccbc88.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.04ccbc88.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"bfcaa800a510585165a925b6961a7e6316f30f57","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bfcaa800a510585165a925b6961a7e6316f30f57/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bfcaa800a510585165a925b6961a7e6316f30f57/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bfcaa800a510585165a925b6961a7e6316f30f57/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.04ccbc88.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-2nrzWsKymayKSMp7x5kAgIHXps+0dmH4Aq+HVos/7S3TyEM5Ml7WJBrkJTorsLs443/zw3Xf+tDXnlNRj42wqg==","shasum":"c0c95eef1bea465a632d7c37b7aea45ff3059055","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.04ccbc88.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaDIhCRA9TVsSAnZWagAA1XUP/02cLtNWjo0KsGYNvktG\nwlx0ekVV0uIijtUdW1Piew284HTm3VZ+FaZhUeJ83Fu+pS9QLfXXVv3rYfIN\ncp0saKRK2HxX4V2tiIB1GZt+mtpDNsMD3DUPLoCQ4OnGjU4yxFgzO4kUrmcU\nVjt1J8Wn2fQZBoQqF+hVuwkdKLkY6aym1hfqwJ/GKuacU7rJqywvavoK3i+b\nIUuEf+SiJZz5OHqLmnkv8UQlYr0cACooyLzus7AJq4IRgH0fKM+C4KWmF8oe\nN1wq5fCubwmwYU9pCzQiM9rex6WEXuj0bi1Oi72mxNI0ig5h6ztWOVUL0GOI\nTaZxVHi3xIKCPwa45uxFoXmPSIyjf3hbERIu+4qaCor3HdnioLDI+J+Mhoo2\nZP0GE61dCjqUV8gR03pUTEFowmma67inrEhGLZ0gUoL/jZihvG+553G4Mx/v\nEvI61X7xhq0I0elORmpocMMJ+3dmb7lUiy+RpF8A7tp3NstxKOR9+yHzfYlB\nT9cQNAWjp3N54ke1VR9XtM0qLRrRL2WzFC49sD6gufT6cOa/hGWOB9PYgGUb\n5z7jWkHjH4iKKvDF+ig5Ibf0qDahIdY5K/G9ata1GVnD9gXG+IWWpaDMqsK1\nQCLbORMcJtEa33jLoC8L15QyUsACI+JjAFUEkvQnjTnux9I09WtTankXD/qT\nFbks\r\n=+m27\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICpEB4GJhvAy30nEtZXZmOK/QTRPkgIOl/lFca1QhV1fAiABpuUkvBJ04KyMooOHMAbFslT9Q9aB8jBBI57cZ0EUjA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.04ccbc88.0_1583886880974_0.0015816647750261925"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.55338c25.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.55338c25.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.55338c25.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6251bd82d8c2b37985e6a165d6904180ec7a96e3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6251bd82d8c2b37985e6a165d6904180ec7a96e3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6251bd82d8c2b37985e6a165d6904180ec7a96e3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6251bd82d8c2b37985e6a165d6904180ec7a96e3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.55338c25.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-kJQpoCdZwUapupmSnynlXm/LmhEbH8y9qV1U8avjU1wewD/puoX+uGafnU/IqAGios0KEBxMybAo9fjejElckg==","shasum":"3a4c93354ef22e00391ac21f1621daf0c48c3226","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.55338c25.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaIWzCRA9TVsSAnZWagAAyskP/1KzgjrAFeUDNAi6VuNm\nUm98t6CBYCDd9Jmc8/hLkqBO/7YhNBmrLc6xBEbszdN+zzA35QI6OyNobetY\nDLyeUBP6tvz5Uy5yvbfAKf9yQoAcxMbsdaiXKl9YZno03nefXjW8TiYsE6Hp\nGE7NVqpy4Q/5EBfjSLI94ltq4YM0OGKO8KgmZizlMbXfonj5WlW4pV4JVRe/\ndq8kGccuFZTLCfGSxb/SMcY4NU1+BzGLzcl/WmcGHjXthEHzRGmxDuYI//uu\n/IGR/KZRSf4zASf64xEHFvaWXZf638qdPG4QNgggETGseIGfLKGUBojoWlmp\nuZ96vDFQg/28uUf8waAMLrwq35FTEop5D0Jy3CoNA3DmcViGKNn1lr3XL22G\no2aWcorvh/9nE274E7LTzQoWbDisY0c/PMmwQy7pz5u34BZjEuAK78snUHxC\ncCYShF4cbpwYOAy/TtEfUBBJ3RQ4EeMjrbWXbZnXtWuY0NY7eI4qumz79BkZ\n4yqv2lFEOO+y+dFQpX6jWmk/4aZ2x2gh+2C3cgiRmNZWBPtD3CN8M07AjPe+\nNudihevtQ2gh6FVK58gMkAFmwpgDOZ+64LjXUoQtOSU8pLZdCNq5v4XFVROj\nbijBu3eZs9bsOXmgnXTiTFXL5eifB52saPablOz+A0kTcP7REI61UNyo/R4U\ngWfM\r\n=pfMj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHFtbawHtXhCMQ7mkMQ5nwHMSGaTZ3T+aciPpJ+lpuWhAiEA4zQC+Tm121kp+g+Finw7C+0DJdA9BSWUJExaySdeqH8="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.55338c25.0_1583908274653_0.2850524600010518"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.b7e388f3.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.b7e388f3.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.b7e388f3.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1ce172712209d5abf28a65e797f46fdddb7ea704","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1ce172712209d5abf28a65e797f46fdddb7ea704/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1ce172712209d5abf28a65e797f46fdddb7ea704/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1ce172712209d5abf28a65e797f46fdddb7ea704/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.b7e388f3.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-oo4yAiYNhltooY+1zPhGaxIuKmXjF5MdeelSDYraRqiLxz+bTra3CTXu+EuLMVReIGVriUJv+PJOej4pPZppmw==","shasum":"5ba0ab5096a331b2cbec8859cc1a82dbee7415df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.b7e388f3.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaUfTCRA9TVsSAnZWagAAlRoP/3okeb8EA0dFkz5c6ONj\n/O+cfy/AqJZa2Y90xZkK3uEgGyQ1+DxwFZIFaS7QxhqmkjwGDVr++wRXsLLf\nhtqDAtFzq+ETRxFcNchyFCYg2HZVn1LEm7WScbCDtDaCqsBr7stDl7H2ju/M\n6jfaVUPgI1gZ0GNHKdVie4fjBi61VobmWwgbvTSYYRz1hqQEaCA7X3fTn5Fz\n/cYcs18QSKxTajQcMOR/EuVslAc3Yzxy8GM7wolmQiBh1aKVhPhGxtBAwWF8\nxmN6smE9YheZnBSx7cotKdU/dK7s8poAyKqFhkpV+eBFhxRG1MNBImc+QvPD\nUlzyyOIGyRvufDqwH3jNOu+6U3F+zddGMmvkNdJE2gxproDNaDEkgAhRzWKL\nqydQ7f6fcua9nkikZfV3XlTOBVE4HxBXBzYNwj3mb4TI/YEt9tSZUpHv5oop\nkS6Gwv4ajjgqCSC0yhs4AGcGNUqNwhXC2J+ECpfzpUZNx7246JKUEYeZ9aKA\ngFUPRhLAj31cJASFbQq76/QZ6KACRFlvc2Iea+gk1bkYwSHqzvZrzy+VC7+l\nTYvoEUnhMPdZzrGecKwzftj1YOnC5P8bHBoUEZJcEswy2B40OK593Li2b7MC\nIsLgXKVhS8CosjfuzUFbawzOMfadKIzJqvRSdJzj2kkFkjL9xLwbXsNCVPW/\nbUeV\r\n=WhHq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7OMWzc/Sq+PUa1yEoFs1buuukMZkzhZE+ycPKpWvagAiATUOQ/5JQvwpYw9sqzR++evjoDFwfb134NBT3ntqMtdA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.b7e388f3.0_1583957971081_0.2414290620345667"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.b3211481.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.b3211481.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.b3211481.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"7b6c73b4ab63cb7701379685a556ece3324d1c22","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b6c73b4ab63cb7701379685a556ece3324d1c22/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b6c73b4ab63cb7701379685a556ece3324d1c22/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b6c73b4ab63cb7701379685a556ece3324d1c22/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.b3211481.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-TEcfAFhqOntqOrqXoJOzyIc+ghK3Ak4Sg6uN+0+2rKgaHhKbfZbljWbP5J2QwsY8mSBaY4wdhpwCKpyzyl1w3A==","shasum":"e5fd128b52c5d20f85a605b25f4aa9bd1019957f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.b3211481.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaUjOCRA9TVsSAnZWagAA9EcQAKSI59VAbgrVIUJ+HzBN\n2BsuJLRgWU0acaiEvaasgxz1hIGx/Rug3H01gHC0cv9czmSEJaVRtj363Efn\nADOryJYi+FS+JvhwgyXpNuxi4SwON8oqGvy4Khqbz25SsAAOzMSIgJjG/g63\nZA35CiEPfiJO+zclIbjKqE8sSQacL7KAk1DzDoCpWDeB3YOMlV0OAEaSWFYw\nGTgZtiJ06XC2biisPy3AmmwlfoEHd1DnwQZrnOBxp3/u/qA+P0TKqhW5DRxm\nkJvRPQ/kR7vZcH5/hwPD3RZD88UptlbkJAMiQ9mPl05USAa56dCUNNPbGMWR\nh8Vc3SyXSOUBAO4N8rhsS2wfgOD5D/lhiTiPrUVWkY1j6vZwn69CGxcLuDks\nt8UehEu3upZJi/IDbhIj/ibAPuu/W1Xo7Sf8z/XoyRFA+V2mG3u5WBm5M1B2\nSWaqHAgW1FytymbMTXqIfBwVsYqfa3VoFLYLPjPk4l0nUSzQbMqObJQy2D17\n939iW9+qkB3ZEsI2tlQyoEDiFMyniGAXtVIAM1nfxbNbrh6vo53Mdyp/y22O\n/wPt1vls3WkqsSVRuNOZOGokMSFpfi4CDoIsqbi6cP+Nw/hSjSTU76wD2NKP\nx0CbJCdmoBxRABfP5a+s2uNRQsMjzqBXZA+UvIe3zkZweOOqBqFGfrfS0SfA\n8YMe\r\n=nTHg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQCiyIqscBDokcBm5BRHRkbFMHqtGDDwovVIYd9n9h7jYAIfC/2eR9e+/R0ZzWRSVz4p+IKGwgA0rk+r7497Kcf9kw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.b3211481.0_1583958221712_0.2254541403950241"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.0b5c7f23.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.0b5c7f23.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.0b5c7f23.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c142ca8fe1db14da6fd164a99ca71277489f9b16","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c142ca8fe1db14da6fd164a99ca71277489f9b16/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c142ca8fe1db14da6fd164a99ca71277489f9b16/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c142ca8fe1db14da6fd164a99ca71277489f9b16/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.0b5c7f23.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-CnM3mIUpb2LKRJvNhCwjW3doNc9pRxXDOxTsU+0hByhUYArZxOTb90maVeYeOR1VwKC23SAP2cDxCU85+Io+7A==","shasum":"526026cb92894b4e30b0123702b4f29013d6d1f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.0b5c7f23.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaV3aCRA9TVsSAnZWagAAa8QP/2y51WapbVFqidn7appb\ncABffv+E1IxRJNJQBbXGelJ4cyXTFMbDO6y2Iqx4KwaDRI52BFrTITcXNGDK\ns01Pvp2afgN8hSrfpwluA/WcLCOGuQVisp5gQeeRtLO/mTOfmlEC5BytRbkO\nHX1PT1okHU7XPcQ+46fm6cuTu8tHuAr5OPgDpGQETXRMcz6Fm4tNfwAu/Gcq\nrjbUNDi75VHJIVonR7A795nYIUtAzE13RWgSHYvr5DhKVoiYcsdwS8gnkCXY\nv+2BzysMoq5lOnHAZKUuu1DgEoJZEmkuQLr1sgql7uWt8vKW5Doi4smYfvuS\nexweXvKH6tauZ05M+ubuLbTY9fKKO/Gd4+qZX707MOBpHoAch88fSxFYVIQn\nK0cOYrkYrKfTRaLhR/z4Jk9M2CqlIJMbJKduNeNnv5cUAviHryHwjS2Ebe19\noMR/fzzQoHY2CVRmNmmUD/BSzxFGzFf3GuZVLNBn1Vfi7F35341LjexLldhK\n91j/yWkQVzUipBu8eJBNDHYwihFD/QHVonzVK6twH1nclh6qs677c+NoCazG\n+KRDcgBpELatb8fclctLPHErlEfQJzH1oiEovNOQtfXCnGbL+dADJw3pIhhC\nLGSzCwGYc+nEQXu2DFTL/QpujfS8K0/GNkBO/c7/Oe9JBF2qKgethsIIFdzX\n3TwA\r\n=nJEO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFc30QHU+VXqmozCe2NGntH/R81WLwDjkAnT7l74DvGZAiAEv7ilzmRJmuLp6LIEF/2IELxKEGwMwXN8eghWBg4HvA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.0b5c7f23.0_1583963609664_0.739340528467475"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.6c0f0b27.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.6c0f0b27.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.6c0f0b27.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"642e3027b591cf821c0ef159a9bd31f56677de91","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/642e3027b591cf821c0ef159a9bd31f56677de91/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/642e3027b591cf821c0ef159a9bd31f56677de91/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/642e3027b591cf821c0ef159a9bd31f56677de91/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.6c0f0b27.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-eD5uj5HSDG1lnSlA0yr1vHPfUMwK9lHsgDdhhJbllaLv7vjTefpRSomoo7eA4wXpeFOUyqNYXsnQMMkQJI6tmg==","shasum":"cf9b27263bfcc086c40a78d1d6ab380b3b88d63f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.6c0f0b27.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaqbCCRA9TVsSAnZWagAAD08P/Rq+U0RfjZGDFVu3XJru\nIGmZBF8zTlwG0fIYDi8kcF3Gq5g8hjDaY/ks7/T85vLrwT0hn+irCdO/J8da\nLKvBAP7JiDWb15SwFjdCH3x56dwRcPZHyA3jSzZTOhGmzoixtSQWn9vn1hRJ\nkAAeI2SgughrUmPpHgmb8khmgQWG4DFTpzG42jIIRf55O8VI119y/P2Pwx5C\nxc11ZQLwz/EcSeB1rxzn7SllEKsJIS3SZNdLuCwetk0fGMiMjgjOdEKHtw5U\nOIvKxSsIwIzfHFVmqF9lBCbbcZZs7hvcquKtLeZH1rN9pWsksI2GjRs7KLD+\n6lfDvvJfwNLnu82ki7+fINb0rXC2lCWEDmPCI+h/8Ez7CDXNL1CEGXC1FbGj\nGxNKxyCIxfzGZBzu0lHY8dKg2WRUn8LTgWDixEvN5zL3MoEPT5lk6T9Q97Tc\nSAkcH4EjVSDKtRBnSETIMl+6mpulTElYvhigSxu11is1i1udnSk3P32mwwtU\nSj77wzO5KzdZTqWFzT1vQqPiPzp38q4hHTqMl045SYZxRRwjRzmFCYef3Z67\naucZXQLU7uI5fWrLLP6H7tYuxMln667cHipfWixof5KPDy9gYrfEbq9zEHvm\nfJsSo+LdOBJzG3VkQK51TTnOnmiewZeo9THZEzilW57lp8hK1dpiGU8/NEJ+\n3tiv\r\n=NUir\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvDqxKrNQAZ0Y/RHcnqoVA6ZJg5K9S4whiyI6OWM9ErgIgcAvApKkmCbGlGUSm3kFtyGR/pisNyGS8ew2OIFXD8Lk="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.6c0f0b27.0_1584047809793_0.3728469441522475"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.b6c53425.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.b6c53425.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.b6c53425.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"21e9310c19b1139fef9125fef8610235d0ef0e4b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/21e9310c19b1139fef9125fef8610235d0ef0e4b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/21e9310c19b1139fef9125fef8610235d0ef0e4b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/21e9310c19b1139fef9125fef8610235d0ef0e4b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.b6c53425.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-zxqECi8+eXvi0ejnewPk8GUvtsf+ORDcCaoB2GWT7Yai15mlX4EMNnCCsdvS3p4sAnlfuq0mz5zxoUMQWu99Ow==","shasum":"27e230933194b37c184ba5f97ceec9400be61412","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.b6c53425.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJea7rqCRA9TVsSAnZWagAAxYEQAJRNqTdtNG/IRn6A32o8\noVdD+JvWQIRlDpKVEFhX8x9S7phfNOr6WFypa1O7YRe7ryDDpK2HWYQgwb9j\n6sWns5ESEhG/dgJIQijMb4PhNtZzrhT69meCADsruKcVSO5F8/17UV7wIa6d\n/xvOx/4fMcGgnUvmUqHW/ld3C5lfJZvSuxp9FMf131plbjKcoYd1YhO49L/6\ngJwgkLoqXOpXQ4jEcQiYg4C+0bncYSj1srMo41GXml97vz6YQ9ezeYKB1iCU\nWw9Vw2uJaOXgxk/aAuohR3/Cq3hJmOOrfkB+dFrUZ12uDa/BdJJmMnrz6vWX\ndTlaunccSUS7L7TgvdQaSjzoZW2rannC1KyJjiZgAQBmvgKYMhmxF4wwSICZ\nVORjbqY8UohDEN4iwyz+H/wXn5AHUmfuSOX0sXGAYlo4t/nr0K8cAa9DOBO2\nEzHftTfosAxYNB0ksB7hHubt26zidRLUB7D1arL0OA6jJwFpXm5/v32bJZEW\n6G4Xi8oRAJUqmXOkXW+aN95ZpdwRs8xfXxs4JiwZFJa8iyugnEK6gIsXLukF\ndL5uHF82205oBlf3hVxV+QZtKJJpcDl9PbCl0XYaEkY9uHb5JG5cbV+KBjs6\nQ68dNxh72Vp5AmJ442my9xuryqP0BidJ7e62kdIWqk3nLc0c0vrEz6qOMxtx\nuahR\r\n=0zfZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDs4/1FKSmQo4jDfEVm3AWfZySkUuapk9+JDDA5iPiTIAiBGZwHJCsgQZYty/SPoXq0dHJK7yeYLDknzxTfZSZTf2A=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.b6c53425.0_1584118506172_0.9109393773631398"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.306cabed.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.306cabed.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.306cabed.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"7b07db227ed0e98a8a55068a9460e3969aa14b37","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b07db227ed0e98a8a55068a9460e3969aa14b37/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b07db227ed0e98a8a55068a9460e3969aa14b37/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b07db227ed0e98a8a55068a9460e3969aa14b37/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.306cabed.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-9KckfS9r6YG0k3HDblQ5TnEPqGXWgPG5nz4Kja70hXfIU3GzZQ6o7xL6/cXLK/Pl8P6FSTXWv3+Bd64WTK9QMg==","shasum":"492f35525cad8645efacd0b80a77327b13a0ec2c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.306cabed.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecT5pCRA9TVsSAnZWagAAiXQP/jnAi2rJOkP1r+YVI43G\n8alr7Dl09X2COXjdYOgsAAD0McefV6UwBt2NCyW55OfNQRPpho3uMWs4V0jT\nDnwxucgwHmomFhFL/hOmnfqkYqSKT+Kfl0caLTVnzkTyNAfq1NeV47ht4eu3\nT7VPbm45J0BoLH7otiN5B88EPh76v6gHmqygA3KX9AXRSEYDf+DoAn9ItEgz\ntOedb+GQiSaM0zIvQiWDtXATP/SzKthA8JXg+KCsQnE2p6rDXbW2yq3MBlvG\nHstsNeMrmktNWayj6nH7q3vubm4I8klMesAFc76et77vjADzjpZFxLhW0Y+k\nMZ0Ttt3bvlTVissfEdbkFnNKwZdzloA63C9CzvZcySsRqe0ARHEzCCyC56Uz\ncvvWKx2c7qoVuDEFPqe9FVihSYre2aokDT6n+nxkIUD8kA32ZKTH4l6oIX3T\n+y0QRLYN9beuzque2pdG5T0FIAVTqwFyUAWfK9dTNM1MGLqdRFF9woyXLlAR\nCY04xryQteeZNxAX+wLfOSJ82CneQoACZsQvuO180J3Bl+ZZ2Vxq393Xbpu3\n2/6a9riD2NdoQTkt+Xb6LSqXY+lCuzfbjfZ9TwzYWvbG9YuhUK+gx7WS8/oR\nG6rRP8BW/DcopzYrmESkb2rdYJ1OkLyFDPxAvdNNJ6JoVziTm30qMx3GJ8yd\nURAa\r\n=Kq3M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCjZOej6Wkft+PO1+z6aJKqMvkAjiaPKnzsARyUpKchAIhAP0LQPAFDc6g7yhMeykkVwPhWwsEQgCdcbE3IGD0jgbo"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.306cabed.0_1584479848743_0.34085858932285706"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.4e250cbc.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.4e250cbc.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.4e250cbc.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8e0b10a13a5b20d13409bc4bec6f11a4ff757663","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8e0b10a13a5b20d13409bc4bec6f11a4ff757663/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8e0b10a13a5b20d13409bc4bec6f11a4ff757663/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8e0b10a13a5b20d13409bc4bec6f11a4ff757663/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.4e250cbc.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-xzHPLRizzZMJOgb4cz4LZd2qRNse+BVf58o3RnjxfPKIrV1UoPfffxkwgZhyV5DtpYCm1/UnlHSweJj/jPemOw==","shasum":"7012020e798c9953c4b8f4e773a0276a80985b69","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.4e250cbc.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecT/XCRA9TVsSAnZWagAA4LcP/1hSa+xLWTkcL1jHPQcr\nagH1TTjDOHkjSlyiZAHoVYc1cA+KtCTHv/nHh4qbveljilMl6mJTTRnjME1i\nXr0WLvfgqGuaWRJd0Q4nWxfIvz6bpabF6lLGOOrU6nKeKNIuhGyoMw/Rjik8\n3HoQPh06/8XSdMbq+5z1ySRX84oPbR1PsQHpwl1XsL32BRheOGGzVum15Ftq\ncMIXhPJ4ZFVZfTGvbAjjjpM5aV0rkGxyLD5wwxzqqT3t+Gt8JmmvOHY91ONJ\ntZF7uCUFYHS9hC1QRKXWpjn+I7L1mIBmUnrqeWYvdsP1lfJCWSjOo/tF8SrJ\n6n521VFMd1fVH8+LUv7gvIhQZfTAgEl7ntQds+xRy/E+NbnqxOn/NkDneWMZ\nn99Fh0fzv8+a4+CqFXQUj6HYFtEva4CIPac4DKADZuB/ONCg1buxUNd9ocwF\n2SMHXqTm1Uw6DTGNeN8cCZHARxjTKoBu4npEpbwQH12jV/Q0IpDMS06Zwmzz\nVfmzZ+qUPJSO7uqSEhLSwT3mjKz3BhZkirdS8/0+aR8PkOdNsaUV8+qG6XXT\nchrn4t9KA7BTEn3cj6aRP85YjH09zf45PURhsOUtpJTSI9Wq0Sp6+ufK2CaS\nV/D/HZ6SumVOPoQRiftgTvS+FC3dPQDcgEB8AHz/fWUkNRaYD8L42h4z4Mm2\njg/p\r\n=7v6t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHfiyeRot/1XfmTVaq7k/MOimjo3S7dsYnvCCsFXb6oUAiBS8Y39v/X9gC5v9ugl2mf6E9lKGV8MnrsqKGt4RWQHiw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.4e250cbc.0_1584480214538_0.4460185832961052"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.ff82d9ec.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.ff82d9ec.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.ff82d9ec.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0af402cd2ff3748cfa5f7956ad2211ec9271c83e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0af402cd2ff3748cfa5f7956ad2211ec9271c83e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0af402cd2ff3748cfa5f7956ad2211ec9271c83e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0af402cd2ff3748cfa5f7956ad2211ec9271c83e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.ff82d9ec.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-w3awYQDyA0kaZwLIW3dzrEr9mjgEsunCDsBb1oPfcPplL4eDQPf8UKDeQXmpCV2KtxD9nnPZE25hWzw7j2vh9g==","shasum":"3104e10eec92258c13f610845e01d919aae72e02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.ff82d9ec.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecmYsCRA9TVsSAnZWagAAxokP/iKNgj8CQ0pIeCIqNsQG\nmtccNtcXkOLlYHW+Hgxt6G2SPJ1MqNckMfhcPCDY+SjftYMvnhv1fZT3HWpJ\nOZvvOcGSWdSDk61/xi9WQ3gtO5dFF3fwKk6pA4a/05TEBhjsASwzLSC3+wnL\nsq7P1Kb7UGWvTpf5zry0vUvQhKsS1zqPEogQUQVIeQv5LERv60O7KNuStp3d\nderiaZsNK3jGQ1URz48JguIzzm4Z7TC/EzPBHlCj06WX4no2BhP9dfbA6TtC\nMVUQYl3ZDOE/C8PVqmfVXsLI1t5Rcud7EYe5PgAFpMOju9aO+2qgj0lSfu1P\nIcm8bstpr3fXRnithUWmqb7YfEiLzQWTOVqMZjf/zpMy4gGlwmACqgTruGsE\nacWqO2/RdT1fBlTdjNrnWs02X8AsycDS0HfwItkYdo4nagHciw63A8J8GxZ2\nuZuvefUZjN8zx5NZVnLsfIfqWYPr0TSZMNKF0EOv9zzxrq+hXjcRelNP4oFX\nIdP5HJudFJ0MKHt2vXwlsZKIY211pXYG5+oxYXga6Pi9keOtPkIrJ/Eustzc\nnWR8oA94D6W0aDeudxzVMzabvWbauNrGZJwHHcYU5AeTvS8TO5vjOKokAWVO\nbCey7DbK9MdrlG9GUbjG4+GmMtWY3SnhbFIkJpD31eLkFipBiAP+y4tQFedh\nI/tZ\r\n=BUiZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG5W/R5RY0e1K5SPP4Ks/qU9oJCxOlGVmFRcRx34o5C9AiAu0SEhhIpVOgC3OCXQwnkprfdQq0beyPyIWoaH9K0vkQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.ff82d9ec.0_1584555564016_0.6611176563241505"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.f50f48ef.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.f50f48ef.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.f50f48ef.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0c4d2eecbe04ec4e08549650e593ff154b7d7e84","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0c4d2eecbe04ec4e08549650e593ff154b7d7e84/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0c4d2eecbe04ec4e08549650e593ff154b7d7e84/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0c4d2eecbe04ec4e08549650e593ff154b7d7e84/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.f50f48ef.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-n5ipAJ7IfNj4dcneyUP9b5IsLuTtR3WGUKcu/JdAxNi9tTy/5R8ki68aqLDRXTw62qFEblWJP5e2qW+wBwUdJg==","shasum":"f4adbe91f90254cfe78ec15fed7951d1ae01792b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.f50f48ef.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec8AJCRA9TVsSAnZWagAAotUQAKIKYnSwSgSHx9ATO3Y9\n/4TixheYOOJTu5I+q7RqS+uwJ0sNwTuBnOY50/5+PIZB77ZdAgQXYtMcwqgW\nffj3ssJNX47DqK6KzEneW7Rrah7ZeQI2K2Pb1yK3TK90/6VBIqXn8RtFKCa7\nLS0e8lZ19Y/i4HSKC5c+6IR5WQjDPO/T1nNXcM2dwdGEAZC5+6plXruhonp8\nNB3i3Lo9enKMr5OkmlUv/qTxF1AEhTVQuy31PrHQEAVHaxeW9z+ncp8lcI8A\nGPjedA+y/42m0QN6+ZJGUiYXOIr8EUYNXr0EQhUETdr7hQb63OioCpayxPJ4\n2KkSbS1Teaoec5rwaNSTVWYx8N8rylhRM2CHvo/1MAwjVh+khrP59Gfb04j0\nIZw+Ptr5Dq+Hc9F3SqRnAuxbJM4gP5/B+yIfUveeGxYNT7BKQbxUR5lXdBz6\nZnk7tIEFHFn5UJtY4P93oaDzV/EvQ9df3+VOtYpm31i5ms2XW1LcrdK+Gy5T\nf94Yv0x3HiTKb4pJ5Kcz7bxGcoN+lL9VcsI7dXrM7eWXMvHNARo+R5SvYLNM\nLqWSvfZnj+JZaJrtVBavI3j79GhaJ3D6IdR9JSCXg8pWBw7idzxm8ac/T8sM\n7t1W6I6+iIxtgJzLHWAdDCVuA9iBfgsX7PA2pEZ2ylJZTYUK4iHVfMG89DyQ\nt2Xs\r\n=4woP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDBkyoO88PxmaJdsdfvdROOSQ+5knP4P3AYUQDYCaTwcAiBddez3qDiZkySRvu+6nbSjXmwreu+ltNNYleqFdcYASA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.f50f48ef.0_1584644104893_0.38835474882733445"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0-canary.134cf877.0":{"name":"@material/mwc-icon","version":"0.14.0-canary.134cf877.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.14.0-canary.134cf877.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c237581285beb5a84c39a5ea15dc95e9a865e057","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c237581285beb5a84c39a5ea15dc95e9a865e057/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c237581285beb5a84c39a5ea15dc95e9a865e057/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c237581285beb5a84c39a5ea15dc95e9a865e057/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0-canary.134cf877.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-Mv/g4JipPCGYJnIND1IZDfWwwpiNf+QBPZ0ONF4ymc8LpVxAYhWBKgRGluEnFINhQo6HChwaAagbPC5R5Rivag==","shasum":"851c673ed9760ef2e9409b5be93cf07e7d5ab9ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0-canary.134cf877.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec9hjCRA9TVsSAnZWagAA5mQP/3IqWAFH8Q9RTTB1huKQ\nx8zxt/nD1FMb7iATT7Zyj4lhoxI2kSTpWoclYhQWN5fO/TMciW7/uWIy6rf1\n63Y9KzI6aP4f0aq5nmjm7nA4gUHxpwRjipgyv8N1BGnazVDSE1fi+d9MGie9\neU3+OFEjaL0TZTQ0a3KMnyQCOsPIKhsKXGCO9TTP7VRlmVAts53eOczs5Xji\naHGkUTC0P0riMmsYjTHNmTKpa2pnRrRp+ViFf94EhLMSDCbCHDd+wG1YdxWr\nujeIDwoNX8/2j9xtPSDeTU36Apoojdt7AUumdD4jdgpb4B/0q1ePQ0lNtoe3\nTBg3TOu5uyAyQOQoKVwYqcBtvNPFbR6rp+nvmQbd+F1BTei22gTQbGLexHZi\nEycDAv/bXVzWcJGGt79+72AhjFdpV/WwiaP8h4GC9a3t4lHp5HSazPJQyqYL\nBnWYnkWYF7C+57QCf4835Buo+14q6R4/SQF6I+XOhmasxxmX5ljF8dikPs9O\nECyqegGwe+I2BWdeMM3UPEiNx0qHRO5ysi4YPFfL5mQFlsdLrvuNBHBO1dFe\npma4mRpRUTWZ1aF8fAwp3UQ8XwcDLE8YbqdqdLTVWDrbWSi8ccwIhttf/9qf\nfvUQ8uaDwSmgbHlcYMb8l2mFa0PxLWKSez2DkVUOSOERwZQDqI7qEzuN3ag9\nQ5ur\r\n=U8+M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICYzQQUM3rfEipWT0wc1C721xbEmmBWKZw6NHmNZoVw2AiEA/acrJn5FB/ZrY1PfebCGMhxVjUdibFtupRAljbUSkGU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0-canary.134cf877.0_1584650339521_0.23858942111206272"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.0":{"name":"@material/mwc-icon","version":"0.14.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.14.0","lit-element":"^2.2.1","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ac28113f4d46ab2f986ce0aade128eb66d3017c0","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.0","_nodeVersion":"12.16.1","_npmVersion":"lerna/3.20.2/node@v12.16.1+x64 (darwin)","dist":{"integrity":"sha512-l43y141xG5e4dAUq4X+BNyj03+9BNrCl8wUZ/qiiJE5/kt8o1XmpDbygcRR3yWUjpiCzspa6Us0O2+SLCcYZaQ==","shasum":"e7ee9485ecea8cea0787233e582a5b95ec7f3d38","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.0.tgz","fileCount":13,"unpackedSize":25095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec+P8CRA9TVsSAnZWagAAZzYP/iUMzoB97bwMYVlm9GFC\n7ywSDppgeObT81A+qmx79U53oK/SHNAjFRjaz3whBqivdx+mF5s3QQ/DJpm3\nFkaE63oucUNk3I51ozMBeQOUthBQE8VeMKvfyEGBjEbEdV/dA0cg96c8tlzy\n8jY2unFyt5WM8y8pFMwgq78YXA1tp5QGRbpZYMCGBpgEr1BZ0NCIC+UCT5Gf\nGYauzvENEI7WuX4UE+iPHHzAUMI5h/QcAEikzLnfLJ99uS32VdVk95uaC21d\nTejvX5LsFZ8+vJOUc1jM/xAdMBuZMj5ztGh6dbvT69hmYFBB2vP4ax7fmK8K\nOd/eS7MKS9aNvcGOttuwZxGHQj0yjPtR2KPUm1GhQGSepfxzADzJxHnwyRbt\nBrZECUW6tjon8ut6RDjuEyKxu/8LIit/d8S1ETtDMHXnbKERJUjpfaiRjyco\nVZUj8MTH7yLPJgZXWkWZYFbKqbA9ncWf7LNZHLcr8hXlEiHd2AxDm+yrspyF\n6MyG4syPbs2mlatXWaMkk09Xm7trbYgMbHmDRnnwCUiFgsti26JNFJM5Tx1M\n9Fi+CGemvn4OGonpDMjG7Fjq9jYpua3X1JdrEvmVpiY5A/jqCZcUyuYrwU86\nl38Z3CVcw55WlZWbqeXqvjir3Ath8tYuTKitQ6T4aIFmgtTztKEf2stz/Nhf\n8oGr\r\n=eRxX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD17HIzp93QBy3miwrTrJ1uhbA/W8PU14odIDb7RJhbjwIhAILDLCPkzs5a4bSxBVsxHfW9Va+2+qr3W3sOAdhhPguJ"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"dfreedm2@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.0_1584653308577_0.704666386981935"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.2c1a4913.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.2c1a4913.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.2c1a4913.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8d9a4fb2b0ac4979d966b16e203b2dd0f388554f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d9a4fb2b0ac4979d966b16e203b2dd0f388554f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d9a4fb2b0ac4979d966b16e203b2dd0f388554f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d9a4fb2b0ac4979d966b16e203b2dd0f388554f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.2c1a4913.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-GtZ06WHjr5zMe6sVpOcCUVWFUytcDFUQ6+yC8QQTXUn2eivUkDAPDlHYM1XtzksoNd32zD1i41SvGbXaH1pM7A==","shasum":"7a4ff92869f524960cd95ad9c72799922ccefae0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.2c1a4913.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec/mWCRA9TVsSAnZWagAAticP/25TeAr83/yy0nYq0xxu\nkt1yyM4r7IuqRn3Iwa/wJ7hPqfWMVWaTQdU/foe+ioHJV+SSBpbc5EKVzUw0\nO/gZcbZbLvwVd2JCKJ8uF16JemuHputo6K+RLGfJa6snCkKd3QWWiSMCCGRP\nGYXHZFwowPGnkBL16PDBQhOC/cKXZX7rbUrAkpjKOr8gUrJVZcROaU+ZYs6n\ngvTjw8Cn9FqlOGMCUp1GawqzbFu4QJCTJrFiPEBs2biISL43ZC3axKdxLMD9\nFmcjDL6qSFsUOMhywS+UZCtsN4+1m+YUbizqNTKBZWnb/Dte+XdHWov8usjI\nG/KJ43s9YhFC1am9nE51w2DBLAlFs94WoHioLfQWnTTWsHNeVgtDZVMDHpWI\nz1EaatOD/GNgFdq2dyFUrmCGlK7yi4GNK1YDSCHRq+ZFFl3OeDRfWfZQKaVS\nY5jZnlFFsLxo084DbThSjhmZv/ehr47k64UfUnYrP29HaMkV2kDVaH7SPptL\nehqHvgAYhtE0oZIBcb3hfBxHbXq/DT+GoQzy400PyG4PbzAt+udjuGcsgmmP\nmNUFS72qlV6yLi6hrHzzLF+5cTdbJuOXtHcgQtq1cZ1Bw4dfhf2MSM9F04D8\nWvwya82rBq+omQxH/pt9CZ3sQZliQNf1tx3IhbA7TQjq6ubjI79q/uFD746X\n/FeO\r\n=iXmc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgJcCwbhbimOTVSf7O9mUc0RrIYkdYXB71+uF8H60URQIhALiqQfqrfdgpteePqYUqUi8ssbI9pBY7qcrNezme8Min"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.2c1a4913.0_1584658838212_0.19589448507010898"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.3a6e481a.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.3a6e481a.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.3a6e481a.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0d89a3406dea7d2d2540aaeb339072cc01d18e2a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.3a6e481a.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-b9BrAicSc01mfMy2KVwrHoBV5IsEzjx4I1Wg3qnQaBBMSNU5CH/TmTdpa43jUyG3I8XGlxspOg+mKpi3al8b2Q==","shasum":"df82a66d4d2f78b7a2a5f71c77e3d63f6c3bd80d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.3a6e481a.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedQeeCRA9TVsSAnZWagAACBUP+wSicvTztn6MgUFoiaC1\nsKgjJJELoZTHhT+p+gFbGxw+hca4/3RCfxDqtPPN3prvQBceHGokyVuiTbXt\n+OOmv5AQNQXzfGMtBKUO7k/kCDCG64PB6yk/JHxWmE8CiOf0ReqRDJx0eHet\nvCpm4/gpj/3kli+Ri6K+Nt1nwgQ0L6PTcoEdA+Jrf2FT8Hdek/+UucpQg3bp\ndxmpBPsNOANmDDrd4OOey5VpBhtTg35051OSCGZekVKAQX9OJOHOB1O3K/gW\n/7VHQJ1kOmZ1KasHa+GLYZ02NOFDB72mYnDNKlJSJbdOt1Nv7JtDtomvFFJ5\naiMkR13oGXR8KzT3BfvDGE5chEdtTLlQ62FCAt7fvpotbX5YsHxCnF+7QSRd\ndxJVV0mWIzvrRbi6rBm3UrZx44p37h17JX6Wp3NzhVPpWUpNNqhnpy7P7Cct\npXR+6zm7ben2P/3Qvyp15OuAlNtumw1Ymvehcd1jbJE0y4bOduCZN8ucRo4s\nqRUmcc1NXHVoCWFKW/aBpvRg60U/9XYX8QPO4fwgGyMXcS36XDPF3BRIZRFe\n/yL8W5TrNFfv+Aybl46GRvlJ2YDWFJUjgI1TsAbEL/mAYoGt1JeQBq8GBj6C\nFmVcBUbqFIx1oTMDJEKHleYTV7X3KVxhT+e1l+ZWbr+n3FNydOFiND04J4Nu\nsbDt\r\n=9rN3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC95Ru19LWn8ibOU8jxwMbYRfjMw2CPBEhOHWhkZF42tAiAOI9+Tb7nlooaRGu7aIQghbi2Cu3S88N4oeMUfqDYcLw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.3a6e481a.0_1584727966352_0.07332687249006153"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.603d6eb3.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.603d6eb3.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.603d6eb3.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c12dabbae50536d5adf2b5a785d4a5009e53208f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.603d6eb3.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-yFMmck7MkSOFCo2kaYr8TZ0yEHkP7At54cS0HBkj+EagrIA0G6rTLBlLePLphC79Y8HWKannH2ws2USOmtAWqw==","shasum":"2283f0f5bbc7140cbce61511ae41e6866465708a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.603d6eb3.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedTclCRA9TVsSAnZWagAAXWAQAJaYrHyAcWHAO7mkvDl9\nJlsH0kLvbHEOtgi+9/8sRyGiDmrigyzuiPFfhFKqrV4O9AjBFDGvbIH7Jbfj\nnh5ycwbhRMojR2VTX/n1Bv7QADfXEyTj2LUIytX86q/bJ/aiqrnmW85OiG7p\nNGq3/O3NzIWsKF+ZJz7Yn5JDQPWWsuiyCEv36PcCWrS8W97PKD9by2Kgl2oW\nS/EmQh86fSlLtfcRIu8pB30/LQkXXZKZBZxYHSfUh6TfC8pTnNkQhQVDOlVs\nE1UFRbMib4oVf06gKam1vIJSHLiwHjySEaqP7qGU8nlf/1wALJNRDE/2tzrv\n7RgPl37z1jb/Y9hveThvSFy7jsjlq/JBmWsf4ccm4U3nBlklSIX1EUChbomK\nZf0ONMzIE4SO5s429ATrAb2Wmjtq4dfK2wtWVeY2umPBOQ0XOKcq7pdATesz\nAlfNWitGm7BHai6fTiQouJinXZvOWuZAdbHUm0BrXVE/x2UfvdqYQ3wqGGUT\nzcGGPJii49gkDNGlSEwklaHTXSI36ABIo0lb3Cg+fFaBUEWYSywnmjP9zpzC\npEJnweDiH3nQlRetx1ij1XJOzO9fsZU/GA+eyVvJM1scnbFLhImnPbStFoht\noq6Bhy+XaOoaw+sETKnRdbwnv0hv3npPqzmEbUCKrcwbQv7wLh2t5CcOIp/c\n/NDZ\r\n=Gn59\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWmSIrdshuml5JoAIRx/8oD8ijT6ggroOXL7ln8NQO2QIgE5W4Ra6dndOUrdKS1+beGskXm008wrftcnWAz8GrV2U="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.603d6eb3.0_1584740133426_0.40411839163715957"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.05c6a93c.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.05c6a93c.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.05c6a93c.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"62ce85b6b0e7c20ae9938ba7b42af970a40f1f00","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62ce85b6b0e7c20ae9938ba7b42af970a40f1f00/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62ce85b6b0e7c20ae9938ba7b42af970a40f1f00/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62ce85b6b0e7c20ae9938ba7b42af970a40f1f00/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.05c6a93c.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-uk6DCsK7gAzZ++ZSq+M2/8VbBrC04c+FiRi33FJyxJc4U2by0Q/3qlw3luYR7piEr+Q5K0pLDTT67Uxxi4ZJ5A==","shasum":"3f5fbe731ecb7e2435484058ba8264f96a323ba5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.05c6a93c.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeOV5CRA9TVsSAnZWagAAzggP/iY0ElZN2OGekGifgtoT\nJIpsN68jTUH0ABoDdkC83pbtKUxXIvc6FXDcBgkjjACbtkBSzWmM2GLwpASa\nPwQVVp/jYFBsgLxan+M8LXT+1IHXF4mWtrAN3BJWI4r4JzrdP7e7HmB76O+c\nboNbxzZm8Ax9egxoTwupS6eCw3PzcQO3wYIQfNK9DxC8Xi6HZBJofjZX02/T\neq0qiof9dvfj/D1b5EiWwJrWGmSupq6+tlofGM/0r50qbW6cBzS1ntAcKTwG\nv94cAYPY6wZdMaP8tUQLD7seEIZ+4VGmxzen6mXKCe/veYGKaSfw/H9iDUEh\n5QixFYZsqOHrU6gprzdOzOdCsEKI1PYMnTaJcdDBgGmcnXHR9z92iUE/I8sT\nDGJ3UlUwD68pGP1BayGv6fjVWTAWatFEPb42ml4X276o/JwHkGk3w8aaopVx\nT3Df+v8gJR+MzKg6C5aO6MOyMwkuCSalNnJn30ynYb+u4u4HxbBGDByJ6i26\n0AXN9oNRRobUTysvJEsRBMtJudnvfmQrc3x+MQHP6TmhHRDBWfaLB8p3wZJi\nwDS/v8noQ2hG2JclgDSFGzenEK164EREfLWwuDaA3oJNewGbic+h9yqOXBhj\naodS2o0uwoVuauVSUWmo37Nx6vevNcrZK7GWKkV4gdZix/XHLqbZgIsX0R8a\nuYPS\r\n=9+K9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmO/D5RCe3CAdBsaohDpwpZT3Idf5Hcu6HrezXGRF2kAIhANJZg5Ncgqe0+NmeiVH/H60OyU4C2yviLLZxJST7IK1v"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.05c6a93c.0_1584981369252_0.47767622114802233"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.14.1":{"name":"@material/mwc-icon","version":"0.14.1","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.14.1","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b0de4ae05c3088b277f5c20ed01e4d684cc6b8b1","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.14.1","_nodeVersion":"13.8.0","_npmVersion":"lerna/3.20.2/node@v13.8.0+x64 (darwin)","dist":{"integrity":"sha512-vjhmww/v2M4YVuPq5NhzoxyMBuJi1+CEKnfgdptqP2VT3oxjZKggQYqm/TlTTzHcRxOxhqmbcgfji7qosnzgfw==","shasum":"7ca8dbf7a60b559ddf6f72056078c612fe34e3da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.14.1.tgz","fileCount":13,"unpackedSize":25095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeePiFCRA9TVsSAnZWagAA6BUQAKK7vWfZI0OJ2NhMvTbq\nWwHiOdi47kb/h9A8gpr7hPJBiR1A4oXHqHcTgGxq+eAj5UrK6nq0XbHO0lba\nmPVEda4C74ENOWBuOdL4+tcbETreAin9z/ZkS8JSNGRUmCYfpBuZIPBNnfN5\nfk/KnS7vJ/TOeFgajo7HK408pZwvTAJPS/ou8GQ0p4m8Smi/qXoNGwLPgpzJ\nmAf4WxcwzI3ZOf/+Bkvw7aogX7BLASFQFC4brYvJJZMq7r05uxyXqiwIldyM\ns6KJTD7pihSLF+M9vXR3GLQ3yq+QvwIkKAaA0GM2Z79sxGG8I+YjgIDK4LFq\nIAE3WkLAbBNNaKCF2GFKZ4Awf2/B9p1kxMUa4ncsWgjkXSAzDm1vuNngF5f4\n2WytDiMMqWaG8HapgL2x2KabFljmCLqxyCB8anzn7oaQ5XB1tAF+0CFysSE1\n0K5ANrIc8uy/SEct5apDfyJVuPUgken7NLXTAluJzoEHMKp4LRzOho0mWqd0\njQnY5DWITgM2o0ZM1aedRQdgDMWy3vL2+LaIVQzteeixIHx6P138S+cNslTo\n/qQr8lLZNEVjBBu4JeISput6FxyqeOlYzFY6ZhWrBAL5q1q5CNk0HMcsQU3F\nFGlElwB9Nc09Vd5vkc0608dRKHBS5/3IUE+UmCRetlVqshEQwtd0y/seF9hE\nC9g+\r\n=hHCO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAZiYDVY+OIsxTdIO/hVEUbSnPHfKcAdrJ3po2dV9Gs6AiATbusCegVtH7AUOXSvvtI19D6GVwVaZTLsClhRCTr+DA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.14.1_1584986244583_0.6048076533992248"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.4e6be3f4.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.4e6be3f4.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.4e6be3f4.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1512aaf308db7992eea7201d4af81bf1e616d5d8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1512aaf308db7992eea7201d4af81bf1e616d5d8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1512aaf308db7992eea7201d4af81bf1e616d5d8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1512aaf308db7992eea7201d4af81bf1e616d5d8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.4e6be3f4.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-xj+FxAD6QwR4qGNzUSv4UYJ7FmFtxTL170TmjqKRF1O6u2RxaPnt1YunLzL1NG1FipTOkhnKCG5Oq4Hr7r9K/A==","shasum":"8f26d1e729dbfe429057a5e94a604b89367484ea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.4e6be3f4.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeenR1CRA9TVsSAnZWagAA8ysP/1/qBsQTg0BJXHmS+k3k\n4s2wrVGaDRxbMzfBzj0WFrmSPhd4EXlNCbA6Tfuhrjzb9uqXkAjoe7FGnw3i\ng/wSuPd4U55KagtassRQTCtXkvIfUl8SVtJ/BKccOgzd2cJr9QrIHpaaykx/\n5EaD3fzfWdT+SXPBRowav87qPziTfNp8SCOOeMynd+uP38fwkXcmTWWf1JYQ\nwGvjv+hKKjp72174bgnA2kanK5hNZyfUh41B+zNcLfQoZfrzSrRGgsOEtQC+\nTdI1YHuHFqR0qzuZN4DRQs/e6IHmF7jeypcxEzxX6IGOjubZ1ChhALFBQBGK\nTaUNfU0UNnTtNEdBsSRBujlxNcd+dKKxLOmo8dhHjI7LxcpyWRlJeZOFEyrg\nbRAiFey8fR1qsH8nT7l7ZtDRpSf149OQm0wa6K6MPq1GWHroHb68QFiqyLTX\n9U9kK7Aq3blXNiK/dqaZnwEU6Y+RXi6yN6DvErhfYOa5yxY9IgMPqE8GW/X3\nNFayKdS9MkRgdxzLBbHgz3U/M90ITenrcEI5lIWg7XBjGkwqpaF200eBXZZB\nT1O/pQJ74IjNv0rNWDtZRGLwZbE2eBdIbevjcNywQgFuLophNUGcLX2Reigv\n+s6bZGJqL2IvzY/9pXiwUxEp9lr2FoTaEdv5gSvoAoBgg8tgagsfTMijMPcX\nTeck\r\n=7oo2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGHut+y14c1PulqonXMpK+0gVSIJhsREBbaL9+u3FmopAiEArWhkvIYDZswejrKGYObsc1DPL+AYUnhOf+0G3THKtM8="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.4e6be3f4.0_1585083508833_0.8432205184428772"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.c29a683d.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.c29a683d.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.c29a683d.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8425a605fcff9f0247ba649d1c8b16a70fe79720","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8425a605fcff9f0247ba649d1c8b16a70fe79720/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8425a605fcff9f0247ba649d1c8b16a70fe79720/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8425a605fcff9f0247ba649d1c8b16a70fe79720/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.c29a683d.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-JxbT03ydOrAR9R2HDqyEmC//J+IJiOfznYMX+GATBTfXjMxEQWTb4ecfmmdgaa3rHvPvYXv6b0i7ASUnWLlmrg==","shasum":"e61deaf782a215e77f8eb4ac6ca3c471a37b9f5c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.c29a683d.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeenikCRA9TVsSAnZWagAAxAgP/Rnuvh5iPaxRxdJF2Z7q\nrNEBH3s3vgG1oDsn5lSgHTK/1GO6xcqRObPNm6688VJxi1JOkP6cx0+lFU9L\n4riqfj9pux8Y2M6PmLTA/zEHD8xeYvGt/wdNgb2piGyg/Fdzyt4XoWKdbZrm\nSjK2eGAm3X/ENXJU6cKgTg8dSBSk9aZxBHvr5w4WxUq/8GLt/Z27oACtJY9Y\n9pCjG+uCHhofGg093IkdahkjEiGJF0rgVS8Q8MzlYV7iM+IaHsl0hzVB8xiO\n2GjoGQWYRZ/HwYarbegUkTmEROk+c1sGLx4S3xsBSy2+i8ONbAOog/vqIt+F\nmT0L4Lp+W7mOPtjsteovqUIV2Ln0kE1ZPvmwQnriCmmzJEI6FHqKbH8tLmWl\nYmL33yy0pje9UVP87KuFj8AMzvhHPpBDSn7QrBUw7URuO7pbJdAb8WYDVctt\nmGcJAqDhHnS0TBEjN5VJf581OM4cqCZdtRr0x5DWRKhBDO7YQ2QtVeqnIP7v\nVHtC99zI2YqFkExYJ7vQm0Dgyi4zFrL5q0VgcwOLhHIWx8PYBO94DbPTbM8q\noTDSlSzayOY4WWkDxSVi45XEJyaImI+K0ACtT+VdlYb7oizyRn8XO1/LX809\ngrtJkg2Vmoi82d0wIJxtMJdUyzguWaQBp7JT2FGupNJUahpAOo8JJ7SAloAt\n6O1V\r\n=CJGI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDQHTREtSlfT5/KC2dFGvDkvWMb8RROh5ra3UuCq0VYZAiEAtFbOgR0h0M68TOlhZ6KYk98eoQkb2tXhVMENwKxnBpY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.c29a683d.0_1585084580215_0.5379080465746797"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.fca3dd9d.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.fca3dd9d.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.fca3dd9d.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3eb322e4775d836b8959bdd2dfe63f09dd0e0fee","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3eb322e4775d836b8959bdd2dfe63f09dd0e0fee/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3eb322e4775d836b8959bdd2dfe63f09dd0e0fee/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3eb322e4775d836b8959bdd2dfe63f09dd0e0fee/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.fca3dd9d.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-OjpTtGGiGCJRUsmrFsRDNjoaeJDl7bLpHGn6mtMr9hIfxMOIqIe5weP/M1LYBxk9DMcFp3EOR/w8ZRBcd0aFdQ==","shasum":"53a1ba68b930fd8e546e23077f6f78d1518bcd14","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.fca3dd9d.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeepr7CRA9TVsSAnZWagAAllMP/jp9vshRm0O/jULzBlz2\nIIY68UVz547rBI4FpG/wijPyj5tj5yC1XElNidRTaUZKezpNjDFwjeNMsqlt\nrmvytWq65GPgj9nbeEuuGVi0XCzI8mM5UcNsqVqVemgGpws7eJ0DyKMqc/p5\nxNwb0D8juegKl1wB66/2d3wXCWGVj8J7HNN6L7Q0/ChSKwFl8V2u7YaMcf0J\nLNrKBJroPdXwQq6RCtnLkwMnU2GjqfHXJp+XbZDDfJ6savj8Fe2fbylk2QnW\n2540+i2+8LLnzPbb6/7o2BOk5JVafTO9bW/CvP+GN+GdCnGr9istXcMmn94K\nICghJH36mqgLBFen9gjAy5SJnK7NvpLZ0vhn2BmR3G/SjoTmiKqfKSSOBmZX\n09+KafLfNx0XhrzBXslMQs0Vb84VwJXnl78dteMHuWNhGCsBzzzgKTXlE16K\nIRNA6DBdHzqZdzy9yu8SkR+c5TtTsFGCpNr3ZWWuhvbiqevsROLXNSvEIKOH\nGZ0wzb4MxNFuuGdxPxwK/Oj2ezBe7yLjUDo2MUqnF82tQb4Hpdb8P2/UGKOy\nOgP5OOnyjxvRCEYjBG51PLLIydglDmLknRuLcCUs9dr6NlIABPiayuOi2qyU\nXvcuNBR7CHa04s5uKSrwUxg23yQwHPlhRsStuII95IjdWTVr+uoDJj/52c2M\nBcll\r\n=aPvB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsH70EGZNvNy6QEJ1i8zsaQ6zIqMg2b+h2ibhxaAM6QwIgNT+xg4gTkPtWSueghard4U5NHRebaIFmLu6fQ0rxUi4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.fca3dd9d.0_1585093371020_0.15632798227956957"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.1e73da49.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.1e73da49.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.1e73da49.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"cbf63b814d242690910ae4946b6144120c317eb0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cbf63b814d242690910ae4946b6144120c317eb0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cbf63b814d242690910ae4946b6144120c317eb0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cbf63b814d242690910ae4946b6144120c317eb0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.1e73da49.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-oQ7OQlF2zUCGL1aasqkGViSocqfRfQCQRcJ4jkjic0xgG5yCNrGM58DfGvGcxXnKTWNcUieccp1mOPkby0CDYA==","shasum":"45c8404af118dfd84acaa220ed5e9b673e9bb025","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.1e73da49.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee81CCRA9TVsSAnZWagAAst0P/3G9ZIAgmDlYHpP26Az2\nJJFlvkg7ghrMbLwS2719QKyBskaS4eTXX1KqDIF8CD4LnJdGUWXdO2XMauBF\nMYWUIebaLsxihSks8cEEJGwnhNiMapybHTznc/w/HpTBQ+YC0eYSlZdnt5W8\nJhj3/j+IVYdjPlekEp/pOa9LuzlPZlMbIsr8jqcAuaVTr0sUy1xEUkcN5Zfm\nbNYt/EXXNwLwo7gFj4wqqVVpc28BlDZGziWRM4D6lmIOy7C6SOLd90w8DpRY\niFBCIlPQbchP6mQiIOPWpjbBxZJs+9MY6CEQTYaIIUqcxe2SYER1FVHhxktN\n3i+9NBDv4AB9N1QDHb4ukenmy1iv5OR266zKUmrbry2lOLa29bTs9Kjjsz+d\nu5d99Z+offwrbNaNWsCCTHkRryttncqZwMHt4fR3hKrYUzSIMNPfVGpfPcs5\n9s9o2fahYyyIfFsRbUHIwoEyb8GmqFT74gOXI+MWFb2XXhVaZcNzUPDZCahA\naqhlLQPt2d600e7YYRZBkH8Yh7cfZ7jaGK+hBVrP7SoCnoTE52IIjULcON4M\nJqGM+v3/VQurIiY1mvs36Ea/1IcBfVGWFZFNFyV9bZNKvr5aC06NnXGJx5iD\nTOxg7mjqYusy++PfYLoawOrnWKZEbSug0KERDeZ0yVd09xarlb5WzPVOrkcA\nPHsB\r\n=0amQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaOYoOdVDN1J0BvrCEvn+u4fQvd1jAx1rzMrmQM1snCgIhALwh9yJkxVmQYv6UzV8Jkj5dXROjpPMz+pb8/9aKRkyA"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.1e73da49.0_1585171778460_0.24239225395456399"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.bb6dfc5a.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.bb6dfc5a.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.bb6dfc5a.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"beb2656148ba3ea8e2b2b5053396cd8d9ae8e52f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/beb2656148ba3ea8e2b2b5053396cd8d9ae8e52f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/beb2656148ba3ea8e2b2b5053396cd8d9ae8e52f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/beb2656148ba3ea8e2b2b5053396cd8d9ae8e52f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.bb6dfc5a.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-jdixAHBRXyM29Awfgib4gNd80Mik3MaAZabJblTSaQ1uRnPa62HEpDyxYMqN+1PWrnNqEZ11VMrp9LW5G50Gyw==","shasum":"98619679b8269efa4209209f41175cabe83c830f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.bb6dfc5a.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefVVnCRA9TVsSAnZWagAAX9oP/3vMFl/5v/d3Tyh2ULIJ\nUB41yyjzPnUNhFD+gFUNEVtitpiEfhaMEqiGY9EHqZisawTtVT17US9U7L8C\nxfWBsZwWX/nsx9sIbuz+hJyzLg/v6tUQLNsCMm0194aQdlCTpmDxFFtZ/UXK\nROX6mvIZkIAugRQoroEbtjXKaUqiFBtucuRcbPz0nGqc0L3PecLXhaWQtls0\njpjwSoJpMsqkT71z/4Aq7k7WnQwIDC5yfK2YtXaqkWQCHsewjXaQGEcxVogq\nAUhFNiN2N2dwlKrxycAyoji974JOuQhgZJbgRGIE8vA+JK0kj48vNnDNNem3\nCC/exuouttb4OGB1LxfPmoOpKBbnj8K77r0/QS/AM0RnNWrZEmn3snmEBBgL\nwNU6t7lHSLPdzrasqZukP/ji7PAtoLVhkS+n6whu1BGbL2ZMdW9M1kzFcBKT\nmEykQOefL7Lcuh8U/daX0vnlW6inYAs6spDDbtl0BqdgTEArxwa9Q9pmK3Fv\n40kMDA3a2W8sNfgya6XrcqLVB3k6esallXQDUwjc3fjslKkqmCkpmfPZCx+U\npNfs0vT9cho+yh+4WS3tx9o4s8wdMmmtkk4YfN9gtfeuYDyzfUZ6Enxq15Df\nWEZq+vBlL0X4elXA+Yz9K0fAnwGglKMeycdYcEOZIk0d4TJEFEeeaqgYmLlp\neruv\r\n=9CNC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB54JMraAH5zUqgEyRm2e+aDF7ug+e3QlX7/Qqf5rQHAAiEAnUbE7fS0S1p6dx2i7PF8evk9Y/tFv6A2F8xNL6HugAM="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.bb6dfc5a.0_1585272166749_0.30020571253449857"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.1884603d.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.1884603d.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.1884603d.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9a072ce4f7812e5120dbc51ed124d9669e1f7be5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a072ce4f7812e5120dbc51ed124d9669e1f7be5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a072ce4f7812e5120dbc51ed124d9669e1f7be5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a072ce4f7812e5120dbc51ed124d9669e1f7be5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.1884603d.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-IxFn1ACa/QKVds2n7ozFgir5AnzK8d79US/uEqgHKqEJ7fmIbyrLIrdqftMn5V465ozvr5vZ1FphAa7dQpz/VQ==","shasum":"af505deaeecd1ddf7c9193d21654ec9917846417","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.1884603d.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeflocCRA9TVsSAnZWagAAhaAP/RHQAUaEz9rdgsRd5Kw4\nv14VJ1kyYdlQ26vWGAmGSg857HRZzkwq2VTKfmtCJ2Ay5brs0aOw5I31Ed7O\nG3RJHQlkyt+z3nkgKxpc2vf4+JYGBvFfn0j85hG04nR55ZzG0Px3v8MJkh8k\ncO5HD3oERhZVT9Cn2fradrdlOScv5g44Dz9OIrC0YftpQSayD5syEXgVuy46\nrjtWQlogC76jONt/RTiyTnk4hEjqrGS6EV6rxk+y/+35u27O/o3ri/pWb390\nccFhyUataTfNV541RF7HCrOfdYQaHTfnS5LvvBmlax1SyEt3QGFOO5zMXg4n\nDb3YAUAfT8V0Cvzi/iwgELfWToA1W/oj6WNDrmQrkOWG7qE9p0OOZ5+VpAgr\nxgLkfWjwLVsHBOQ887Gprl7biv9v+z8drHDJYXbeJPGK+9Bm0wiEJMJCvvNM\nVnneIo4TfuxaxP1xZ/my8atHtDFseHDl68gw9mt0YtndosRi287iC3k4fdZs\nChyBp6iwtzkDiOfZPOhD7BWmVJi+M1wiTnAjyZD9LxTwiCn0Sk9uP5NbkvZY\nluldRVWazfJC8B0ajN8eIPOj+Pb7sFVZT6bzdudMIq3gfHQQ2siX7CnR2ojG\nR3iGU5etTMlU5JxaWWvFVcb7tdeJS16E7yIg+ApBza8Ffw2VFqTT4DmzNstF\nFa5u\r\n=rf5T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD51Pxs6ROzhVJKW8YhIenxXsAjizlLMzJOfl1/mJfjlAIgJSRyL4o9bTuwX4oAYEhnccVIP6H23HZ25BnoFSO6NsI="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.1884603d.0_1585338907957_0.9489562764848489"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.aff73cab.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.aff73cab.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.aff73cab.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"40f9b297ee5f13af191b6bf450012454426c44b0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/40f9b297ee5f13af191b6bf450012454426c44b0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/40f9b297ee5f13af191b6bf450012454426c44b0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/40f9b297ee5f13af191b6bf450012454426c44b0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.aff73cab.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-tk5exzFxRA6W2GBtLm1iqyvNwZzfOFYgMqRVl1+0Y+Ve/ZRjei2S74gA8TbWklbNzzDpVpTzqwogBU1HrRpEIQ==","shasum":"27dcc83a07e0030e30aac79a8f1db58e86946c7d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.aff73cab.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefmybCRA9TVsSAnZWagAAACIP/3WhW5Q3wYDGbrmxrSgN\n4tppqzILLQUjlGLJ7Dmb4Ov29T3BzUgw/O/6tgXtuwogkfasG7cC5vHKDCF6\nZ9AXmjO3y1lvA2hFVumUfFr4k6sbqgtddrGGoPCI2inf5OdWEQ9py6kG/+da\nvOOeCtb8kV4Mf1rcDVj8qRxawQc2pIw6CHZxmzsMvqN2extn0/rfXJ44Swbj\nVJpWKv5sAE5hVCN6j++szc8/Tj2VPeOWpiRP4XZwW+CNxScDHBfx6jWPBPus\nN/7c1gQ/VNCZuYV0yQU/lwEhiT7J76cok/7jTtnWmWkgLb7zsMEqPPE0TmMy\nFF252EgV/Zs6A/WrxHjQ2som1YvATetC43YIRyLzD2YTlxWo2LVwFHLvVHJh\nClFHbXjPvLOmv00CtqOBOs/TI4q4FbdYgBaO53VC0vijHdBGj7FAe5ULCpqh\n9a2vOxMHXgDisAtHJuEndASdgFT5GFDEWDRNpKa0ftsZiYAb7hURX7xHVgQT\nqxool6htruy4bbZSyTF3kHwRkOyH5VrAVnpmXEYmOzPqVpu4jPwXftTI5TEE\nZwJ54dXgosfIzPKTm6dSOuCYkLtuiEpZqUh/+Z80KfbCuPMry2MFeYe02b5+\ngZK1CpCVgrKZmF2qCSvSiJdZwzF7sgNb36usWkhfmzvqpxbNski2rJNw02XQ\nOPur\r\n=RmGP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQnsYXrS2mFM3CnObtUNql+g/upqjqLbr6OkkBvyse/QIgG/Hn22tJWadJB89LwjDh1kCMnuAvnO+Vtzs8XIVfJVE="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.aff73cab.0_1585343642621_0.3246200642887651"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.63168f61.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.63168f61.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.63168f61.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"84107987770a82843942246baa8226b37f269240","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/84107987770a82843942246baa8226b37f269240/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/84107987770a82843942246baa8226b37f269240/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/84107987770a82843942246baa8226b37f269240/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.63168f61.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-AHIBAhSoQHR9Z6d6t2Xpc+W/lTnj8mV2i9W+qaBnZe6XgdgEvbU8P52Kwj10vcyBhbpeTMiLXlk6puSHpHLTDQ==","shasum":"c1db6b4fe45cc5ed32243a7263c5990fab052be5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.63168f61.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg4f3CRA9TVsSAnZWagAAc0IP/2OuP7nkNFV1Si9W6fvV\ntxz/W6pzmB4jhVJyfv8Ev2Pjo5fEF7UImOKD9NH0eWjeELXsctDcZ3lw6Ewc\nfENrvVeGkK8yMv/Tbf/6km+CkvACF3Iy468c35H+xZXnXSsE5Vgdph3ZeHpM\njm1ti1zgYvUhuEpKdFrrvD++EaHZ0Vt93jHVo++ODZuiqckQLwlGZI0mjuNi\nOIs+wlwrXYDx6B4EYl6zmS+EBDagq0NYO96C+dE4cyyKOYfGZUBj5odHMC1U\naXB40NxOZ6KITXX2xzK7d8eFWuhamP3BYI8JDDw7eCUCEJrAmXDBX0pwVCTD\nuy92jndasEDYrO8i+VHjBrINyAM/MgQVQiRIQ2FrSBO+hDbscnRnpnCMiTQO\nMPESeqMR8OQp5FpnxCHusSn0mebdFe2Uhd/A/8R7BYqCiWlyozUHIE6QE61o\nLHo/09haJQSMoR+6u5Gcmu/UX1iIF+WKED1TYWL6B7WbgdzrmRZqx3Zo6ZvY\ncb1WrtPE90r8SoVdQV+avfnecxhdktJhEZ0F+/LzQDmEt5N2r5lPBc2/9JwP\ndfZ96JvoM52biXDMsLHjOHEjP4Cdqf2dcxDWXmpa8uuey/eDem9o36S9Wh0i\nmhEFM7KADUxks2tMf0WtB3AbqCO6Zfz+eqSfypXApLOrDCTbIWQOduhAuP1e\nfbDW\r\n=FSSh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqW/f1cnFAX5eU+PhPLeBcWK4q828prIXf+adYarkRkAIhAJQ9ztLPV0ZSFkHS8A4Phmv6jQMhv0hHsHfWFmYYG3sX"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.63168f61.0_1585678327099_0.8487556478590101"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.9fb79b3e.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.9fb79b3e.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.9fb79b3e.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6669949a31d7f92febd25f5d49eb40a5db4aa7f5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6669949a31d7f92febd25f5d49eb40a5db4aa7f5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6669949a31d7f92febd25f5d49eb40a5db4aa7f5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6669949a31d7f92febd25f5d49eb40a5db4aa7f5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.9fb79b3e.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-oL8lrl1hDcpVjUr9i5N8x2hr1GX/M5fi3Gw1slRhMAQXqc7TJbr3xIfQSswtXUojvL31UyFtGjhTB8gIf8ILbQ==","shasum":"426243cb207df6fd30716a95e519daa3053c864a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.9fb79b3e.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg7P7CRA9TVsSAnZWagAAiB8QAKDGQaytFY5K+DARyQ7J\n21cX9K8ODFoqAmExud8+davF4Q0/jNsIC3nAaqrLFo+XqkY9NrUpSb5gjxEO\nRAOHVSl/M9dVg+HDddXuAJ/4lb72cZwxKH+Y1gHAfVckQVP7CpL0eWH0Wsak\nXQB2mhfi0xnE1BC2VTFHho+DA86EdVGaraMdOjhHGNOn7YZYmfmUgzwp4ZRc\n7em4NRVBtwgUE0IKQBS8v+m4Dvh3AcFWsBtoTSL5V1q5cH+81bKsdewVnr/F\nK2vvmffzbV5xVYjT7iommKOTrk1tDTnphvW3Uw0ha6dbRhaKTT0M1gEFjbrS\nOkbGywfwHzTq4sClssMuKSY63or4IA1WiOMFN5+nbackg+aL9KGZrfKvu2Sm\nyhJm/LI3nptCuz+aMxsUw+lN8Sbeprrl6VQhqIw2g6laDGcFOLoTF4vKht/h\n1/ukG+woVmiKQ0iWmSFCJ+GJMTt2DRSsOzqS+DpNPNTNWK4oEzvM4DgPMkEq\n/YAwFCuae1DuFeL3kx9bIZccHWWnimcuRvRKpm+eUy9jW4093OU7vOvqI2V0\nUlyPuHA7cEiuG7Qov+6fp2cmVL5dFmGJndiD/p80LX88NJYQSLacvHcvD5qr\nA0KdAM3gkCW0h+eZ9c/imPKLKbGwYnjlYlwrXWqtVTD0r8t4SZZ/s6bMSZzg\njNtd\r\n=Raot\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSonqMLQwRFaWpm64xDj6o+XIgpi+6GiyKmJ1/sySTUQIgNxHWYyT2BvgJWMPFXEl/E8xL7jT4ZAaV3zJF4zopxMY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.9fb79b3e.0_1585689595040_0.822083788771236"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.9bd3e9e2.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.9bd3e9e2.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.9bd3e9e2.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9b56904aedd36911e83576292843c11af1a00006","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9b56904aedd36911e83576292843c11af1a00006/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9b56904aedd36911e83576292843c11af1a00006/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9b56904aedd36911e83576292843c11af1a00006/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.9bd3e9e2.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-lpGUvtDNoOlekclx2G/FU4W1/sstp2moUyQgo96UTqR8XzI2JwYsyNwomcyeJF1mw47R+oOqx4gcTSVPxxTw+g==","shasum":"05f2f3a260cf3efc7d8369a2484cb0cca752b2cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.9bd3e9e2.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg90VCRA9TVsSAnZWagAAM+cQAIychqXU09A0oS0xEp8U\nImqjF/dKPvcPk++8nNwvCBHDaSeF5rf4VnsAUS8iyMmvk8RUGOrYA1WP+7ow\nPE9nU97Ay/TjzD9Dn23Pas2fym/5Cfk532ZDYU1wigirvc7gvBvVvASIDC5V\njBOKIMH8AFMGpw0wt1Oi2KPSXFJzakkSKihLY3P7w36ftDA8G8f8Gyi46iqD\nQeMld9Xo3kj9pLJ/xClUHRjYeRC7BgIcWBm21u85lsUEiLBjjZjmvD2pCFUj\nrSM+KCJcNfEwxtid3dRqR84IOEKt8E8Epb3D+3Q+MTFzIF3XPGPoy7U9AyGS\nxnOgd0TZsYbaHPCCp5ZqjGPxTPxjuI/hCoqwZikGvG0lTmcBB+qr/HO9YxyW\nVQ9tY//xO8gOSORwd40HRUyoLTbYEkdeI8O7TxsqvTstke7rckKN+rWhy4So\nbHnjHGkmTh0WZ8w7iCNTFLP42z221yBF6rABFZs7f4DoxI+V5Jy6NjN7qCgP\ns1WU5s3fYKiY9oxE484ebzQILc1v3fVAKjNBrmXdPZXvExUDmiDrO4+cr+Gb\nh/HVgfH9VksGq+Sgqb6dFWdi95umJy59tLXw0BPMHSPoUkaPoq0G19J11RZ5\nTf7Jd5A8cd5rPqSuZMh9vna9M0MbNeFw+4OIGPNGDnl3RKoY33gEV4iifdgX\ndxx/\r\n=eVS+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzCqC1rqBX2OISY5URmJ9au5VCYSIwBzgPtZWxnEhyjwIgZCAVZQCGvL1BKtyj85JgKr/92XbWAHfkQjKGyj8Na84="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.9bd3e9e2.0_1585700117136_0.2187325152215771"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.072084ab.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.072084ab.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.072084ab.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"98a539f9970dea2ebc84f30f462c69e72dc0c4b1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98a539f9970dea2ebc84f30f462c69e72dc0c4b1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98a539f9970dea2ebc84f30f462c69e72dc0c4b1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98a539f9970dea2ebc84f30f462c69e72dc0c4b1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.072084ab.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-+2hpmQ9ws8VkU9tIDbQaKdk+7ar4fPdDcL0IYZ2mbTowBvhd+z/E8sKc9xcdEzxF0ca997SMogmAx5r4uScn2A==","shasum":"7e75b75fa1076b61253d022c6e37560b8d3eb3c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.072084ab.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehN/ZCRA9TVsSAnZWagAATs0P/3zCAfkkH/9HNDDzGGDX\nrz8A1v9hN4Li/d4E5edk2zNgklovqlr56CJZY+2q4T1POJrXbEL8P/LaaLRo\ntzN2Jmw/+iNBYTDd+9pJYrjgtpADBgvGF7bFff2paVDerhHWMMOvs8uWHfcK\nATsIT3VmmOkRk9K1RB9OlJVakqXYWShPNpKPor8y09grUb0G0aqKbwV0drb/\npPXcU1vMBrd3VHbcFxFEwEpLUKu8OVObYcytnw7xgiFMry6pqjpn8W2wbKuw\nf/XKOJIfKgWXaN4qko+Q+91astwzqqqjOIsVpZoFoo0a+tFcVQ9YGkA2ZWHg\nk9ZiWoHjO+iukJJd0DnPldOHTh3s2lMb8/hAKgEIgx6G52lCIQa+BD0yMWMC\nam+lOUdy/LrSR/Kqn0VsOUPfCjxLdaxSVvkePkzTsqHuq0/TTv+NJhVl5aKr\nXZEzoBTqfVMwXWpJfxZc7kNkHcQa0Kd3AUOjDE2TtQkLgLj2T+VL9Y1A5wA4\n5KYO4InQ2/8bPlvvWueQJP/Xm6AyY1TCrnXhWqtELD0BFHV+mEG9FU67gR3F\nO4R1ijDW5OjQ581FEJcmSikwhgxYKLQCPoQ6CKV94v8njRe3Aj6OBSxJ7UsU\nHXaSSrsIxaMyOja2HDjXyhwxSLO8WDUt6xJw/RmGuMzBcWTOsVxLWeuH9Q8G\nyrrw\r\n=L1yP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICMqDn+6vXjuaAuZmFN+rkyZKLciNPeQy87/w/JWdOBQAiB0hT/xT0bxPAkRY/FO18VlLvg5kv8mGGQ90YGjZqKLtA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.072084ab.0_1585766361513_0.7895750264585419"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.4dec04af.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.4dec04af.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.4dec04af.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5d47dd9ed52c3dc1e1895467031d4a7a1df6cedd","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5d47dd9ed52c3dc1e1895467031d4a7a1df6cedd/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5d47dd9ed52c3dc1e1895467031d4a7a1df6cedd/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5d47dd9ed52c3dc1e1895467031d4a7a1df6cedd/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.4dec04af.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-ZQOdObbmNhkv+1BiFFOwNJtE6/TuAgAbRQ2nYPWWFd6+71G3a+nLPNAfLYWc3yoMfOWgSnckMghMqIzWAXDqnA==","shasum":"765226ce62c435a1b7658567edc2e6bf03bb9980","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.4dec04af.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh5yjCRA9TVsSAnZWagAAh7wP/jCaivcLQFC6040ugBj3\ngGl/RFZX8c8Ba+GQCYqa+YkXFFh8j1gJF50/g/sWCJSNmdcxJ9rJFQt0T7GV\nULuPoAzTTDINkcfkLejQZBHkZ5gz5I4lF5V7LsnpmjzkZzSzXHlBnNygHEdF\n5wz5AeUDVpUrQUgmurw8WUI/d22Ne5J7eLB1BcCKxix3YzOuU51QynvK/mx3\nlNYZTDApyi6THKiMlVwS5wQXbMwgyUDa8vd4XCRP9ZcSwr/oanams2BsqBnh\n5ESQKZIAFeq/XI5sNj//9ibMA5A3UepAqWVQ6SDCyrF/j939PqJyINZ4Oh4X\n4ImnP1hW6DE7gnbMatS3voj1RV02p+0raA+Po6oEIGY31e/KE5S6/etIA6N6\nzOdfyoPVtE316cvAFj5lOi+OglwxKM4txH4fJnjYF5n66pJrc/A6No96X8Xt\nYin3CdZqTq1K9ACxNUwemZEXNWnPo57yFgynPdkQbMEms2KTBkwEJFQq0PfZ\nAZ6VpPBcbhRjNqlGm4gNSSP5ujJvinMlHOcpDytQ1/thnpULLHc0SThcLtH+\nqVp/IYxZ2q3zIdwm76MPZL+X2UG6ATpS410luvbDUQ/MPQgDHFJvzKmJ+KuB\n8zVF5oSe+AjnsIQK2AjPEiKpPQMSgjNqXYZCgAjKPujuWochRaxHSPBzeFHA\nvjCf\r\n=EP/5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHOPKtJbYb1R2+x8gqdEWr0mjPorVDCWtDNKFDygZJ7pAiB8kDbSngGCE3fnl5+qEtXrIjo9I05McqrDg7vCsJ8xvQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.4dec04af.0_1585945762944_0.5720345188905744"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.9b676354.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.9b676354.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.9b676354.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"423f1ad2d234953804097bdb30484154440adc63","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/423f1ad2d234953804097bdb30484154440adc63/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/423f1ad2d234953804097bdb30484154440adc63/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/423f1ad2d234953804097bdb30484154440adc63/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.9b676354.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-Yhp7HdIhdY/DQPbKi2Cxv+MPDPvZGup5efJJyvxv3qPjzPXRxBSFO9stbuTTTrVx0wf8pl9REo3IcuEwuC3+jg==","shasum":"5bad329692752de4bd5de745f4a87a559b9bab9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.9b676354.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh5yyCRA9TVsSAnZWagAAVeYP/RArJHZkehqANKAnTf7X\ngu+zTkiytQXgcQuKVPNJiyxkiN1UFOEiNa2bi8W2sVB5+M774oPB5IIcpT0T\n+QXaME2EhMgaNE9Lt4Pp3RwRmmWN33r8VZZgd0iAl1dMCCs/fd2+CdqIRjdL\nYbA+qmHry11o99pqLcCJ65Y9xWF7w1DiqLgNf+hkDSm7A0HeQh6XmOXZM5Wk\nK84x5AZ4+YUUclYX/6iw9rsG57ooysyaxjrKYt91fZ+KP9lEZNBo7pK2KHvA\n/nuZu58TA7En46UEyo2LJT150X+A9a310OdHtX2qjOXzqACG7/W4tBpRsO8w\nIvN5edcPCNf0Pc7KTWD4NMqQ/EU56lSP2OiUZ3Bc2+4l+fmQdTzDuLUm2WPt\noBqh9X3wBwM9jzcQK+oOE9lZZ/W0lqhePwJy8WlGpnRLGW1OFKZl5KMVvz8F\nKAk5Ib4FjZ/h3dUD9YEfw628xyW4pKAX61sTCNb7SQKBlRpgsth5RmcBi2su\np/NkAeHP269xKzen48Q6x1Wepj6RMGFgRf2ui3O1bhKrKtC23fNR86s5D5js\n30332HbGtTWBcujMYEZBcerd/NrKyJyFWGS89sKFnGuWvtZjp1NbPi0OLFXT\nTg+DhX9Q2lwou07vGUHzi7nZcgMER0SjxZwxq8xFQOwT87buBMKDAQLrVtU0\nd4fu\r\n=OFRX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuPIvnxVx9b6jjYsNlXV6nzrpTbtkWzwFCGfFs+W8+CwIgTEFSoA2HVc2bR3dEZAmmKEHNoPn/aW1afm1fcmXXiWQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.9b676354.0_1585945777673_0.13020902910284216"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.6b946095.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.6b946095.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.6b946095.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1b65dfb6b4d3dea0ac5681487459f46352e399e2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b65dfb6b4d3dea0ac5681487459f46352e399e2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b65dfb6b4d3dea0ac5681487459f46352e399e2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b65dfb6b4d3dea0ac5681487459f46352e399e2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.6b946095.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-C8UL5reEwt4Em9E98P65q2DI7YatyJA4gqfn3xLcG+FBhPqQCfo1XWzeqjVuZeRrWXaX+1spnCD+5EddGSf9Kg==","shasum":"ef592e09aeb54c5f0da4dd07c5d99516e91287ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.6b946095.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh6loCRA9TVsSAnZWagAAAnkP/Atjk57H4x61GlpnFfd2\n6/FFw3yZExwGZPuRMUIFSvC0c+USiGtP15zbEodwI/EJVVG/ZL6b0WwcNHmj\nJ1qc2T7a7kpuerpaBNClKtbDBKXZ3N+7pHom1VSdsPd7RvIod7zlXWZcfuGV\nIa8ZzUR7bIlzfLDYs4mlWJeEZI7NbQt/JgyiFs0dPm4NMtwkAJlz8wrzLkKa\nF5YT4h8B+n0373HGDe1cQhNHZO6IbR9J1EQAdmiELd2SrYoU4jD3ZpOH2LK5\nTnwjk/Xck1fOIWpN7v1hU53ke1zh7LKGQSJ0mC0WFhfEqPmquoWDMUrQaG4P\n/kRFhbJJ2pg0FbFqw26eOqOZufvs5f+phy/UIo5mPhVyzaZi2REmGihpothu\nF6GOsNptgnFNn6Rkvbj3NY5Pxkx29eefAHClAqI86MjVXUWQKuRZ9FLoYgtZ\nom4GMD77Be/7hJbUVHBZZ7rMIx3ZbHLcRheUfVQt54MC6o4mOqUmwRCOVzqY\nhFEsgOSrVGDbsvhPKlk/QPjR2hztRE+yRp5guc9E+m8CKF/cZRuRPeUhP8Hq\nnnE2qDbAWRzdvuu8yb30yMhEI/IpD+jPpPYSKF4/BhErSDy5AB+nDnnQydL/\nM8hZYDK94B2xokXgaKLOJjjykocB7BWgiNTaJav9+aWWL6tzVp3N4FRc1GR0\ne9Rt\r\n=8GCc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeIyAfOW5rVxz87FJOwy/7PtYc0g7aQLhBctj1j63KogIhANF+CqsNQ2xPufbjqgwPO4k4JyS/bgjbcDgbJeDePF1o"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.6b946095.0_1585949032599_0.8621209828857745"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.5ccbfaa2.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.5ccbfaa2.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.5ccbfaa2.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b20d3f13f2b61c253e28c5f9e5adf15bfe26d88c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b20d3f13f2b61c253e28c5f9e5adf15bfe26d88c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b20d3f13f2b61c253e28c5f9e5adf15bfe26d88c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b20d3f13f2b61c253e28c5f9e5adf15bfe26d88c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.5ccbfaa2.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-zQT03XVCBLDpiRE0YvPIdajUEHJUOHvw0JJTMkY7h78MHvSBbL0xekkfRruLPn7+QyU/dIQ1BIuHs0ps40YSKQ==","shasum":"c7bd2d28e21f0cb166d4bff7fc61cb082ce0b239","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.5ccbfaa2.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeh6quCRA9TVsSAnZWagAA/MEP+QFJyaRnu3L6NttNeR4S\nSxGwKVFEC0u/yc9gyjHz+5vu6MtnK3R08AMu3wx21I0RTP5/yckQICr93EXq\nRXH/SU6z6OQuhRlacvEIyVofhkITtcr7O//BvcaK6Jj1TOxy2J853011dUaq\n5Huf32NM2hFOE9tk2ERCU0fQV3aBHhSbWO3xqPStJ2ThFG5+xf+PIrRX8Zp0\nNB2AzCDDLsNqRzutlRuzUZKR4Ol+SO/F6LZkB9t31xe5OAIH3uQtGT5ByFfa\n2zrarC7+iM/LE7DV80J/NCFga8o2v0Uucqq7UtQ6O1tUlWgmj7lddSC7GbD6\n+Jb6gig3zn4yk+ADiZ4u736e7sR4z06kiu5eE14W/xKatlClWvpTwBowjZKF\nkSRlt7NRb8VlEYyypnSar90R4XV5qP9Paw9zDM3XoKMsmgBl3jf1QDemnaMv\nfc49dZ+dRj+I0Xs1MQT0WyVsCi1P8fsj88hCCiVjfnoDIUjpckGfG+/U4n/H\nB0ZEOSfG2HkVJodMkappC0ztXJdvhIXdFL3fGEKn7B6oMohjsuYoI86ZdaPK\n/YERjj4DM7DTImkuLE6wJwXeJGuyhqOHQqSyrJ+R1NhcvaLWL3VQhYAXmINC\nx/tTPVm3vaPwZRJ7s4wG61NqsbIT8e3Z7asLLlhB/3Yi3dG8lxWoRZKc/1Xr\nS+AO\r\n=hUW0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQk3hOScsES904xr4h7jhJKN0D6zXNOO8boxJoUVkWJgIgWTaHGvYdYwS/EKckra0oXnedPGaTN5R1UVNXqx3QpMQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.5ccbfaa2.0_1585949357812_0.7855831107244635"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.a0ab8772.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.a0ab8772.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.a0ab8772.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"a7db0e2fe222d87e1ee22c0515cbf02cad4b1cc0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a7db0e2fe222d87e1ee22c0515cbf02cad4b1cc0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a7db0e2fe222d87e1ee22c0515cbf02cad4b1cc0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a7db0e2fe222d87e1ee22c0515cbf02cad4b1cc0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.a0ab8772.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-cSFpRhgUn5HZI3Kqj37T53h+9Tv/gJ1XQhv8xSjBr8WMv1lB2uFQ86mpEoMsOz0PO+MOFrX3AGwKGLiGUxoRiw==","shasum":"11733828478f875b750c45af493f98e8f26a1495","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.a0ab8772.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejN3CCRA9TVsSAnZWagAAY+8P/RDbmDljY/vHWYNF2HqF\nK5DMw84AJgaaNRhb+KCuDZjh1IXTud86vunZogI+SXeOZfVm33iKIatmsW2O\nGBZQuKhNHLo1NGVDfin6cW/CZ8NK8KuOMg6QLslRl4RuF8WRm+OUJO6CQpQe\n/wLStdOz4mCkLUXEzRmIWBk8CogRcTEpXDiiX9MkTcUjbziG546NwYhncFXD\nNDKslQyiyQxZop3qOUp/AXV7if2wY/6Saanhix9rBPN6M2eT8XvkQJCLyE6f\novE1keGAsuIN95Vda4DCfCPaCkqxAY5FwzVZ7Q9OhOieSPOAusZIxiQNJr0N\nhvb/ViNC12sAaqURRjTKf9EZyr/fA6ZriCFupI+Hq2Y16zkHkgngfkI7aujN\nNjhj/TIBPXkf/euvNYFiXArfw9HbvmjAIgztJJRNGpFJZM/ttGAXdBzb12rk\nJPH2fdhg1Rp9qCzz8rE7yBKuuY7FgO5oNUbSiwcElBazSKqqwIQLW5sXfTTv\nUC7XzMfnw11G/DlES0H3NntAx5aoJweGc4PLMQ9IpfvTS02qlCr6ERQnHU3j\nj6CEVPN3C+TBs4bkiUVnAfB4wikp0PCjUf2VT096KS9qOmAEEyxXenmPhk6k\n15dS37/K/N3nJ/K3yXfuMFkyNUR3ncOPrQq3cn9wZmuP9tKJdKqXfaoHFuZC\nMxpd\r\n=4BQO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC26azeMWzeGrO3DURhfT15+YDPpE7MwRpl376nc1Mr0wIgaiszePqeoOWsnrN/gF7byJUwJAIOXMA0r8pRAouk9qY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.a0ab8772.0_1586290114435_0.6781448402333552"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.8d352305.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.8d352305.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.8d352305.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d38e537751f3d38d903a5c7c03910a26cd301f20","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d38e537751f3d38d903a5c7c03910a26cd301f20/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d38e537751f3d38d903a5c7c03910a26cd301f20/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d38e537751f3d38d903a5c7c03910a26cd301f20/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.8d352305.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-VuYwQ1Yw16X5cUCR6oNkG3N/5p+A8U5ahuqb/02dfzXI0syQvlFxtentP0TvhegJxhJ+uiJLB7AgZTxxlBUsaA==","shasum":"e58113f54b7365ef8531ddeea27eef45f48f9269","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.8d352305.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejPOLCRA9TVsSAnZWagAA8/gQAJGrKGkaRV9EwsonXAn7\n1VCdvJYjrzaHNQJlLNk7O8NLVJEm5pjIZq1rwF/3RFG6NNWozdINrKvr+z/u\n5y7Rbfe0VAYmke6w6RJw/W2o4t+InMvNTn87qELH6nNFcuODkjfZ9l/V/E4K\noG+nTAtz5nWyugP1PZa2+PM+xaLW1XXsKwOEuH51M1TgFbJGWVL4UWJDY7fb\n+sslYaSnFoVhTTJRfgM1e+QDrJNW6TMzh6FJSrWv8Uyy5S3/ohvt4btOLOdm\n+jmIWoNWBJtedyFhjtbnoyJ7d1AWWwR1pQi2vGPTQvxW8qmj/1YAxmGE0rWK\n5F2pXCDsgJYCQ8TAbI7GBdDTg9yWK3/sqFZ7g/XPOT1dxDzTaN9u4wDvI205\nVV7pKT3bA0/nYZg7zTzaX898VhmthJKphKhqm8MxW5OooPisQzs1pyVfxh6J\n8QytOCTy/AK8r8VTjv3phU3j1SfW9yuc6hv2Um88TGf5E2sib07BFvJdaxJI\n6Gy99rQkRZet1xU98lkIKqTaSghSQgHf5SPXOvpt77jleTm90wksQwHXIslt\nfzMjl6CokqCl43bkilQUG9wapwMlMLXJ6hfA229Yn68Za0ImEXsBtbP9plMz\n0rCDARf2DRg6mltDdLpLntQfnt7bWx3V5T3H4QYes8P2tjRFlGP793xnUIRB\ntr4R\r\n=tDoU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAtDRKuZNI5c3yDDrmbgzxC/5CHNDv4uMytQeRLIm6nQAiEA+oHZOcd4jpAYAuTQeJUVTVWdztbzWsGlo4/d9HdM7QU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.8d352305.0_1586295691417_0.47521426299865577"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.31eac79f.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.31eac79f.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.31eac79f.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"fc47d0412882f860dc7dc010657ade07c9a0215b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fc47d0412882f860dc7dc010657ade07c9a0215b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fc47d0412882f860dc7dc010657ade07c9a0215b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fc47d0412882f860dc7dc010657ade07c9a0215b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.31eac79f.0","_nodeVersion":"10.19.0","_npmVersion":"lerna/3.20.2/node@v10.19.0+x64 (linux)","dist":{"integrity":"sha512-Zeb9Y1QKeCgbnZtL+XD5nZvwNUy6Uc/itQ8taSMT1YwRqySkKnjRMOOTU983PMFOKQAzyKpRQXS+7JsmJjkGuw==","shasum":"48ab685b769a37b86577b7361c2b430efe32637d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.31eac79f.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejPczCRA9TVsSAnZWagAA2ccP/3gSCR6mEeenYgKR2reO\np9HOGt4TQ67j9i1+EtF/l/sY+n9GSDp1YeV6AN8qVbNcmkBHpxxI3fLKV5S/\n52AAyufkci1bijV5SDUgcVzknBhZ02edUaILGKT527xg6nPuj7VLs3wBcfjC\ngi/LRkKI5PcVMpWeqZxue5z7XSnzDd4jYgg1OaqTWXvnej8lwiBUEifEZbMy\nQzaSFVIYOCePN4iwYDvkv49YBptSyfVrXzYjIaDD7hi82Siu2uWkSQuvJeJ7\nR1zjsbkisEJfyUBqw1MpXhQFB9IeGZRxaKQtTphYC/HLg0DgfS59YH98XHTN\nyUb4s8pB0W3E9jIbidDTl919N2GwmOVe/etUqDkNyyDiZBr6FScmno5x83qO\nNDsaoSWVqViml7gLMIDwBoHpwvTd926IhuQgyt3FJtMGPshT9rSVJW0BsAxr\nhDuZaS7oSZKQpdQx92+QvjhDh4GTa8+jE8vaSf2OO1xnBbcHFC1cZQZHkMw1\nq4W6a/KlvY1+nJlk6yuDxlEZa/bUnV1eTkzlqx/5JdbsjL3G1sQCoHR/qnCL\nJTeJcMa8zdeovITLVTJQjyqzVFVO36doT6ekxBYxZvl3dcajBwKdVwac9c8q\n5E5mz5VmsYJ8e7gFZAhcPlKlGaQeojQ/lmfchoxKOCT3bZQs4VWTB3PTdmVF\nP7zI\r\n=rlUQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLXciGoK9gmV8YWwdp1kZCKdN8J/xgd6Jvr9sJ+1cAZgIgDmcfqp0KrKozV92z2LINsqzBu+JnjO/n7qPkEZmGEOw="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.31eac79f.0_1586296627018_0.06458460567452318"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.ba05565e.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.ba05565e.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.ba05565e.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f03dce4944b4b3fb02a1467dd03f7afc0b279a0a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.ba05565e.0","_nodeVersion":"10.20.0","_npmVersion":"lerna/3.20.2/node@v10.20.0+x64 (linux)","dist":{"integrity":"sha512-ses8JXrtf5BjWnJQUWHyRxwC/YtXDL6qXn688FH06vx21kFPXBqbU0nPprSKMxvMfOoaTeKUye9e9UF0Cleu+A==","shasum":"040cf66ce1eacdb6425fcb7775361a65a88069f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.ba05565e.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejgqbCRA9TVsSAnZWagAALuMQAI0iCYlrIThhv8n3f1cp\nO1qKVXmJWIoXBc3D9612rBM1MjIma1Bjagdd6XRbcss5tQXn2l6+oqS9uvtE\nSO5TKcTqG90NfNTlh8SUtX/M3FKiSIjU5WPpN+NyAIucY3HSd8uuR7WZtY3s\nuFgNrNXq+LYwl1IFnlTr1CBGoCMSfbKQs5zWHyUCUcERwBFBAi8DndYu1LWn\nK4HqyynsSeg2WUOAMv6p21/WQzZW72IjtfhMg4DMBmJxONRp39U+bZ3zVtCh\nsLOsnt98whYgFoSZrgXMCMI3h+I8GOk1U4QlGqm/AvOKIa2c9d0HBOUuHDqS\n4lXuvNs34CrTb7zP2gcxWw4i3eFqLKUZp5SboKv5UI/DmDNEMOqwCd6hUpQJ\nRstxvPXblCuqYqErCtWa+YUGV6rr+d37aHKsxL3s1TZDqUWcCDcDl3HEXZo2\nk0WeFsomi409nWEHjjkLVBgzuQtGBX20SL/9us3tyXuC7NSiJm2qsIzio+nC\nU+aNRDzTSvY1e8G4C3Nz1x1ucCN35NKqwWEeT29tfdCsD2pI57rFauJTyOvu\nQejQTFudUt164b7VBNcME4qk7sNjLjcPMlQAiPFhfU533xHB4vz30E+xNo97\nY5N3IxonNUzeX4WqGG/JHcvqDv1Z8C1fuZbT7LJwradKQMVpCzEqF+fz7iqc\nl0yQ\r\n=6xgI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZ3nUpMACZR3Orzztr6UP7+GI6ZoJnrjrqqC44MK3OWQIhAPH6xbbGvpafqlJ2fxZbPKlzOH5lDxxoUXMF42lPzNKI"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.ba05565e.0_1586367131144_0.12203983728512346"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.25099f79.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.25099f79.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.25099f79.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d2069c5f3f79653f2526d8fcca853faca1f2cba0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d2069c5f3f79653f2526d8fcca853faca1f2cba0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d2069c5f3f79653f2526d8fcca853faca1f2cba0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d2069c5f3f79653f2526d8fcca853faca1f2cba0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.25099f79.0","_nodeVersion":"10.20.0","_npmVersion":"lerna/3.20.2/node@v10.20.0+x64 (linux)","dist":{"integrity":"sha512-U1tOx1u+CyhFV3Diisx6SkR/C9dK+9fleCBx2g0vebyhkDKl6XcvRPR58BF9PTEE+5lvZ/klOrJkv6409g8G9g==","shasum":"f7c425f053e0bfdc54756add6ff1b4e4172662dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.25099f79.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejkJwCRA9TVsSAnZWagAAhMwP/1T1XTxsygP4/JwQFscE\nKW1jyyfeu9KJGp+44xhfBOajrdqF/v5HqXnQJUpqiajkV2G6VwVhKoXn4kyo\n+puZxA9GELX10oKQv08Ltf0Rcua5vZVlrsx5i5Z+TFPht7Oiul0bACEBwqHX\nyqM9KoLrMtX4erwi3MNlSgd37CNyTsHaLXrpL+nKqdXScTtO/SbuAjEzuQZF\nFIUeUFmno4GQln8ovEVpn/bUxyCsKwQR+F72hsiUy5Tw1pOplBvKhbNgC6QZ\nPhHxQS8Izb9vOJtho6tRXWpToEuxkd/k5+X8I6liEwneJGis0nMhB7Hz79Oj\n4NmWC8ofYOPYzLKLFtog4pvap8wdwpgegHBYB2hFc3ofXHMYXw1ODQtROJ50\nxFtLQFCSSId2hIRSOio7d5UqGmiYAviLUWFQxedUCwQnhI985Eq2W2gCK+MJ\nUIxCPqT30lZhYzMbvIuzT5FmACVJOjdkLFstLssgcU+rIy2LYggE7rS5TlRu\nk7EWX9mnvYzExPpWwDKTBvv2bK7qBBJmITpnwq0PrFZuBmeMd5xBex4BSGQ8\nQ8MJAWMLOC59cFkqAHD+cZRGvZHN7COCEiR1JCvpCJb7fhf9AghEY4jbuY+8\noosE59Q1W7G2u+endzZJTcUdljlXdSy2+Ftq3NkFuH71gu0ycj641lYjWEFF\nFQ0v\r\n=fVtj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCi9Z0HWuwl+VQDL6EWvN2jPDEdzuHK5IH54rM5F67IdgIgOJRy7zvsoFhrz6YQzRpxgd3/WFHGBw8s9iN8OrjOZVQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.25099f79.0_1586381423653_0.25179600077521536"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.447e31c6.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.447e31c6.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.447e31c6.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"948dcd3d057312750fa0c58715c74d5ae576abb4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/948dcd3d057312750fa0c58715c74d5ae576abb4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/948dcd3d057312750fa0c58715c74d5ae576abb4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/948dcd3d057312750fa0c58715c74d5ae576abb4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.447e31c6.0","_nodeVersion":"10.20.0","_npmVersion":"lerna/3.20.2/node@v10.20.0+x64 (linux)","dist":{"integrity":"sha512-3JmE9WB3fzey1d2cW25nuDAj0CCgcfWnB36QQyconHPFOLspI38YO+y4ILoFPXNSz3863jCmvpirmciHwOr7jg==","shasum":"695469a1d3c6646c0f0455b6427792a84dd5eb92","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.447e31c6.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejndXCRA9TVsSAnZWagAABHcP/3W8UPb+H2Iy7uoMktEa\nO9JqMSaP5aMo03kT6pSuS+OmCxhsijyZiAYkn/RDiLX/K3VE9AqZeKwyYk5d\neLQga71X8r1xg62tFn+yN1GPs8mFM2I3VcDbgTPg2Rmb6hCT8GSkKiYPrnZ/\nfWq8k3QJeRg/GM6ItvGhU9CQKwOo/9E6ypDis42q0zPRmSlKvvOn1lZ7hGA7\n0zULYSiGUSSxwc9mXbTZMILXElES44OwtZVblMSF9idKX3Hhel+UoByHM8R1\n5qTA0Z5rUoYpcJjK6XZXVtwM3DoByZtsHbY5yfcoBF3ujBMlXP7FPwVzh00x\nwkCmszQHAGDzpx53yIpllHVEpByy9olERNkkNpmmNQBoDnojTVLZHRMwN/Es\nM3pmfurHBaUBWyKmK3Si6RVT+EUK1mMeCuxygsr8rs89s30kSU77vZqEhuGv\nLBEHlUQ7vkr9UkO5KzZDMaquJzJM/5IiHiipEo+f0GBwUclyDwcWwe9gzAHu\nGLNrLk0uDWlvUQWnBMcy0jstuYMteBHqSN6PBHThlnhn2JkoV987fI3aBvbV\nFrh465dVosK66Tw9dgPlyyzba0nJE4usqeFaSzSTuu6O0U2dM3NmFvWuzQpu\nlOcmb98rqznALcbHBJLqXkc4Vel9i1KeKtm5guhYKni/c53OPY45D4c79zxt\nYDCQ\r\n=bYgp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC45CMT1sRx8mrszS0L7pzcnHlDW0D5c03BwN5Jn9/PCAIgKC6JlQbfKnwUm91oS+Yuk1w3bgUJI03P96Rnq9TrwxU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.447e31c6.0_1586394967106_0.41449466957336445"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.d6dd84f7.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.d6dd84f7.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.d6dd84f7.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"74f8e8617851a447758cb395b1e8bd3bf4c8c323","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/74f8e8617851a447758cb395b1e8bd3bf4c8c323/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/74f8e8617851a447758cb395b1e8bd3bf4c8c323/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/74f8e8617851a447758cb395b1e8bd3bf4c8c323/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.d6dd84f7.0","_nodeVersion":"10.20.0","_npmVersion":"lerna/3.20.2/node@v10.20.0+x64 (linux)","dist":{"integrity":"sha512-t10fHtE2DYubXwKbtz8jEALKjAOJqrlFDOg62Nig7UUHtAnvtzgrlm5y+X+gb2jGYanlXJ0S/aF8/s69YMVLeA==","shasum":"60f15d36c5f67604d7b0dd83f53d40bc78ca18d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.d6dd84f7.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejnldCRA9TVsSAnZWagAADO8P/3beLvYzmFxlDE869bfz\n1oLd4fDtUcgdMk19UYBE7LKoJ2G/clEnvOoqaJnt5w147IGrDxZGz7QDVz2j\nn+wF9lE/E2csbMooGCEwI9iII347pdG0fHXYlyfHph1Zv5YTzCPcToL2R2P4\n/cEerifZ4sTFJZln1Y0LtJPUHp9S6nrBmZGDuxsBZQXRr7pP4q/P+c6ML9ib\ny9SvBSJILuJ/PmPO7JX0rB5rWJZ5SlP2esh6jA0rd9oyWRRCtk1bIjgmACDR\n81J21vh3BOAKJhftdtmXT7COjFR9Pg1/LvhwRPg6S+bzaIdoDzriM6Cd3mQP\nGlbUGwEltDAabR0JLLltBXjZuC9vpdVlYhIJZuBZOfoDKTTReU9BSC2NQeqZ\nlG47nWnfwhVw1swgUdQEZb26BwIvDlEIIyofT0fV9NWijaOWcWrO92nqOocA\naQIlYsKpvAjHXGEtDH4/xyl8p/5eiyKagJeujjL2KjXvOlpf17fELCZQzYVw\n1PE+WMCIkPuY6nPG55mIEQ7CVpapNncqnSP3b4Q9+4ubZrQZsGcmMi4IweDu\nx51X71B2kBMilFmtX9D21+nXQsLp/ehsCn1GIjSL8WhbkCzNlP6q5lM1kZW4\nP0rH01fR8g2x3IxpnziOskttDwhugEwtrhDl+1EQ4XUo+8wJlGYA3L67YD4L\nCSxE\r\n=6Ua/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCetO98DRLTNjF17h4APLz11mjYF8t/R3ZB+Uckc+thPQIhAJz6UIStor4bvuOISpHS3IjLI9fz100BFp+6l2+ieBli"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.d6dd84f7.0_1586395485051_0.42843760956042765"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.9b03ee68.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.9b03ee68.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.9b03ee68.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ab8e352b8af06379b151d5a80b316fcdfd6e2024","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ab8e352b8af06379b151d5a80b316fcdfd6e2024/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ab8e352b8af06379b151d5a80b316fcdfd6e2024/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ab8e352b8af06379b151d5a80b316fcdfd6e2024/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.9b03ee68.0","_nodeVersion":"10.20.0","_npmVersion":"lerna/3.20.2/node@v10.20.0+x64 (linux)","dist":{"integrity":"sha512-oHYlPfAq5Qk93XN65yJJ/kiR1kPVUKQbYXdyQ2CR92ejKr9dnOMAQdU2eDbDZiFsfmev+L+hcfyCl+u8XSZvMA==","shasum":"069f1ae5c0c70ce72231214bb4c83a5a50dd945e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.9b03ee68.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJej39XCRA9TVsSAnZWagAAspMP/iSK9neQC9q8jIBHnNG4\n2ZsebaZjtMJ1r0Kbuy1X+F+0Chj0WxJ6JVbm/nP0T9YflnFni1fdf0O8MNcT\n1zh4yqVSejaR3VLNF3ceBAJDceFvZ/7b20c2dviWMtNG5obpHOe0D90spt4x\n2a1WeFQ+5LMI2RcfKTswNoGNo7/Z/Hh9jyZhHqPqaW4lm0cRvdV1VHvoD5Ev\n4m3uybtWyfR0aohHKwJoW9X7eCILcQWPoSNR/LrrqGVypG4hYUzSBqNXH5oA\nKcDb8mgXxbymcNLJHZRqOQhy5Iy57kQnhQ7Ten7dipRLUh3+bz+3A/ntnV0N\nrXyvo4HHyZdtAhTD//P115/1wlN0ClAOzrhCO1gJaQKKVKhMScvrRW1AsCxP\nGgupFqkNReB05a8H0mNUNd0mlWs2ji8BtDDonsFe88bnGNohqkSyOBEzQSuy\n0CRahtIZaXKiAg4s6BvN52wX5/rCmCdRW0Piqm9wATRfHxQvSgxp7qZ2tWB3\nKvU16yGelvP/hAztNXRiM10jUUAtw8ng0HWV8GeS5dqPTDrhwIJZZffkYXQk\ng+G3R561w4yP2nPG51iAFPuzAiqyiuZFrc9puUIlVkom3HD6ovVQecWI6gSU\n34K5XSWpgtNlMpaq4dfNOl1PeLHQ9st1pV7XQviXXb9+3hX/KcziigFCYWX3\nzyc1\r\n=nbs2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA8DKE229cfvZOIhrUrOHFPHVZ8/HE9ScAGpw5bvZtDcAiB9b5vXsvxSZMXmNT5swAT61U+tYZMZpefhWqSmk84N3w=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.9b03ee68.0_1586462550747_0.3005387003818163"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.bbc25b10.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.bbc25b10.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.bbc25b10.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"a56f18fee2a99903e5867ab91175e4802a21cad0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a56f18fee2a99903e5867ab91175e4802a21cad0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a56f18fee2a99903e5867ab91175e4802a21cad0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a56f18fee2a99903e5867ab91175e4802a21cad0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.bbc25b10.0","_nodeVersion":"10.20.0","_npmVersion":"lerna/3.20.2/node@v10.20.0+x64 (linux)","dist":{"integrity":"sha512-u5ZOBO79fLoze41ErhbreTSgF5eU6Lrur+4bT5w8CsDJppC/4hIP30IWi0bEiJiudJ4TIXuBq/YEfeDJ6AGRYg==","shasum":"93ccbe9e220b512d825014109a146cc59734fbd5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.bbc25b10.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJekPb3CRA9TVsSAnZWagAA1t0P/jSyxYbMWbehDrb4UsPh\n4FsnM2bcpbmqMcHRdC6q4/Y1rFfy6XZK0mWgjRQ8tD5Z4WoDey3A1JMpUM4Q\nmW+RntZ7ooYf6I0gF6RK6ZDc6o7ivPbxNkSnmZPZEMayIjSENqLNWWFArKmH\naS8ocG0o5NB+m3yZf9V0D85fNNksqgY/Ku/dn8AmvZ1fteEQ1fkCFOUfwqL8\nHOD2jvtdP50cdXTL3LL9D04DrofNIumf4bP4v0w8T+NPWxj2bd3m5EnpPGwG\nZiHD3Ds2p4gF/93nbj074n9FpS5owrvRc59i9SQrx294E2/5bTFRuaSFxloP\nfhaOxxDhjIrQYMjE16P9NInE6cWW4IjqPG6di8ePJDrTyEIbytDmXNz6O6Rl\niYkuT3iQvOhgaCmcV4gZHoCjF1MIHBG3GsoGXPFoj9gHBxRgTw4RSfaxpObf\nwJhWpfQRdKMHsD+AQcCJqXrfL/sRXTPqj/64NQ7FFX7u+z37l4MZO8jA7+jI\nmtH4Yd8nJea8zkTtQHM+9e6mvOVcY+2Zwej871WWaZAquI1AyLX5qfYwc8NS\nGIrBfZBISVeZfGBx5K/OqXfIbZVE09UMhCESv1ep6KbF4XgnrOMqEEZuSKAH\nhno4eyagx1a2T9mCqRO2jGzqiAHACbaoV7mmvAl+3wbiAqQN8h/XHIbh+iQn\nWsHx\r\n=p4An\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICBAkJm8h++Nrq3YDfrpgnbUL2MEUWf4nWeew/aqanDdAiA/MZR2xSp3LBA7UtURx7vJq80imVPp9wQ9KpjJw/REtQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.bbc25b10.0_1586558710999_0.5696511563938784"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.339cbfd4.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.339cbfd4.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.339cbfd4.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"bb2a2c6f2ad1cc09cfc8d0cb5796203324564f76","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bb2a2c6f2ad1cc09cfc8d0cb5796203324564f76/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bb2a2c6f2ad1cc09cfc8d0cb5796203324564f76/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bb2a2c6f2ad1cc09cfc8d0cb5796203324564f76/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.339cbfd4.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-5Wp0ymAj/EuaIX+JxPMtMyA+wPUicKcaK5K1GRTYaq7dBDzpsCYvCyM6Fct3lMzpypjXxiFsVTLK4vJq63/Dsw==","shasum":"a7f5a8d4cbb0c4824007e52a804f6444181cd20a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.339cbfd4.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel0aPCRA9TVsSAnZWagAAytIP+QAjhgVyzwfCHPxCxAwU\nCtN3LpLhohPjxbGYOE3MC3DuIpqC78/9VUiPrxuaXCVRLGI9oihP2u30l7sM\nENXCRrsLozCjgmWrHQkQvLaDlbwVQakaCP/0IxEaLZpUY1YqeV6xG+vdkvX8\n1XSoLut0DMpnmtpRXaFeDZ6MyHaAiA9suRI8jnZmVLhgXr5G7eAC+WKgUDF8\nUq855EiZ1SNk3FLtmJHKlibrabjeeV0T87ACSmqMiQx1fdlqBHkUYBdSnpcd\n+hkYHX4rid4ewZAZ+Wl9FDjsJm0Wq0EGD7aJJv+K51EFjgx5FVRf7n5t+C9n\n0JTCSrIkNvhzTxY02eu3Z4J1fg3g7nNsLBFnRi9hhUCdwpzJLyakjWy3JWMq\nATVYUV7sqiOJTwwp8tvWu7KDOCRi4sD0GIA8XOLeNxT/wk4PBm5MqIRzaci7\nUIEw2fQKbsUYCc+dcpTW5b1RsAUlWfM14138hfnkLGAr6mK65BBaCf8KFcSv\nqAWxkLtQX5x4OJVNCXfbopbSX+22wzhbUMRniE1ZDl85TKWOqDsxxSNkEQvR\nZn81DEGVbAnL5cGZR6vt8z8+rERxMa0nlZ5z1UjW+tnJ1enVDoJyMJNfXNUK\n9ikzvTGj4FkMImv+sfzjpj0Tv7Tum9V617YDSS/W85nmzHsflRZol/MV4dSG\nyGFx\r\n=LsFb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsldLF/wDvht3Tl5COLX3Omh1EjWFPJKWfA3ia8iFEIgIhANLH+sj10064jbq0vkwp5RZV4cjIsPVMy7fEBD1G+eu6"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.339cbfd4.0_1586972302645_0.876637605085888"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.b74ff19f.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.b74ff19f.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.b74ff19f.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4a8d0d2eb87a0979a2039ae68ccef8af0c8b7b48","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4a8d0d2eb87a0979a2039ae68ccef8af0c8b7b48/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4a8d0d2eb87a0979a2039ae68ccef8af0c8b7b48/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4a8d0d2eb87a0979a2039ae68ccef8af0c8b7b48/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.b74ff19f.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-bEyGfAgxT79USfIyD3KUUFpe9RJ1kz/HF22VKGgwSXseEbzm2ry8Xr2SbJ9QHSTd5O1UshmiOw2IljbHh3+JNw==","shasum":"ae8b03561f0c0b88ef07a03bee574d731431bd25","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.b74ff19f.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel2inCRA9TVsSAnZWagAAm5UP/RxaULpsIgWjagiO0rEH\ni7o3vFmgbNFNZeWrwaRNNyBRqfxtBF95qfsJdc+3f0pksofbvw+EE5mrqLrP\ncJLwhVn4bLBq6TsI+wlNlpXyKQFGlglWnHYeboTLs8D+1RNddXU1SLPKYypg\n51aP95kA6zABDBgoOv4rjhHPVTGwywo9SjqtLToDh/qopt0eKkXngNbmfkp4\n4a19EBpvYwaKej0iwfGdiiX47M9dttJuJK353GgkuSG4lEB08+Yc7BzwXDEl\nkxRllIGhEra2vHeM/JCvna0G10PjHpI/XkSD6h/f/wVRGEbeSC9JAfhvzCBl\nA126J0Efs1dFmBr94G9DOGE9yZAUZZqg8ZVBrjr0b1LoCwPRoFRORKPLVhtl\nNhdUCeM8Zkf2NIrBrS2MPFSUKOB3PJhMOGa6XpwHhSeYQ/0MTkS/JkEdYNnR\nY7hWGYT3gy3nO9wlxwgBitQPOxALgvZk+4LRS006s1Vo/wfGtb13W07UH7w0\nAPUl6famLWDvzMImZ8irW5DxAAr1auZqD0nmJZV2uwIOmvkc3pMS/Im3YMsW\nPYT1rcpYo3u+mKD1a+cCCEtgim0nG6CKqyRLx0l5Ms9A8cSgcbeo2ihCucsx\nMLA2ajivQT8LNdSjzmIoJotsnhRIwH8h7jqI/fApWsjz9P+CgZFKzJBiRPJI\nRcig\r\n=O+dS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB18euj974hVjoAyHNcHxn8sx3GMk5NXki3H1MeiYSCuAiBf7spL+JOGAjX8xj86D5Rvbxq+MyF69ATXjVEGEJRLng=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.b74ff19f.0_1586981031455_0.4928023058057609"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.aaa16853.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.aaa16853.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.aaa16853.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"7546404b77983a36ca5e25efc1078681498f260b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7546404b77983a36ca5e25efc1078681498f260b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7546404b77983a36ca5e25efc1078681498f260b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7546404b77983a36ca5e25efc1078681498f260b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.aaa16853.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-bkY/MWlTwCaZ7qFaNiMMAtAF1K3tL9nV6eTTVxhhxcsMh19fwCBebo7fO0ssHjuljeIsU3QKmIHnCliZSpeorg==","shasum":"e0b793753013eaa34d93757edaae8ef40f517da4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.aaa16853.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJel41qCRA9TVsSAnZWagAAaIUP/jhXP5iakVz2XjMRv16r\nYYgjUHITLkBHi3ET7VevVC15P+E86OqzMG4ss5LsR5VmaL6y2a415gSbgSXU\niQF86/oQl1K09LWxOxbkFofk0rogLtM21AvmXELvK0WZLiSDZKIVgSxM1F+s\nC2LlrzKkZ4v0XLWgneTQTkVcNuMMWXh/diFs638eQ0uKMoo41eGFSRuzbvTk\nPKeSktjbWwDo5ADGoUIgMsxOypLF5BODIUkeNNKgwu3O18+SL6eqM3kbyyeJ\np2u97WbAx+5EFlc1HcbFWiX/cRx5QGom8Za7+O5Df06UeE26UUVP9h3Enbg7\nnPrMyNvEq867OLKt88Kf2lSR2rX9tUlgFss/GWpBvSSwlExGXfbd+maDg4DJ\n5/cJVH6XMfSYmlmnHLFaFsoi2dA3ALR/FmlJnIBZX2O8QeS8mDHF9Z+QxNUT\ntJkRcehqmCpydz36PFWoVHDueThyu1c0ylWOc2JCcg8BSdvzQKXnDRa6nTNB\nOgayNIrLZR8BdgjAGQOESWYCdW1/UgOmUbEkOjwdvVz1l33tx1FGrYLhvYJH\nKhp0Qew7HUF6CwPjUuxsPdskVShWuS2Zgdd1c+phR9FB8VPOyBwBJ9X0yxSZ\nz88lWgb92T8tG6YerG6eWacW7ScJDrkzNSrfySxehyItFfMu2nVjM7fv+O04\nJm5C\r\n=UfFW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTSXN5MuM62ZpwYXpENT4P5r4+6c+cyno/ALZ/dERXWgIhAMppfodrMKOn9Vqw65XiBLIX7kiydi1a8qISpAMhWYbz"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.aaa16853.0_1586990442225_0.4419503656920527"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.826b23e7.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.826b23e7.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.826b23e7.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"00403df32c75dc9e2a64a38be1eb1df45ecc57ff","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00403df32c75dc9e2a64a38be1eb1df45ecc57ff/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00403df32c75dc9e2a64a38be1eb1df45ecc57ff/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00403df32c75dc9e2a64a38be1eb1df45ecc57ff/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.826b23e7.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-0fmU0R3mH4DPR1GYKY/swNN3hR6TPJTNchqya6XFo5wDyhjcHlsZauL/EeEIPFyskhOqW1fhIo1YWhkC2aNOcA==","shasum":"dd8f614c33976de9435e05539e98f3eabd1ab290","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.826b23e7.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemKpkCRA9TVsSAnZWagAAJeEQAJuI+zB3AjmNVYTmAOtO\nP6II+DD/P6abeaPyYHI2w9WejTvmcmL6mwRcEzCQfPHCjhtT7lVS59cioXdu\n0hFox5ka+BTbd84As3iyeaVlFdnvqFl8GQaxBbbfgZ28sqL5ABggpOihnB+b\nKNKRE/+5LV70JXFhqYm1cURttPiB9nkBfmhaKGM829/nP0m8eCHD3d6rokuV\nBbHH4KaT1KNgCPGFdMPRyALL5GtcP4yiLUE/fAXDbH0927lPFhg2nCW6ENJu\neN1QVtjBvZaEvvG/Uz4p+etTVGXBIv26NEzeUiR+Yo2owsw3Bs+4x3j3IG4c\nMFNUEi1GiRQ3wooPuy8RLsLaKlQE30STzkFX1mKeOfx+URq+HR7/2p7nb1dB\nI+a2rbLO47J43GjbEECxF93HzPD4/B2MN9uKQG1aYD4sLcJiKlZ/wY//yrv6\n67DoCPvE/p0ziyADREZZoUY3EmN3p26eHVzpUiOVZb5GDz1siHK/5u/pyZC0\nPZhitXK5pwj7rvwYfqe4qI07JZTyaBRBphNwarAB2NVK3MQ7XMGKhNsSVXUx\nS4mwFzvMC5TjfK1T6+sRqvHZGQYenwb81Ugnh1e6Hfw7JPFSDlrQUZs4Fa3i\n3coFgGanfQwJHWSazfKY1kWHQ8s5GfHOKTkWTiDwkZZNM4Nl+14ux+8/b4Ns\nrWjS\r\n=5Vo7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICMMPll65Cp/fnJYPhmjiWsEDBhmr9m/JdKCeLtskmMUAiEA3EDBVC95Cz6f6vgUNmeeMQDN4nFyFulVHPrjevbJNUY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.826b23e7.0_1587063396101_0.7837681995565053"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.e1ad2b2f.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.e1ad2b2f.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.e1ad2b2f.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"148a509de33ca1ac17781a9e24bf8735ec5b2874","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/148a509de33ca1ac17781a9e24bf8735ec5b2874/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/148a509de33ca1ac17781a9e24bf8735ec5b2874/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/148a509de33ca1ac17781a9e24bf8735ec5b2874/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.e1ad2b2f.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-PoqG4pnHT+cA9rVy+VQkHTqdhLWLr+50DRl3dH61u5A2g4DnvJnxzOwsL3CrfpX6PmPQJYR81gbUSVpE7r2rbw==","shasum":"5514a78345e95ac88520ca1eb86f199b5907b7ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.e1ad2b2f.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemjUwCRA9TVsSAnZWagAAYtUP/R0PyKwGPu7eQNBPHzYO\nMuUGYotC2NdrtA0Ub10qMRXnGHZ8qbXqYVRBcMbrmR12IjLWcMMT1iz9AVlg\nf64USKrojAuse0SbOkl2J9MWmF9fxa1sMt08+MtitE/fkgLJj5Qpr5lF3IJT\nMDxJRyKDW0jRFm+O2M6GLBsOw/54ga9MRqtUZc6EE679Yyfszk07Wui9Kp5t\ntptwUP/Twxv6jj6e91D7EMLOUOwoDmWYeB6i4uWR4+gpx9tMZNNi7Y0TLWBv\nq0lEqAvUA9PnyLyoaYj5ZmZc3sdGmC143XJr6PNIwknmas1HlpRU5Fp5bDak\nByZvHRahE6FBzaTnxFopHfHKqwriyP1z5/UiUTlN6X2w+XEJt4z0c2pXjZDx\nW0M/W9rtXTT7X5iVeXS8folb27mEWtxCgp8FSissZJcRV7hmw2OYvJluTWTc\nMNEWXD/3fE80ne6eZdoszbVNtDO7X3l7yk7BKQsU322CTI0KKHddS90a+op6\nH4n/5mSHxeTfW2AjhxrvWlEoB2kYUZzgN3ELag8t3yllrSWyIxnzvTMJ3QOb\nH1cJbdXA2umChIOO7c/QQOgr3pfWpiS/ZeLERyo8OP87xD79qmca97fkO5rr\nKU3XlXzCvfcrTin4jQF5BXjSc7hgJH4oD53iSOHR1IjyyDwj+RG5pGwzvaqm\nwAlM\r\n=6vok\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF1cfTkgn4tRkIfbQTmaO2RzuTdfaMVCttK8BqUFlOBqAiAVke6gLgqfZTMFGdREvDKNE/CGuxhs9D4+PO4jLuqOeA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.e1ad2b2f.0_1587164464277_0.9640620179372741"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.bade5580.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.bade5580.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.bade5580.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6e463a20777b8cff5146a68db7bffe3f5aa9674d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e463a20777b8cff5146a68db7bffe3f5aa9674d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e463a20777b8cff5146a68db7bffe3f5aa9674d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e463a20777b8cff5146a68db7bffe3f5aa9674d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.bade5580.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-0VT2CEgRI+qHadYtKIdS8u4Xc7zD/DE9fjBqYqsbJFF7YNM0/TpShpqn30HCuzmhqKSVUoAjfQ2P1WBe8SH/0A==","shasum":"c8a5506d3647e853ec9aee23ac896129b9fa75cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.bade5580.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemjlgCRA9TVsSAnZWagAAJz8P+wYdvHz86h3ivde+nGFl\nZ5ZXUY/FT1s+hP3LUYFHQn7MFVrWVC71JviQhEd/Rmp3qbHpTQA9DGnzoQ9M\nKPJxjapjWKISXoiIStkk2Jr2qgusCCmu3neLu90t82QqrB3aR/ZUMD68GJKL\nF27Tv4NjYn0GHks3Xx2fGav7EaI2duybt/AAy5EIhNV3+UgJgX5PY9LkYcfd\n3STIZc+MITT4IPwJAABL62xoWPpSgVYZieXsZQroUXFAMMB55Ze1cl/Ze7rq\nCwDBPP2fA7ZNyqXibczuGptm/to1M5j0FqiO8tn6NiZ2J+7XN4DjWAA1COXI\ndgToIjOWgGDyRiyaIqijBMzkUFcT5p8/RaC9AFU4jMYIYSi3hyYawf0wH9Qy\nsxbPSKfiRKZ2Aek1FIv5YRauCLBTcsD7zF57nwYY0EKaQMWbGDzZYG6mgeuu\nxpPkAdAlQYXPIPj8Hrc8upZBHPGjeTWU7O2Bj826JYkCj1N7hXF7oykX3sT0\nCuFxJVxQv4QqpeFFQB0vIXXjkh7/zo+HmiHjCdiTiiuxWUZCumNqPrmSyOlY\nnVL7yf2bzmZOJt95lLRq5VTpd9PwUoGg8YP0yycL0Di36SNHcvZOeGqzPvX4\n2bX5oHzwn3c43AgBwHjLAY3inQkAdAIDSJdyqkEzaz4Lzb6pc+Idy/Hpbq9d\nqS//\r\n=H6M2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmyscY+MRL7E5BlCEyyEgs4noVZy/5u8HoMTWV3u/NDwIhAOD2UywKuq/akP643PSocVPiQrnrt6EWCFnIDgrLtKN9"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.bade5580.0_1587165536417_0.9681620030712121"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.dae38247.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.dae38247.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.dae38247.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b704c816f10599ee9a5d9b89a55d9c95d2e36f4e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.dae38247.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-056TNrJPxUd4jjL310DRaudcDAP2KZjT33BWIqmN7oj2BMxtqa7aAz4Qf03Lrlw3tiMNifG+6yijINqWLoIMAA==","shasum":"ee25670c4a58e898fbb900a63f5485fc22da9120","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.dae38247.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemka5CRA9TVsSAnZWagAA884P/RVJkdWskNeZuoWMWhOh\n1nqxxIeSie8EJy4WxURprtiqAczVYeb4z57ddo9tUvIoftrgg6XBvuxtC+Bq\nFUoQLMMQSB1Ra83kF18US4IL0GehDcO4dosMyCorDEyR+/b/iEs8+XaYlAOk\nK8u7wBOT8KxJ9W7Av47ANOid1K0fufnxfXhqPxVUJYjTFft2qEuQPninFF05\n5/EveAwGAUmVSx6Y//vyF36O20zsElfF8UEQyAd7wTcItDtnpE/BLlNkn4hh\njPut/7fs8xrXhXMSWm7WirGhiMjqNbsQy/NdXyFfeHLM0UmFFQZW2vDLcgq5\nXJ/OCRNCY1rf/VK3hqpXUWs1hzpxNDecOBku0QRmWD478zqdL9wpnCK7SDQy\nyUW4hWjvWWTqT4jkevSZ55fyVNUAdIHX2Ak2CDA3YvrpxR2O56fqoaj/TSym\nU7CxiDNJ8iiue6Jf4+o+ZcXtixW/V2TIhuK8p2IHzAL9S4Blp8dxFqT1THGb\n3LtaGXfxWOktHm1AK1aKkR74GPO9NzFMZba9UcyfJapAa8qomiYGdl4OOXjs\ng/O5YWeS9gnjfFrIYJ9pIqTwkQLzFm1bC4/NQUUTeu9dy9s0cOEmRGsV3gqf\n6UbxpxO0KRWb7ZdS7OLgf9voVFBbKpTeTOOQo5NRK7jhgrbUDn+9dt4UpITY\nf5im\r\n=f7YC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIArL0F/77gMcFntaqJNQV3PJ4gexVeSEF45YPs3BE/TZAiBP1qJlmFt3mvBw1v7eciHoQcdWK2BIv9c+fvO6m82J3g=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.dae38247.0_1587168953551_0.7630873324239835"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.a04c0b82.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.a04c0b82.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.a04c0b82.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"23904437ed2cd67305827b08d512e6dd06858b16","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/23904437ed2cd67305827b08d512e6dd06858b16/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/23904437ed2cd67305827b08d512e6dd06858b16/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/23904437ed2cd67305827b08d512e6dd06858b16/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.a04c0b82.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-id+kssALc1BsnrEIplGSgb3ftz765GHxuRqVUWN+RhltZL562g/XBbFCqmliVRzTU5PM3j5HU0MeNz5G3naI4A==","shasum":"e70b06ce76ecd94147689c2e2f97db590a24411e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.a04c0b82.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemkr5CRA9TVsSAnZWagAAPbgP/3e/fJFfUhjd1MaOoRzL\n5JGqTLosJsgrEB0bNKPSWs3eccGyNIf40uu7zNSLVIbjME6ZMBT09r9ox5JS\nA8CfQbxHWPI18CCQEI62np6UUUA0AL/oTB0ABGx40gI4s8QJTlrZ0x2dCVNp\n8dAJ+TrOT1MBlAiKTy+CEVHW0q3Tpjsa24/McoCkrdzAwut4RO1t4mbF8oje\nW3yPnATnEQTR8V7CmUIAhEKzM+jom+/CzJe2MuAYfyTyXM5v9mxiqq04o0Mt\nMm3IOKabwuiR46ZYHNrnJfkC4sJnuI3hPaQjI7/s0OQ0vfFSvsVUPYN3PYzM\n0aPv0slA2p3ScL+tZ7MeJUV6+W3dJVsghMLMDMkV9W8I6p4O7q7SMkBOy0FI\noS+YPyew0ULUrzysuZsN/ttuy2vyxPdg3nGAMXNOKWaJwDm76XbOuCPKuJLT\nPqBYvjHY/g40RVMN7raMF8OEbpoMqPM0/DqzBGcI9+dFBXiFSf9/MNcoAVdF\nYdRoPkTrX5HA7uGR6I0i6Y0D3BRGxuCSARlqtqRWo4VKdUkq+jYveUq9eRUl\nsofc01hfZNIcgTNoGpGiw+/EFjKNuQbCJHta8feY2yk7AdPwjiKAghcgie1V\nB4FzN+ay7bl6ZhFJ2EDLPk+Bnf4gEAF88AcA1PyQf+YRlyh+chVrj7SUn2fj\n+n3F\r\n=G5BI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZ+y++u7X6UEReiv6BbHei8X7NP7XOa5xEWFYYTgCLvgIgdwFOXMW9MKUGPoEZfNnq01kdoo/GyUCEbe5MJ4e9rE0="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.a04c0b82.0_1587170040609_0.4738923539370681"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.715decfe.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.715decfe.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.715decfe.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ddba034f53f308afea3b1390f775b49e8a473e91","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ddba034f53f308afea3b1390f775b49e8a473e91/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ddba034f53f308afea3b1390f775b49e8a473e91/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ddba034f53f308afea3b1390f775b49e8a473e91/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.715decfe.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-zY2FQcxaRQGMEzb0YcgVDEtlCSf5DG38DquTqzy4kp+njanFmW17KXv6GStCe0Lj84r+rnhC6sZrqo85pCn5UQ==","shasum":"24bf164a62e8d48fe0221b563328c091d1a0e057","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.715decfe.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenetRCRA9TVsSAnZWagAAd+8P/2XE9KpYY0QGFehxMSOe\njFj9Lwld4Mrq5//vjLcxZGVmHl5fIjOtG2piS4K4iDIp+XhGF9O3lwjxcHfb\nvzRs7x0p3BtA0mOIW+I31/z19zJCtGsf4RVIlcJRybv0ozwUiKfBZG9MblER\n/315h9bobBmqIgT3OjY4AgBU1RshLGrBnQQES7M2fjdT9KvG0rVQgqTqM9M6\nq7B4S1cwkBHbbGbcUhV/78kvgkAsfangXDmatGtck+iguPTPDQQjy/v7mQ18\n9eR5A3bT/eYMKyiPjNYbg0P8FWxW1ItdGuJuE4MeITQs8KIYyB1DbvfHAgJo\n/KMP2ytO44efRKPgCNtuZLR6E/RHQJDkRSTZLEwpKPkecbdsL9iPJ42Om1RF\n4lYsKU6P4lh5PTKIeYwgJ88mJ7QR87oTVKxfCg3HzlU3Q8j/kWGO1049KEdU\nWZ843sWwAsBfjldGBpqGkF6BuRYJ8D6LxlRQ45Paeb517E6ucvCN+jvDmtm3\nnjnOWNPrORJvJL1HVnP0FWn4XK5WawqAvIUGwdcVePtWZBPPTlQk8XLFTeFL\n1jBxe/U5hocwl9ZlarJltQMS58oVSpg08iK/7AaDb5eUNeqTSqDDska1hOVO\nO+1q9FY5QE7xicZru4saiMw9lILonpoKLkH+bWsTYa4d7cvO9gzxZPiRklQZ\ndVR8\r\n=+Oof\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGcWXcQlVj7mCXORWgWKw25gmfDTH2Ba9qkxeQyFBDfKAiAZTw21+7WLngvNaOdQsyIGQ8GtYIU2aSgOrN92XBXuUw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.715decfe.0_1587407696745_0.3892899564682517"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.c862cd04.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.c862cd04.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.c862cd04.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"59b73d92f5709c37a2da654102a61dfabe148db1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59b73d92f5709c37a2da654102a61dfabe148db1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59b73d92f5709c37a2da654102a61dfabe148db1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59b73d92f5709c37a2da654102a61dfabe148db1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.c862cd04.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-y8vWPKzxVZMMcCHbirL0ntT3osA/8//1Bu2IZvGlBe4RrDtJanAouxwer6gjTsO4v6v3k51UA15gl8ZiG0CZZw==","shasum":"43e98fccb70813269611b7b69287bb393ed3c2f9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.c862cd04.0.tgz","fileCount":13,"unpackedSize":25130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenhU7CRA9TVsSAnZWagAAcqUP/jshKGusAI1VDvbRudgn\nGVmM0EfR3vW2tkwbbwiQln7rEJLCdJ3/pUybIcz99F9BkKUaZQHXR7cXKKBP\npYUSYLm6MHfV8m4MXiZuxn1dEfc9Hl1knRt0gK4zeUUwOs8sN6V5YJneoznk\nw/esYh8txjlGS9gAQa/uhieaMOK6Dle5LHGRUWy/LLELlfM06VUFJdtQF1Tn\nUGEMkITyFYjb6Hc47QSONizIQbHTk4C9aKdcXz7leGdHNsnFPS5u4Donuwrs\nvcCBbBv4KkfQbfaea+dPH6qlgDxAsa2bkKWIxFNC46zt/OAzVNuKFsDPM6PP\n86UVgUQgteuFfBOL63MkA+JZZxepwBfmc8yQIyETIlEmucVUEH4kiNK/SXop\niTuJfnwQuJdcUiINeVOjIlwdzAJ3OG6I4SLZWFgXCeo6jUk6xco9XNSWO2MW\nOUyqIq3vRL/+j1zglut9V0oTqposDn7SwZAMsqw5dQ86v+VHqTL7pg4Vi5Rk\nBx8c9r6gc9AdO459uGQ/yNFGwXSa7xrcm52VJ9LMMu15bNm2TuV+i5HjZKi0\nozi8EWFS5hRmcT4JOH5tWO2c/EOawfkiUxytN7PkLYJMr9FPAgmhoBuQE70H\n30dgSLGaAFgKdaR6sFd+6zBplyqDlfG25kD1Rw7toRahygWBI4Jwb6HEpcR3\n2HmJ\r\n=YsRv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDxCemmuRPrwGgpADVr4Dws2xHGcVKEzttvsJcAqPWIPQIhAO0bsez342nq1b/2qwQQxuNDyMspoZaCHwegoGVQuPpJ"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.c862cd04.0_1587418426680_0.7201521364581609"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.e9b01b35.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.e9b01b35.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.e9b01b35.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"873703765efd3bce3e325a39e56707cb2a7c47d8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/873703765efd3bce3e325a39e56707cb2a7c47d8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/873703765efd3bce3e325a39e56707cb2a7c47d8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/873703765efd3bce3e325a39e56707cb2a7c47d8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.e9b01b35.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-vh7LDADO89m/bagqvmr2hOx2DYWJBJQwm7/SzX5110xTv0jDLvhfTZFw5keeYwErNj09tCAab8MosSMTcpwLxQ==","shasum":"6d2f70454489e58d49d7aae3098ecf7a4dff0f26","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.e9b01b35.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenjBDCRA9TVsSAnZWagAAJIMP/0vcuxAvtTViJDLTxANn\n4NNsHafgk1bl8AHlXtQX6XgUgW6A89QF3sUEGDi4kxf0Tqy3ypCYeN2cyc7n\nA6Ri2ajcwYxQq0NxIv1X/uAcTN4un05rHHXC1opt/IJ9K9ue4E57ehv1gzU0\nWKRkEygZsPO/wbWit9MdyMVe2equi0khYQBanA3wOD7xobZP0sE0BkF/JAZ4\ns/0Qegd5KNZvvHrYHUFw7A5yHfcjglkwi6BHJelQ+IigiXoSFKWdFAHjHuW8\nTdNkK9JNI+buCYwZodyzxGZxjGvfk721KGxcQdEaCkhkfInOAxI19odTJGrV\nAGKLWQJZIt7MEfQPvML8rYHkHWgDTfABfiht3uis7gc1MZOD9AjcZJm8yEuo\nyoD4E8tgefSAZigZB6YwEDa8q8ck6ZslXAdqlbCYQCGDWxx/yskkAU/YS4Tf\nMIEJ8vQlWn3ApVbui9ygXQ+0bqliz/3UY4YUBsU36HWv4PfnLx3J8Fa+dMIi\nZuR1tUHovV850an9XQSawDxP3n6HuE7Js77gwo6DkmcHk/JYGUvWlfj2Mxbl\n+SoKq7ia8QIcgJVCpepA/Le0dnMdStDPakMH1KqOmX1dPEs/TITlJSlo023e\nXZ+dG/Bfqa7pIHNdM7Bx4PCPXY9yye5PP3YvN8yrQb/1YRJvEt9SZO/425PZ\nCVBw\r\n=0X+k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEDAzjBENDDRbXZdj8Py2pv+k6NrhCZQZYxp5q/Awl3ZAiEAlHUmw9bT4BaJFAk7ANanGqYFCVVJVImRcIoF+qwDHpI="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.e9b01b35.0_1587425346991_0.488810782431917"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.ee7e8989.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.ee7e8989.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.ee7e8989.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3b58236c5ca9326b11d092c5b9977dbd601298a2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b58236c5ca9326b11d092c5b9977dbd601298a2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b58236c5ca9326b11d092c5b9977dbd601298a2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b58236c5ca9326b11d092c5b9977dbd601298a2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.ee7e8989.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-WjexIEIFy5VT1jYypVQfeM2Kk6pqchZ1gxLd6xHfwo2hZmVa6lpwI3msjx5AYnWxN/+GGkmqy3j3kNhyhtsPSg==","shasum":"272b24487362bcb2d7c61d105b28c1f8a1815233","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.ee7e8989.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenkNwCRA9TVsSAnZWagAA0vcP/0oz3fmgG+GbzQAWJSWv\n8495dhavHTCoXDebXQ4/cV/XH2WthzbdlhRRiiH7VX6+W7C9d/ImzxveN2TA\npzkl0BFyKCBQs4bJiLILXvISRcE98K5H6aZe/n376CipTsjNJT3lpaltlU1/\nZKnw5q0bt9pjgnswzKALhq1Z5MzPL8IZauHw5w5Fcu1MTdYkt69eS/m0+Wp3\nICCzDTH7cH33Jhfd+nMXV09P39xvR76ut89Xf+XFVoafJWELffgmml/HYNuk\nzXggWL1sJFOU/o5ksrzuidIfEw9OIVHfVsMz4l2IEqGCMh+t+q7GGPgTW+uA\nOJ9kx4WqoZ8dS7/7PiV1zWrxVFh8RNLQyPAq2Gi3+HpYyz4KemYL623krT4v\njiTq8TXJglGg2oApA5gE/I0CSrb521TX5Ta+dmMaIGaLi/6LntKHdxYfevjp\nHFeYLaIvzvXBE5Pl1Po4V4PE0JbGX3dNIgnTrLKJK39sqA4GtgKCUmqWcYsg\nsutP4s+zPd153oqXsudcaCExiYJmLNZEheGhaIkioCmufkXCvyaJfBSDB0nY\ncIeUbNZI9ByJEoyho7gk3sGSoovhPKLbzNogYPHOt9ujCBviXk261LTEu3iB\n4DCgjVEasqA+MxqsRGCXdw9Gt6OiX34getgTTmGJDVp2USOb8F/vNMSH/qKt\nyiBd\r\n=AkJ1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID3whnv4q8pXVm/zqf/AuI/h+aPjGrz5qLTHVkyVi9d3AiADslJkRjncnolUMfEUv3YCCP0OR9nASdL9beUIw+PWHg=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.ee7e8989.0_1587430256357_0.9461877505837752"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.9bf47ffa.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.9bf47ffa.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.9bf47ffa.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"282e30290957ddb18c6119523574ba36c65d7abc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/282e30290957ddb18c6119523574ba36c65d7abc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/282e30290957ddb18c6119523574ba36c65d7abc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/282e30290957ddb18c6119523574ba36c65d7abc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.9bf47ffa.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-tPoqaO9lYUpAJQpZkiui2aYGwHee6xKQZ0BZ7pgTZe7FZjrksAgY/oH1qBOksWtk+s2m6mbEB8EfKdBPsZ4sDQ==","shasum":"67e5ed8ab1ff4b3e43f27843d1bf12a475909ea0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.9bf47ffa.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenz1sCRA9TVsSAnZWagAAMx0P/0nh2Hlod8UXDq5//DmP\nA/nJr7afXWwVQQe2DdYfVDNqwT9UY8oSjXBxHQCWl4AuGwxDF1WrPJ7+QmQA\nsqHulNsXlROhuU/KCbTB9Xik2nlLzBjeIB8UATVGTS5HdEVeUY+TgoL/8Lfd\nC9hznc8I8hWGnchxPEopx2letC5Sc6/K6Y9utLOgpoZhf1NUD79qyEDC264v\n4WLuGWion9qOvhXe+tCDuFXaJjKgqMvJzWuGO2q9O5B3wyMeMDDp73NC+tLD\nkUopEGNBMt0QiWknki21lzbOygRScoroRCWD80QHb+z/OJTK010fifguoDor\nxh8gnolw30j1W9+tcX4ujjvBEujkASqf1LSSDIaP2J+AILPhtsIab77SYpvq\ntGT3hdQ8cC7MUjXafqlLTwG56+0tUMNvVg+SzZoZ496pB69eCeOeMz9IUvqf\nZGjSCkrX8kuJ1x6SOdZwHoC83UwhupqBQ4Ugd34UeODfa8Vd04xQyBJvfOBf\nzvw7rMO/fyJxAZHq9Y401ItRkzFHHbM0zVHjouA2zK7+7XNUx2zoeczuxCAj\n7g2mn0vzM87NxVxHBozWh5E3WhpWdkoHo//ZFXwUYx4YTNz2XKO6cDQj0/r3\nR1XNz9wCV7bj5wY/G0RWE+oEFcQC6X9pGH1RTReQssfqL8adCz2wSzrjwtuL\npdfi\r\n=VaJ5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDbvj7Au5pyxk4EE/18ReX8hSm1jCClxuHg9HEj1i4Y7AiBAKt20iygNxMyLfqm1ysAqG2aa/JEHrCbGb1HKA/3XoQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.9bf47ffa.0_1587494251649_0.17482815811270158"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.078dbd98.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.078dbd98.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.078dbd98.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"a45b9b95a7710162ffb06fe74053ff1d108d5684","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a45b9b95a7710162ffb06fe74053ff1d108d5684/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a45b9b95a7710162ffb06fe74053ff1d108d5684/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a45b9b95a7710162ffb06fe74053ff1d108d5684/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.078dbd98.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-I8KcLqUr2zE0QOor68tvRPl/sYzp55tNmT1PWnc/au8MY1NAu5YeEpG4xTfMmQKb5myvU6LdwJUX9LgtuxMUTA==","shasum":"1b9791fea61d937e4d21c2f1ad61c9d9ae2650e9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.078dbd98.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen2GYCRA9TVsSAnZWagAAcwkP/iT7FCYHbkkvHjwhjghv\nM3USttxO6b30nV6hCy5+G57QXH/KH5bbYS68Ba1QBH4N8pibz292DF7Sw3IV\ngfQBkeDznuRkluMig7BIt5xrdUGeG4PaooIig2/kzknGdhsWsLnLJHsYiVu+\n/iSWdXMJnSdsBJUMIBs3wodOxJPKU/p1DJzc9bO82F3VM9Eh1rI+rG49jigv\njUPyBf/MQVenNKP/NVnUepTg6alMIYef3XaDIsLjiqQDiPUb1mG7ZTL/vMkR\n9wLT6VYg5/YOo3GZWI0PFcS4c/dWPyApgx/0msxNmxv0b1iFL/EpwmtnLNT+\nT7F7JdawyIOXM60nSjY9Etr/OAyt7n4sWk6DoeYOLC8yaeRLpXA4auCsgxas\njp6FSvoFiA2hu1MUpYUenhAnm20Dnxaz1o/i//jtP1akKKlW6dlp7mRBp42y\nnR7FnhsBLK/wfCAdHM65Gl3aXgHti1O2cLZAPHGFsWwZBI+n+qhys1o18IoM\nYIoNnSPzMxKXnjx8C5Zgry5wvl1GgGKkASp3IHNKqWMFtOM2PcyW58JKPBo9\nq/yg/qwxlVkxKtaS9HIJ6zxsQMaSzGeiuB78iqKi5XYdR344SiFnojASUB8d\nDDVxaVxrcu6qS0XVtk6rrg96svj48UTD033WA4JwtMZh6OhK44iSqytB+ug3\nvNzf\r\n=i8IK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGrzXZna2MrMHCgeLYyTY8iVGA+NDtjbT+om4dbv+mbfAiEAwKB14bWCws+wKegYl/vt47acCRZ7i56R1wRWqKfFTb0="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.078dbd98.0_1587503510744_0.2554158206971535"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.953015d6.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.953015d6.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.953015d6.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d875e6d658b1a3287b35d2c77aa8274d9828fb46","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d875e6d658b1a3287b35d2c77aa8274d9828fb46/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d875e6d658b1a3287b35d2c77aa8274d9828fb46/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d875e6d658b1a3287b35d2c77aa8274d9828fb46/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.953015d6.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-IMaTbB05ub7FzzzMtZT9hZI/+h5NvEk5i4uNIbMOqV2B5LssC3RCyq9RrHWouazAEtCxg0zCGgDTzrwmHgVUZw==","shasum":"1c975848b4472785503e13304993b1a3fd6624c2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.953015d6.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen2cVCRA9TVsSAnZWagAA370P+wTdR3CbWDEKGBRTOY2R\nmRkiYOYj1RO6Mg+xEBT+B9xNPMvwgM61Xkod3HVwnAm2ZURdRY8+gWCAFRM+\nFdZjrvh6lMWdjNvU/QFsIrteUvUyGtvUhn5l/Ao1XxHH0TqUOouslT2N2A4k\nKI2SYRHX6+rWnqA/XShHZLiD+odr32D8uYiUNjN3cwCBdo9upORxAtF5anNl\n87e6EmdlJh8V5Y3tpewmO2KFh1A++6L2YNSphgHSJ7vCeR1S7TS9JFWmsldg\nQNI+MZG2iZIQhM5NiuHvkDH7Aj/pUHt/LRQEM9/3/V3SSOVkX0jWpBxpX2yW\nYDKmxAljTOVwnfyz7Fx8Zx0Sl8nhqhpMf0ohMg5shi/JTZoR7d7f9RJO1qyi\nVa/ZvN36rIBw1xgwjAV2S/tu6pmZTUDew2RSSsFsY19NdyEnxKc8G1QMjWdu\nXS9OVbJoHCpEWVZRSDTTFVzezOOMzDC+V/LweUOMJbufkXmD5N9XcIld4GEi\ntc/ErEdy83UAX4tJUFDSulL830L36WgX/mNOXr9Z9SGtQOzyJXaKj5kWdNV/\nGVY6VdFxckq6s2ECo/CjIEa308SWcBxrZH5NKZ1WAP9ee5QzZK9VTydftJ5F\nkbL88zx1u3QVF2W3xLsm176JH1+m2rWboReC+CUdHO28z2PuNRiOFysJ7OYi\nOZYb\r\n=5K8i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICMYZQtHvPprcRI1AXkH+hmkva2Qb4L8s5D562l5F4n4AiAEQOe4u3/3v17N+BAsp9KdZWNG+eRCR1c6PwlfqRwvCw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.953015d6.0_1587504916961_0.3949208968940423"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.c360ec63.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.c360ec63.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.c360ec63.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5147ccee26bbbacc14a1d7d86adb845ed406bbac","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5147ccee26bbbacc14a1d7d86adb845ed406bbac/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5147ccee26bbbacc14a1d7d86adb845ed406bbac/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5147ccee26bbbacc14a1d7d86adb845ed406bbac/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.c360ec63.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-vfX2zuJSc36/+ygwKYhU1trN6Rl9BxGZQDICDfpTiR3rH7slbRrPBtakPSuR4p5D60Sj45LFJOFhnY8eekyv/Q==","shasum":"07dfa417db989936279ee500f153d9b0324f9ae3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.c360ec63.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen2yLCRA9TVsSAnZWagAAPfgP/2iI/LWdA8ff4IQ5xcaP\nP61BDwvC4FpaYLuh9n2kjANelxDolXYztqBcqRJMet7xCZd3/xRrrIJF/K3K\n/YsIcSly/Pf5Ede5J47zEsNq3mxNSRwWfQaK/BmfM+ZtJbbatiZ1csosyuwx\nkt7IyrRBJdnI56YItd/O6dJWgGVIrxPClwoyci+WHJ3tSsf8GXJYi76Y89Bj\naPKYkwtkMF8kCQN2FmBVqPpjux/qcUqxu1why7pgxvXzYOLgyof9QpM+FP0N\nEt+/cOjDG4Q4uGfgAZYJE6iQ6KCY4UoruKZHZHwnFglfuWioL/eCfNj3s2DO\ntNs6t6oUPlIsu2KisOonEK9rD0htdURPqNpecwu17V0V04ysHJzN3mnYAaW/\ndevTOWBhS9+0rFde0oP2unfUzqmSRUEFfBzn/wM2gUnJlAAivkJl+0z9pAUP\nNJ6Xq37CxOdr3+pEltQSmGMEq0nX8or4hbjoW81HzDwZ+egNkJgz8Lczadlu\nZn7VZ7K+sLMMK41Ke7IQDG45A2WiNqGY55Zn+YT/3uTnutFJ+ShlmFrViMrZ\n3AJAzeSRTx8izOoUWVg2p3BUPwPfW4u0szWe53HW8eqoUUlAq/utlwAcdaaz\nhf3SLbo11S3Lpd7Ym15ahRqRh8Pa8lL/R7GsfltLOcCQM6sXaqA+mhepj+Fd\n7TPJ\r\n=EC/g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCInTiA/1vN3TNQDM0Npyfpty/Ku/Mukyn1QHh0xYgCSgIgDGqF6ULgTT7CWVJMhwDT5MVC3/vemiTeJG6kmornERk="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.c360ec63.0_1587506315057_0.476229854120922"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.d71b65aa.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.d71b65aa.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.d71b65aa.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5f57992160b26bdf181837dfc0b0ccac0425b3a2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f57992160b26bdf181837dfc0b0ccac0425b3a2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f57992160b26bdf181837dfc0b0ccac0425b3a2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f57992160b26bdf181837dfc0b0ccac0425b3a2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.d71b65aa.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-h2cSTNHphRkJEk7MWzK03KNXeLoV/SG0ADSpUmKeVKVEeZaJmCjGhtuN1Y0ly1I2n/XrJ3WRUpB1GQxUoQdBvA==","shasum":"258a0317c5a276ef3c4cd513cd0c70d4d68bd34b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.d71b65aa.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen3WkCRA9TVsSAnZWagAAcHsP/0xrV8EBGdBgLMDjvXLc\n0Lfc58fbokrdwvJFp2QpJ1m8uUwM5Sd4ZoJ0TpXLzP3YQ8I+GMDn57wm4ZGd\nXsmteuZj/jYH+RXl4SDnVuWtM6w6ehaNFaXZFdgC/EAf5AEKcA8S08zO2Pk2\n6Le9GrWQgQaCajnDIEFFhD1+X9pJYu5SFdNb6M5PGL64fVZ4kSjPxfNyh3vp\nKpBcDKq37kLcTe94RvQSRIDY5moDHiJpANKZOILH50977erEKGSC8xJSHmPH\nFyhkJ2G32QPH3tmS179cM/2h5dsZydClZCTZT0N23ESt73LT9NZXAYjlwgTD\nOUePjYLTBfLpG1DebqTOx/Oc9Qn3Z33MkvC9UhGTNt91Ftfzr+AvX+2WgbyG\n7KxaCFGKeampc6JyH3idmPvTv4B4/WYwzRGlC3jvD/QdjEjKODzobTXInGUI\nkms/sGnK9cM6yIa7bkoxwtZk3MsMRt5WG2Vegdd6EgUqfyvo09mS29OwAd+4\n3zEV78yevVU8CAgYwPAmO08VO/hAIB8vQvKkngEc42hyWb61zMduzmYU97j8\nHspmGT/kiDo6PG4HENll9ymU3XLwPI47sqKPpV6hFOrphi5dKlTCfqX5iCHU\nZfW/D144J4WTgi6SXh34AQWspWsChqSBJJu2TPGBiXKaKAlmgK1eq/44Lrmh\nYf8K\r\n=JZqF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH2jL0aAHnIOYDCZ69iEpLtCYxLCtpoL4ST+NYDxzLtGAiAxE0BtqYv6noCn+AytxGvbBfehiiUTD44SmajKsjCKUw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.d71b65aa.0_1587508643585_0.6811010729956972"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.58d51135.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.58d51135.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.58d51135.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1e70b1d32a2db9ff5da6f37c7b50790b6269e8b0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1e70b1d32a2db9ff5da6f37c7b50790b6269e8b0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1e70b1d32a2db9ff5da6f37c7b50790b6269e8b0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1e70b1d32a2db9ff5da6f37c7b50790b6269e8b0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.58d51135.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-Q3qpiafvrEgPANSzbjpqvlLCYs1CQS8qbw3vpzVZr3Az+1cyHDjsRzJKCtf+htcwKEQDh6Z4w+43awJ/+BU8bg==","shasum":"1f48d19d37d7c45cf0ce559fd209e16c394dfad3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.58d51135.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoOTwCRA9TVsSAnZWagAAB6QP/RzCvDi1z8Y2f1jDeicq\nXxohebOeG8eKxH6DVk0OmajkG7RiDBQI8w7Dg8gGY0GxioX/EWda4cIx0e1K\nKV0y2/7VeFoOF+bG5ZCFWqSpDs0TUHAD9TQNGkfWPIEVqzKBqlC5xZLaE4Xc\n2ohg0rfWu5x3aq/3E/4hsbY/Xl03hKRbheETeMwjWpJbfFVNs1criM9tElef\n4owZDx3KEr/Fky77ptKEwRb8+hE4UNSW+kUL2LY77PECeF2hrRsdD38zi1EZ\nVuVOM4Am+TAWTl2wlAGrHF2V30+fGn3tjJCgaI+kBOQ6gjQm1/vrj5VF0142\n/kBbu09fIGAZA/bBH0E1gdfwEFSPFiz/cSehYKluOmi5sppONR+jS562FKyR\nR9wBtkXaKqSqsEXPSw45D75RtSafb+tZcyS+nUrS+DL3TRx6hIPCmpNVV0Jo\n4Wpo7+VeygNuaZMTBK6NtD7/xuhsClv8urFsCTn9e1Vch/HRRXJLDJZRslmn\nzPQBG3Sepx8aWpXgID0N7Tq8XznySJSlhoorLCOc6ZuEK4UOr4fmHgAAq/xR\nph6KOvNlHhZx7BZ2sbOZw+UDKsBewFkvimRKS/UuTWXCWr6SbUfjBjoT1nv+\nNS7TiTcSfI/y3PFSYs6oxX6Noust7n5BESdLsxxxeKTHeZFLBUIo5STdZVEg\n4SHv\r\n=9s4E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/ktYrOB3USNvn4M9RzAS8sDVWmS9WG0x+VI+m7y2jrQIhALhi3v7djaJmmvgnclwnXVIqiDfPm13AqWDLcqZadHgo"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.58d51135.0_1587602671808_0.4404718245129775"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.d0af8ba3.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.d0af8ba3.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.d0af8ba3.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"86c71b26d7f2ffcaefe79c4882ac9867bef12b0e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/86c71b26d7f2ffcaefe79c4882ac9867bef12b0e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/86c71b26d7f2ffcaefe79c4882ac9867bef12b0e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/86c71b26d7f2ffcaefe79c4882ac9867bef12b0e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.d0af8ba3.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-zrJTWW1B2mytOMTgDjNB2tXLuL1CGraYAWxBiUcEQfQ1ixrqF7lj3cNp6JfFahp/SD0LZSqvorTzzkes0WYIWw==","shasum":"c0afbc26fb1478e77bbf3fef6a3aafa2694a3fe1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.d0af8ba3.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeodngCRA9TVsSAnZWagAAcsEP/jCiYdBE2zNfD1b6ymKW\ndJcjo7ZHQPQyPzqanev6cYm0xj0Q1nDQr2GJnbeUQfihz8Dj7yQ7xEooIncJ\nnJddPPZvHdJ0NRfgr3Q6FQyOHpj0Y28J+wkohSq1WmEtk30+woL3FJCEVQB9\nOkUQ7rIhAWewmVkb+pH8Zg8orJMWXEtD9Ud6PuynoXP5QPphin6lHHWgryaE\niWjd4MF6dq5szX9K0NWmwUCgTz78PH6F2Y0CH6ubzFX3pPfxABGghjwsXogU\n49HIPph7/ApeUUNbi0+a9K+bWDieO4ox20PgeHJqt1lRD80tL58zFiEOrM8C\nUVdOcSnKnEW6HP3FVCMbWG/UaK6tbSZLdoXSij02dxUALyBAmjTATtIg1ySc\nqLK/xOkL1OlrVc5Y52THjJHVu4WnkhvbxnZdfbcujjclL//j6K9mhacfDCBG\n0PLNWBMad9ct/6HrPR8ZclrU3PC0DzsqRoOk5R9XwrltloJjQM9FPCsABJ2J\n1eCJR1ZGhQrPlZ9ctO9IVva+65tKBZnIknd6Q9db2VKYVtO0/Y+L4vLpl5c4\nIzikknpcyxYarXmhTE00rQSSJc3A/h9tiKD5nc0TAU/GqjYrGaWmlekBuEXM\n4LfDI1X0px5hPCvG1eowfBDJET/khWWj6pR+SMxEBVtNFY3wmUYD+GFRnJjx\nRoy4\r\n=b/iW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFaifWqMvEqF7NkvfBs60Ewe64VMhLqioH3BF6hmuI1DAiBCdb1Jhd0jOrQQ9Z0eOCY0bd7DDkfKxFpUMn8CcCYDlw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.d0af8ba3.0_1587665376130_0.7978640128222472"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.8872b17b.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.8872b17b.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.8872b17b.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d1f49732d08170a0330f9fb28f2b2ca978daf858","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1f49732d08170a0330f9fb28f2b2ca978daf858/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1f49732d08170a0330f9fb28f2b2ca978daf858/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1f49732d08170a0330f9fb28f2b2ca978daf858/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.8872b17b.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-EOSJGx1WFmY1TM8IYr9maSn9w0PqTG34+qZF+PxXTKG3etBzIl8B3qyCcJyq9+UibrrX5gBIL3K7X4xRF+bD3g==","shasum":"c73d01aae6caa334da287126b471b19aa34e9d23","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.8872b17b.0.tgz","fileCount":13,"unpackedSize":25122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeof1JCRA9TVsSAnZWagAAusUP/3yz54CQeoxAjEYpaqqR\nrwJ1W0AewFp87C8Q1YzVkr5T4QMHBATD5k0ag5L6Co7FXC8RvU3Zhfybp76v\nkhVla4nw5Q++VairE7Q5bBmuK/+r+xwy6DwR6QmMwIGQZhFaECAJEFSUTRDe\nUsCms/UT4J5VPDpGHEZwUjv9/MJNvKectNBWS8ud/2bdlISkbcm2sFxDYoa7\ndth9B1yndYj1Eu1R+d73NU+ptMA2/5cWavhnIGo/fk7w9lZq0EycSZOi9CSK\nh4FSw7hDKVdk1H9TpLBn6OGecpBXNALet4D/bxNcIRI6qOlQQ6xLu5n4ioI9\nb/cFa7u52XtfDKtBfCsYUFWfmeeGJSQQ5eW4Z6/24ZowEPHlVbYRVbT+/Gy7\nSEDTCKR+tyn9IW/yiNCF74y5SMm//R54369UfWVNfsYDme/KC/7/QwShjpJk\n/fBsN7pY6PdfS+vrbS4vGUEOU6p6IEHXulVtq1xlvYcJVRg/dTXGPXQowJXN\nwZH2BtPwXaAUJwwxfEVo7+RSwAZGy+09t43m26A/8y0XYAl8W6u2pgq/tvaD\nSi5OCLwMo0Ux9vh7LJzjjTdWW3NrYpV+L5Sy2YATF8eRjGBhbQNIofsVvD8G\n3jnXiYSr2qlsehG+hMR47aOlebMElGhfQYYm8qH/5zSkyH1K6vKvw4yRtIWO\nwHIa\r\n=7/Hf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiWJg3x8W03FH581XVugoCX2/ivJ20XLHkzz0//Q40TgIgMsZq9DOWouyIPhViek1O66eidXkShFnkSw3ZX0aLX8w="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.8872b17b.0_1587674441168_0.5299429806446492"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.eca1a610.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.eca1a610.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.eca1a610.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c2d2c958e6704a2df0a1a210e3c3d050dbe7a50f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c2d2c958e6704a2df0a1a210e3c3d050dbe7a50f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c2d2c958e6704a2df0a1a210e3c3d050dbe7a50f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c2d2c958e6704a2df0a1a210e3c3d050dbe7a50f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.eca1a610.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-nqdkj7TLKothDm3k4iBL9ERUI5mDJm9tOaQ9Noe7KsGURSp8tpePyP/X9sM1t4v7Aaeo35JhcNjxYZcR2Qsfqg==","shasum":"afb3e64924431acf7e3b5dfc61e59210d93cf208","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.eca1a610.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeogvPCRA9TVsSAnZWagAAHpwP/3FRzTC4dYP4G9szJmiA\nR7BuLsvwirUBl7e/zVdsHonmOkK4OaqHP9vwPu2WX+6YlbZ6gAsup0lLDCGG\nLZaZwzfSoazNxuSy2BlmQhqezLvXe8IrVme9rKwyWcFHaTezYR67vV20eMyK\nixMjBkUqyiHeEGHBTl9JCAwfwq0mXxr6cOrvcqf+T8J2/F0JMHTrwpruWHDR\nrsEpJqOig9uR4lJC9ToJm3bHcj2AEYqnNiUD9sJSezSQ7YBSRRst/T1Ox6Ih\nwceb19w7oN1G2/Ha1+ORf/ElkfxwIOqZk9nuHQ4PnFcBojlxMxyB0uDlRCqE\nNzMNxOh9KjyKShNVRiahsynC5XVboai3EJkU7WDW94krmICgD5RoDMCpehhJ\nadDxywqYl28cUd6byqCmeNZUtNXh7Podp168x4/AfKSmK+NavvtevI/w+NA1\nlpfcU3BJYmjCmnlrqrKFILqINEgzKidaaZPS8tL7s+3tOZqDHJXIY+zDc78W\nvyZrenuOoLcYNefcdgHOsPYB8lDeCeDT9sl2sdJ6M4Nii0qhEId+Cw0hL9jn\nsf5NsMM7xRfueCiHt82iUcsV7c1kTQgjsVHv3oAOCxLM96NPP5Y8dmjoV4mx\nrbltCPL1CqRml0jryvz8Sg5CGhmemEpIFdkv72w5BI+Q4N47oCUvNYbaV8wx\nYUnq\r\n=qyrH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDHywR4CqNNBgnKeX6Auy8H87Q1BeNdH9wCVvX0pJCOgIhAO0/f8Fc2R9ChjFCC1C7kPu8u9iQhiHwEQtmKlznMd/d"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.eca1a610.0_1587678159508_0.327016858837071"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.baaf529e.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.baaf529e.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.baaf529e.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.baaf529e.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-bjHYhYdqR0ilSXa5aRXmQcZf3His9Wn9MeQ5sNbUtLxvJiKED76jBp55xk5seLvMJM5RI0GaYH5LgzLd1DWQJw==","shasum":"9ec7d7bc939408380a37435411b0c887fdd859b7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.baaf529e.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeohooCRA9TVsSAnZWagAAQh4P/iQlFJU4MaWQMSHGIUVr\nkHFbP3lwkwE7+n5X/Ks1udujzLVkmxVOsbL8SWKwYP5ulcCgVNnZtZf/K4EK\n8y7WbmdJOu1D0gH09NdUMFfnPBTmGGIiHK1EAr5dXDtgDAgr2ZDgaZfl1YH7\n22NPqR4dhVOXEkqj/4fjnPllWctSTPT3R9p6n28MZQ4ElGdE5BIqWyh9/nO/\nWJFoQYM5Tbzu/mBECUKOzbOA6Q2nJTkT8qTrptx2Kp8cA/t1IGPraaVc/xH4\nXiQAuCbVZkL/CrFCRbieGjDwqm84Z75P50IHKbjaAjBkyy+1D0/V4Cg4i9Sv\ntZNPFXA+QtXzxY/VVMA6F0aplo2M/SWoubExn8bTZuUB+YkJiX92FUo6h/UZ\nKn36vCj6PveUcMMjIGr0dFQXJM9u+I5AnXyDpiAno18s8QGjQ4qXQRTSowf/\nGvatARM0COX1u/n1Z1+h6x/iNCObDaoYDZP3fOKvgd9pjRCWiT5PIXYJCfuQ\nhAoqn6gnLsyA53JpquwO99WQCHRKZGcQAjacZvBi+cJxgTyzPaJ8nf0v0Rys\nihSjmuoxstvkVyXTTLuZjtBox0FkSxwheJ4/Y4Gi4xOt80HO9nYdn3BcuULy\nO0h1nyuT08+nF4/Md/GMRcc5gmSNlct2zqcd09FlgUOCCZfJBTaowT1Qzrda\ni2i4\r\n=9271\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRzb7pvkPzO6+WKFh/xlg1SNa2oDDrUDMvR7dTjkKvGAIgWsIqiuNIk9flEwPOtmoaXdXlaTJxcsO1lwHI1+P4GwU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.baaf529e.0_1587681832274_0.5085316092895034"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.7a7992a8.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.7a7992a8.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.7a7992a8.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b9b74b473b6026badaf980339f4451efd1a9e8b7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b9b74b473b6026badaf980339f4451efd1a9e8b7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b9b74b473b6026badaf980339f4451efd1a9e8b7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b9b74b473b6026badaf980339f4451efd1a9e8b7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.7a7992a8.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-xz5tpBfILlAQbZ7IDZrSDer9e7giaNQQ0wjTsp/FhsbD7C3u5bwNyY06/ILgmb3T95SxdtCyPbTKUCt5iEO4xw==","shasum":"75248100e487ca6aeac01ec1cf046965567ab898","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.7a7992a8.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoiEsCRA9TVsSAnZWagAAySAP/1fZV8KYA5f57FoE93CK\nXqzDlhm6VLAe/vtgndyLmEA+0i0ZjLbBaBTQwZHE1Ui4txZkSxPtu91XtyNi\nBwO7WxdFBTY+F24tN1m/MGv0stKdX4wQ9CbzPRzrDvfM64cowAIMeCc9uGeH\n7u1/tjPl+grSZ69XH4NlObeaMjoGXbJFKZVkkfOyoNb9PpY4kM4OD6Sc66Z2\ngpY5GIQkEv2DtcGnG/L9DyJzXxKaPf0P830nkwwBwsnk8bjp5HrfaHEOgplO\nk03scLqbrHUMEoufQJwZb3sngqTpVQwskbYuV/f8T6N3A+CytXr7v1b5jEY+\nZgG/kQlE1KnuQB13bdN3uPogFd9RU2BF9Yrt0QB/ZYthK5MoUvzWOaJBEiqy\nenbfbT9r0OprDLyXQKSss8mYbytZAc2/VoQq+gCOLs1KOAC3JXlITLB096R0\nwvhXKKILGo4+Er5/Rxa64DDwfOCLiq51mdOE2indeXisoS6fVYuZbTrPHOJy\nESKHbFQbSkEMEm5vPhNWAYvrrx5FyM9HzX0Inas2ZNc4/ya9+mq5b+OXCwGG\n1lgO/m54r9eqQkGORVQK91ApwbDJ4N7gk5OstXPCnAP/oIWIWrFf0lq1JHaD\nrSkRcPeMrkiQqbm3bp91ZDseAHHDkDrxohGOk8fhv7Dh4XnjQfaMmDDx0E27\npnci\r\n=+Avt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEsO6TDXeRItdeVHxK9Dm4Gg3arvn26nqjS4X6YzaIvIAiAEcOyhyRHDw8lGSn0N5+NIkTIRuv96OBO5xZEBURE4uQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.7a7992a8.0_1587683627875_0.8000245687459833"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.1150d64d.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.1150d64d.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.1150d64d.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0b7cb5830938900ecd0b5201ad88746d308b91e8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b7cb5830938900ecd0b5201ad88746d308b91e8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b7cb5830938900ecd0b5201ad88746d308b91e8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b7cb5830938900ecd0b5201ad88746d308b91e8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.1150d64d.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-qar0KemmZRTk+MO0nBRg/iwb0/P7pPl/GE38NU+5agAqjQ56Mrm3ph1XJh1B0xRlS1aqbwFDtkm9PbEsICf7Sw==","shasum":"256aa43fa8941c568d61570688d602f60197859b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.1150d64d.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeojBNCRA9TVsSAnZWagAAM4MP/ioAKIx8SrU9hqBFrK+s\n6T/q+S4CJmCn2Mngp8PbGFpjD6A5TV03muoC2Uv5UALrLmK7cSDAl0+c8K/k\nXt2jNywWcEUmtFeHyYFHwjyZcAwIjnylNG977S2yD+8gR34aNDQDw9j+kpDF\neCn/HV6BCZ5xmEzhem3RxiKKqQWrC4cK/bOx8rmGCLsaOJDV1m8j0LQTqT0/\nGlJgdVD1aW0W2mdOcgTMwIeDU9G48ORARGCgJx3OAIhdKBeYUmilSY3ysg8f\nRWlIespNWgWTwQjfurTjPbWyUQR8+aNbTyhzxRxvXlYAYDQ94aVQ3L1z1r5r\nEAq8pWl+0zNxXsxvPBOGdDvv75e2G/Mnl1k1FRFAMOMxjo2fHR745Z4W6Vod\nDZYw6/BrdlRNgz4gEQZ13zJ2w5vlJVvdqS1YFptzHKdoPIsvr6TOXJ4RdVKH\nKmOQFGYaJ9ZYH5y5HKOtvoj9gFrKnj5gJPdbeHo/xr87zjPqsUpAdOUveJeu\nujzS2SIW9z0Wj6B5cr9EWXLJ9JRCvDPxqqXhFt+XrhjLvLTM8bg65alYp1pk\nUlU3SJ3q3q6T9FS5mqDETt/EX5FPH2fINtlB97bLw11OsGqivYbe0k8ktg7f\nfbw5i6JWP5xGMjGZAanD713aEB5Ntt++1T+R+8yFpOUuraSlG3IjiFminmnL\ndQKw\r\n=hsA4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjhh7ruaAhWJUcQFtZKxBp5RiABM4YGcurV/vM4uaAVgIgAmIWaCz7W9StUnIRbCgkw5AstJUQ1l+0gAeZzpCij8A="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.1150d64d.0_1587687501024_0.11609967724631898"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.dad3f828.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.dad3f828.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.dad3f828.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ba9b04a7b15588d7423d100bbf29fa317a1947ff","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba9b04a7b15588d7423d100bbf29fa317a1947ff/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba9b04a7b15588d7423d100bbf29fa317a1947ff/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba9b04a7b15588d7423d100bbf29fa317a1947ff/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.dad3f828.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-UbhrZtKsHLqGK0Sl9vHYliP8ae2fUebmI8RhpgmulZsaKy4+n0GVFf2sULDC+rw2Tr0oeWjlOacpNJ6Al153TA==","shasum":"eec7542ec339f7c77cc799fb707eef4408343d34","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.dad3f828.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo4dxCRA9TVsSAnZWagAADYoP/jfsuo87DzQW3fE/AaBT\nI682lCtzSxR/WUf3m6VPYCU+it+P/3fONDaP1DO4lrE1xB1gjaunL3fKoXgP\nnRQwH6JwUoVOT4OX2KjcALDeXzldPUXKs0ZMP1b9u/huCHPtrYAewBS8gqkf\niZNHw2VAlRTDA2J6XOT1bOrhX/8LdX4TeMiuj17j9/Z+X6S7m8+GmYupnCz0\nr9cwC4iqnBebTqHxtagYlzET9fy9mMov1lSFFDmzus4mraVu3i1hBBc06PK1\nFduCA6wxQ58KTy35ULfwPL8kR/ofjRjTevLwljQp1iozeTb4WVgAa8Ya2q/B\nWWuoosLIFIADsC7zE9E6yGR8nW29dCiWCevxjvyrjiw03CVg9gWqclF5trtz\nbhM0fBpYfU06Ujs+5OwpyQh4D8TY2fbQFLu3lBdXGFMSm91Z0GRjo2YOVgsB\nilPadsvIoDCI5hsI+DTSvrLPB/ElCi9EO/xwBgrV7ujCHte/Oycg50vDfluh\nbjzy7Gegphx3YYL7wkTUC1xxOkQ+FdT5kPlQT1iHGFJJ3+XrP24M37U+FoSa\nS6nt/8T+A7H892v6/Uj2eTvLHet83TEvxlqUlerKxknqKF8O7GsodJN6qxDO\nyZX79sd+3xVbAJ4SDdUBbMye752pbQIHnA3c/b6gUW/YPltumb4HnvkcpxsW\npAO4\r\n=Riyk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjZQTOKGMgSdjf8dHme0trC65pZiI6ylJMlNWZXNdfewIhAPhgFo2PovNyuYvosbG1Tz5lrdE9s20S9lhmG8+hhSWy"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.dad3f828.0_1587775345153_0.4064804493730425"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.1bcdb47e.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.1bcdb47e.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.1bcdb47e.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ed51e46ae11b69727c91d55f440b68af397ac10a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ed51e46ae11b69727c91d55f440b68af397ac10a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ed51e46ae11b69727c91d55f440b68af397ac10a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ed51e46ae11b69727c91d55f440b68af397ac10a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.1bcdb47e.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-PUA/405VgjC6i1cVDj5PsjDE4JPxuRvpKZWfUA8aEtRL7KuGoMc47UPLMYMcnE5Ffe1/FmsZTlOx18uFEBroNg==","shasum":"917342327e84d4bbbf1443fcceec9c0c8664f46b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.1bcdb47e.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJep4L6CRA9TVsSAnZWagAAneUP+wb8x3voSVcFmN0aLadK\nzxgFi9RjpU5+4ZOW8Cs9U5sPSPUbBSaem5ZzSYmXgxojY4rQhYMaO811o/JO\nHXgL+lhE2jY5O41DDZ2Xc/etrKQgyaFGPzqQ4y0F0cVKi7SiZGqsg76q7I5Z\nCKF3aTxDPhiehow4MwfIBXLWvZIcDdIw59CqYKWpnZe2dXzQJeotq4HTnEk/\nFYkUu91we1mRIi/M4AAlatM3OfmipEOPhXt3jGzhFbCwMQVYsfih29uOy7Z2\n21dpfIvmvfNAT6DtYOXR48mSnEChs5rwFFTl7W8S5vJMWFWGsV4KZxaSAF6R\nTK5Jv5CEstY23v7rVxDDNIT2av/vUkl88OXOBZ5AkAp5mI6clA/RvhOfo/Sp\n/QGdg62oDlzYfq8E+LokU5lMuDJWaOe2OGOJST67dQwy1GLycQFyeHb3lV4U\nw+5Fzo/VWpPumR5RM5KK4bzhl/GyhRSnuBpVTlQSFZjk7EJieD+/hqco32EB\nfaeYJnkWbG2LtchKCfQphic8+Z9T2MUJJ6O14FlSaX6GOSsQQ5pPwTzx8djz\nXXS3//vPzJCrv1y4fxdmDUmKmMZAYklckXcCw0BEZJznp3wocUwduTNWRO5o\nng+jhFyMj9WqAwJ6TVhN6L6YUoNdy94oVRKH31SMRqvcT/IZzPQdITJawjLP\nmLXf\r\n=gKMM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFgaDjHFf+su2ms0N3ui2E8l0dt+4H5dAiRHykGt0JGyAiEAm3Xrj/JzrA5x0svsTaVRmCv84E71n80WwlmYcqYk0mQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.1bcdb47e.0_1588036346323_0.3305512996379234"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.86ff1b9f.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.86ff1b9f.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.86ff1b9f.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"61a98a59545d9e0b0fd96c928737677f2b981fb8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/61a98a59545d9e0b0fd96c928737677f2b981fb8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/61a98a59545d9e0b0fd96c928737677f2b981fb8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/61a98a59545d9e0b0fd96c928737677f2b981fb8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.86ff1b9f.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-WMT7/B1o+6UQSveEQKf9JK3NugMrvj2Ir+RXNi/WDwNrObWaN8CrmQIf0PoFvZ81xPmwX9tAlgJmbgviPNma2A==","shasum":"2ca17386eddb99f40a26088c7b5373ee82c8f7e3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.86ff1b9f.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJep5saCRA9TVsSAnZWagAAvSAQAKCbCtqN2zupFoN5PkCI\n9hsr2PwewmMOfDhDYTi+cqOeei0jOS4Lco634YRX/6v/OjA/FU+ylSGjTQdK\nUwJG5gcs7q4kObwyr1wSCYXunwHRFQFsvRfY19qAjTj7t/5Ybl71yKgmaSeG\n6tovOHy5DZdFubw/HuvqJItFzwW62DYXa83x0+wQk9k4expIa1NG4XnrJgkb\nNRRqAqN0ipVHSLNNDIUmboGyXqEDtYN5KiWZa9NkhPk66MdBZwJvYcBBkCQm\nCIySXy+MKsdbhnl76V2/zm+hJzu47LAvqTsT4iUF04LoOSM56WBV89Mgop/W\nqFR/WzGArNDPtyqHB45tutccjsmKcJkmoOFiaW6njoNgJCxS3EjzubFudFs+\nC1REQ9ep3jG7zEDWzAH/DdSKoqbmy9mYRz58WK+dtH37PH3TjBcuWUE1+5z3\nEDxQaaMzJuOuB6oHNTJlvF8zYb4gYPP04U+cblSvTXruerg4/MWX4PmCHbaq\nLq9X8WcWytEcXiWQxYKQp6hbUBbkxuEKlLzvt+WKqeb/Muk8hQP3b9i11vCh\nppdAvwyYgurATDNrGwR4qED+kkhZqE5FH8QRFzzDK2cEPKTu8YbaBOImb+VM\nvsI8uWErtDL7H1TJXGfRP7GsONoAOjOIX09HNBuu8Y4wCXQQw8w6/f2RYjnn\n4C0d\r\n=UfbW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJzVhzu6HggQLMEQhb5Hkg839de8I8JrZ5cwbIqZOPWQIhAN1wvMFS/x2KqvD5gJTiCNO9MrQ8GoDuTEIzFt4CiDNh"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.86ff1b9f.0_1588042522082_0.1244368549889674"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.54a86b20.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.54a86b20.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.54a86b20.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8cfd732e72200c6982fa6d6fbdd6cb5496660a6d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8cfd732e72200c6982fa6d6fbdd6cb5496660a6d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8cfd732e72200c6982fa6d6fbdd6cb5496660a6d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8cfd732e72200c6982fa6d6fbdd6cb5496660a6d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.54a86b20.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-SrgukD18voF4fRn1UMGXPLz3UUwLKeU4I5fiVCdC7FO/TFfdn6ncR5VLZ67VXNf/Y4FOvSMxPLHJFsa1bFSPYg==","shasum":"639243694815d6d1dc80ca1feed3c29cd2868096","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.54a86b20.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJep6BTCRA9TVsSAnZWagAAcpUP+wTADEX9ZFY2dvfkJvGT\nMk17ZrTS1OD6Sg0VivUqdPJe5/2dw3ZwX2PdWuubYiedao5H3vxtTVaT4a48\nBHSZMbnU+QIt4S6Q987oXA3JzAjvjtrxs654oylFTPMkaZnLtaXlT014V+iA\nOqK2FezhHtnZC+69RPd9WINANsiWtjz3QWo+hl0FdNMkw/1wo9HVQjp4XBmO\nG5dgOBPqaZHe6Fr6Tebm9gKq2s8cEWB2t0sRVWa8rSLU4sv/GjP09tFOsC7G\nnU26XlFaerVmKmGzGLIjbhnExp+a99RUVCWVYpezoN/jIOyubo7ik9KX4DkI\nL6BUH0xXhOurvrzoxvbzkifcxcWsvWz3RF2/GRUX5i+jdJraEW4XnRPIp/sR\nNoV7NQeagj2LxzbkmJLKQo1mMvJLZ06Ah7xS4s/yMYhC97zUL3HZsTrALR1N\nopjLIkl49k45RId0TCpQPJskzUjW0O/eb0nXv2iTLrishgMrlgljfqZBU+LY\n+if/TpA7co4C/N6Mrtn2iV32BYWCnbf/cw+COULkQat1Fe/+ufpD9fiCPj17\nx80VWLWwG+yqfmJO3/iuRo3JMvt69+ItuqZ/pwj+JCHbD/GF6HLHQAYt8ig2\nQe5Bi/yqGWb8YZIiEuaqM37ZNzd5PfbOTxczTco3q3w8S0RwaPY12BZH6dlm\nk/jW\r\n=Zznk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqGpDM2lxWMBkUHb2w/ClcUe18ysxK/P6mSGC7pdnG+AIhAJi7DyhMLCl75IDVyK8mRSjnBpv5rfDIZRtuVbK7CAO/"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.54a86b20.0_1588043859532_0.7655062785644762"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.938fd24b.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.938fd24b.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.938fd24b.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1b731aa2e74a3ad03e8d40736e169d0bebc8d8ac","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b731aa2e74a3ad03e8d40736e169d0bebc8d8ac/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b731aa2e74a3ad03e8d40736e169d0bebc8d8ac/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b731aa2e74a3ad03e8d40736e169d0bebc8d8ac/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.938fd24b.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-L6hB5yR+e1WtChdKTm+3wkLGsSI2oHXY1OxSi6lAP27YtZSJq812xdkDkGFgpzzJgb7UBgsO287j9ltJ2h+xkA==","shasum":"97d351a1375bb7cad6305fdad60d81171d6c7dad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.938fd24b.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqileCRA9TVsSAnZWagAAsU8P/0ZR3fA/gUgFEsEe9Rcq\n927LQ43XE4ZwSl5spNGyNKDWM1JWLpFhelHDVlBS9dc9QRjU9saYvOMt/wxC\nRlHRWzEHOwkg12//do44AzLuePwA5+lDYrZjKmFufGIR/pTyQ5KATIQWYJjm\nsToDQjZ8t6Y12tZX/qIduhxC2mYAp3g6u6gRQbNNQvMXZVcP+VFDmfJTyXAx\n5vR9PU9vGmzrZ6LyCq44idTSnnfTscY2HhEl8sQPjWe/xWTQOPeiz/4oz0u/\nsrIKxyd+YEF7XImA7NyhYTVngNR8h57vPOXSUYgESEEImeFc1j1OTuArC6Ng\n5o3VGcC6DLphGmkfVZXOKllQKjxMMnRy4EY/LdgB18oI6cjSm9p2yUoJliSh\nKECqxeLH2Dt4K+cOfH//U2qkq2sufrZiiwLWaEmCCswed5lIvJUjPZsBIM6v\nVHbSkGgU4mbMFjhcP1NESjoKvK5P/hhhpSUiDa4cqCHDKT62m01wiQVx/9zp\nvIIb0zf0PLf3gppvgBz+g7fXWIEl0bL/rZknKtlghcZ7tKZuWjkFAUOMoNl0\nnyQkHMDYJTzcFkdh71eXRnBGFnBjqgivtCPXzLkK26aBQP1H4CJSCROOqfvu\nScs/q3H5JAFB2Wv2hNtiXRptybF5XAUorW3Lqs8jLdNYP49B4oQaxHKO2shA\n/H+N\r\n=4Bgt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzCTMotlOaaio/OKukJiLssTP2nQnVYUfbkfOeJuMYxAIgfBgUUOI7KC1RGhKVotV6UDKmCOvz5wEbLuURus0vYaU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.938fd24b.0_1588210013515_0.2607418153922725"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.39e9a008.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.39e9a008.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.39e9a008.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2777862aa4cbec00918605f0726651658a2c66a8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2777862aa4cbec00918605f0726651658a2c66a8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2777862aa4cbec00918605f0726651658a2c66a8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2777862aa4cbec00918605f0726651658a2c66a8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.39e9a008.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-3UTukjwK/Qc+uCkal+Sc8ENaodH/1Y1IOa6W87AMZ0jIIDKn1fJOD9zfrAK3zSLfLzykjRA0fMXvqUCsjPJp1w==","shasum":"8b29603d5404316f8670970f98072aabd380544b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.39e9a008.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqjQyCRA9TVsSAnZWagAAOFIP/0ghA0zN8ZxSKDuw42zN\nWYyq8xUqfqf9IfQCIgiWc6IlAh5UojlMYZquJ1m4m4eL/uPQ+8onp2HZaOxm\n2cx7Rh33AIfNk6xLpxhqTOUz9FrKEicE+BR7I0CwL46YMpKs5FwTmq433Gbc\n9TZ64smLW2SVDWyPlden0WA2Vrll2VQ58tT1OuJemSWl62pff2vrNww8wRqU\n+/GTn8BBaYlmC/dtt0pLTYRkG5sL9Ej0Le1T6dK3l/b1O9VoO26ibOM7cG5l\n8AWH9zBSksziB8dBN7lGiupQMyP/rZ156qA2rrMLTzBJBMAFpBZHqStxZ7tn\ngpCI0XzF+TjSzKbba2Uww5VVTx8GFF/juJjFZ3cTw7OMvMMHVm9nOd1tyK5k\ndEfK0OV57sHqaJ61vVVEthKxSBXl+5tyleAhrVcO3hUbB6Bh6oLjV/MZgBez\nN95yKHndPehnqrITCdt7h8KZJiDAg3jwNmYMHMkMrb+iTuhPeLg8iWm5uL6F\nI7mPSxN54YGegwZYa6JAO6FVrh/cO2W91sabsQe/bsiaY5qG29vXRTgsiHCv\n9i0sJSwPjl9vVZuQeOtnFPbwzPVk49oy1bVjmWEtS4oswkty7Cb5mXJeMsnp\n3Hr5IsO9uFuTBA7BaY+uo+RsB8O8ZpUaM59NS5d9Jaq+yDQh9PSXPGh/1EHd\nmbh+\r\n=jV50\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCIHOko6q3dqpUjToMDdGdQGuY7lteCDlOsJvRcsKLAxQlAh8289nbLQwL2KLQMEmce94Pr4kNNq0whbG7s2uURZjt"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.39e9a008.0_1588212786205_0.6882442977101386"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.f3b365de.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.f3b365de.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.f3b365de.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b6d6f6d4a289f46197727279f5e776b79264ae07","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b6d6f6d4a289f46197727279f5e776b79264ae07/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b6d6f6d4a289f46197727279f5e776b79264ae07/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b6d6f6d4a289f46197727279f5e776b79264ae07/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.f3b365de.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-7mBsHRhJqid356uv8KBfnw60T0ZRq7wZQrjaZsGr8f9FjOjk7V+IkPKwUHZZcZ1LYUFbu/nVeYGq5hss6HkF1A==","shasum":"566ddbdf6ceddfc6941c915397cec65ea4ff920c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.f3b365de.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqovLCRA9TVsSAnZWagAAD4YP/AvCIPjyKPyY9e9QIggi\nasE46sxyRtXdY6vtpfur2x9P+t7Vbr5MgPat6xwD1HV9VYdq/q1zHhB0g7l1\nNAe8eZj5GRMbS7eC7UB8R74/xGJCs6lxBqTLwz1nmnqm3GlRo3G3i1FcPd0a\noG6bKxLWi81GMTRml64maUAdwKFxVT6AN/DwID6YhNBhf1LJ2KCzj9TqDC/L\nIOrEmg2wHVyhptEUIoOD7RnHyJWzwopkti6g3GeH2hOmL2+zCxhwYpo3XP+l\nAlXXEFyN53t30aRbyHju9r1pErqqRsE8EN2V62Rm4WDmMnYmsImMCXJ8CKDN\nuTGHN5YY5XV9EnHDC1o64AQydnW4EIdrz9uquXnEWRyQbIsyEtjm54w022Yb\n47DO1+Wt/zcFpIf6CCxCSdnSCBLO4wQjlLh7B+yCXbsdixGM6VcAiaEFHq4B\nGjU/Z4Ny2RIUaW8kXqfzyggV419J6enuWhfqPFijp1O8Uxime1gVbtU8J6VV\nGXQ00j56j2/fKcGdz4DJpEQUB8Bx3Aeie7q5miIautKKA3rE2D12tVdDrEJ/\nyCiIqu3/ErFuY6iu9N7Lu3zoxH8JGvBeWWxV9uZpRmd9tKoNVNiZVE2GozvY\ncABeAILTtZeurBbHTTc8luvmt3wL/nSi2wtRIcPgV9b47Do7yz2gR/8TGHyO\nacM5\r\n=H6S+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWQ1PEjpsLJVq2b1BOyfPUIeMF6Dcw80AlpzV7rRDnTAIhAOw10Hd/Ajw2wjULCFhymU75fpUQYZ6Htm6Ml1S6YabW"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.f3b365de.0_1588235211171_0.6247927503515505"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.cdbdf807.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.cdbdf807.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.cdbdf807.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c46702178e5c5a1096937d4bd70ad6f4ac4d1dab","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c46702178e5c5a1096937d4bd70ad6f4ac4d1dab/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c46702178e5c5a1096937d4bd70ad6f4ac4d1dab/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c46702178e5c5a1096937d4bd70ad6f4ac4d1dab/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.cdbdf807.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-1pvEbgL3Ljd/2OqHZLAqb5k8FhxN9AYU8rBR54U5piBh4aj0grU0a1cMdCTG9f71TQ50xL3sSmelT27OcjowCw==","shasum":"29778872c4418c6c51fafe23e6ee24544025b435","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.cdbdf807.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeq2nhCRA9TVsSAnZWagAAoxYP/jzWQ240J3IIaqbGKKsG\noHTNJuf4xOdS7rIkSfQjgUuMVozWtxhaDbIEDNmArthz+Ose57mH2N9EFwcG\nnSenV9fmBhDuo2Y1MVhNOJhkfKKyAOwyP8t0RU6q1SNS5++w8lzztTHJaJRo\nTfB6IbeOgl+CzibptejagOaPvN+epZLIWp/Qj7yp/09TZLnzJVQ/1NjKlOYr\nDAmP7bslcrnFDrRYSOn9eE2bdAC3T5YfjYYfIeEk9p/s0IKm/VubVrrazBtU\nkDHlcK30/o8vVg4uVGiUx6wYf3pd4Rk15QEYnd8nGaj/zrJfxMRriwByDw1z\nEnE5E4o6H5ZsEKUTzTcTd4ssmcnInKDjAaTReTqDWHXut+HOI8qbMedtp7dX\nbBmYjzd2ONnJ7OixhCkBISSKqZcN26aLlUi8jS/4I5FU3ozMzSVzkdgHZoCz\ntiHeotVZz8tBQnCDJIDIlB9MOxPL6Hs4Ew7tF9kC1GoIcfj5yHwDejSg22vA\n492DWKuhzlOIxRAz9RPWuu4XiIE00+OzUC1gzou0Dv/wRMaMribKC2doAlZI\nBiyvqrzDz/+z5rC+3/9tUPowzs+iK3JOeq4DnBPiy3usjrDkkKpSymZ6YStk\nzT7IwPOfMkDBbKJpihV2OfBq8cLxSGxfOSmOUH2M+MVPDs9ZyaM2G9Xfh1di\n0nX+\r\n=Bszk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFvKpQm0izBWaYow922245XrFL2M/OqbYvtGWptgi9cMAiBJEy9ZFQF+KNeRC7wXd7bFbp4pxK3N0rvqFffPWWa1cw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.cdbdf807.0_1588292065028_0.5322396335011885"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.9995ae17.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.9995ae17.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.9995ae17.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4d5bd8b757cc94e00dda1cdb19761b283a15eeea","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d5bd8b757cc94e00dda1cdb19761b283a15eeea/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d5bd8b757cc94e00dda1cdb19761b283a15eeea/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d5bd8b757cc94e00dda1cdb19761b283a15eeea/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.9995ae17.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-t1QN7bDJH9gCecQu9Wo0agTCsxbdLgDZq3m8ne9Yrb2F63ROTnVDalqS6BXLW95accsUjdN4bK6J/lFmrNX97w==","shasum":"2cfbf589af4f35fd4973a2314d89f934cabcb5c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.9995ae17.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerG4aCRA9TVsSAnZWagAAYJ4P/iBkMArOqBIab/ofOm8r\nxrb6wDnrR2AG7si9jiD74ST/elkbZ/fZsQ5Vc3O3kWRzbHQ6egOawkjYVxt3\n7xhm2D7bnB6QvfTg5efzz5VEWQIGVKMfFHYsmbCa3PMQnHOPK9SA3po0rB86\nkP+X1HBcGMAS9W9PUwh3HDnrV8X0G88aDwmGsRVFqAejFM2JAA7pX4gVGCpt\nFmxg+KB2Ey68XAzeRXLNz9saXvcya2ay5vEqBk0AnZoaMJHjsVlr6+R+NaVX\ng7bJgUJ1x0hpQYgjGxVnO/uNVo9CSsoHF1BWklbtYeXaMl8UlIE3X7f0Jasz\nIw20sx1NXo0O/m+F4kWKC/QrO4acmIPXrIHbIElxUOgqHWqDSw4Uv7OZhJvt\nQeCSg+Ilz2GHHPjxaf5vt6+bef5X9goJrdMQ8XLu8xe0ePkg7Gx7R2V8mI2s\neIcZxpCmShHjpRQp8u+fleMk4p4SruHWXAxkYiKIY98wNuDIpZaegJ/tyRqP\nA7lYJT6NMZshwQqyACILgayhH49//Zn74jFy78AKdFduM0nmRNsxZ3F6cC/s\nABzEmLwF+k21uVlFthonV4Yj0Hg37/qKqWTDEr+5k6kk697sEvNbZLLhUZWj\nz/2DXh2dWSwonm3DAMA8a6zPJAaRME+EcWMCEpc8kRTj55MhO32WoeOixjS7\nMxNV\r\n=tR86\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCz/pTqI9wmCA3HdBB9vpRtgwTVywU/uu3/5JhWD3hzRgIgF3khVuvgFpeRcoNUUgxCclZRIermfsprB6DmWlID6jk="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.9995ae17.0_1588358681949_0.23570016540907401"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.457bf035.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.457bf035.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.457bf035.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4174fcf7d0ec013419d2f97c6a615216cacd4687","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4174fcf7d0ec013419d2f97c6a615216cacd4687/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4174fcf7d0ec013419d2f97c6a615216cacd4687/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4174fcf7d0ec013419d2f97c6a615216cacd4687/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.457bf035.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-KezbQNxXeuXCMoebY59oAnKLbYhtcPA4AS2pZQeI7H26giDeQXtqDHudGmJHiql7KLEXPJPYEcVmefgogL/1fQ==","shasum":"a446bc00ecec64da2970549f457fa842f0882e43","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.457bf035.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerIuWCRA9TVsSAnZWagAAL5sP/0tToUP2Q/KAt5A058FK\n39jkrwgxrCuFI0Vqm8E+SNAVOzcjDMuP35f8Jm774OsN6vTsvzHoc+YZvfCN\nB+wnqEzBsrw6R6WJyYAqjfpz/il27A7pufQ+097vio/xpGiUSyUBlYVWBR4P\nhum3JYf7pLQm/VVQa7YyfGoEtgVI3GZaVJi1JiuGrAgywarOoRJSOG3eQf1G\nV+dgL2VvD2sPLr0KmupTS0lyMB9xh66qzkTCJ05SnGOCQ8hg5Zr4276G6sDh\nbhbgBM6FClZQAQtTo1Xff1SCFhVDxPQRHOfcCL3vzNO9ofBpYvxMOMRFYN0r\nZV4t9E4qHRogHgjTIcM9v0qsZ7IQnyrKi9Po32qiB0YUGKxJN2alPzVP4ZUj\ndUPayGYN8zxB9L0ysfuJBS6RNxD2yUJQR3xt60+GTI8QqM16KAEZV00vt0Jm\nVgInvYm5C7AulavoTGTT3gWzccV/cA2bBiU+nzkhBJpk9CWisi1QMzzeoVK1\n+bw5g6190WmILJHbP2lDLu8eRAvdTEMPirfox19NwT0piwORRIKQF4T8fMFX\ne1flA8eUkqVXWws4ks08PlhD1w2i1wYqMGsGmsiHJabOdH7ww0OD10MfERiF\n6uZvXnl3UARxnWplLNeUkYZioLhMqLtQ5wNCY9bX0pzSy/azWQ0lA9jf+7y2\nAWpt\r\n=0tpX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBfenLli6uZ69rlfjJU3MatdYaDFEI8p0Ghkw3pc3+UBAiEAk/K+kW1krvIo3E2Z8Hwht6FeltrmH9FwWcjHJaTbesc="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.457bf035.0_1588366229515_0.5961659249131308"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.2381fd02.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.2381fd02.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.2381fd02.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4e8207837776c4f108fb86133541c49689664446","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4e8207837776c4f108fb86133541c49689664446/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4e8207837776c4f108fb86133541c49689664446/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4e8207837776c4f108fb86133541c49689664446/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.2381fd02.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-CXhucbJHTR3G0iX9IXcKKdAnt5NdX2i2L+88JR4f4AEJOPejIxWWiKMRCX4xl0u4gNsI3dUWOtL+IptoxZlPPw==","shasum":"723e70a9c2e04934936a3c37ec7cefff92c342b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.2381fd02.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerJO0CRA9TVsSAnZWagAAJHsP/0XM7KZeY3J97+b1nreE\n2tYfvP8r+EKJlt/hynU8NqTQr0arXdX+YS0OBxlrOjHFLWb+UJiefcL9hQbc\n+O0PFdnL8MtsQjr/kx0F/c3qdOfb9cqtoXu9nQi+2HI9DkUkPXd+zN9w2gn6\nI8jEAKIPuI9cj7sQ8E5cvUqYSClEEKXWkJPI0VyNPWmPmRcsYThkU5r4qtYp\nGDVYdhUxMKyWU9ukkx67zwvd/JF1o0+2jGUsUgQWtlIeVpCbMqrGE6TcHeWn\nPe+o3lCHwcKJpBxbWf2DtpKuKNn1q1e41NREXdvsTTcjPp9MmcAGTkOJ02jR\n9h4vsvZUkRidIgiHD6tZNGfbJU73u0/cqtJvLzSCkeeVcc2ujFyj4EmSXvjU\nzTksV6zxz5U1Fp9FhF72HfqvyaHD3IXL6DBe/OMQ4sYp3fiIaYugIG02KBSm\nJz0NoeOsq0LnlW93t+axSbnMV/s1px8HDqhD5C2Xo2QpMqTp2u/lB8cCiPTZ\nOZYY6HBkYxe71RVrk2T6RNOJnpcq94kkb6ag0U+/ctfiZ1hYu25fQ6K35hb8\nWsubvG/t8OmWgYpkPD+xUGW29/rJdpwwmYvQjtOkCrg1nrGXv+1l9QYqrWrZ\n5xUCjazFQiIuv+0hKjHz/yW/L1pKFZWp6wZ+OpMK/269QKag2m1DkaAX/mAD\nvORp\r\n=ZFIA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBm/JMA1r0S1Vpj7//FtvX04Fgwrmtyo+mAtKxDWIyqjAiEAjQtfu5vq0OD+bUBiv9ylH7oCEYL8py1zORZcwd/HL90="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.2381fd02.0_1588368307991_0.4183379134580767"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.b2ca9b57.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.b2ca9b57.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.b2ca9b57.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"98f8c3a13f6577a5e1ccca480ffe483c91183a7c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98f8c3a13f6577a5e1ccca480ffe483c91183a7c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98f8c3a13f6577a5e1ccca480ffe483c91183a7c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98f8c3a13f6577a5e1ccca480ffe483c91183a7c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.b2ca9b57.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-IN3kLdOwfqZ7nZFPfKEdtWketjvrinFjTWa9AffCnx4GcCtqW9l9x09a/tLRWgqCtVkPvzNxrH8168NFcR8SHQ==","shasum":"1c263a7a3bd514b4e2fc4867b89a8bf40c18ab4c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.b2ca9b57.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerJYqCRA9TVsSAnZWagAAL0QP/i/7r2yhtrVVeOXAfKjl\nwa/Wmre3XC9mfzgt+xk1LVYFhrmldXUBVRXbMJedng69zb5IetKecINJh31t\nv8bKYNthWaUBag4iY8mI8kJBlunP0VVnlxVkoxtN5hpmBMPDSCM14V5Vj6s0\nA/NHlbnR2Lc24EcOI50ysT7Zq1cTGedzYbWOVV+2VWjmeSTbcPJUI0LWstL0\nf5DjJOftyXvJ3E0lY7FTMwzhOZK/AuJyR7YgKM2CThE8icw18CQRJpnP5joB\nFLJDkA77MrbUarcQvIxuGLCHZqvNFV8FlY5qiJJDpOeS9ysUTPpHM7SW02xJ\nxZbZLeJCV59Q+Ez/Q7XDd/frgywDCCHATAa8/fdWdAoQmmyrc93zG459v092\nysHCWC2B0vIWhh2KV0521nu6YoHZbhbToYPtbeXHHfghn4Sf48YS0Lz8x7Vw\nvVokJOBWVgOUsSH75u5H4ijvFQTiKa/hGXi3eZzXm483gXApBR1AaYhp81xy\nM7wh7G9lzb2Ws5BWvKI4jnnxZX4MKYhV8v13XrpsQPNXJ40KM/gzuy05ZdR+\nS0MUHGYfMYd58eoEdfvK2KMbBK7hgQKASQaphWI5v5R8EecjXfGPQ0242AsH\nnSpAAUrR4eM2Ea691MDFj34qJjhg334xUV2diJ3s9C9bifnhXG0HbJHbvVYL\nJXqt\r\n=zayZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH2oxvvogbykg2djBmj7W1lMLmlbED4FIbTNxq2CrmhEAiEA84FGIcBxK7mCIhQS88NjwEFytLu6ZpcJHUYHwfXy2x8="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.b2ca9b57.0_1588368938204_0.5461287374557233"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.b2b088e7.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.b2b088e7.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.b2b088e7.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c524f04088895074106127ef3584a2aeac09b189","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c524f04088895074106127ef3584a2aeac09b189/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c524f04088895074106127ef3584a2aeac09b189/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c524f04088895074106127ef3584a2aeac09b189/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.b2b088e7.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-H15uO1ojrmQwkjBdc9RNOZKPnclY8+7UGYQExkZWo4m7zmfxyVm9aGol+MhHDzzFUHEGs+WJ9TePyFZvHlga7A==","shasum":"8f81cef4baf801d414b35c557b1451595f256fa8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.b2b088e7.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerKOuCRA9TVsSAnZWagAAYioP+QCTrP/XxoeDnPalzcxp\ng7LpQ92QCjC+lRg7iPlZAgCJ+9Xh8o4hMLYSF+kWrT2paKCKQS4IPKemJcck\nyauq4SYrzcwzxMuAlqg9leAaplA/EHXtalsBelZ4rXyqD7eJi2vh6BufBC2A\nw+zL0fwr64EGG1DArYRmRRpYgBT5lyJ3IcqrLmxODOzFxx3Zhndd4/5BXnrb\nAYd9AjDCVnZg0nZxtSPwxtBOL5JntxOEIr2kbP7649MMmO0yZ3/KWBh5j6YC\nMubbqrgBR7zFrQnuwmPIoKwSu7sRyYuvWg5AMSydZLzDxlJsQxJ5x3uzB2Wt\n5tDUl4fFgwdSVZ2BcNE7f+1i9dgRMqcVxd3mYiVanD5+ADgbASKoO+IyGASp\nHpR2aOl9X2xrePaSv6c+shC4WuuOxlAvnyhrsUq3n0/kYvpvwoRg9Fi6tF7m\niFAneWrF8t2IcTJc9Tg6pSPmSYDwaOBxtqbG0iKjI275skp9JATbxD9vj1IQ\nZLexONTNyHt6L8D5G6cuYwcjHINhNY4h4bdGb+Q9NEw/b3UALhxiKxCsewbS\n7EkWYYDoDEEN7jNhNIXFtkBzcl80i1tZjx1ys54fvCStuAEsqKl9jACHAOCG\nIj+7oBw9RcKA/zgAZah/nr5q0DwAKcBVmO2sU06C4U9kitAnBonHjwt7E5OW\nO+xU\r\n=z+OL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7LMaU9M0IkoUnMCJHT/D6eHFC2+Yx1KnDixYgR/XNdwIhAKo8ECtyzX0508rScSpoCoJPQzk4YG91ujvkVJW7X5UR"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.b2b088e7.0_1588372397681_0.015447854279946105"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.fdd8f69e.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.fdd8f69e.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.fdd8f69e.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3888dcd836699affb59b98e4306c2ac03971ac4c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3888dcd836699affb59b98e4306c2ac03971ac4c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3888dcd836699affb59b98e4306c2ac03971ac4c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3888dcd836699affb59b98e4306c2ac03971ac4c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.fdd8f69e.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-oiii/4MtabmsoDdjV8rQheDP+dA2odLeghKZZ+esisgFxFgdYEwJXAccpn1BH869OU/4Mqk8c2A69+JIdVuFZA==","shasum":"9fd1f0babc7fc93808172774a2e3bc8cb12a197b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.fdd8f69e.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerLvMCRA9TVsSAnZWagAAUfMP/0BsH8pcDT70QeSNzwOM\npNq32TBaJ/DVQ6Z6irRiItnBkwp/RftvZKUr8KF+WnRpAdxKbyRJo2c+DKCO\nD3tpc79/Lw/ZZAcb36ZnYNkm0jltZBoPI9JO5b5g3i5gBNgTFLV0YFeFGRmm\nua39mvWwNxYNke2O3wWnXK83Xx1LiS/SPgAp0WAFGF1xIpJNnzYnh+LrnQxI\nevPcWZ8P7/MFj4Iq4wC4vTt2QHCSmFtnX/Z6XEgwVhoDGpOs8tT0OdeK6jsE\nUrifc07v6i9L3gvJ4EegeiRKFOcIBVEAREBBzsMhcc97S6rXDwp6DpbflEo7\nmDLWApKEhrCFBEb/fLU5PJEbV9GCjGk9W7DNh1sfbl0/vo8pAvyl7SlOtdiw\nwf4XyY1Q8sUikOQ7e29EPMigNRijOahAMrGWfHGo0CHEeWxoXs4uWt6kDWYT\nDo0Xy/h/YZDd6dvZpngs4YwMkkKEiwbZxO5xAVpkacVtilDlYnbxGJMUo/1n\nN9jjyyAquurLtPxUcYHdxT/qb2zoKwaURF9e1s+te89cXZLz916Pxk1vUG47\n4lytDEhKDytK2/jvG1rvJV9s6BFbRN4AyMtxjEGmdN+rLz21nyZoyYQRNg0R\n9IucuQT79AaAdHJ+Hv79A68ar6HTKAfITXfpeMXxyaJjurZRKY+nJKUtUzQ8\n2aNw\r\n=sRTF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLWYpQK5B8L1hrVIQWfuIvrXS8y5PVMk3vWGje7frTMAIhAO8ZwUby5jV2E0uTOLXfR+blm2zIHbBGnt59bAratYTz"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.fdd8f69e.0_1588378571706_0.5168807450005504"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.730f45a8.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.730f45a8.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.730f45a8.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e4604a16ebeca9fd76a4f742d3f936e83aaad680","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e4604a16ebeca9fd76a4f742d3f936e83aaad680/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e4604a16ebeca9fd76a4f742d3f936e83aaad680/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e4604a16ebeca9fd76a4f742d3f936e83aaad680/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.730f45a8.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-BQf11v/TF0QnVz0wHHPn3CBh7fZWBWQwDkCGdg5Hb2AcVOyKsNdTX0nnMowrCTJVXzkKhufgj7JZDH6jRb/arg==","shasum":"28e66913b049ae90a99c9c1955a787d0fbecc3ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.730f45a8.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJery0yCRA9TVsSAnZWagAAI20P/i3gzPbHELeU/JTqOkG9\npT+MK2aQdq3grDwWZlgs9tSB9nAd74CDHKufkQ7fq3PuTusxN2vZA7whiwRj\n9ufnbhrxZU2HWcOUHYadOei0eUzD39x4kf0bUbL9hxENd5EOMVDjXL5hT/4i\nxDNXltS82vaDE9mqCcCCcCZkuqrH/fGUToBr5vIREiN3QnwBcF632bPYnoUv\nvKoPR6Gj/wcaftnOoINVZvKF6XVkrl2C7qWNwIesDQMxLEwAAM7W/eBkKcza\nZZeLluWBEQA2eweN+D466jc9OWqeeKK7taGHnoY5zEGkYZsBMZBydJptpkVS\nkhrpF4H/eGR3VztF4kx/EQZZInnacsW7BrgWW5BAzu1acTgMDdlILIJi+jwg\nkzU70IcNBJ+nXNOzEzGhHzaivP0qCfh/5TZ57QDPcBaPU9NAWaesrIPVJC+O\nG6QU4li9iQEizzV1xoweaEmwHwhfDnKRSJx26iCkef+kCgMQ3Q+FPhU0v53f\n8KB98ylRis8A+iEQMLRHx9qdwVqQ1VX7bXZ46Hj3sRqpTUuAqEm/SS756j6p\nkp2WqdcOU5Q7h0svN9CBgxxOgEXCtxs8uufWJnapuWdK+2cot4j0Mc+9Q4YG\n2KJp5FkjngNwJ91ZwlUXPQaF+MlSJvHx6RPcz3f1IOpntrcTjq0AMPok4vWs\nyrpJ\r\n=ETpa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHl+hJFHdfMUUTDq0owSip5YDWP23ajdePbtFmAU7kjAAiBLnBGoO3xfjjT226AMAyGin9uei/AYPcTKt9Cmq8h9vQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.730f45a8.0_1588538673864_0.3768807555243663"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.4219bd20.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.4219bd20.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.4219bd20.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b0ea0642a3b7fcfd78e46e68022be39ccf7b5e68","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0ea0642a3b7fcfd78e46e68022be39ccf7b5e68/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0ea0642a3b7fcfd78e46e68022be39ccf7b5e68/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0ea0642a3b7fcfd78e46e68022be39ccf7b5e68/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.4219bd20.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-+E+6PjUzs8gtYfE0vZfsYff9XqEVyEc9gsSIGJkKaXYXy9riNoUV9pT6VPFEroKFG4ROUiBBE77YkmZgHEn9Kw==","shasum":"f4395c3196185d5dc4d59b50fea7f3adf595e51e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.4219bd20.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesKXZCRA9TVsSAnZWagAAxOQQAIaaeVso6CUhxKdGmxVr\nXYATMfUOHNjGpnANLCtx40tIqCLyMUBSz4roIe2ggKEw7lvTh1k+krghNiUm\nrijViQXMd5sDrBIVAMZCl23/kUyGD+LiKlCXATR18JEyvRYjfNUBCGtIvlCK\nPjioXelk1lFbFaGg3VrNHQerll5jnbLPCumBapLxGl1W9StxKb5YubMU8W7z\nu2khkUkrDru770iBp3ESziCeKsJjBhIG2sPUbiCFzB2U0klJ/l6ANsadTNeA\n4TntGHGgSgz5Fj7nzTg5hk6JFSxDyiBpBf/XVZNBUWiyNtSi1U+XQvnj+6hS\nLDPyMiENkGv+GpPZEEtU8Qiy1DiHrQS//6BciDf2Me5kTNaAcXhKjg/PqHtp\nF7naqs7oES8c2iUCst2NY4ATvz46jyBFyWfdyvx5xCkePn9Tm58ood8bP6j5\n6KkVL6UIS3pe/7wZ6wW02iNfyuXjWuXiirfVlPItlkAq2D4bBBeS5NT6jw4w\nLUJ70EZDiedhUSVPO/peNGyldCAysGXl3NJb9K48QoRW3PVbReWjcbEwFvcT\neh+GK0YNcFTQmUFUrnjMQlWDwD/hKAn8gbhvc57Z3TUKtJIT4CKham2LRvd/\nQbM/pwTNCn2dLskOE472vouZrRnnuvJYWimw1DEHIKT1hs/jOXl5yiYMH2oo\nymb9\r\n=yKMh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1j1QOakkVZ4DhGkPliHB888VBoE0AF6mLiCyjiLxgMwIgXPqHcYUfZmU1Hy5Cv7473bxhoAcSFFCryLaxbXSxY7k="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.4219bd20.0_1588635097056_0.9111991658920879"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.1d83cf6d.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.1d83cf6d.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.1d83cf6d.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"72586b3b03638e183dfd5440f006b405468a37d1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72586b3b03638e183dfd5440f006b405468a37d1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72586b3b03638e183dfd5440f006b405468a37d1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72586b3b03638e183dfd5440f006b405468a37d1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.1d83cf6d.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-H83SrekgUFEV2T7PG1YhSe04fCkiVyeh8sI9RneE5JMXj1ro/2qtAeLlZJCQvf7EJqttYbAvBObYWrP/ZXSGdQ==","shasum":"6e3bb06d4e3e47ec566c5f48aec09bdf09294b67","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.1d83cf6d.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesZ5TCRA9TVsSAnZWagAAFiQQAIzqg/WMgUpZ5KAErkkZ\nJZydLHH7NYxynI08D0nZJMRnhX4zazDBElX+/uYiRMTvc/gwSaez9Mc1fQuW\nf47Y22Xv6r4FmdXlGvi+IW2kGjcQr4hw/VSCIZwX//rQjtxUf/p6E5rca7DW\nTebTpnQd08w3YMQ/dZOsLkheG4WbjUU0GmoR70g5dDN7vb9L7XwJ8+xBdZJz\nChpttUiDUGK4txFg1OCL+PRdPX0BJj+mO2/Bl2NuGjy3D1mUAWc4ZJl6wS1n\nSvh7mozklFAqZ1O51xr0mFel8sV/L7keZ8rB36ChsNtoTEotStVe2crcoBwm\ns6A0h5cymBjHThTJGUmgVEcB5oEWHo6r+54UuMqLtA19vPD7yNGEsFbbNSbh\nmyA2q4OGF4Jd5x3mqTclHloDy1bFmp9Cxf51FHGh5hbRv+4d5giWbiWuL+5J\njEWBQIh7l42oEs1VHrWY7yU4Bkpmv4g3PTIvFEDDrW5yt/k07I04+EV7cMGK\nLJCGRA8SuVspbDlOUTtRSeEmM2FprImddGGFbqg9bbhSyZdRFjx66bELy/Ik\n2UILcZ74S7IBA/W/17sdIHAoV91Jfdft+zH7R1T1rnx5JLMmX1uOKCgFEfg1\nixtYqXCr2GqsjH1MjsqK57/cQo65RmtqzyR6OmHY0p0cHFjQX6QOyyvP0qZm\n0L1l\r\n=wiwZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCiA6MymlJo4U9STJx5uRChnFJ2dpSHZi6uMbonmijKBQIgdaSuxGpNnSrO5YxIpvtdfqs/IfyKbablJ1J2jb7jNo8="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.1d83cf6d.0_1588698707305_0.7979979483115487"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0-canary.3bfc63aa.0":{"name":"@material/mwc-icon","version":"0.15.0-canary.3bfc63aa.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.15.0-canary.3bfc63aa.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"00c84910ddd746dddbb2d651a4fe51c784dc78b1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00c84910ddd746dddbb2d651a4fe51c784dc78b1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00c84910ddd746dddbb2d651a4fe51c784dc78b1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00c84910ddd746dddbb2d651a4fe51c784dc78b1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0-canary.3bfc63aa.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-q0RDkO+EAr7kLnkReWvuz+Y1O/9Q9YApcO4VFj2HV50k3PlroqrbZbQJp3ydX1YU5MlxpsmiZAFkN1O6jLjFrg==","shasum":"ae4f66935e7cd4c8aa1c736fef18cddda3fc3450","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0-canary.3bfc63aa.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesazDCRA9TVsSAnZWagAAT8IP/izP9hOHGhPMppiJTjno\nsJ1MF1f8RU1m/kzg1FNiMtfeejxyL/SqveMZf7WX11NrmWa969j9GcJUP7I4\nnfAeuMasXUoWNimIpaHysxTjn8EB7mClJMGAzaR80kOaS3hDc3BiB8B/TDnE\n3Bep8jBHiFbqdcQRx1R953P6RA4CEu9HUxYZJ+hqaGsxsBNNT54u5IkhDsUy\nHkaDDjVptGR4oE0SoyCyL7sXxY0zB3W1ozHqrxbmVs7rD/X7zXITUMgc6o6P\nPlOqczEMm3Sbekic/TRdadmMMY08koj9hTLai6tWGQ6wIgyMnzb2sT2wf2ck\nXRdnLm3dforqqVJVYsIFWXJevOjow+Cb26eBETcnhDzBB1OkibgWl3BeLoxr\nttzg4Vu8EIIarKBqVteudEzQwdf1EREZXZ5AXiCbhZJWRhghNZs1Uj9yhEsI\nqgJGOpOnWoxVB3/BwycG2OaHeKiQJ0+DoNv9MZa1U4xa/i3rGNt3BMk3TKAW\nsMz3zPOWtHpqRxOCAET9QLTJfxLIcJnPLGC2CY8q3EnxO+l+5YxcFD6Mb9hH\ntuRn561dMKVK1YeGZ3QtA4MRi7+yL8qe0rmwD4OBAQEAKYFtDnLNS2W9i2Xk\njnYdY5SdKzkxA2fyuvt1hBlaqp27vmR4rclRHjmiiB6dl/P7TFt1QAFK47tb\nE4w7\r\n=MCO1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFfHqgVq1rs5YryIe70nrHtZ9jzpOecvdE+VIYDJxxRWAiEArHAV48D5Zsy6SxivNlR0bIkZAjZVl6DPeNwsshdmzU0="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0-canary.3bfc63aa.0_1588702402970_0.6226976749226045"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.15.0":{"name":"@material/mwc-icon","version":"0.15.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"^0.15.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"749d0b52cf7911d260027fba833a8a291177ad32","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.15.0","_nodeVersion":"10.17.0","_npmVersion":"lerna/3.20.2/node@v10.17.0+x64 (darwin)","dist":{"integrity":"sha512-jKTwh9pNYn/DgQ1jmh3J7cl8CpOz7/seqLs70mURs2pMlbv9DIQiiYYprADExko7aaOwig9+lGmKQlEyLeV6DQ==","shasum":"3f4aab00aa137f6f109d42180aeb2dd55f5981a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.15.0.tgz","fileCount":13,"unpackedSize":25302,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesepTCRA9TVsSAnZWagAAQtEQAKKazdAAVk+JQc/W1DCC\n5C42y1wc8VPYSU6t3RAHnFAkI3NqtuGHoc/rQWmHI9D+Hsd8n4IJg2gS6dXM\n8gxRTFblLagWcT6s3NVIbS9CZTMY56cOBTNpZvoBWVE8lDO8pwy7iONAUVpb\nb5M+2/ntWAJICDb9nnCRnUOPIpr6neny+cM0Zud8kYKtffWqj/L6zaSa1Ydm\nfWh2k67xLJrVw+o5iu0Csx1QHFKzrdhVh42A0VBEyhySdgZ4G9CF4YnlI9TV\nrRPohJMtuIyrsm5q9nZEauTchcK8LG5/tpv3VnOEPyQS+i/BKYdWRzLhHJGv\nLN9o0t/FC/tHrMtzN8d0+yBJS8kZ9hd4iJ7A5KFK0GrNAGIx44yRwKvNEa/h\nf/L71eBK+zbLJCf3CWcP0NXyxTrXIT5ln8mzH7BJH3PDhDUk62x6BuH0c6oF\nwHFDdXmQwvvgN9LUvw8Mhd/IqRUp5sbvbcYjYZS4wgY7TFxyIhCC5MkXFfqX\nt+b51O/BznXG0wU8ydTbZK4rcBjzmeEua4SEzSub8voMj4ScXCoKzaTExBoN\nYQDy/cM2COYbB32YwvJ0Pl8xUs01A7as3w+caNvu1Gv2g6qAfAzzLU557bD1\n+/SjN4GqWQlgcwOF1IkSgQeOQWy90s6gf+oIZHowLNe8HHP6k271l2cEaRt3\nj1TY\r\n=d1Sh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9A4qrl4fQgLbsh/KxMTmR2lfqWt8ZEC6Qa+WpYLueVwIhAIVIor1znrlkFbFkwvOT0GW1+ab1Xf5sPTkdx8777nyU"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"asyncliz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.15.0_1588718163119_0.845827091143899"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.1f4e3d1c.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.1f4e3d1c.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.1f4e3d1c.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"cddafa9ea64276d2774eca727578ad51fda9c366","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cddafa9ea64276d2774eca727578ad51fda9c366/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cddafa9ea64276d2774eca727578ad51fda9c366/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cddafa9ea64276d2774eca727578ad51fda9c366/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.1f4e3d1c.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-jnCUZXafkGQY8KZe2rU06YfpmPEXkAY1n2gLYRse4cXwi+tHNBUSjNLZX8exaQD1kKbC7FUU2givbKcM+Pyppw==","shasum":"77802c87ef57247fd3c0c85f6efee9c78427691e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.1f4e3d1c.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeszRVCRA9TVsSAnZWagAAGfsP/AqAuOhTWA/X9EsvP+IY\nIEPjyyZQdabvkukUqBC2MOZpEyRzodszJuc4pzrxxf53lmyq+GE17Hb4VWXz\nSOs5N2MP4T60IfGClnY2O3D64RRBx/TnTzZkQhFJSfiEObEHXEe6BLW0xxuq\nGDIaP2MuyLX1KxMArWk+xzruW0QQu64LqvxnEuw3seaHHcxWEXLduZThswaD\nfSzkDgRhq6i+FZmDlm75fq6909MwJZYq6sY8xvgDA7uTyBeVRTM6ePzfK2Un\nUF8Bhq7CrRj4Se7fuHavhy0SCvdgHIQ+3+90AyCm3u1xLpoHR1ojqkXEg1Oq\n7beDl78uSO6dPNrojSJQUd1ilCOvbx51fpQfMq/e+OgTY74BmNUqlsjJ8FXP\nbuMOsuWx6L9SKQZPy0hbD7QcUD3Zqx08JjmAODrao0B9pt71PoQpvh6PyPhY\nIIBwiYLzoD0DRW732gXAkDSL/7fjAKgxa+Pluz28o0hGmXz0Iw2xkEnJNNJr\nxnUp64jWKxVSaF+HEtE7xBRhhWB5InKq07jajuIRdGVAWHpwCQ0g9eh8TEP+\nO3Or52Wv54sPxv1PEl47vISoarhrKhGHuk66hTY/eMt1MYGNKJYhavgl+FMk\n2c5y6lE5OKpMPEIEIHc/+dkCve09VUbkUviWyH3N4OwantJBvBqooR7q9+vh\nod1A\r\n=oVZg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUZSI0Gbm2EV/9Qml7ph91QWpq2JyPS9L+BzgOo6UfFwIgPsnv+W5a/KzIr0dogYnOAtUQjN63OlXYIC74lIAdsKE="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.1f4e3d1c.0_1588802644593_0.5520747047868919"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.bc8759d5.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.bc8759d5.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.bc8759d5.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"bd62828e2f7b66a127bc0ab165f32bf39b79fb0b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bd62828e2f7b66a127bc0ab165f32bf39b79fb0b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bd62828e2f7b66a127bc0ab165f32bf39b79fb0b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bd62828e2f7b66a127bc0ab165f32bf39b79fb0b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.bc8759d5.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-42KwQ3hqBUoZpw9WFDfFgYC39OdxxDmvFlGJsFvHOcuIKkFxq+UwkO9h2CpBQk1rkdHSLtKSbXE16TSJCY2C9g==","shasum":"5730941ae69ef4e181fcd2fa9a829c44f29c4ff2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.bc8759d5.0.tgz","fileCount":13,"unpackedSize":25337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetJZMCRA9TVsSAnZWagAAansP/0n97kuZ0+LDXylKfU2P\nA5kQCDsLbKaX9j2+cdSzOpCzKW1Tq6f2elBagnM2eq/sxnG0MVkQXCsVvXKM\ntmHV6a8O1zQqOhrS8iD6667tXApoq3G5SI+UO7+BX0Rgx0E1Dqsyj+cg2H8m\nsI02d6Ky5MFlLo8/same6YBsZt88PR4cAhUFZGhxDnz4NfK3evG9IF3tRwpu\nn8LGWT44Y/0NatObVWHzfgsQJJw4/IC6WlxFho3TDbTzBZitooxOQDWidHPq\ndLVqAl6CmNoh0zX+UqcFpoEywX9ZKW+JiHrE5pyc0au2uxrRieEHYY2xAsqg\nFX/oKS6mpsEVfWEPL+2osecH6UG/O38Cv7iy1t9IMuNvN5QqjK3PFYgxvoOs\nIfJxLGqcm8MlKe5StAHppZcIBFWhqtEp/OCyygdHKaG7YZk1ocKOviS4XztS\nVQLvN+U0eZzur+TFbq7iPXxrpJDQAp3jL7B9I/B5EL/s+ffm3AlnC7ZEZHzZ\ngneZxHC2VKblohLbpFUc6ivGC5QDLp2hnf2KJwFQWjJLzTH2iF1EREUGJssg\n4e8o2gWs3qLtXij+dIhKR6p/cbyvhxTsF/1NmerUIQbcLPliMhpII7mHpWQb\nPaiPWOE2Fu8DSpIHfrHuBQBQcGMOjkvKxb/6WjVZy3OJiHB7W4Z/8diRGZ3w\n8j14\r\n=d6km\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnJcI/3B3SfTVxsuJ40cVP3EVKhGs+iOGygXDJAjWtKAIgVRy8EuoKVaki0KnZqxh00C8VC0fkakIQ+KLvTIkAqDw="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.bc8759d5.0_1588893260017_0.1623599644474778"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.d1379acf.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.d1379acf.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.d1379acf.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"7b322d565d0668b9f1c4054abde8984cdba4ee4d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b322d565d0668b9f1c4054abde8984cdba4ee4d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b322d565d0668b9f1c4054abde8984cdba4ee4d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b322d565d0668b9f1c4054abde8984cdba4ee4d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.d1379acf.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-CP49MKEo2i6slMXc5vhPZhjZcTOhPjXDV7gIDfU46Wg96eoSZwvMz9tCFJmg+HHieNJ6pX2w/gru0eSkZno+3Q==","shasum":"aa0faabf63f30465ed6aad3fc1b85972e147b36e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.d1379acf.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetZmoCRA9TVsSAnZWagAAVWgP/j5tPKfahCKZN3CUNhhB\na4lh6hS3ZS2lZwzOT9cyckv6sYArhSbS2sbTH+TjPpxd1Y3NwAzurwp2QV7c\nkKTW0WfW5rh14nEYb6G/pqacC6Uw7IMNjOBUZJW8cT5d48lQNWrBuVzZ7N7i\n3pRjTa+hjRNB4er2PnYt90FLv2xN293FE0xiT3RltNeyGWcLYZSyQUyO8Vqy\n2lv285sDetYCDXQy17b5Ok+ONv+M9Tmuuz7kYN48quC/sdRFJ4Kck/1V8VTM\nrl6vu3RzG4CTQFciB07UG9GxVx1P0dzbFXU2NQt00qxozYjiY5aNZq5YI1CO\n9Dpeaf1BZuO0n0Ii8BiRar8o46a1JK4XDPQIFRyEi+Wro1+KoBryu9veEDHK\nW+vX2afh9xwUE7gVVjrfIJCz1zTlOlMhPwPuXWmwo4rFlyGlSe4306fWTlXf\n3JYlB+U5HuDZp75AwE9opEB7KkCwifIhd5kCNLe6B5/EDPt/Xf66V3MFxvCC\n9FaloOR9j1gQfrutrrvvfSkNwzixMCnVL49K9uUGBBLQenrGwHb/DCalsHlD\nSGrTy+HkUBN6Vqjhdq7vsQeWza7R/UegkvYwUzBYfv2bRlf/Ia6B+vbIAf7c\nuMYiqiHq/Vteh/e0h8KlxvLf1vyJnwtIWFbYuj53Ex+9xih3s5ZpEGq+sHyY\ns/b9\r\n=sJqq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHlHYrUp5YYcOGpYDJ67QDxkk7oobBId3sDpMy7WYEfqAiAeaXZAE3zNKv7cEvv1X53yULB9vP10l25xHva218jbLQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.d1379acf.0_1588959656071_0.9797132289985235"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.58d51fc0.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.58d51fc0.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.58d51fc0.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"095d9f72ab7ca9994ffd376ac6b1b0daa4c99011","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/095d9f72ab7ca9994ffd376ac6b1b0daa4c99011/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/095d9f72ab7ca9994ffd376ac6b1b0daa4c99011/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/095d9f72ab7ca9994ffd376ac6b1b0daa4c99011/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.58d51fc0.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-ycsbOm9MlBQRJoJqZjAsV83vgdED27YQWsuNlql3A2F2OhKlk6q09sdxNhx3/6VwEZNxi5k9kACEV1xGrdTbkg==","shasum":"4bb88a695cb55102d3fd1aa967f0ada21eee755b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.58d51fc0.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetbAzCRA9TVsSAnZWagAAb38P/1OyzC6wdBGmAF+UPwAZ\nqHom0aC7iyjZH61QoVXqAa96Nyox7wPVtpRRYhilhYu5+aTsVmjFPNYqP5il\nsCzwHNZJoCy0+48Cap/2pnY5vEXUICe4o5spcE7VsfdXWZyWkZRQI+xnY2Vh\nzmGptRv/S/fbRiULZU2B42lDdVsi/gPpN0zBVt564+SjZdGK3IN8krCL3vvf\nk6JoSNPqSrBXb9F2LzUUJ4x3pgs2FicXgmslH/8jSu6sITtl/Gf01fpUd7N/\nj927Oh7Ky2TSWxDdW7gU8efSO9WioeG9BRBXTj8jeGUwAWWO/a0K5mYPiXJ9\n2m5To+rWBsxYpYULZNZlJMS+VgGYo2dOQl+5FnWPaMPeS73sAUQPtvW0kMEi\ny1gClpYzs1AraSiunfeHSgklFjdNa79PiPJVczWDQTymoIz5QoXgezPJr9Vs\nzgC2GOJL2nNQs44cntiXkZKcO2Oivkk4PJ98plMlGFAkTwybqlqKh/lwmFAW\nepgKCsreNP52mVSrKrsZEIqBPbSQeOmvzqP//LQUsGwmyOSmxFG8GSo4/sj1\n4ERv3CJEkr6kWz7lumIf7/XgyIKHIiJ6nJgl8UhXvHioJ3NQXGVEMDwGFCwr\naKtPLV9yX8kUqGIVjD/p2CC8SyjmXB+m9dhs4hikS1jf0AWnZVfIjG5rNcVl\n2mKP\r\n=y+PP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUpATzjrKYKBpsxOw1EEIp9z963ndwE/gDhQUtkL7pvgIgAXuGaX5CBA3qUQEXTnja0vBBz3XagwEs1fgz40ABFYI="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.58d51fc0.0_1588965427437_0.41053994023860385"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.588062d7.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.588062d7.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.588062d7.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1b66fe2af3ce7c18a07562e7ad2469074135eec3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b66fe2af3ce7c18a07562e7ad2469074135eec3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b66fe2af3ce7c18a07562e7ad2469074135eec3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1b66fe2af3ce7c18a07562e7ad2469074135eec3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.588062d7.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-r2AI7+s1Pkf6px1ykL8RjNJMT7HTmP3ELQbalNffYhNzWVDQ9+5+dnb+fNoqQ0h/ZNd+Y0HYlYyLK+3o6axeaA==","shasum":"68cb07dd9d54ff2240feb18696a405f9268c67d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.588062d7.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetc3CCRA9TVsSAnZWagAAoBsP/1AFtXORXIQT7rMAnfCK\nnlOv/4IOBbe4Pdx2k1PmhlduVymcPA4dGcef/Ephg6pyr44iCwqmMuwR7YlQ\nAtjqqpY7AVr6xUV1m5s4Tm+j5U+JdWGhA7Gtn42p96dYQGGEp5OzjBHbD7i/\n2E0Xp5VEMLsHQJ5rrKxfTQ+NEXGgaIxOYeuWTsmN2toJeoN/n8r4NRYnk+ic\nh6buFoA5+FF+Pi12zp0KGWeD6jOw1u8wH9pPmIRVo4++H3xO8vUTZK8nkGWH\nIqrmkL1P+5Uc2Zy+uUn+lDA+aEFyg9XrDfQq0kuUGBHvabt1u6xccN2pXnS9\nuYm0rL+BlvLJT8F0radThStEJSvJrcfc1HxmNR99YBTD+3FVFSyXWGy3IPu/\nfLuFmBecAF6QWRoVz450hWXqKjqDQ4PBlkXEIZKwul6wd5gjWGNr+D/i2iwh\nTubhx978pvKSztCjFFTogJY/pYRYGw3xiRhiKJYmenwbKJkBPzuRUpTNk5jA\n1UrCC/tdq/GYALE/8nHnGt7Itv5i1S78NCBw3qSioamNCF4xIk3NZ6Qu8IET\nitW/WojY29w7kdBWx2Uinzs9b7YnmBRZd8eLvBc2snFcf3qYHyeCv1YlSYfr\nK8C8m524S73J0KvvPUJ3CwjZ+OBmwg4i9Yh7cG2yZfaxcmFsXtE84cUFXskH\n5LvP\r\n=KvyK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLqUshG3A8sXGZbkcS/XtcxmPWtvE3MHFkL4EOrNgadAiEAqgCh0wZJAXYVWsjb/1rokUYV0Wm6tsfVWUMX+kOVtws="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.588062d7.0_1588972993748_0.504967059851793"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.fa21f639.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.fa21f639.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.fa21f639.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e20cc975825eb5a02be956c28db1cebc2f8908c0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e20cc975825eb5a02be956c28db1cebc2f8908c0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e20cc975825eb5a02be956c28db1cebc2f8908c0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e20cc975825eb5a02be956c28db1cebc2f8908c0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.fa21f639.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-70Wezr9k4UEzMchJC2iX78Rob3Pc0YxLuTcg8sGzfovSS/J0FTjgqCY+W5yx0Wy68KFS4vZGaOIf1LyTPhL5Jg==","shasum":"271bfc02c3b91b58d4897f57c20a858f617a9a81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.fa21f639.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuYuBCRA9TVsSAnZWagAASeEQAJeOQ4kerfxmkEY9X0mk\nRboXVvWBd64MpPw6g4RD7lN4AjRMU5a4eNxpI9mqJdhz5u6M3ZJzcigzHQ0v\nv10wjvUXSkRBqKtb7mYmvD+1Eiuj7f3LIXrj7j62MzmLbjEkcH+SOCyDWrY2\nW9EOnKvxw2tQ0fg3rljvaYbOn/ccK3olPs2D/av4JEURpFXdOO8z1GiyRkS9\nDYnFWDrmXd6bvbtrDSBDn+BdbBpOyfVOHVXZ+zBz/QCz5vGCt0NqYyMMYTGP\nUsckpvOrL0lrrW7Asz7NHuBD84TfVQmiPncDkCCSHZJWkULT//6xf1jbuE4W\nfZacRtBXU1PX3WsYpjrIIBfJkf0IFsbTDsBKydYafy6mgxw9Kk9sLlNiJ0GS\n5lohvKuB7BtWP/evs3FsEEZSf2AIq6a5A/YGk2oToXIg1rlxeFU5srnmv40D\n37WkOB7FZ8dLci845s74Vc/mzbM4qapL0/N8vfW24FA5HD6MgygKv9qHn2o6\nWqrsOL14gsMqB1SRTxECiKfaYXU1RJxqAf20i5Cy904Cqpj27iDkQzDBHEh9\n3bk9nm8acNW5Gp+lAVkrrIf0taeNTMK1mEcYOYF86S0syzt/06emkhTTOqLN\nY/QsT6mFhCA+LCpE9Zi7PixhSP8Mk1xOiAEf9w74FW70JLyhz0ajjKdkUUwE\nsaNu\r\n=B7XB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC8FVVv9ljxDKGTDKshZuY9tNVQHHvriZpmrRzmk4TMVAiAUiCyQH0pnfzNnB+LU2pVb6MVLrjrWakQ+4yS6xod24g=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.fa21f639.0_1589218176984_0.8611261531310368"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.2772c509.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.2772c509.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.2772c509.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"757bcaf3dfdfbcc62a5b2990c87cd91f80fbdd1b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/757bcaf3dfdfbcc62a5b2990c87cd91f80fbdd1b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/757bcaf3dfdfbcc62a5b2990c87cd91f80fbdd1b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/757bcaf3dfdfbcc62a5b2990c87cd91f80fbdd1b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.2772c509.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-TanLbcOY5VxeNbYJIi1D0fi1jfYPp/iPzU+bH4///yjUyahrOF4F6cSHo+sDXzEDpXGwsFk4aoFYh5wbV321+A==","shasum":"709e0ffa31112c059aef9aaab8eae267413abaa4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.2772c509.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuZsiCRA9TVsSAnZWagAAa3EP/1Ys9/ZK9ydw7BL7mLs6\nOkRlKNqhx4QMvJqUpijKZNAPwSwZcYE/Ie64QbiUGMi234Lvx+9Pbo5784op\n36sYK894bjbECRiqf+SOeNQ4guhDQv8DAn1fg9AT/RUmRGimpCNfCalZD/iZ\ngL03sXp7aCPFWs5h7lxRjwp30PKVkNIq/RbN63ycc19pyIMl+CDfXNpzjYpu\nQ6NfMeKFeTd83xbXd9CUYIrSrKN6dJxwDJX4PMdw0g0Xm6p9ZbDPDq9hUl7t\n+fYKs3uDo9Y/ZFJd5ifbjBxnlq+/GgjmZVU0rQlYMMolhBjnbHpnoRRESer5\n4uFKVg+3be9ZYajMvzAFQI28r10jQrs809IhtsOMe/aRpz6TO4iWVSZOPUTV\nb1OWgVgBDEqHV+MqU3XvZnTNByu+w+gtegbSVWP0gilPkgc0NB+neK7EP+BQ\nunvCRdJRXOlU8imVlq/22b1d3peSc3/JmzXMYdaQVo+DYoR5RlmNtJlbRs/H\nLaGS8+3OiuN++jvC4aWxN9uRg446/bb97JbSRwc6TQ2BMlq9r551V8Db94Hp\nZgLnHQhlFhUyxq9f9ayqfvQehhzy2rBCPFXHVT2axte8w2/as/RXgO0JEGhP\n7Rn11ugEbjm2z9vZ0bOmq53BQ381qZWXJTs35CBO/kknnXw6gO1Gz7EAbvCF\nQTQV\r\n=jqet\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOJsoOagxhDxFIEIIVPieiP7C7/mIOUKLC2rpc3pD42wIhAJp3HEV+KZCVpOSsBAY8aT7ED10AZ4kCTYd+hhfZKU9/"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.2772c509.0_1589222178324_0.06380742180082977"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.fc4796d5.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.fc4796d5.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.fc4796d5.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ddd82bfd80666625c1dcd7c92fe79f5de6f84657","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ddd82bfd80666625c1dcd7c92fe79f5de6f84657/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ddd82bfd80666625c1dcd7c92fe79f5de6f84657/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ddd82bfd80666625c1dcd7c92fe79f5de6f84657/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.fc4796d5.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-MNOhSgNk3kjSudp+DzBPlMD0bPjjRocXaHE69nduZcd+3R5Uyyo/tEpTGWw1eL6zhw1yxgh/ug6pzRyYr5lETQ==","shasum":"124465b1223b124c9680912aedd91149d71b0c81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.fc4796d5.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeua/VCRA9TVsSAnZWagAA1KoP/RGVyLsSUOZQspGocXT2\njIJ9eifHvIuCPaJgtU92Z7P7YkVfRFckHy1Lu940cP1fDj/SJw+pYiaCkQ3W\nQ4gHTqbgcDhzR4kvd2YUTEp2MF9CC0g49B09VXdbKSh3iuFkE0fikdhcZavA\n8tS2/J6yN+jrPPNge8QjYhXHJYM08s4jgbhI6UIyzF2ObgfwyHlGUtd/O25A\nDqcqkzBnHPiHLYfh9h8X0PT7vhuUU7lOqidrd0nqGDpFsBV3g9F+BRM9C4JT\nI1pd3C7E8qkAjPhCT8PIXhFYBou218XqzVlT/Mx7vLZ52Dq+9+Z2AF7nOiK3\ndPxaK8fCtfWpXjN98GPdY4ViGZH0pT1mlj2gkIjC9Y9lbfWsLdSGXI8QGYmC\nhx8gXJLmZnf5JiuJyxn+49CF79uo2KVf01Eo+jnWzFgWCDOBAvUTDGmrbXEw\nD8AqgTNsNkKq6vJpdANvdP43juIncapVzd5rW+hdSeglUdlKAWp+Ta0GBjjj\nZllBksmT4i9my4DFm7fYmkifolXAHLvtNL6ACPWqviRW/CkTYH4JQVXoU8ot\ntdXXhnvIguc9Tl/9EtQLHnLKeGyqM5BtgagAt96tNQbawvOa0aRnWU223CTl\nNdtQNfXw9WN8u5wNKS/9dsUHte7wcjlBnpad9at9cNbXxMB1Eio+dDuSwSax\n4A2j\r\n=NefD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4AVpRKc0C9ftNOfYfu1IH9it8Wglp4WBMeAgdm7R0hQIgF+XzsQjxtkH+nYsz0rQr0frPXC/qMGqsOsYb6u8mTJU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.fc4796d5.0_1589227474351_0.7043135806251621"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.0d1c5f2c.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.0d1c5f2c.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.0d1c5f2c.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"56733523245d57fa1e6ebe3caa22ef89bc95e8d2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/56733523245d57fa1e6ebe3caa22ef89bc95e8d2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/56733523245d57fa1e6ebe3caa22ef89bc95e8d2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/56733523245d57fa1e6ebe3caa22ef89bc95e8d2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.0d1c5f2c.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-it6TOUM/kOtU5KHyJo94DHGJA58VCaXDTZeG6NTX1guANUyMRtpVuSWUdNYczz1e4owgzp2NGLHNtZXlfwqcGg==","shasum":"7cbebf462fdb4671ce2a637f12860b78a3433af8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.0d1c5f2c.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeucFgCRA9TVsSAnZWagAAzNQP/3mBzycTG+ExaNsNoFri\nkRVYBZWm6XQjX3PhktPbjtqvK9XjJ64fbOWOsZyVyz7GEYovdS/KoqwUFAv6\nhfZS4+zYU7k6rCCeUU5fPO8ygCP4/e61BduFDrV09I513pu0irHkcjqRhf7g\nhuoI+5n5CFJDArBE/e8z1V2TAkZmURewE3ddnOBtfVkvRGRg6WuBeBwhZC6e\nuFBKlLyaSwq1r3h7rYMeyEs5mdqPpiOhoHY7Jo/G8FPlZYHcWPB50uXYxKRG\ngpLdVWPcnVHfQu1Kd5G/usHLITbnsbzXKSiNAdTdymqL39VbMWpLB55Mublb\njuZePuvE4kzNv1PE4gExp9Bq8JMF0bGHh2pxD2LHzhT4N8Y/fDH48r99wGzG\nRtV9IYVkzB/bjqf5wAFv7c0+XKCrCLfpE1AD61tVLLD52OVO4zHevzbZ+70R\nb1C0euBwm/ujPhiLsOgebGO23u+Hx5e5Rb+hCs4fifOUosgg1VFJsN+ZeWX8\nrHqxlNkR6PnSBHxnozu5U2f1SoC46R2bNf7X+6RehVbtcmziqD0Xsx4YhcpU\nNqboP+vUxfbtEO2sl51l49jFJaVkvPrYbUR1jDC2dg4dz2DM7a2njCinqvbf\nCBpZE3TkPqO1ARavIBIs1IHmvFaOqmeQAQcBGG9DFMQb49tXeTdcOve9uI9e\nonx2\r\n=5XrM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDuAkYTA4G2Ai60cRb7QDA8y8YmUUSyfjmck00Nor8F0AiAOJu4nFyocalES21ZCT7Wv9b45wYq9iaQ4l4fsJf5Y6g=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.0d1c5f2c.0_1589231967839_0.9486773258661725"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.d083d93a.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.d083d93a.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.d083d93a.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"740c7f6a0f292b586689cce49e46a93876251b93","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/740c7f6a0f292b586689cce49e46a93876251b93/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/740c7f6a0f292b586689cce49e46a93876251b93/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/740c7f6a0f292b586689cce49e46a93876251b93/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.d083d93a.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-iWNyVsJxZ7zGC4fd437pptM9v0OB4GLjH0tBjPpADTVZ6szy7pnIv9B4Gy3o4V/HsglQr4LNyBdldeQbwDrf5g==","shasum":"9a65c3fe133a6a19bc7bf992e053158f5cd4df0d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.d083d93a.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeueszCRA9TVsSAnZWagAARywP/0hmaZbL32trXIUKfCSm\nIN6yGF7lpflbf2rHuyF3MwwE+isiMXrYIG3E25cXmbnWvidUZ2+jXtbwrlkg\nuJHnU5b9Gcb57J+sNMnaHps+7F8QRU72e+tQJS75sQdaVHctuYnnmDeHDg3J\nz6Im3rXzxWSEQGuQgePllvwT50JDEAQOVc1qg4ZGzfP6fo44kHbfkmO8mGyY\nyR4/BG1hl4nS392aRAPNYJWMj339QR+xeQLIZKyDZH5zmRcUTBVpNkhKtahC\nWUGhxNKlx3wzW6pVV4Wlor+U9IATuQSQmlG5WzvCQHcPX3pDnV9mTzdN17Ys\n0sTOk0nKNPv66jQlsS13c8Glg+cN4gUV4hmaeUMWV7Q6+uQPWhLIXWDS+/pN\ny+3EUJLOffpS0kXVOp9DynA/fLggTyW8a3exd03fAnETeynt3+/KPMqReOnS\nwevyzt+CpYHh+01LlArmrkz0RpT+tz6Ldya1XZgTAXLLsF/jppuvdNfCqX2p\ncf2kA58UrpuHqVytlrICgZaaKrmCAJYdfeLnOEectDYwVCyllbg+1rsG0w95\n48N7BMhkyZ5MT+l4actS4ykOQ9OICoRPMYJQjg3kHR2EnFoVQhybUMw8H4X7\n+0qmHZ24GnilyJZ6GnDlogud9QDAuydGfvNspPQpn4MpmeY3qPO50uUdXoOe\nauou\r\n=oKo1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICUikJs2z+K4n7DmftzCXa4E2OHpO3j4y5dnDFcqNDUjAiADXzjgtSq8hwKAo61RgJrUXITEY+fOzKzreFkbJC0AzQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.d083d93a.0_1589242674723_0.4817764375401983"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.c95d429c.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.c95d429c.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.c95d429c.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"cb13fcbdf906f1aa91a8a2ab889def17ec03e1ac","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb13fcbdf906f1aa91a8a2ab889def17ec03e1ac/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb13fcbdf906f1aa91a8a2ab889def17ec03e1ac/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb13fcbdf906f1aa91a8a2ab889def17ec03e1ac/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.c95d429c.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-ciE5d55zSFIPbuIz+nMqxSl23dxVB632uKRHRhYnjhCRtLZnrRVGzk+ymGxP3ZSOozI2VIIAYh8DgDO6Pqwl4w==","shasum":"d4ecbc8a156bd0f793a33d3b8271ed82917b973b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.c95d429c.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuxbfCRA9TVsSAnZWagAAJqoQAIXr1gPxz9baBWmgCN0A\n27Wx3dXue1nCGiYiBcTBAZ0P1JHxCi6umbQ/Jbt3FOTc8sI9yjE1B7pFYb/P\nFYLREsPOBADskG4JwBEfOossXcPo0z4Ro0NjD5RO6HBsoOg/oOmjIUjGfJoF\nlrmnlQitEfAoiHtnSJOxEcAEnLTd+mmvth9GXmg5qOCDOHXiCySBpu0AKXf7\nut5Xqhy2negv0XzG0s2LdPEYOZbSr6UGeehKxahaR11sxUe+b82aO2a3ojej\nryZwjG24nCXMeWbS8BKnzuVokotUp5jMfiZrrx+TwRdOj9e5xMikLMVjYzds\nuK/2EI/N3AxWnN0svoZSbkQkIzeiLjcqSIOgOcfxLB7c5BOR4YZWz1MH8Zdk\nsAaswwgTb1Dd2ZMXvSg1ZfG0ZINNFwkZ9dfZZde3WwhMhOLebPwwGF5EJfPT\nzQJQsPSI/xDxZR4tHj+LPMZHubpIgHuE1/oxfooo5OQamN7jWUnedE1LF3ta\nY47zHWor01j5G9qWdqAZxVMMyQmhdQPDll11355371jyo5CF3LdLlV0v0Hh9\nBeQ9qMzdlc2N1BGqYJUy6GKYDcZJxHEVe8t/7I9lV9UU/ME5Ltppm2vivtDm\nvL5E/AHjLC35wDtqHy8YN+c0gkG/DmUWuiDfjCNwdiB9jJbPRRYiogA0unlv\nQbve\r\n=l2eq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUkn2hj0OaoFWlvOS4bGvaTROweOkvDoKxcWQtuYTXpAIgRBndi5ehPcybugxNsEoD+Ikngt3pEBad9ziuzNqcSU8="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.c95d429c.0_1589319391421_0.3342742015109319"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.0c1ad726.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.0c1ad726.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.0c1ad726.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9c86cc2738d0075eee9b892c5c2fec842ae62e41","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c86cc2738d0075eee9b892c5c2fec842ae62e41/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c86cc2738d0075eee9b892c5c2fec842ae62e41/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c86cc2738d0075eee9b892c5c2fec842ae62e41/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.0c1ad726.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-CE6lqlSBsyLpmasoTVfEkbo34PS5M1ciaELc12AgtYTivDpTUpSEAvuk/H8w/RzFPvXxr+tVOruCcMpD1tjUkQ==","shasum":"efa60c602839dac483049212fef12e991948aad4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.0c1ad726.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu0BwCRA9TVsSAnZWagAAlIsQAKTnqIwyY0ZL52QOmqPk\n3wOJrpKVe3WE3iwihjsIYQRaXgAS7vfkRWYXkzQjCo1HvdXqdvXkAnQ7Qplx\nI0GE2llfzPkSRitaSgTVwPpcX1u0/iMK50YqsquLmhNS6lmUcUfHZPmg0XLu\nbrambnzA+0zfO8W5DRYweCe7b1eO2g6qqYT+xswVhPuKL66oseprblyUOWXR\nM1U6d6BONsOoCf3XDmEhJygMMQyuhyW6NLxcbDbogk6qtXJFKXYI7pRsBT2W\n/eINe7HuxAdQ9B5oV/83Ma2mUXPhf/f4PTEXGNorAMZPTTAoLARoHIxBKr8B\nia6mscVqa2WDKpDCRL4sTYKAllpfv4BuOoleWkpL54Y18mzlDY/5PoGFg5l4\nD6eK03T/XWXVK9EwMnJRGeX9tlSX1c51BoTtECHUt7v/prxQyxbu4aCcd1SZ\nCm1jRDcWlD2gUy3bWwZbs/7tXzQlCqkpeDUdwNbiCKfIJrixg5E24PmWhzIe\nt3eepwUMVT6lXDmoALBJcK+3bFtgsm+5zztJVEu7RLmTDI4MGLdDqzZZYXMR\nH0ZlO0TW/UWTEFp22pddDE+TVkVbY7C8vZfnfvLW3XlLSwHu+HRAdqbcSmgg\nfAk+1ACUGd7guiCWfdNhvNbvXcWMP30FQgRxQXMz0LmrGsbccfFzcqIKu3Pa\naH17\r\n=MuMy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuv0cJ3yrDKmUc4+0/ilOnhKhwlA+rZ1sTbK38EvZjkQIhAMPmfo4vCQD25iBr9rsCBSfJaBsrQpIT/wQ1MHNfBEm8"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.0c1ad726.0_1589330032225_0.05229905566059667"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.8b6a4700.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.8b6a4700.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.8b6a4700.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"268d44b68432688e310671d956cf5005633aef47","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/268d44b68432688e310671d956cf5005633aef47/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/268d44b68432688e310671d956cf5005633aef47/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/268d44b68432688e310671d956cf5005633aef47/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.8b6a4700.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-/d08wm/dnDW4IowzJD1aNkfMFx3qixnSbrAdyF0TYgnzWJsxEF/lkR9Lxcj0CPsp6DOBbFTokWDq9PkYmAZmOA==","shasum":"258a936117a473bfe470e2767f86ea5a81c15076","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.8b6a4700.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevCv+CRA9TVsSAnZWagAAqNAP/jX1fWUIz/8IRRPfLAz4\n6O+DLmCLQC2AFGCqdtF8EplgeI5RCCcdiqlPul8HAtFkL4gY8/VtxdMLn0Z8\nCA5kxUKyOBxLZdVzdVQyiyS4fN24/Bro5qGv0MyzsRwSnQRizwqHukviImj2\n8EUdcmhQ9zYJ44STBU2fTDBTCHeAty3bgh3VYMxKxDRUgoAAsKYewqWlCZ1m\nL62IepzItdLskTXkF3SmaqQW8cJX8wKLoDfhYzAvTn010UyPfPjU+eTW8fSW\nusqSlxjY88+3uTJfUmp2GVYbxVU5/qHiz7WVGM6XoYY9gV61C9yPa4fhqF8A\nbZFsK969EKBQONPUOblqpbSVCpWNBKm+hSHCv5Vw0Sh+ab3Jrz9xkk3z7Gdr\nLktIrAsxjAMH5/CecgeNYpqAGmhYDIjjG3EsKkmwSUYITt9ErKSR5XIpoXjL\n1EMcCQYSUbX6IMbB6hBZIXxrXKdBU/Tqo023OTC2b46oVFuvzXyE6KptFxWl\nqLtXmoKG7s4Xc3KHV9O3jxj0cFa4gRZjpZ7h4OoRI8m/lTzaRlxi1XcNgZDs\nBcm7UgC4B840NxUhkzCR4YOrLlrha+DQBq05QmPpkiWV6ti3gDKaw2x769ii\nQDBfE5pS717fznsXuFxdBYtGxQ5EVS4R2eerIOYkFmKAgxFEr4c4W5PlJuX/\nSDZg\r\n=npqS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBRcQC5bUkTm6sj+HNm5nT9+W7CiGNaI/o5yHE67IgDEAiATls1CArNsvDV5m5VxlmUbN35BZQ/3ytRLMAAFaFfHhw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.8b6a4700.0_1589390334601_0.7972998925696599"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.3270effb.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.3270effb.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.3270effb.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5c72bc76b8ddfb71726f9139d6105a4b108b7174","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c72bc76b8ddfb71726f9139d6105a4b108b7174/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c72bc76b8ddfb71726f9139d6105a4b108b7174/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c72bc76b8ddfb71726f9139d6105a4b108b7174/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.3270effb.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-Pt0Rt07YrSl2Qc3xYgyuJoD++y4bPFpCggMkvICGqfp20T98WwnJkiVJbioK3htt5cDH5D8kcFOPEdmgw3ReXw==","shasum":"6d39e6a2aed661f5dc089610f59fd15a3751253c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.3270effb.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevGWACRA9TVsSAnZWagAAgKoP/32JVUKJolOHqN42nP5f\nG7WhUNChppCDgCuwC195a1vluudt04g3vldKd9VZtwjIEGTJ0kk6v0yoWqH3\nr/+DcCHP6MJIEPJ4wyfnJiS1AnPCBaakYQaMiBSv50qOQOPFS4D/jLhMqtsj\n3F0deLHwaG92sXvtPxF+R/DBM/XtJTdqWfibh2rSQVR2+QeOuvDfqUgj1lew\nQ038V6Mo0RtY5syO4SOBpU7aAxwGQbuec7e7gdRXuOjqF0wTyHQJ9M1cpMEG\n2CQgXeR+FZnyTgN+cUb+YcxLf9Y3stktj1eBQS3YiMXM8bg2RzTgwBRFXhKD\nNwYtjd01mIjU+J/AwDuiaZniIQWBb5qsctJJfpvAKmXx79esFwHO7xU8Wl/G\nYslDh4Q4ZsrH9EuM3yIKUr6AMPwWXO6xGDwz09/C5b2/9PtoofN+iFBR9U0t\npAbdEhE4R1LeorazJbuL08s7yWu7owppoxP1x32wstHZMiSO96hOWt8kYSMn\nGfUjB767fdCPC+zsOxSAFifKAyAi4M6J+Em40H9pTO5XdSg1La97JrMPOtB8\nCov1nOvl8t/spp6Frvvgce4jyd3odv9S+4fVPEd3kCIZA//c15GCqFbuMYXx\nzpmtB4yGwnR0rZK37pjn2t+qooiKBlpWjRI7bmkJRfZ/E0VaXW77Zl8xGa1X\noiBJ\r\n=1uBX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChhzPKqk5rQ2ANBpj07UOYbnSQW+73MvwIw4WMFu068AIgMzL/1YvNcD7odxtjHO1xye/UufyJMBxkaZpoarCBfwo="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.3270effb.0_1589405055915_0.9242097169614778"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.832e64f7.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.832e64f7.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.832e64f7.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"27f7d1ac979b6af26982de92c2f2bb7fad00ccd1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/27f7d1ac979b6af26982de92c2f2bb7fad00ccd1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/27f7d1ac979b6af26982de92c2f2bb7fad00ccd1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/27f7d1ac979b6af26982de92c2f2bb7fad00ccd1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.832e64f7.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-ZXeKBmbMLipmrVrR298J3xXggGz4fDK9XHLS7+MjmriraqLKAhHDDCDBHR9Qt4VnqVtqeYD2ZQ/SWpedokS//A==","shasum":"8339feb5c21604085a27553916c8860201ce4537","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.832e64f7.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevJYoCRA9TVsSAnZWagAANgQP/iQXwvAt9hDp3IuiZhQb\nD6LFf+h0oofQi+eza3tyu7C/3mZc8RN4WZLKJ3BHLRymQsIJlKMz34rDYzYL\nV1WKRkhb83Kywmej/mgdLW0k9nfOgmwg0ZNg74QIgvVnCQ4npKi8RLolanmc\noahf9J01CgRA728ePohen1lkkHZDoZcCPyYnw8C+AlD7+o82sc2q21drmvXl\ndcdgPt8mw1WjOdcU0rp7Q56HO9PUvmQWXzdPc4P39iiSeGdHt4F80UYWZ6Xe\nnsou36oyrjtwteq2ANYJVrlSbReeeDpM5/WyHCN2Xp5zw8jZ05YYr7Rw+frd\nIbBrTS55Ix23IrshzgRiVMDHyntcxICrN+dUxaO8m/xIPoUTmYlHemxYjF/6\nKys0aQyyjEro0NU42Y7XqOddnriqtjGIGcCljObribLci5gdBguE+dXDtBJ2\n9Qp1zWPuQ+C22Qvwzm6ipHc+HAnclz+K00rzEeT3IXv499CzdVYLlRTkDoZU\nSuqM9A9nl0JSj+NAv85ySfM7qPA5Bznmyc2BhhQeeCXUt94OsBBAYVWJTbUS\nqjwD01WTpu4qmA+yApZG9eBheuoNYl2W9T0cXGAp8MugP2oLkgU7oo2SB2/F\np9LLXhgGlfHr8YO+XgZVjUTVdUqo0o7pkaTP7S+T0p8760OwSiauSBYOPW/g\ntUHV\r\n=rkxI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICNYBzFbsknZ/iCSqSwtUKhQCjUWNH98y2mMlePP6MgtAiBa0ZszDVB0V/o55hwgG41PtgqERu6J+hnLFiwV2UgifQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.832e64f7.0_1589417512086_0.5715640990170192"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.472fc4fc.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.472fc4fc.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.472fc4fc.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0eb6479ea05a7af0418b4fb939f915e39af03923","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0eb6479ea05a7af0418b4fb939f915e39af03923/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0eb6479ea05a7af0418b4fb939f915e39af03923/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0eb6479ea05a7af0418b4fb939f915e39af03923/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.472fc4fc.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-iiJKucBNCVbHwiZ0roJ+VhY0O80qMi/c7J6Qk9u8y9ZNZAiKUd2IlOMHz8KhZVxDnBjhUjXWVROdgEGoFmo9uA==","shasum":"a83fa9fac9430ef819e902a3229c6f319894c900","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.472fc4fc.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevLyjCRA9TVsSAnZWagAA/LIP+wf1aVDvtddw3ZnhJ3jY\nyqmjGpZkwku/MZ5oZWcHLh7kK/WAak/mNWyXCZ+aLFhXMZ0mUk2zr54S7Enw\ndacGOerwXtjc1ePanpSKs2hz7QLvxaTlrJAaUhUvChNtr2JWZ7eWOwj5dIOT\n+blQ+f3GS7bw/v9v7pFAbnfO5kNSfpGyxZ+qqFxdv8ZvRuef9wUODopotc7f\nvMS3Sd72hVYWRiILUEUPssspYvGj3XQm72ACgH9G0ZZBUpoT6R89m6i3fGtB\nc9A8duNxem1mWTMqobfMTP0FZ3+VUemEr+TbnNrPLZ0eC8CN3Hs2r8tpC+vX\nNThK3GiM0sZyQGbfLOiAwkBXbwcWl/5q/B3vaugGWoiR/IGWifURoaIw2TtF\nYWkEWwsV4Fie6rDH8PFevfzR/+1NgYotRyqpyh8iKrPq9pNimctXlb3YolMG\n5uWP7WVIl7eU3PJKkxu9D9Gd5122eYoSfG7UwgBnX+h/YlQuc2J+imTEffi2\nJ9/YvKktHTaUzG5kREGSgRiaQz0dqDxL6McmmT5A5c8FePXaQPzhlcHjZ/EO\nu2h4/y0DDLHJhzkkVIeCxxwVadQViwW/W6herHNFdzqgXKaGciEI06U+1+dh\nanDmpdTQXCz4Y3exNRI1ybTB54ghOcyAksXB/KFnRsIvucxgjVAnhYA4rCmG\nwAh1\r\n=YNbS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBIu9cEaZEJ70pSCGXTRoBneHqIJ7e+cEbR3DJSrMChwAiEA9OA47bhENRd20M3f0M0WJlO4TyTnE0Fn2dTGc8yTJy4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.472fc4fc.0_1589427363395_0.7168477876941564"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.4dcd7dd5.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.4dcd7dd5.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.4dcd7dd5.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"a2b512eab44e739c09fa66cee4f0a65698e697f2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a2b512eab44e739c09fa66cee4f0a65698e697f2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a2b512eab44e739c09fa66cee4f0a65698e697f2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a2b512eab44e739c09fa66cee4f0a65698e697f2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.4dcd7dd5.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-HxHTDzvovXc2ctfVgd+Tglux/ikufi7TBDrPayv05y0bFTCihvz53rQbxooov2YB/Wq3/ThQRtK2izQceI9xVA==","shasum":"42e7005d576fd46cb4b40eb9c50ebc75c0d94327","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.4dcd7dd5.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevXCuCRA9TVsSAnZWagAAvOUQAIfJR9ifB4bEUDJP10Y9\n4DMq/PefLYRdLOalflQYq9+/eQZztqehfFnfLazf2DK45plaaLeP7k/RK9+q\nKWEoArEE+VtLocGY35mmVXuBoLivq0aCMtDaU/dzKk/glBqA3EtrwTCJ4wNO\nJR3A0NLd8dUVc5YQDttqBrNwEoQ1sJ8yAvsFJWuqwokpGp3oJCCscUzu0vNI\nmlysIGC2sreRqcT7lzr7S6UOIYrxoMoKF9mO4/hnNF4nd5Hp4Y1bc+iJC7b0\nKmiOo5FIUzgi20PQjgon1Sovkgo8VHTt8IlRWr6ymNkRpCFbSHIpAkFyAztk\noaa0Vh5u1MOudNC4V6t2zbcL4qwTTimj5k2V79e9LjXrwMZyIHO/4ubTg4hY\ngUAqB+1JpXp1CoiddG4aVDefExR3Bu2+X5FMxOSJB0ElgNwujAk8HD0XuKzX\n9XZmA8DFWifyvXh7I23c+/I9NBKR0r5WtsV9P0YW5kFshB0VA0gnFcRSIyJ0\nysfKXXeDULP+9hr9M87uqFQ90DzT9PJeFWo7NTPxAwMTRep8P3HwZ/Vnz4Zh\nNU27xMBJqqZdW4VT4iC8/GtkXZ8v3HXnrLqJIbATjZhyUYf47zFsxbmoUMMk\n7Yudu40/ZYk97KYweUMZRprFUJYqbTz8LPPRnO+Zx42fL7VOTYSgUXNW6y56\nJxb+\r\n=SQjd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1L+jMNup4SzkRAagieJLYN9HV8tkoF4uYnX1rd+r3gAiBLWdQV4bdt0ORbuhWg8FrKK2Nd60C5k/rkpe1vzjRN0A=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.4dcd7dd5.0_1589473454478_0.013254000310379377"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.bcd3400d.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.bcd3400d.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.bcd3400d.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"dad5f0740d5be7e0efe9c5037afabbec57771668","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dad5f0740d5be7e0efe9c5037afabbec57771668/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dad5f0740d5be7e0efe9c5037afabbec57771668/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dad5f0740d5be7e0efe9c5037afabbec57771668/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.bcd3400d.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-Yb/AhVQdXzQg4/0Q/Zm/eVhqrbwODVoFkUiDC7z1nTPtB6/1FQnipRya7DAQG5irPIn4st4y0lZHVj9WuSp1mA==","shasum":"f6e143be4859fbf886c919e782c19a16576ee397","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.bcd3400d.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevxx3CRA9TVsSAnZWagAAne4P/3K9GgWGOtmjm4k7Uqtu\nvKlUyDyCGVe0WgRjGshNZxq4dxeMaPlXZ6YepHaUO17lWXttOSiq6WyeKlFW\nvMI+y0nPIQnpPx9elMy1DTOK1KKs3jgUPOBjdI6OaV4PDxLy97Dq7aFpKecJ\nNEnt3LAEMQLwp3v7UgPaF4RNVCyV/o1FDsZ6FxOhWgpJwaG5R2ma2muUM2It\nia0HZg3k7RckSYyaFC4zkbp84kkegjGrjjQLiWeVghfPGLmQtS9HJ9/jT0hc\nOERsSie542sfA/TrRruz3q7rxVrq6uAFDTS+XObqYyRAHCVdSyZZvAmD5hCa\nrKkjO+v6AxYypmN7FJt2mV+E9MNiwpGKshzHYOgiWWg3bCM6fjxbxFKQ70Bu\nyb91rR2vN3GW3pqU6IgacDoPucMmoUw3Jn304VMq2aDDbS4XdUOTUeZm9jxY\nFKCuy/GBqtq695JacdEEWanJX0XWOaYaoQOQCQSPjSxDYIXz9ho8Urumc5Ze\ncCe8TAIgHdhfFiphi25UgrvJedtRDTQvzBVhw4Mdde6Zik822m/NTrNpfwN3\n9o9fzEB5UQVg6s3PbRzQZGOdciAri7NK8Epoeyka2vqHjdzMCGSis6trNpoJ\nj/E6532TbYPNnrfmfXg4EiZ9S24fw6He0cI6uK3Vr2Jr5afeTwAd5bEqPbTB\nxF7+\r\n=ul0V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFmiA7l3zQVfgPH/eF7XfTgfMKZW9ucIbHjdGm2UHJjrAiAS/ftFgIsQLUxoG92182J5gUyNWA9Cfq0DsfBHonDw3w=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.bcd3400d.0_1589582966562_0.7742928252327539"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.91f63179.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.91f63179.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.91f63179.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0e5622d76bebf9f0f121549fb3dfc9bce15378d5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0e5622d76bebf9f0f121549fb3dfc9bce15378d5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0e5622d76bebf9f0f121549fb3dfc9bce15378d5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0e5622d76bebf9f0f121549fb3dfc9bce15378d5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.91f63179.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-R63tjPLp6rEPjI7lmEiQl5bAsKsmLL2/WVBd6WeGOtAo9h//uJbH315ztctqxhoYgLMpWfJeauPgJgvyqtPQaQ==","shasum":"7a5c9783660b121260824b9364f9d3110215e3c7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.91f63179.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevzUFCRA9TVsSAnZWagAAUsgP+gNl+nZ7g/HqjskpQCb2\nIzg/bscjji+rIvIAxmGt0vX8SUYg0MeQ2bm+EoprmQxwEn6rtpve26RqjW5q\noeLoBoQU0/smW7l1etR0lGGS8K3WPhrS1docfmnwvXd/lMAxixWR4x2NiEIA\nX/RRaj9amRMf1rxcnykfD9FjZ6JAUsyxbTb87V0ayeoUzKKfyDbwJQfCb55D\nhYFMvYbDwWiuTTzUnf1iyYYAHnstjY8FleN9YYW32SWATxY++voCOLusg7Wc\n7+L2LaMF3L4oB1U2YJgxJWUahEek1u211HYw+h1NFGsUFmz/djxDYrDy0xdm\nQG93QEF6OolwqdpB0uaVF3/+8thcS8EOj2m3kRhI4wDHwE6EQAtC8fIKw2iq\nBPwFvJXHz7WhvpctJRJNjrix51j+f5DBSFwNbGWcXg1RZSzgI/Wi8DA+athq\n2UUXh0iTua2GQrqPiBCTcLhfHvL6XJ8kPjAO37k89FSkTgWsZjWDkPgZiBLh\n2oCLhyyvUfT8plKvqndX/PhvsN8QwozU9Fg2O/BNYcohIn4qDBTaKhfrstdG\naQuirZ5Z9H4r4J4VGVUPmqWRMEw58RI/hB5Etcf/xLsVcdsvcjJXGE6qzdrn\nxgj6co5qAM7ycdTHIAtORpIVyoTz50qhiM1qyvqSZaQ2/9EAdg6ukKTMfFoZ\nK7FV\r\n=PC2a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA8aJIYYPHr4EQM3h9+U4XkwJ47FHsyVUB74owc1/Z7FAiAUB0oWPZ1bEXUDlOe/cUPHdpaeYdnhFoP7tQW7BsCE3Q=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.91f63179.0_1589589252816_0.021293498840218472"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.b8aafb56.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.b8aafb56.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.b8aafb56.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"cb4a37dbb03476df8ec3422cb9bff794468ad220","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb4a37dbb03476df8ec3422cb9bff794468ad220/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb4a37dbb03476df8ec3422cb9bff794468ad220/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb4a37dbb03476df8ec3422cb9bff794468ad220/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.b8aafb56.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-rK56wo3nXy3mOrc9ltHokJsAcaSaTgy0c9Ozho5CVMhFhP80FP14OrW2rDf/c86hdqBZO7kOFCU5CsBqXnZIcg==","shasum":"84037c7e2d8b7fcb1c489fa02b09fe66994c71d8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.b8aafb56.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewtRyCRA9TVsSAnZWagAAkf0P/iYOLPVc2OEvFFM/qEKH\nGA+c2ocXd7QiPJT2h82D1Nm33F1W/CzTKFYXJc8d7wyCxutMbttTAlFVvhbR\nDAVS8zvOIsVjkJ+W0GA8/szuf1FquvKC133IOv1zcv2gHz5TtAWg/bZf6Rio\nhtR/pObkVUKoezHG354i7f/GMRRJ80qg3DOqBBTMIfOonkgzr/PJ77TDYCE+\nujxhDiP77Ll/ao2qwiDAwlHvSqMbkfTvKjU1zQgJp6hza3+HkO6OY0fjWHhY\ntIwtMnR269GoAa4OMXON+jkhSh0uDX3hKbWunTScuSEYHvpo28GwhWLslUZa\nw869rYrNHomAORH1X0410XC4SJfiBnFEm101M54qSEtA09ORisSmLIswGfjc\nn2wSkp/fIgwpY0urCNB2edrwKx1eo6MWQGEXL31TJTQvwJIUGioKKCSnMLWu\nMAU+fYt7vVaGHtg5tUESHVHZlM/qb6LwVFFAnMjAUD4TSJdyxK4Y22dxBAZv\n9lbIKTNNfwIsTJ+Xm9phWi1oOThLALlVNUvWJFhXE56YBJKIYefVqIUb1rIS\nKGyP0qjAADba7OsOKSxRrt8GhtMRXf8VbmV96nJHNaIt1XB/w3bLVAPDwDab\n+H5G4W+7vUnHO3FsyykkuW0Ez0bPvbK5wgDGZxDjNpy8lfSbeGQx+J5bTKdh\nfebJ\r\n=+dyV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwa55QU1ox1dDv2/UmNl/zO0Aj2onmed5PtZsvXrQmWgIgJINpU3OQG3VYSAort4B1CDtDSWcSgn6UHgLSflR+n04="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.b8aafb56.0_1589826673872_0.7672620598549817"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.a564b194.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.a564b194.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.a564b194.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"88e988925ffe167fc3916968d88a99b85d5f0319","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/88e988925ffe167fc3916968d88a99b85d5f0319/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/88e988925ffe167fc3916968d88a99b85d5f0319/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/88e988925ffe167fc3916968d88a99b85d5f0319/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.a564b194.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-fSiEqaDzznzdXWz3rDSYlVNmaIal8JRmTV7opFZQbAqBce6GwgycIYieQHP+EOmVi46O6oyWfJLayRmpN7S3ug==","shasum":"5ba5f049ce2f23200ef36c3635222715e9d5cf41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.a564b194.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewxQuCRA9TVsSAnZWagAAHdEP/i3JUqiQtU5pI4OwDmtq\nED5ek2eEKQ1lAmrXI0Qbud9VTEyk/vK34aMtQifiLnbOmqL9BDAybEYOoYR+\n8io2xTauQhtp6vJwk+GvV7zTX4RA5BNzjw2yVbvNjzGCwitHqaiXqGr2Ng+3\nNgxvVnmpdf1CkLDcNLr47wxP95TnCpc7gF/ffYHJPfKW4vXgSK41GRf0B5Lf\n45XsV21X+gIfK2Bb0M5WJWWTyfSDsfn71jtfjG6xtTeOySYNSkB9s6oz3kSQ\nVmwqWE2RwtQp7Q9WcQ9PAyXhjvo5Uz0kLViG+4qrdRdrGsDUyajhPFy7sUUl\nzPFapowErmdt6+xd1Xn0s2jj3vg58K3X7ovWco63F97QrTkD+SzQoB0OU04J\ndVYRRhtJmc78n04gYZKDiIGqI90gt9XCeW0PBg60ks6bUeGkJnaIqxJHKM7x\n03MJiNgio5AbW8bMwUL7u8N2CX8Mh7L/jL5oBBmDvYCnwaBWJF2pxGYvGmyv\neLJsZ292v3ozBSBnpqCeHf5CZ5KvhG2u5N5mA9fJgBKLer0/Dp0PaFRTS15e\nHv7KOL0MHpPiGC6APZlkiwwPS7yIe+Xe7/U65C8KxeVXI7MEjf1uOzg9FVfz\nkVtexCCqy15wKJJb4wSoZCjKFccxiRomIXU4Ev49HDAWP3I6gazNngfxUDwW\nrE3r\r\n=eFtN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFy/nCS0a53mheT1aFh1vH7EDq6miaU53jP7BSGbLVPSAiEA16X+4i1piSJXgp3nFurATOjOc7WcwgLRPvFnqb6uDtw="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.a564b194.0_1589842989831_0.5269305745770081"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.ef56465b.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.ef56465b.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.ef56465b.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ebf59585445179b39ed7a77dac598972ce48066b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebf59585445179b39ed7a77dac598972ce48066b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebf59585445179b39ed7a77dac598972ce48066b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebf59585445179b39ed7a77dac598972ce48066b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.ef56465b.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-8HahTTzqdae+RU4P6HuiqIb7l2/P9j90RZPQvf6EjIkElzftPqX4kYM5fxrRYsQHiJnrLw1KzRnr7Gt4O7Bghg==","shasum":"191f3b972170e974a59940d5842effabd783a586","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.ef56465b.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew1bUCRA9TVsSAnZWagAAC4QP/jSM4GFx3iaPOYh1mS2m\n22NZTQ6ua02K2K71TtY7JqH9JCv3MItnshEU505bIuZc4WLS2GWAksdSV/vk\n8nn197PVinRyCDFfPxhYR5OHkLCE+ZfcBj4u7rqLSROXYlh8TUA2RZNblOzv\nVuIOsrjdgDk360HlXijm7w+Ald0IHanQiN6b9IaYnhAq0V2L5t8mSg+EroHZ\nFYYjk2PhllMFvylHXqZ+BztoE9ma1/DWoHelsQJvjaYtd3Qq1oUNVm6bp3cD\n54ZuwO1bbLok6w96BhPJmyEQJqoBT9MAiqAEO6khuG/CkyA3k+NP1iGWCr4P\ng0l4/9igAjN1JD9s+zRruOmvodmEPCuU78vq20zq0Ln5kRFzYlv/4brWmHVe\n7NyYs4BSsxH1iOhafImQRfQ1voVwaDxohDdHVH7hmsqI6O9x4n9nqUAOQDCX\n6PZmciH63GlbDr1W5+hxbznJ0iuEKSiVreQCKfj4txLySUaFWSMsZCzVZEje\nLUP5Q0xhHDcLvPNSck7S2f359zdgUQrcxl3iGYX2mgaC/VS1L7Q3i/sXpDJM\nzXncqhIVJ38XrEr0ou7nNoz52J87uXhZ2UjrDNl0Q6cZ/9rH5JpKypQ3rHwN\nk179VUAkxVvkqLqXWmoVW+2n4STQJUM7xZVsLllWfRXHxOVCzf90VyhzqhHn\nrZbl\r\n=LCUr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFNMEoz17SvKsk0iCJKu8Gvuqba0zx3XHEkvbmrVlqgAAiADOPXOgzOXeXj+eAcrp7f1MPWp5nnHMJKsWC/8G/6seg=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.ef56465b.0_1589860051797_0.4753490890611649"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.c22dcd71.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.c22dcd71.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.c22dcd71.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6a706d54228a517263b38bfc1185c9ebac4aae41","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6a706d54228a517263b38bfc1185c9ebac4aae41/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6a706d54228a517263b38bfc1185c9ebac4aae41/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6a706d54228a517263b38bfc1185c9ebac4aae41/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.c22dcd71.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-k8RwimVPgQNtzmFB04hxC1LGtChYDkhZCaRCa/Wbs6IqHFRdrSiqDRXyJJzcDbAQMMeP2sVbnf92zePpj5JHsQ==","shasum":"51cbed0cc0d07df9f44a4806c29601b626caca00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.c22dcd71.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexBYrCRA9TVsSAnZWagAAPp0P/283g1Ngz/+CyE8Q0WXt\nOqiR2RkupVSa3qYvDW+kMTLU3P0ee7KSaSgzOJuxjos9C+7Fzg4A1sN/uIIk\ntQho2Hg6qsLGGQB7WS4MSLtXza3RMN4SFw37jpagS/dKdrcaxz9Do8Ld0T9t\nizZHVIRY1J529GpifsgpC21U4qsxjrx7wanepWrBQUBxINGZHK0hXABg3vHw\nPWEKktanjl+0myPOOfVXfMkiCrI8zwGg176aG50kGZLV5rotcWlGql6CcdXH\nQEW2pHd4VtmpBKBb/9+K7wO3Vy6LfXRHdgnRGVHH8Xcr/wwCQTHoVUjLW7Qf\nm3gH053boBRVkfwwMOU12p6VSfXC+397lap+efRzs/emtou8omHgv6VaAztr\nEsFBKjwac4UMDLOp/5Rz+Sp6aah/6qmo3EmJEm9zKwxU+9IewjfbLoru+IPa\n/dxyFrPQFhbE2cK3sMEF4/jC2j9nUDCBkpggX5hXXUcYc2RaBwj6crjhc9M4\nCdvS1g1+gauv5qvbBZTK0tIhLWdK2C2dO/BDJRRo77Y8nT0UetcB3eF2Auyi\ntN5YBd+xGcU1Brq7WuIMgA0yqWVzSapVVz4mH+IhdBCly2E8EQRqqPlDF4tF\nV/m2rtgbPfdC4kiGVM/R6WVkdlmW9TBVLe709NP6UNVCcTywljQDDG8yDz9b\nee1K\r\n=KTms\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC819GnRQ7iExAIWhLPMNkyRjVhRomoUft4dMTQnqgd3gIgd0NsmA0Nqs5YUm3iCH0lwmo9e2SUi6sBUwVTH7ZDleg="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.c22dcd71.0_1589909035078_0.10016431287002425"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.6eb62388.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.6eb62388.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.6eb62388.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"abe9e974102de52260c3cc1347abe8592e0d5e7d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/abe9e974102de52260c3cc1347abe8592e0d5e7d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/abe9e974102de52260c3cc1347abe8592e0d5e7d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/abe9e974102de52260c3cc1347abe8592e0d5e7d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.6eb62388.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-BT1/8j6JuPFJKzI0DfLMggY2nKCk9ePPeZUX/SRfnkbCD21r5TN3KLtKW8M6MtPaFHZBXi3Wigi7XY8zCOFa1Q==","shasum":"f583470f7c787cf846a87a62f8f714e58e42176b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.6eb62388.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexEOpCRA9TVsSAnZWagAA2i4P/R2RHwQ70bQaN3Z3VZjB\n2VYTr7LLPLxcpo/72cPMNcBSMQYhpuwEqGk5+YzKdqNY4Yy4ct8NHle6QoNJ\nch74jiHagUfcns1fg3FPkeN0AmbJYo2fVpf1BfC4RuLlu6TtQ9M4BLw9Xjo3\n2kPfrp71TrUrYPY48XjYloVjY+1ciHL1V+Ijb84juxvlbxG3hSU25hEZYzFa\nUUe8cMUzlFT0u3nY5mFhdKxRoCGgI+wd/lnM1LjdptplcrmCylWd0hOPmwmO\nErXg+9/OTgpkEfEYna3t3rwhP9N7hwd8W6SyPjlNpwkiV1KMsEhTVuJ/+XhX\nyaJEX/M8mYMaDdi7Mu1yzcjAiJ0HgCgRAr6GXfMYP+wK6JCJLoH5b3mIwdIE\neYf56Vbbfxz72/X3/ENN2UGZitQmKEFx9tkgaOOK2pwJViMsK+cA/khhX3pP\noByPIWcA+/SoCg73/2IAQ1fot+OfJ07JbzTmZjz+CVuuTJ61ND3L+ZzcNMIu\nLW5m/Y7jlyVxm4R14h76du2NvdzO5iR/1ZBum2qFuoQJNE5IxiO9CMcB7BVV\nujjpl1Pl+ec1iPF7JOXk6F7zeBkx7Pv5t1V8W96YX+4h+xiN3Q7qklFM+dFr\njcF966sI3rH0BuWbVgp+JSIjNQqsixnsY2uYsR/pq9WiN3Uk6Sw4JqO4JcNu\n/6NK\r\n=uP8w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDEDxYidR8m74/aiY9tYijOz9/G96rGU3OVKHoMB1S7AIgDWuY4u1wactELm7OWZR5WNvo258/jX/wVAil8G7+Yn4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.6eb62388.0_1589920681535_0.8341637548906695"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.9bc3230c.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.9bc3230c.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.9bc3230c.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f02ad2a44567ccdf91e52b6e07f5986d49d2b375","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f02ad2a44567ccdf91e52b6e07f5986d49d2b375/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f02ad2a44567ccdf91e52b6e07f5986d49d2b375/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f02ad2a44567ccdf91e52b6e07f5986d49d2b375/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.9bc3230c.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-LQ0kTIFNi6jJ1sQFJrPsYb7M3+gHcSzxfTLsvGpQxLSjv1ge3XEvmUweh9NS1QTsfvVcx1H2uIIcTbFLtesyNg==","shasum":"06f672dbf9b46300890efaf901720cc590df8946","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.9bc3230c.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexFGvCRA9TVsSAnZWagAAVvcP/iRUaTzDiZCvbdUTqd95\nmQ+Tc2mdvlB6xhhE9BnlsLVfKvZez7YOTy4qOd8plRyvVsR9VshVXod5cWah\n9OXYIqGJy+JYPxSkfOmM2t1D1UqYWCgyK4Bzjm9GYin9nagtFS54TRmq+GkC\nrHAhFE+pAEogWs8Zq3nmeuhfmRK+TncQppkCdxoc9S5LQQvMtvTPHZ5RLVeu\nXedYGLkQ3H5RNkf//j8FnWe85xE3Cvs2Mdmek5WFzSVwtb1qq6I3ArCp1ND4\nMWQGjKkEUeEEmP2YyrRuT4sgXZ4enJLstlUuilXlYanfJKu45xgNkLH55zTa\nfIwXwdZBDqeSdxavj/2tZsyfFqkRTf5T3X+ZZnY3j2pToFMKrYpXs2s5KJ9q\nReTDmh04uKdCrohGzWojzf2vZcplDS01n8x972T+66hc+unL8jjT4jgKj96Z\nVekNPPzbl3cHomMdAnBjKQZuPzc4RxBROcOmMYLQdZGrrR/YEBiLvdZ+60Op\nYxWPByK+Gikzb1wnqLKGFiJGQY9llx6hErnKlEm0EQFQ91dIkC3VbjPh70ur\n330oojhKrPKy8DK6gO81ffD2i21RBvLVUdjLOtJJeWimCJkGBiLA1QdkzXWv\nlqAmF72YWNKt+Bd+A3ibTj3aMw6MLsb85NFtnV7+9CziGRdxK+MS/iKAR1JU\nCgBk\r\n=reIw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrDWBPtuktfcND7K2zpLxU7qPNPih/7FWEN9BOw6dJCQIgJgboPzsnEELkkekeRRJNlAPwe4hIf5t9D1KGxABhXmI="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.9bc3230c.0_1589924271381_0.8001092734233812"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.421a6856.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.421a6856.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.421a6856.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"caa535baf074d026cb6a6f50dad38341320274de","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/caa535baf074d026cb6a6f50dad38341320274de/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/caa535baf074d026cb6a6f50dad38341320274de/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/caa535baf074d026cb6a6f50dad38341320274de/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.421a6856.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-ifg29TNGQ6r4SfoNEgeog/h0zFna0d74nhRUjnR6qITL1UnxqJRgT/rU0cyyWZWOmnt5TPGx/RWEVhVQ41qlTw==","shasum":"6d6f2314c2c66a5b239d5f06b65ac8fe27126762","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.421a6856.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexL7pCRA9TVsSAnZWagAAE34QAJ18zQ0YWzcRUythJGHk\nOLtM+Ssb4XTQWsDlWjALSDfvn2VJRY0/HlLkWlYzHxF+LuRqWTOtB6IVeq4I\nBOCX51cqRPAU2iDezqHOtZiFJtuB/sukJGGKn4HVJ9w+jG5Qwq2gn6F5FoIN\nrKyxD0d3NRGb010d/455wZJb6TTWI8M3cspH8OIMLt0DlO+bOwb1pkEZX98I\nZ91TqlrqSfbE2W8SWi3mnKTc3CamRscM1lag3HAeQXAnldUM3f3oiCvVlokn\n0ICesXnTI1qmoXP6WNY2QG7VHvS6oTlI8zUel1d21J10Y0sHrGgiOyS95vfF\nuvVm1yXzkXJGk+JvSqiCCv8U+COG8mWelCEdMkZ321RsYMkLDF4jPWDyWiN7\nPtx7Xf6tiWvTzur50gKlwbV+Nuw/VZHNj7Ojtuhxewr7qWHlP7L5PH6QeuF+\njNCqORJYCW1WuIm3Dc6Ptvmliwh2BwKdhnI++FpQohGaZ367viVghUnj/jUR\n9KSk5OO0UVLroKCOTBVEoEdTVjTyBdT2ZxozhhKxtLDRQb71JcH6K0IcQ58V\nFjJ2kn1Id4CyoiksFfxQY1NGCR5yeZnp9A6GyQM4eyPastIiiEPNmp/V2C3n\nIsVsuMskAmF0SYsHyqa7BoB4RTQw5GF+2oc3OmV5WGYyy77K04eypBKEMCnb\nJU0V\r\n=wV4z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBL0jU8DHN+bA7TzkN+Vj7qbQO6Dh9s4h5PJrUpCrvuCAiEA3wxTYaNEjUsjyc7OQkbUvuVYbvDIGG7IHleRRConxNo="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.421a6856.0_1589952233031_0.9876673607209647"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.761aa6f2.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.761aa6f2.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.761aa6f2.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2888b72f42dfca39ebb17e6fe3df0f964d21febc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2888b72f42dfca39ebb17e6fe3df0f964d21febc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2888b72f42dfca39ebb17e6fe3df0f964d21febc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2888b72f42dfca39ebb17e6fe3df0f964d21febc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.761aa6f2.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-En6wfNL4yZfVJr5Ai/k/JGwD6RCgnX0ehHwzhA2W4suDs5Is8bwyPQPamZIK4QCcvIqjP65GbFLPSyvETBqTsw==","shasum":"b850e2028f65b4d2328cdcb01b0092f38009b1df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.761aa6f2.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexaFzCRA9TVsSAnZWagAABcQP/A5aDoNWMkeB59ox3TQj\nEyc476FAOinkMQfJyS9Qtvqcj7vQErUorEj0hWQsVy+mGYDA+xUVoNEHL2qt\nnwq5kb6cuetT6LuX4/1T/wBCZWS7/iWe7er5nU257Go1LkkTFB97HYljOgo2\nfMd5YnvuVScu/p9a6jkPUpm5ZDzhcHhEHXPfPQD+Zcr4CswmSe+JjeBCEH8W\n/+DRUT60PCpxYvOhjM4PqzFpo+abskGAOaRLHB++iUEYgK+i03ACgcBJOVnW\n0WA08Bd8tB35nSwsHoaKp54xZ9fVA8s6uuRwrCOvd7mjsh7tYHthrBo5sQiC\nwufyO1WV8aJlr1z3HLKBLujpv+g/6ShcE+AGjmRRGCb49U0NT76UWRSpJSJV\n4QqORh5YjDHQ3sI0tvErzl7HTIgNHT6N7+mUCK5aQi+9qTbJ839MiT1wLpS/\ncrMBxg/WAduYZamkLk/SqChSlBFTAPV/uhV3s4Axy+m8hbFpVcvilFB0L7qD\nyvdgqThCyaa0ZAj0IVJYWWcX3yfdYZbQqMSEQriKrCvdkci0rjENlldqp3kZ\nn3QuEuafm54uNDmivwg84bT5g2ZwS4DOft92fX+BJvxLuPr2td0bt9ikTAMO\ns83jC1nIMvX0kjw93I/wTAGKX7XFtQMDW2Q93oQ6vBdvv9zDpb8LqbiBOLDL\n53tw\r\n=B2dQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICr+z3tntpbZxw4G/enSY1IpWXlaBAB6L3zUud1+mrR0AiAhv+LWuP8u4DCnmwT6vzBKVGrJIIWeRUofP1V/eiJ2YA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.761aa6f2.0_1590010226547_0.3459267294487596"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.f8654c40.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.f8654c40.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.f8654c40.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3b845b0ec744d5631e466e04412254ba2fba6ec1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b845b0ec744d5631e466e04412254ba2fba6ec1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b845b0ec744d5631e466e04412254ba2fba6ec1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b845b0ec744d5631e466e04412254ba2fba6ec1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.f8654c40.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-EgzbFeZRy+mdj8e5HlmrHONDvmQ/teVmNmWtCvXWiR6Co37mWlV27qBAioNo4r3PNF/VhYHcoUSCaLqyo2lTew==","shasum":"6669be362fb416a95c9c1efad98775c5d33c4a90","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.f8654c40.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexaO0CRA9TVsSAnZWagAA6dEP/0plDVUQT1eK/jMgX7p7\nb33wYuAM9fcZJzKLOVEGy/R35uq6i5Kwgs6wQQtagq3GQYpeTQbN2+A0M65l\nIxgz1E14RjLBIvOeYNMyQrQWTkyq3zkH/JmpsfR8QojAwhhHLRHqh8Gz4rNR\nUvlsh/4aKwr/09Q6SxV14vlPRdz45aMiFJuwLJGwwYFfa9dm5uAsOPQ8lbyO\nZB+0/iJC1ac4LTP7U6hSrFpIpx8xKWybJq9R8sLb5PrLiKtgi+ATMyLvJtEK\nYL6U09mbmnJ7tVDimQNOq2S8tvoGxXWU4ijH8Rof4XDxe63cQq/tgx05d2jH\nE8UHa02177NchFNR2uizf9DH7eURr8/ZIN4CDIMX02MomIlpGLGPEnu7ndvI\n2dCR40fxilsedkij4EcQbSZm5Yr+nXs4/HKEcUMe8HKK+i8uZHbNTceRYzUq\nSlmh2BxTX5uWHbYpHYY+pGK5WtxPxZ3B0Qua0O7BzwTAP0LzuXNjYsSM9qbK\nwDi5Mvc/G0PHen273UtvYnYIigDUrVxUMve/+hLlo77togrH7opAAHlHzOMO\nPiYicFKJM/6iww8NDfU843T9V7m4ehrqGQd38oui6NLAJXHf8wyHZknwEeUo\nfutLFSjlr4Xc42mJaDwyTr1lKKh6Uvx5NhqNYSw6dOyUbdSmZMAmuQw/Mfdn\nw8RY\r\n=jKro\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIANCD4xt3RatKJ3bKrGPWOsbr7aP32nWztozJL2jHoJUAiALzNOMB/AKMCoINc/18h83TbqBTcJsrKK3b2Ka/7adLw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.f8654c40.0_1590010803293_0.24075688500814696"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.05f3853e.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.05f3853e.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.05f3853e.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"47fd7bad9cbebba6f27bd4bc85aba3a4fe6dfeb4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/47fd7bad9cbebba6f27bd4bc85aba3a4fe6dfeb4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/47fd7bad9cbebba6f27bd4bc85aba3a4fe6dfeb4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/47fd7bad9cbebba6f27bd4bc85aba3a4fe6dfeb4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.05f3853e.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-xhAqCji+GDNY3g6XPlNPTnqiJW6aJSzvAIJWKusV9tQ7ih2rewVtuj19QV6jL1u2Jx24SxThNoj/GyD9lZmmMQ==","shasum":"2b1978839df73f54b743266cf939492fddb88a56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.05f3853e.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexrtHCRA9TVsSAnZWagAAoA4QAJTy08vGEYspefFL/TvZ\nAJtWp3zlxDSU/TaeQFtRJP17XYYjMSW+tb4jlgdHvJeXH2+zmNahIQqIXgeb\nkoLamdmWR4x3IDAVzutobMU5L3/XLG+Jn256x9r9bU8+AHWdF4Vj8sxHdI8O\nbBgY1Q2xAIVfPH0mAz4J+ydlKTJRzk1n9Jew+3JaVw4firTN/c6TgvDkYMp6\njPDGBtw8QaBb53lTBNvlYQS1pJqL7SRE0VOGxpVP6qFyAr+g2ZCkooBoeZ/s\nLfvixEwE8uIpToD956oK25CK+okdA5rZs7Mzia0KdFqeQ6rB+2dXjR9D7mAP\n0g0cou0/tJXlcHn/I6zMm4bcsywhgzpcGk5fbx+H6SkRd/V0U2BZe1dPCd6H\nmOtDuvjhxs7yOGZcqWgkhrSss4EXjQODOtd9XCX8WXHLSRRKLzlE0/ea5uXg\nuuST1IZ9URS/Y1RybTOnUkosoTPCZLGV1rNRFF6R4gp8eXyPpm8Qe5/TFWxl\nlsuRUHZlZ5f3IGcWVz2Be6THpROyoA9WF5hTS4ug4+J7EnYYUTtY/24bv9cX\n9KUesxtQoZRj5rXOKjYJuOCxTRSxI2LGKTwKoDUXDyNFCtY5uk0PuJahq5G4\nMTzb81D/ToKI/WUuo03pg5KpBemAK+Iaaj7rK+fF4YEeMD064wmnzGCzclhq\nSfXj\r\n=bVGG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6b40kxQBOwiZ/VXx9BJPGEtS6RBBSwFzAsPM/XNqGwQIhAIs3KEJDwLjQldB7if8bJWO41J2VZHdiSX+bZQlHg1qy"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.05f3853e.0_1590082375221_0.6035442623851468"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.5fe61f4e.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.5fe61f4e.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.5fe61f4e.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"7b3ddcc96480928cfbc9538fcd5a840b5ba5205f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b3ddcc96480928cfbc9538fcd5a840b5ba5205f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b3ddcc96480928cfbc9538fcd5a840b5ba5205f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b3ddcc96480928cfbc9538fcd5a840b5ba5205f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.5fe61f4e.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-230ZI0f2mxvLY1ggRZqnB6mKpH/Nwwamlm0ksvMD7NuqxHnfk+b8aSH7TGrgValkd2uOgjAanP2yZRgyLE6Fgg==","shasum":"5674f64b73e367aeda3d25c7516b7f1b87f8293e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.5fe61f4e.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexwl1CRA9TVsSAnZWagAAqeAP/Rb04uHL/gZciOPryN48\nofgH+LauNG8B0XiU+Anno5rHUd2JotaTLmEazRVCPoZTPna5QO1wKms+XcOB\nLD6tFIxP9ive1AL45vbxQb+28Dpxa4PTSwuau9Jp5ZJWwej88KVuZBti6aml\npsbhpmZHD4dUuKWUJkcWYCweSZRjcnSFI/9KpEXmZ8mTky2j88vA4RIsnUqv\nCQFLQn6J5M2CXVVQWIs2Uux26OV616x2VlwGl1ctZkLM68IGd+pmEQmvMx6x\nmNJpBjzUue79D6fjIJNqcZB6v+dsxgYDj5Ow7z6uM8ztn9lyemuSIQuHEeQQ\n2bNxmaH7szzQJQsZjy8tHqrt7XjMyEIyx3Mus4thNav3pjwGPvvY1J21nIA8\nx2U4TCr6SDSohb+ixINpSDMv3V9ugwEBMqiEcMkL7a1EOTtqwKwphrDGMeOE\nZmv8G/WDPl1nhSFPcifKhyav4e6/mFOEHAnMOtXRXLq14MXS1bj0JK2iqJG7\niGVNco360KI1XBkleki7tHF7SStxeGP8oACdM4s3EsW6W/nNHPGAQNlvg5P2\nS/b4u11AUxOrrXFp/1UNwqVyp1ZDGQRExHOuS34FoqPE+OI55B1K6pa6zmEH\nLrT2KIDUpwoubzG4m0MC8oFpIoL/UXX3Ja9ZT+O1pK178bYQau2XM0W2o5DR\n9ryK\r\n=Ue/c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICq8mhi0j3h9cYflJCZhKRdWV7BQIrmUpvXLzjrfsJYGAiEAv1MJN44gREIyQxhrjr4SKsBaXj5jkAMq9cSQN97wtX0="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.5fe61f4e.0_1590102389038_0.14615486607419248"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.17d33745.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.17d33745.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.17d33745.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b97ea4369af06c50f10fd7a5fedf708bbbc380cf","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b97ea4369af06c50f10fd7a5fedf708bbbc380cf/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b97ea4369af06c50f10fd7a5fedf708bbbc380cf/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b97ea4369af06c50f10fd7a5fedf708bbbc380cf/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.17d33745.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-9PjqRzIvHo8zW1zDLDXFmhbAPudck9AdPBU/fdM5+phCAtchOSrT9JRfE/zVLh4q/IbYuMo3lyJuJMpFdNiiEw==","shasum":"056ea3b704017d3cabde5628e3cb9a40dd0b055c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.17d33745.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezUAkCRA9TVsSAnZWagAACfIP/A0jzSphjGUIN4eOu4Hy\nKT+ZKCFV6cHWGjE+R03u5DOHUdI1RjzsVN3v/P9ufGAXXmYCEvWfdTiVBBVF\npsR4/g5NbGCgLGnJNW7zR6kSe+2IiQLZDuwSrx6OYoBOSuF8aDsxcZ9TOfXl\n3jBmOAtStUtsoS8XtKZ/0qwE8Dn1azsNloCI/GcwYOZDbK+exlz6ftmtW0rX\nrcsB76ZWMyC4hbTyySK/ulBYEDn8uvutWgYQ+Y4RnFGYq5Fzx/sCjD6E49fx\nYBv9q8AjiSHSDmB+r9vYYyovYBQvJktYj8cSU4H7KQna8MLPxzSR0GndtiwL\n4yynxBEnA8juwJxrPFPKpWeocY8x6R+0DX5nn2Gb8EteH1z+QC032h+WpPA8\nql4ytyYsAokG6+Iu/4I0p923egPAlxtOQ/IWOPE1RSFW6KgzdpUnvvGhnGwP\nGYZlZmi3yaG1kL7DJZCmly2nx5XwL9o44CKx8DeqphN+wJLhjRgnB0gpAa/A\ncrFmMd+MbQg+7ASre5oDewyLr/BkWJO/kJVVcCTHMQQ2atrU6YzOk9Ir7T30\n3HF9Hs5jEz+is565OWhycIoEb6ocpxdZ7nCsrvZvaKKYhvDcWni7gH36uYf0\ncZ7W3HZpIuNzOCG/vAoMz3997BA+OWOE/OBETRq/Kf6wSJgO9jhv4urI/Ndr\niRlK\r\n=OnsB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDjmgKIGYFCJkP/e52SZngLOdHNk9TvGDoAyKXzPH13JAiBNvpKSPLboVCFikbF/gzfBJhlYE8H5O1BO1pqjR5SxTw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.17d33745.0_1590509604273_0.3142418316560669"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.e8b52f5b.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.e8b52f5b.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.e8b52f5b.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2877bdfbc0560854bc1aab7aee7ca63f798613ed","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2877bdfbc0560854bc1aab7aee7ca63f798613ed/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2877bdfbc0560854bc1aab7aee7ca63f798613ed/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2877bdfbc0560854bc1aab7aee7ca63f798613ed/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.e8b52f5b.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-gpi0CXGLjRUp7O6nsPgQm37ecKu54Myrz2nNhfpGC8CPjFMR63eQU50ctaP6FFslhfUFeyYxX25uoBzWMHxZ2w==","shasum":"ebb02b43de118fc3d38bfe88020cb9ebeb915fb0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.e8b52f5b.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezWMDCRA9TVsSAnZWagAAU3QP/1z2oizIQyMeqMmNCEMc\nKCf0C3jQNl7qYlVWbyQaX+bVqM5Ia0Mxfu0Dt1A3fQO7N+ztmnDTpxP2nDJ0\n84LQ9KGVkqquGwBrh/9/pu6npAICe36dfzt4ifdgSDcKrZbAVMxwLe5D57XY\noYZ0z34SY+3rICT9oR2Llxwy6y4wkI+dmUtsKP3pyJyN67oqN0h+lY8kQEtS\nAUUaxJsuYbftmqkmyIk6f3pLYXqOoE9jqgfPVvTKAWphjc0iHfIK3KIuXnbT\nKMkSFLRPLZLvdWRLSq9nWl7RtOzx9nwb555PjhQcyC978hfo9/7EIllcw75h\nRwafAwfo8cBjFGbvtNzOY81npl9It0p9tQP6+GQ45g8r+gtMqN2yjrReXdfM\ndAp6pOilPXyQ4BhEwXZH/ufKoQZiA+UpdkBwHAn30r6u+4PU1Z5dFw7wTcpy\nFI3UvFERVmBK6479/yfckIQcnUrVKV3lI89fkBQxm1fD/Xk1uwBtok0FdvZ9\nzRyoJ1Zmjyh0OHXtP4xE/LjbbGJFgukxuXILX1dUA6A0OrTkCWGpydOBL1c7\nI5JSeu8AyVua2uCYQgNmy3a/tyOGw7z/FZLZvRzeP0OCxHxDchH29xKihOj4\n/qsW6AaEGXwVT0VR/HyiDAwJp9MUNtgFxiuflupdrpOrc8396YktfDk/ZcIJ\nC5su\r\n=O6Cj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCH0KeLVebLM02YySbpxnIcOcY6rhWlv+lIy5e/RfDby4CIEc8ceqyySlPsVuzCjLofK2/bZP3f40DHW0c3iIUoOLi"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.e8b52f5b.0_1590518530935_0.9855227860343458"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.09afa0a9.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.09afa0a9.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.09afa0a9.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"924f688ba033093a21706afcd1d5b3dea4527355","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/924f688ba033093a21706afcd1d5b3dea4527355/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/924f688ba033093a21706afcd1d5b3dea4527355/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/924f688ba033093a21706afcd1d5b3dea4527355/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.09afa0a9.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-mQo645IXvCkzhSBtgUzVSwZmnw03mw2qhUxnJVOuOHclaqkNwfaighcrl9A7Xdt7GZkGvmUO2JKgKEe5702CMw==","shasum":"61f5e6a27248cb9110bc092c451ef9ab03a891ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.09afa0a9.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezY2MCRA9TVsSAnZWagAALwUP/i7b7YfMn3HfzXbv23Tn\nzdgwiNxyWlds6tTNhvMx8WQw6njjJIm4tSLPNvKc7GJzvV+AVxpaQP98TEqf\nbUopGd5KaMdeEtWKlFT7fLhhcb9fclEsDnspcsv/jrlmw+3wTQ59XTaLctzH\n6GorxwxeFOgE/dmLg0Q6utFOXtoTaTeZ6cMDJHYULWmgjMioNXXvRizDipkg\nQ8P+hkANTvkSS3bK+OYnwhDlsqqjPefon/lATdt9n7ytYCvRAi3d6SP4bAfP\nVLcbugdKPu5OG3c4hXCadQmudje4R0VNwZW1kPdp0i62Xo0fJO4OvZ+NZx1S\nfy4MZAEhoBfdVj7FGVZZqS+7UXrPQk0uXzwO0R0deh+l3BbVU/6mJuvnCQAJ\nTADF02bSdd8IA+L2AfEEb4I8kudTm8fSDbjDmPB3ugfBJfvcGUxH/E/M+2cl\n8jE+8MdVa4ujmnlw4fHmNkK7o5E8TmDdDozvKX8AeTDFYk1KoNikGcb/qKcN\ntQp4sOF9H3TFC6QI5b5koTbs3r2JsLlcujccgkJr9VY/hh6rOb5z7a129i0F\nkVBYbCc/7VHmvN1YwjxkPdfavgYvUCvunUe5T9j1pz1ZThYd2bB2CZhC/6ww\nZetIq2lxgwAPiXCrkdqMg2dq3Lc4+3ZrrBSq0MlCjcvBL03feT33hTZRwSxN\n8QVc\r\n=issB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDuoDARdn3oaYcpIprfYc8qT//xvuTNrL3SoGPQAkRadAiEA7ERyttxXP5L3/YDMcL1IRV4Hiq3hwetN4PdZBRfNVlM="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.09afa0a9.0_1590529420403_0.21106612935072477"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.58bc9166.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.58bc9166.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.58bc9166.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"71845a1e43b7378230bcb8e8fec40f195da11c2c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/71845a1e43b7378230bcb8e8fec40f195da11c2c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/71845a1e43b7378230bcb8e8fec40f195da11c2c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/71845a1e43b7378230bcb8e8fec40f195da11c2c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.58bc9166.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-djDdiFH0QbE6TfjP0ywRc7D2CCcjU9d0o8+c7IkH2aYFej9suB5CTg17fZIskph5qhjArplKlJiqXY9XkruDOA==","shasum":"6a402c2350af012d9cdfd4a39ac1604a306c9078","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.58bc9166.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezbSCCRA9TVsSAnZWagAA94AP/jgTuuZqHJXryDmRTmEn\ndLE+oo7yh4Xq69JjWg9h3UHZkouHdMwzf8f+4/FlEst0OsodhzSC77soJOTu\nvkj/Cx6vVxALhunQRvnxc8rbccadiPBLh6dyNfFPc3w/ZIBDWnsafNEUho7t\nrPr+Um01gacA1KgNAbNyqgLwYZNzKP7rzyFbg2ZvzLiHxSm2p0jg6iXF6ycF\n3RpvsmJQOvlci3ZI+Zw20qm27VL/pO2PiE0dGciHCkv0t6kK1W1/eNJvBPq7\nYs8VOLktN3ykq4S8KCio4xaDBr4UQg2T4Rug5CPZzdRehoM6QXXSINKtWH6v\nR6FNQwOoNV5ZfMjrbVGRd+ziK5v5slcPWNzmdtJbIACkWMqhZxabkU6GFvN5\nNQlUimDGXGK4MDBW72T6jblxxFS0SCWsot47IDyQUbR4o4npN3/nzB9DunP1\nu1w3ip7MbLcrH42smpqFIGLlTSJS7mY93PYL/9Y0o7dG9QNNTHl1fCAuMeQi\nZmnJNPXCgC4zs0BV/KXzwXkBwV3cCM+DhNrrlrM/hC8fyyqh9MzIJr2XhUxv\nE5JuRYZsSF3mDEJNKyWIjdhG6C0D16c9Wty2CaUmzS7IqgR0ClKq9osxv82B\ngHY56RfVEnzOMDhB+VCUOb74fsoPrLxuy+QjxDUOcwRbCj4SwKDwcxzahCqF\nFrSu\r\n=l5a3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLir5fSzQ6kwHhxMecTkLEsRKP1Mnq0VUBxho94JRHSwIgYxJ1U6g6iEKkZ4eE5MKEOgmFkriI/wsnA1qoqXXSLic="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.58bc9166.0_1590539393859_0.7436372955554693"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.43bde144.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.43bde144.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.43bde144.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"eb504ac1efc09a16041fabd1f3fbe62a49717c77","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb504ac1efc09a16041fabd1f3fbe62a49717c77/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb504ac1efc09a16041fabd1f3fbe62a49717c77/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb504ac1efc09a16041fabd1f3fbe62a49717c77/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.43bde144.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-j3v/cw/t89QoDRYgTy02Rx2zb3CqmL+L4pQC4Yzgni4EKhzVQrm5dLlVMEwxQ4+HylUiJjbVwTCWXMt1vrFDqg==","shasum":"f2f55a04ddc70223dd50922d57363ecf85ee1bd3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.43bde144.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezrFmCRA9TVsSAnZWagAAhSQQAJy2Qc9JjRqWCi5dWbAs\nNcv1xzW91P+JDmJcM55+X9J1W1PPom7a9VgPSXXZmPLvxxTBpbbqYRamW+eV\nqXeIgfPfouP+03nnFfPsfXDOinCLV6PK1CsEm5M+DHymKJu5i/zepG5Nb06B\niS+/QF6yH8+owrkZ44jF1ly1txXiTaPPOZ6qrbrzZa499IrQZkvXVKSbQSKX\nb0LOnbbR2cG4ypZtXv14+oi/mbp+99GDi7apCgPfdWYjMCZ4yMZktj/Kw94N\n7tOEvJNaisi4qZypiVhQbZRKmJyKAQZ+nMx1E1kGNfxUExLnUykqYMk2Tiwr\n9v6yZHZuiAkP0CT2zG9kHzQ/bSxyvsAebJrsx1j70Upiqx+rC6gY2enOqujo\ncw7mnWF4sHwNKbvj9IanE1KPRgQXd11vJp1Rz1PvmTQSxtCErLOssz3PTi25\npeFgfVYNcjjvcEtkT7/80dUakVEaMyeSuKWyTmZZbS/kZLe33I0WBUtejovd\n4zXcH8noIShK5CVnVnqJ1bb4iBRsNPCe8U3wl066FEkP/oCuC+3KrzS6KfN+\nxdHMJXkyEVBASa2i9wVaoYfn6qEpiW66t/T3kLZDdCv9CcNbZ5JWDaTgpM08\ngtdj+UxRj4/LCNzntInwbndKqSX+Z2D0W+FLBEoDQotv2nOdvfQ+IfYpaEsb\nX6lS\r\n=Sif3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4DHHgnvI8xu0fG21yzKDUOYc4/tUXoGsTvxn3C+1uZwIgLtPm+1EfDIuMON+a2ptk3waNjAzfrI5iVBsPcBAJNUE="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.43bde144.0_1590604134015_0.7474429151640729"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.51067bbc.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.51067bbc.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.51067bbc.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5dc99bc495fa061e0960f717c69cf33620115937","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5dc99bc495fa061e0960f717c69cf33620115937/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5dc99bc495fa061e0960f717c69cf33620115937/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5dc99bc495fa061e0960f717c69cf33620115937/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.51067bbc.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-Me/YrbanRM7ictQRhpeuyTAA2y8PemYh4VHFQ/LGx0zz+X1T6VjFhLIbXEcs34H+N8bTDtMYGKKJ3i9W7drxUw==","shasum":"725fa386dcc20b657559d820e26f1a2211e91184","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.51067bbc.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezsdqCRA9TVsSAnZWagAAUmAQAI/cp29Km+2wL3xRf6Ch\nxU+k4/u7kKkryt6jq9hjL94ECzDZWgsJLurkrkYhegmNyUygd9AoHKBQLDne\n5xK5Ue6zOPlJs5/xGSk72tQpKriQrMdU4JVIaZEOkKzkd6gmN3xt2QVvkiqA\nS7+bWUVR/S7mHKEHaZSPquLuTY5vrY9rWYmuHknfcT2ORQOfHyPQuuhBsQ2R\nS4e2MxjZF6je/3+rfd9cqGCU7qLYjWS2k7i9qfogg4kxiY9IrR13LcXdZ9pZ\nkVvCeMJLW9EVyFxVW4NNslg81wWLi/WGdd8CA3hBz4XzqsHNfWbwxFvgnlvN\nNgYc4IIg3yHGV/CPHERTETsJXsgxWdXIXScXtrLDRflOWu22OIF4/l6Mrkdy\nIudSgbUGk6iOXIBUrDkiEH0GvoVS393NsTbXrQYbHs866tmDGwvAzH3xDOe8\nvsZlbeajz2UKxWAwf3NutiGzsM+Xu3hntIxanyGh4Nrydz251l1ordPQSgF9\neIm+yObQRHidBTXSR3RvSvw21xTyK15iUNq+nNRaPEArl0uxnfDAbV0o9wvR\ngvKV4mjVn9WIBcqc4vi/eEoUulgAf2sDPS8wDx/+b5u+Ou75LvjJBNO2ctOO\nk7W/8cvsq9QbQ5+s059gyhwj5E8MOCyiFnFgh+xXsp5pKunYDLJQ8KQrc7PN\nvISJ\r\n=BZUW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDcQJiv0ObFydGeuA3aQTHtRRfH/hQt8mjzHq3T61K5bAiApqH4ua7/2eZoNaw/plzwjH7g+e2nWGIRx1i061Fe1gA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.51067bbc.0_1590609769722_0.10816587652267651"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.92751ffa.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.92751ffa.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.92751ffa.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"534233b7f60f5860c6a4bd35799b98a3c5d277b1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/534233b7f60f5860c6a4bd35799b98a3c5d277b1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/534233b7f60f5860c6a4bd35799b98a3c5d277b1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/534233b7f60f5860c6a4bd35799b98a3c5d277b1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.92751ffa.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-vjjQHkbLQEdIo4q4w1I33IysCmNtxT3t8mivK9FhVX7eC93UC5YZFiqeCgJk0//lkhY8THTs13eMihhD0Uro5w==","shasum":"77dae3dc1687b5eaae33936ec8eeb625e0d71d69","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.92751ffa.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezt1ICRA9TVsSAnZWagAA0wgQAJ1HLBGzZvLkdTlV9XRn\niq7pLUfC4C6fK4yth7Jiqg5BaMJkRz5En2Wf7p52KCsUHXBuC/P8glCtZ9E+\nI8dWw1pEo706y5NWQmYnOO0nA9eCbH3W1t4G3Z7FBNzPhkOO+TcdTqlId9IY\n8vkbbHe7DJ1cRNw+1Frn4CjSTHJZygzUvjSWa4pi/vRYbZRtiLnIQV1LOHhE\nXV4+2Cquo8a3yegpAjtJhUR5lXBw6r9CqlVC7/dSW8tQ7ZwV7a9CsN0ZWWhN\nzjRRyjnVafXByhfImYuX6sdrm4Epfl70vajYVnBe8yW89kFDl6uvtOI9tt3Q\nQtJ2NiboJ0IRq+48aokh2Mq1LHaQrFG5MUmeK847WGigEAvjbYxGwFyqI5Ig\nlvnsxQpOYnX3MYzj5/UjlHwED+hQ1KU+tdLknIOcV2kR/Sx83T/k1X07lOkw\nFXG20SQm9ke3ZkNRZQcgRtXh8QRkQp5IQhhJfcEGl59F8M14PkFluEMZlRy3\nGbHMExRsj9vfOlmmUF/ZRjK8aJfvWAOsb6gV+2ZHxNXMop0MOKEqU1MtFpWT\nnOJ/mvdTNg1e+oJJCGKUIUZ6fGcjyBBuTGbSPAKZJmH6DxpnOzl5ELAE0Xcp\nFoKoGddVhVgURQXHGKv9meEJKNwt7FhP7BKeYhhzD3iJvzXjiBXcuZGpf2z5\nBvgl\r\n=biyS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC05ftRNkP7O5EYmia8KUxswCWIkIOKH5NdTUdRWZTe2AIhAJcs9m8eSheMKsncSVshs5jIN3O0e4RZRpVPvgh791GW"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.92751ffa.0_1590615368364_0.3778706141242236"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.aa2b40bb.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.aa2b40bb.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.aa2b40bb.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2da9556d449ea1f3ddfce5e0978fba83f759a1e3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2da9556d449ea1f3ddfce5e0978fba83f759a1e3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2da9556d449ea1f3ddfce5e0978fba83f759a1e3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2da9556d449ea1f3ddfce5e0978fba83f759a1e3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.aa2b40bb.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-z2Edm+kPgnru5O3sgGFK/GdefpNoE99BpjSHNkYxXfZCRM29Q9inRTfPeARk7TxWnZrBfAduQg1s/ickJXNBcw==","shasum":"c8794ad5ba44bfa7f143175cc6356a394cc37ba1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.aa2b40bb.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0A2YCRA9TVsSAnZWagAAdWgP/iFFkwDsQeSeVpdlQJDL\npwUKZMxPvS1B8u7yQ8xgssha94Eyv+8+n+5k5EbJG7SOXXWdGYzOnuahETju\nrczCPmoA7e5xgtvtnWvd59994inelual8Ci8XwGpFD4qZ4Vnq4oIIGBiTjhD\n+nGmBw5DBvuAUl+y9pB+/3L1hQ8y2FVQtkaTZizttiENhi72FhLE06gv/Uwq\nspsGoXPgrppgpbwddeDu9BcvIV9MzTnzDy2VFqVtTFU6xl3tots0XWeHhs5V\n6h9VrM7dX0YA3+Uz9NF5w14WaMmRAbIgUm2MQanhfYN0UXQ3TW2ImSZzP1dd\ndHVV8mG1jkMP67q3TXg9BCs6Ca9j+PmAOOQoBuuzo816J5yNSGgvbL8Z+/Z8\n5Ar7KwFDCYYAxg3Ts6HH6TOHHcbHhYlSPYn7dwhO+CencinlGf25VAU2rfFL\nOYql1OxCGtnqBwW3KGdzcM0kTrwb3VfgaeOSuYKJTQAIFAN3xJHDSCG0u35P\nCFXkGVISVOPsPlJOsIu9MXqVc1eRQBWkFkxT6fnUJH8BbdunhXvGUn6MTrH8\nPS2e6RYelfuaHgc280Hl8ThgAZP66eGf7SU2v3D4rAPANaDGcYqUidYGsV7B\nOA/qzO5Dk2O4foWnArc3vWSdr4oKfRn+QaSnK28+wGUPIunl4nqBb7aHUZvB\nqVd5\r\n=9lDA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIElELQSO3O63QzyKPc2VJSZLcgmnLwMBwU1eV2v8TTlEAiEAtfJRwvZdic3VujQHnMU8W8M6J0qdLIxMQ2Ogz98t57I="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.aa2b40bb.0_1590693271819_0.7577449637764089"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.1a870a01.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.1a870a01.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.1a870a01.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f9a61196d2e2f42c5bfffe7dbe30411a16b908a1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f9a61196d2e2f42c5bfffe7dbe30411a16b908a1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f9a61196d2e2f42c5bfffe7dbe30411a16b908a1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f9a61196d2e2f42c5bfffe7dbe30411a16b908a1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.1a870a01.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-Lrkz/gJU1e/Ga7V2+axJyOxrenNdsjUV5qMCu27KXdwK+Yjnvf8FDVBvaTkdKOGZiSBSm7WlKvny4m2h0+ZZDg==","shasum":"4e8eb922e252fd7a62d737d2c788a8f73b18f4e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.1a870a01.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0CqWCRA9TVsSAnZWagAAijwP/2w8P2mTR4v+SJCjruQw\nNQ4soh3L9aX/tdEVNymWhf53PfOVHOQvu5++BqonbpjfwfUjCmAdAhs9OLBO\npa8isocsuvighlu0LDLTgbGdhsmSRPCg+ZjPR3xJmcTPhgm3H21+1Zt+eLiR\nVv8Nh3htb3WVU9F2Wue5kwlT6eW6fqB1PLnhuaFDWoadEpSuK/gN3jX2GlQF\nYkiegU/CH7KSE00IdpuRKgD7xbb7O6YSszRlCIFyM7x2HXlJytoho79kZFA8\nkiN+/Lo9M9gcIoI7TLMWiKkK2p8wT3Hy2n5oJgDyIof/MuYvROUYK975gPVQ\n8LgfZLfsjLNc7YFB4arFzADxCX+q0YGfoxP8XpJyOXk7/gCh/oFehaJLFCUc\n7dN44w5KiQlNDRMYkNYLZlWpXqgaQoTSgsat3ax4Rjp7Gir6wQqx5TQj1MSH\nn1r+Gmv/HOuMWEniCRHYxWNgj/yOohQ0cAF+4QZK3QMHLlqt4MkXdtt8BdAt\n6z4cc5thdwx0fiqq6k8wgXVipTRfCaw3u+P8M//D8+05PJJp/1ZpFzAl9p0D\nx5lUbJ9m59CQA9mp2lMALev/u0ljOpAsWM3cDBF6RzKbzJPWRUv2cQpBF8zS\nOTgqJ5LuZCPrXWZEy8WUyU4spHofekzAXHZHxjNCwZpwEVwriuEPtwT39R+h\nQk2D\r\n=4sGE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCU1NNKx3CLHU/JT+ys152nvBR4ZIPtF+2XAZpsxrB3AQIhAPuL4qCe+MAjE6wH1Pl1uKymSrioGtfMw3hyqr5llvkd"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.1a870a01.0_1590700693756_0.010778997003078716"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.ad57d086.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.ad57d086.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.ad57d086.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"718a29a398b0baad30119bd852a5e1bf4d8e8e3c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/718a29a398b0baad30119bd852a5e1bf4d8e8e3c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/718a29a398b0baad30119bd852a5e1bf4d8e8e3c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/718a29a398b0baad30119bd852a5e1bf4d8e8e3c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.ad57d086.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-rRJEOqJTHWAVv+ZsCAxOoQ577UA95hY8/1MTvcjWfCdYAk/kufd5nh0pI5rJdAUjx/Qg8pDQ5vsEGNQIR0IvOA==","shasum":"a8e1f921f48b9b94f6503d6bdada964eb110af2c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.ad57d086.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0Z9hCRA9TVsSAnZWagAAdNgP+wYZAYgwu6wG20QHEFnR\nq7luppOUEwVL8aIym+c7wbdEs4u6T5KrCMso3+AVRmvUt6yiFnyccGtXWhPj\nzelD9hFCo+65aNaiGGvVAb9wY5oFYS0U2cDwxV0s8OxssSv7WupkGQraXGcl\ny7z8e7QQ15stcJ6pilVi6Tn+ddK9OVSkUZTYHIbebrFhGoBuqGtkr404W4t/\nO1569fa0w+0Ren4eggNjGVM0efdDoJGSTpD9jr3EwBJuecQCwiYcp1r1XK28\n7aVa35xAw3Ssa9yPVk2htR46IHI7OnOX5EiZJUrEN1rOLyeiCgDm7gTtJFqK\nfhhD+Fz6tfLqUDLavWkd8JvEP+tTMpS3iASZpIt72wPr9z/P86e/P31Yke0t\nhmDGqATK4xapMZvBd/yJSJF36zUqpRxpcamsLTp+aU9aErSFZ9ofr96mljJ/\njgsxLom16z63dYMQ7SljzpB4qY5AKTQmYv86H/rPNleezMwbvaEP2qWNaef6\nP6DmNP7ySzFbH/g+A3/eV7hAkiukuNNAe/sI+MQt6xJda7aAhtRvxl6ucrNC\n0EBFxmGtid+glWBrOWwYCCqFLEUilHEwwbwgULWI+T4QJhNXxi7Q4fqVEEOa\n0LCdaw7a1XP3VCn1x9LR0ENI3udPKfGxslR2bR2Nnoz1Yn3y6Hbw0Ph1bMJL\n5zhk\r\n=/yYU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGstYQ+z8Y8me/k6ENfJjWblRWzX4hMxwhA1wlXhqIyqAiARvwRQEbVR5wChFpIoFzVQSalRseEkLjyunLNPlEhQSg=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.ad57d086.0_1590796129552_0.5388797569248363"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.3bf2b4d5.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.3bf2b4d5.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.3bf2b4d5.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"796a0757a7808c623433691d3c52ef63cda47751","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/796a0757a7808c623433691d3c52ef63cda47751/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/796a0757a7808c623433691d3c52ef63cda47751/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/796a0757a7808c623433691d3c52ef63cda47751/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.3bf2b4d5.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-8TDMw4Qo/HmaYV6v0J/3B0z05bCB9y5uMw+jrApnBktYEtNWkwkLgWi6CItzsLlrbelu35bhP54UA60RnNaovg==","shasum":"c17de618bf1aead2cc8f8713ed756aa4d4406dea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.3bf2b4d5.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0ap/CRA9TVsSAnZWagAAaUcP/3DeTr8yekITYXU7P3RI\nyrODlNB+cnCX1N4SINCCTQ+jPl8eDvFIQzN3wZ3eumI3N3SSCQPGDDZwGYWV\nJ6IneZzTjnGDu+6JZ0ixYMvkXZZ8S7Hes18Y/BO6WZwVzBZyQ83B81174IPy\nzlqk9GDuPQT2ZjnKBAbz8mx1i9+Eg8N8otXg+F0SkrBqPJTd6iVV56XPKKQI\npJADWTOdAjLVMjnS9meJBr5U2mKHmmbIM9kM7FjNzqg3tgIkPEQFYjMankPS\nya+Fn9GTtrWlLSFVhYqsPNOViY/Tw8FsG4ogXr5jhcDnjIVy9pkHFx/tNqRq\nEAY4jFD8FPLAj9xRB1rqgWhfLXG7p324uwm28TLVxwvWxDvD/4JajN7krGmi\nInOrVNFCbDLyhDzTc644eEdQ4HiVVAW7hYpoEzuSdefbTvM5wzi2rSGr4lFS\nC7yyHE6MpxtFPSlVJJHhwzaS2WNsRD7tBwDzsAHN8q2VqyZf5727wKYpLmtk\nrWEeyz1FYY0FRQzDqtxo5DcV/VOvFsvuddGVWUGb9jo/l1+5AuBxn3ITlECM\nY0STK0nJ1lRQKv87JuHr5YG2eU6keLlRadJweHVyLV47oHO6VmmUhzrKvy2+\nw+33AyLOiGVczkAcn/KHsTyBfXhVNd+rAH/t75IH5aixRoMYLrayuVoixjBA\nxSFg\r\n=9W0d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPTjGJ39X3PUFp1LpE5+fXymjASOaxgVJfVWfoFKzjJQIgAIpuB9IB+bIPNPMr3oIY/k3iCmmwLAozQuuyK6JYJwk="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.3bf2b4d5.0_1590798975335_0.7523461283723822"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.ac05f090.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.ac05f090.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.ac05f090.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"dcf12105ac71a486ee350d7b7fafeee2e7fbba2a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dcf12105ac71a486ee350d7b7fafeee2e7fbba2a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dcf12105ac71a486ee350d7b7fafeee2e7fbba2a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dcf12105ac71a486ee350d7b7fafeee2e7fbba2a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.ac05f090.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-HT+zTyNA1cG93UW7yAp/NLY/Izx7J54kPDTiRd5PwNSrsSZLhVUuJUCiw+4fvRkgJfUvkeXCfQuL4g9qlSLrDQ==","shasum":"fd42596a2ff53c89403f34d7ff9716e961788347","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.ac05f090.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0cm4CRA9TVsSAnZWagAAz8oP/3CaYYh9fDQkutqcqusK\nQW6EcIe7xjT8I23+pq5QjFyEOlvTMaq7t/gotxfVhKkwSJw6wsEbEfwN92kz\nbtohfneDRvB65me1TSWGnxikZBFzLZOl5EAbvkuv68nbq/S3+m2OddbDqCy+\nEHGYPbyHaGayLL/l+xAm7V0EJnW71QKITVUxAFVBQ428KyKVK8HKyIEwL9sr\nSvLIZxHmVmlrveYGmAohRVj6TtOrrX3yKIPSxbqfRt5LKZcLh8g5hP5B7LmN\nsTVmaRoGrCdV8oR+25HcZa2q8o5YonwJu8sktvf85GIylC1gelt/N4v5llR5\n3CzJvsEPJtKCTeNN6DBIOrjr9AqN9os6xBUFciWq9dMxq8O/eEyVzkEFYoXD\nCmS5He6ulhx9ON+U7KXIXoZxEv6dF6XrJ9yUwPEg3or5tekfg/0/0SiaY6CA\nJFFmryQD83wh+sxFmTWEOuF1eGvUgog4TCicEps9YJDFI44apo/ZIvmKKO54\n8bPmaPc+Z0DIZPvPIf5PUDAyh4AorxDD5Ns+GJ8yzn+hBdEjpjcv42MoEoqS\nbFKMAHjf0n5iMBQ+s8NUr4UX9XlXaXYpOlQUlryMFfgDwj5YXaOXuEoXrPKn\nG4gIyf3nkW7ICRpPRN+Nn5xednJEMmi67uCx5kfubdX1n7yT1Lkl11VdeL9J\n/ZYS\r\n=wdXl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7GkpYPxMO8gHXLm/ssDEwhzSmvSPbv4OJkbnAE/n/wwIgH4dShbs32f0f5qY2R3MTaE2J6LtioH5DAn5a3T+eZ24="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.ac05f090.0_1590806968082_0.2707810195718243"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.0ba7b095.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.0ba7b095.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.0ba7b095.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ea87617c8c9beaed33b593554f344296ff2b1702","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ea87617c8c9beaed33b593554f344296ff2b1702/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ea87617c8c9beaed33b593554f344296ff2b1702/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ea87617c8c9beaed33b593554f344296ff2b1702/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.0ba7b095.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-qvGbKN+WrZRxkCj0lxSWGSfHXrbo4vm6hwPlQTJbpZyub75V6iNOszSnNYNlZxGVdbOcyUbWIB2ZF6zVlW2MCA==","shasum":"ce40edb2be9cc6be6d29b5ac8b32aad6de5f4ade","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.0ba7b095.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0ctKCRA9TVsSAnZWagAATJcP/1I2c+pQpgakmDNFVDrJ\nfQNH8XoiTpY9W+QcF81p15difOWTSux55fn7Fv5fdbJ8WmSYD0E7h4GT72Ha\n93z19TvgKry1vXOIxZWZzqs/NWAJZ4x9zpgqAzEZq/KDAnGmZPBlRSa26e73\n8EBzaEwGt8hqokZCpB3V90IBzWbIke+4MhRv5Av64CyPUyX1eXU0QgNRzPS7\nzhO9hOjVHwN48OiDbBIpKmD+aanDh/bL+XIegpBJLlFBH8wCJVMcH0haE6OW\nfFm3DR8WvT1RIrTE+gVF4Xpqfeo7JQp8ZPCacikFx1K2p/vH4LM/tMmjt+f2\n92f7zJu1FZiLWKF5m1EVJCY5g5qN8xQv3ie0/pE5vASbTP2h6ncZWUlmsAOJ\n8xOvwEcTxKRi4MFua25kJjf9/FJ1xrImJ46QLViAhwOaQPO7oty7mgpMhilC\nE5mFzy31UxKAPlH73ePm3OftC8RJ72yUBfzwXeA+uVm9CGD+FjRYSawI4VY1\nEKBZ4X+k8cEPegqaKljAMJ9KCEUpTNkodvReSD2B8+TzkFO0973ulygBP78k\nk6eTaqqm9WAoCKz7vkbUvhC9x9iEut8vPZfi4D0mAC5A0+4dCfuKe86fsPEJ\nnVUZnr7kBzZa4lh3zKRWeJEixZ/bI1653ZA6JW7ngMz3LZ5UX4B4WEQgtopk\n+VVz\r\n=hxx2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHY42VODhglnaJFigFV0NmU1MnRUldQQy4yd7loxwFimAiABbr2zxmaqYjlq0ZvVOyclQmOe0FIlTVhavwcAfjGFTw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.0ba7b095.0_1590807369837_0.9383441197194058"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.5eaa9bac.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.5eaa9bac.0","description":"> IMPORTANT: The Material Web Components are a work in progress and subject to > major changes until 1.0 release.","main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"Apache-2.0","dependencies":{"@material/mwc-base":"0.16.0-canary.5eaa9bac.0","lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"971c5d20ea684615fa18f3c991d77704a2435384","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/971c5d20ea684615fa18f3c991d77704a2435384/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/971c5d20ea684615fa18f3c991d77704a2435384/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/971c5d20ea684615fa18f3c991d77704a2435384/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.5eaa9bac.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-bTcgrDjLVzkpa6YfoGWJHHD8QoLeaTnWFBTuf0obkEPOO/rfrfJngHtiNnFYEbJD8sYsaZuR8oS1dwO1CuRBkQ==","shasum":"7468d00b924442d4436f4715df4cc46a5008da84","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.5eaa9bac.0.tgz","fileCount":13,"unpackedSize":25431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1Y8XCRA9TVsSAnZWagAAapcQAJZcwfsJQL9j4fZOWa0E\n4Ew/764JP1+BObJZUM7M4YnZN9JyGxdWEiafLEO0nmDvP35kNxEBHI8j2CJw\n992E/5ysuQcxd9L9FH+qKbpYHDmP8xYCCbpPbQcwfWAaQQJVufPeMll9vupj\n9VJHBGkiq2YZCUOQY10H2eftQ9Za33WAr0KNx3XERJ/TEspzvArIe0KG4W+0\nNYuvjzEQnc4/F0htKeitmWCZpm2FP+Q1FYLUdNYvFWchmlz7rGrcW6U4PYkh\ne5ZWVfHKlKwBUsWlkVoFrLMsiUqJlJXDWoXhZqQV/ZtUEzZIyjmy8m3d3oMd\nbJa2YjJR9IhsccdMDen664r6ORISnfY636E8K2WPEeZmIKxrpPlwsmNMUQJ1\nFTF4ikucpaLG23lfl0GQ3ZQUpsH7PTYF8dHKnyeKcbCjTTjAuumOGB9MboDw\nwQv32t8Mdw+pSFX92AUPIyxcRCu6Cf5LN7bthjkqb1t+7ZeLgnTxE4ymF/MJ\nQRmh9sFaUs9vOSrTsI9eUH1exBPQtswXH81jcf+Q0oJMeKxTo3o4Tp1LBbOm\nJpmPmhVl4904VYUCgG7ui8HlN41dHqREzdXXnW7vKJNTPXnyaBr94v8hDtLZ\n1lnrIV3hc4sTgIy6jSBhxLBpT0SnSLrDXGQV455XLDE1c5XxIwpfD6952Tnu\nwAdE\r\n=VQva\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHwNC6nejgMaOj8/6S3TFw8Tx0ekVISvh+Qt0Vah2+G4AiBgXon+BA7Vn5RNv6yp+Q/vGbXQvxgljOt4pTfkl7KfUw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.5eaa9bac.0_1591054103321_0.7521833805857812"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.5677ac20.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.5677ac20.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"371e5022a95234955de71585477022efd63b4645","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/371e5022a95234955de71585477022efd63b4645/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/371e5022a95234955de71585477022efd63b4645/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/371e5022a95234955de71585477022efd63b4645/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.5677ac20.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-2PeR88dgWCKI/02At5p5XqN7apzWy76L4n86X0FAzxF7vLcuTVoQtq+qWp1BiNgWLn83tdVv8446uaPARw08JQ==","shasum":"7a827b75df1b00fd98469223c478b1a5892feb13","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.5677ac20.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1ZWwCRA9TVsSAnZWagAAs8sP/1gpTdD3ttXpTa1PZUEz\nNPnhtjIYMjkqAUO2mDf2PF1qXpI/6qsgNUH2lgHakZBWTji74T+BLpZXrKNJ\ngEgpYIjyur/iFsVA8zbjiyxiRRnkyBl8QSh/5WlJHLsi2w6scPNSyKlVf03H\nCurwSXGEt71BtvL54+n2gDKEHmcr2gnIa6dqYXao/6/l+W3X3Nrk/EzezY41\n3t+gBP9FohacsKxYnd9DmI0zYDnHCKjNQVEVSx9a1kQS7WAbVD1C9mqu2dDn\nDkySp2SwacAXMveoL7zFjUJXD5YOkTn2WsSn28HWK92Xt0vPenX2ZpAgpirQ\nipVtXoZ2h3L/0NGI7qwtcvKA65UzyQqEWUkGL1DXjOtofS+V3O/9R9hSlUhd\n4VaUm0AuNpszlOirRey3boydeLyhXq1NNYx7M4aY2ACw/FQ4zwzEHVeN3XBD\nM19hPX78+XTWibrdB/UEnLP8bIsSLCbok8GcPkK9NqCaxBvwbl+MUxQ/7j4J\nIIxn8h6DbAQJujoBTTKeMkXV2DFli0t7uhhotDj6crk+5SdxSNbziRPVRd9X\nZypUy/bPUMq3KbCdLiTOxJfGe8pw2CKZ+8XT4l/ntsC7oae6k+6G5RgKSRpW\ndnvqeWYbBos0GBnKd4z/ckhEfCQDgVdqMrJsgwfelfNhEqaMk3DpVG0mFg4J\nHI3Y\r\n=W82p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHZcr+3Q+DD63wCg3mTJOafEW2L352z0PyDOZUSW8PlgAiEA28QydfospvX/maiqfB8ZtIx1+l7SNiDi8AACzB5bjic="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.5677ac20.0_1591055792331_0.9490103633801668"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.7ac6bff4.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.7ac6bff4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"393ff5005fafa04ca276d60639975d8bbe851f70","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/393ff5005fafa04ca276d60639975d8bbe851f70/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/393ff5005fafa04ca276d60639975d8bbe851f70/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/393ff5005fafa04ca276d60639975d8bbe851f70/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.7ac6bff4.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-QattVR8G7X7oAqcAfS//xe3UJwU53C7zsQbt8O5T9gDr1B0JbU1vH5a8ytya8B0gM+9Vnm2Cnjs4ZbrZLjOjRQ==","shasum":"045176cd0ce28cf765b55272794b8054306c2a69","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.7ac6bff4.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1ZoLCRA9TVsSAnZWagAAnSYP/0HK4rUN9raDDibD1fkj\njnbeRdsb2m+HowxlgbU5RA3tShJfYM9gEikmLfm8Zd9eg/NP4i2gsmVXXH2X\nz57OdKPEENHiMzx0htbmHyoatf9Bz0oBcYW/SpAZFRwxIjcPu43cy3IhqbVM\n0v9ttrJdrOl+Fjdu69Sj1twtqZrYSHBltVkP2k7dh0qNSQfk4qbloSXWgm7a\nuCuBdoRhpavXuDRFN0U2fGc6ALG6Szip0dogJX0d3h6lTXMedgbR04LBBMWW\nRcJWqzHIeW9S018/XBm8woHnoq9I8XUwXnppop3srlxUXjPmE0dZgZDguNd6\npjRCmtmEpXK4tkkDAE/LlnfKICJTiyEC8oOkl/9XCM+h8L8zYmP7EUixtghz\nQyX0aWXXpfLey3vYgsEvE8dQgYNMuLURiTDfwiEbXH1YoZLwd/RMvl2yOM6L\nSF/Y8IEY5GGfWd4vJ6QR+71gnSpEMuEX1n2qo68SQRvcamY8DdpdY91UqHT/\n+NK0NBbWHGSJU+AsihqDZDe7Zv+/4/DU3KbGNDnHMuQRcs08JgXdocVbTws0\n7nSso4d6FKqvNVtW7h7LMugdrSP1hQOqAqaMJ6e9VKHA1tkmAwwqw9rpFaBc\nnUp+OekuhnF/5EnOblBcu2NDmmWVLvhh0nR3Bg1ESfANsdI5kU3ZYVQD1QzY\nmlvk\r\n=0M8T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBdkci/HmY8jIgwc4HeCQHbjFEWjAq0zQ30XD5A/gA5gIgEc9WfrMIm0+C36Tuls3+k2BwqPYifIkkh9HxV/arSfA="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.7ac6bff4.0_1591056907169_0.6838037039478184"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.d45622aa.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.d45622aa.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ec53ab9a7c87df6783ef1e555aba6d7de86c46eb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec53ab9a7c87df6783ef1e555aba6d7de86c46eb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec53ab9a7c87df6783ef1e555aba6d7de86c46eb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec53ab9a7c87df6783ef1e555aba6d7de86c46eb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.d45622aa.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-2PjF8obLtYaNpIvZbZlzONRgda7ZoIpxuKJ9yf8u3DBcydPUlMqRskKvrtGIKiDqKZtnr8D9i/EZLr+zdD4EBw==","shasum":"3dd24f54d7d1172e2baf872c11910146a6ac30b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.d45622aa.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1uSPCRA9TVsSAnZWagAA09oP/3E8lxWtn+7F/qAOCcgf\n79Vz9Sw6FI6gZY74GZsUn1TQmEcKaEcdqNWSRwKRsU9Q0pCF9tYnNJGnB5Hp\nSB1RiaVC+5ePryzCdI0Z51DGz7OOuwFmLalDBrY+zROtU+dGWaBIYF9/IgQX\n/bF6azXDii0n/2b9ETB335YuzkFgLvcOKxN+vf55q7GaoPvkvk4r3ruHe7Ez\nCrDUSHF7JIZpi0bF2GdHB3thcUHCfT4gvAn1M1wnctHTUEOWzlondGULrFzu\nXOy7V1/hsiE+1so+IoPkgD/8f6WcN/8e4s8WSel4JjQXeoomJboGadFF1p2v\nrLVbRU9KSbiXeqQPnYSg7k2B2lqiuGmmIac+obZRjUTHRb4YgUeidSDjAGyl\niZQ0il+X7TmW3A/r02Ry5VU8BW0b+vDB1N81Wv9FSCGyRPD4FOBjz8cwA32q\njJUseYiKupjC6kVlieqWJ0qtADC914mGYtu+JhlmgthvuX8FsIkSeT7JoXm1\n88IE2dayBYx9JWIqzYhMxztiskdlK6dT9LGXdbI6uhFGaGKyUwlQ1ingCSo5\n3sla1dq31TW9f8d6sOV3aFnzWi1kpb8tTJTyaIwVE+ozhJVxiVtcGzoFzd58\naPu1ruVHZWBxPMWW9HeH2E809Ptohxi2JM2qBnbeTm7fBrXWpeta9C34LgoU\nAnM4\r\n=4MnV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZ020YyJZ5/QCtrfcVcWDu9teci6i26Bg5NwQV0Z1y8wIhAJnU9IKSTvrv/VwvADqryLMsXtLvXbe68KLHzPdKONuq"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.d45622aa.0_1591141518977_0.9515576874833214"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.dc26c709.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.dc26c709.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"58a25b562ae31e6c32c67599f842dc6bd1f86398","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/58a25b562ae31e6c32c67599f842dc6bd1f86398/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/58a25b562ae31e6c32c67599f842dc6bd1f86398/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/58a25b562ae31e6c32c67599f842dc6bd1f86398/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.dc26c709.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-+QfbQ8gAZbIbBL0APsnY0aupHXJx9+WcEOQYteqI2oGVMKQ7RdOLay33ye2RdqSnAm/gHHG/uovQZGfJw0ADfA==","shasum":"c7a2ba8bd84158d3f3b438ad0c0e4cec994138d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.dc26c709.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2qkFCRA9TVsSAnZWagAAwUkP/0IAHKzsFOfkOF2zMBBK\ntlAJJeQrMhZLTfakdoePBWYbMnRsk0wybr3J2ND9/17NFetv8XPuUYkMRQQ0\nq76taOhl7zU5kZ1zgnlj3zGNObOtvQlDUlc0mKH+VPcxsJXHo1IFaj8Qd0gK\nhOVJhOJ1bcE0SPfbixJD10+AxvNaG4pxTSXYNYKBUIJVB6eZgq8Ok/xYa8B3\nd+TBYIzLRQNv6/gdxZz5znZEtBc6cGrQ0aeAZ3QenvvSESlRkhzwrVBTXJoU\ntD2CEXv7Ux6jwi3afMUPKmpqXeT+4936borDqB6+x1uwO/eg3V+RMXBlw8dC\nRoZ/7xHwKu5pI4MY/WWt9KXd5W/C6XWCisdyaOT1F5W11/Zi8SNTgmEdcSPq\nbwmhxssy9D+58roW9X07y0WW65bKz5dmBHsn8P7js30GjPiRsBhUivLO9nZv\nUMzCKM7MWjOwhd5UVyALf7vcrWMhDwF+Nk8l4acR2V5Agz5ZfGxo3WKFOqng\nLX7sD+KDN9MO1S7daoo/gOC+k2myX2A3LhWFJp3u7I5MmHVJTA9Pf9DOdcqZ\ncXIuTy+qBz9VQZQDmn1BRvhbxuHh70gqkv6b0ZX5iTFV2ONWXgW0tD9KGrDG\nh7H58Az7wh3Y62MpXwnKXALcKrmahJmjb2HjaJ0eSuBamNYggoZUrMEfgNBs\nT6tE\r\n=ZAt3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsOHjd42UWOMZaNcQKxfC8WZR6ZuMs22CNNXtRjnmG/gIgH+BBL0EJm02arA9Cd+1VgN3pagsdvOvt9f3YoDmvOcY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.dc26c709.0_1591388420499_0.2575079437367729"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.b9baf6db.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.b9baf6db.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"911d44443a75be4f249c595f2fb8a90e42365c6b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/911d44443a75be4f249c595f2fb8a90e42365c6b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/911d44443a75be4f249c595f2fb8a90e42365c6b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/911d44443a75be4f249c595f2fb8a90e42365c6b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.b9baf6db.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-zVRlnCY6ackdB1IzTngrKxp4yf7ztIXDsHdIejLPmUgmf/hpSoYJ9jY2Hfk/xX8ur4oj/Mf8boKr8+mezNvtFQ==","shasum":"0075f3d2e7f43ea4658ce718c3f4ae7db2be372f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.b9baf6db.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2qljCRA9TVsSAnZWagAARtAP/3WqVd0vgAOHmGDFEQfC\n82z4sMKYw0lGl/DIZ8+mnRaGhOVh3BleSVArxjFZ4OsPHt7KYOhyor/ScB05\nmUHSePSJlvpJ3EiKOQEPuAfWV+MiN4t4Rj1gq+uFMS9Y19ws57z+Jzd7jZT6\noq0Nb8PMw7/AI1GoseBwyKcwao19KNjCnFGvwJ4ALSDX21qkaenToXSeiJHH\nSos3UKutXaFRs4R4oHHh3tu6KnopDNRG/YaPZId7r+3ReEU0xyRAG7Qty0x3\nIxyleceeIeSBkpFUAKTICZ50ZWW1dvcWRELy8Tzptml7YuQ68t5Swpz6uBJL\nzQBjpYk5W2tS+MgtNKsv2uNDqe0W24JNdheRMCMpdvyLLUuHoFQ/fwActqYH\nEqb4E3VuW7y7C2KA+Q/mZpbHSAaE184rtOkiNd1erldMqtOqi9zKAfxaSMc/\nmtUYE5ZfpZ1rzpPdmaBGweUUYhwumu5p+wrVa2HEkqDroOxAFAOzpxchWhS5\nqiyuf1/sbjyMbhDc+1EO5uvUfMpG3TnUlnNVXDJsUr8qxdYpPp1C7NfUqYyC\nFGVWT8i12zd0CUBgfb6+0VshhwA3q8jy40UfcxYge9zZbjEqtgq8zkplHsNl\nWtsrXwE8MZm7LoEFPD0r9xf3Fg9rAR6S6g1OHvH2sJrv3aaCjJMV4orFpqfr\nrQPN\r\n=n9/G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDE0x8KgOjAC1jOlbrw1rsm6pWkrvglVuuJQk0DGm4ZwwIhAKu9pjd79HDM7sIc3QCydmIJw4jig/8wjXKDOE04eWEk"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.b9baf6db.0_1591388515345_0.9785658107403432"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.e0b8c9d0.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.e0b8c9d0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8067f7c0024a048e98d327efa458b70ed21da6e5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8067f7c0024a048e98d327efa458b70ed21da6e5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8067f7c0024a048e98d327efa458b70ed21da6e5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8067f7c0024a048e98d327efa458b70ed21da6e5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.e0b8c9d0.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-Cvue+BJRx3Bn56PRyK2jGz1C2IgHy0s6oGYUQF/uR8g+gq2HpOL608vnp+pRkCr9O2SjA6B4HMAFB76sfj009A==","shasum":"a1cbe158b218192997e9c995cc7c03bfa42dc129","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.e0b8c9d0.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2s9oCRA9TVsSAnZWagAAyvIP/iAi3/yU2lV90nnipmC0\n+xf/abiO7jxUQaf6bkFbuLMnVGQZPa+7mewnjr7sYFfc+qaAnOBvoTdMXwIQ\nFuy0GewfFCnUnRVCvVTZlcuXSoysHurQhdzq36pjwVk3/9WdaQZhGkE7bnzC\nFOd4X23768T63aqTnlWjimL7ECwzPvLGinicZhO8Dz0gvH/58HJMIDjh8qDg\n4zyEIzW/4AUU7hR3jg9+ChAcWQ5VOxVCLngIVHwfAQ10g0rgRkk9HD4H8eUY\nS06T9rSxQqMPkvlkAgMXkS0Rq6Q0BvXb1gtT/WLRlrsSzub80h0gj4o7k3Zy\nlc6+zTVEUqfCPgOyjZrGIfMlzVbKVTs7qRn4/HCIPXZ33ZU9HurxWO29yOjR\npAOPjt5IW6JCxbcResGDuz9EsBqEOcCH3hXCJfEofWbhUEhe4SF1Hf71lMjn\nSZ0w4iUmhiIdiNCp15cCCD3wxiqv5NKQRSsdLAurA0Gzs+cPMqv1fLM5Q7iU\nl2WKujM2ex/Z6hBd5JOlNQd1ZijfByn2zbY7+DNxRvFwS1snAZ8mxZgS9Koi\nXUv+PmJTEZWs+rI5Ob+udw0N3QbWTpigR3uniNcV9mQx/0fuP+13x2x+42Gk\nCJcDG0IpQZTAIaqX/qyvygoNSKzPGKdBitljbDBna5zilv+gofvZZq1FkBh+\nP/r3\r\n=6wRx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVbSr909LDgYCy2EcEAdQFsuEGWIwYFqTCoORXcDxq4AIhAIFp14mDFet9C6XLtrrRHAbfE03QfO5P0NxhFuseN/3I"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.e0b8c9d0.0_1591398248009_0.14032272278411817"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.51552859.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.51552859.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"be62282108625892e385a5b64edabb5c9949ca75","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be62282108625892e385a5b64edabb5c9949ca75/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be62282108625892e385a5b64edabb5c9949ca75/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be62282108625892e385a5b64edabb5c9949ca75/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.51552859.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-ec8Wj/BUURTyAhVpW4ugOfF/M/vvr7i67qSWsO4mwxnWaAboXkIldHxUOQ3gTrW5A6sT92q3f45ZK5G0KYNtrA==","shasum":"61d618301c1676d09e521fc46ca0d53db6a35d2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.51552859.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4CQ7CRA9TVsSAnZWagAA5ncP/iKIW6g4m+D3r8Xi9CW7\nRhboLnLZSyW/+IXHHLkj6q6I000nlRup1Eqx6dgyOw9SWum6gOwcSQCT4eKb\nJTom7eS3/YpQgeF1C95mSLN+ZX0bvgbEWyNC8hsAo01SLVDRs9QM9sNbehr3\nAVebpXaJ+kxDFBdxXQ3PkhN8QK/XZPF9mBgMI5zDHOTKzmFtefTdU3iw8WSf\n5c/IoA3VfWW5YEsUsF4rsXt1wXReEpDLrP+GPq2FKrDtFw6tPenFroJQStqX\nqgphHcK3we6yxk+mh2Ig+IlCbAt+RRR72I2mPnYUKSZIIufzkcWORUzvJ/3G\n+SIj8R4SOKyIK6kyeHWCCg3Y2jTAC073oty1CXy1vS9oeCdXtf406SKk11nH\n2D+O8qBqmJv6tdp4EltoTAoBmkrBdpOvjAceYnaaXRm005rG0GaxWbEsvFv7\n8y3DIJyYwPZoT2PkUlk327umdVX295BFlSalquQ+0f6Bu/itqt7CL1Fe/gtV\ntSciIMGtr9Nehg49Ua1dbIVJo5wJ4c/ab8J1mHmalbgUATAli4NUDOcnHj24\nKATBCAYnwG+lzjgeO7+cwB5rGYk5zQw8EU50Z+8tmP5LMxUrZ/300V5G86pl\nrFyskZatlAvzAD6uEWdRjF6tkmhmWn33QDihskUnla+wJNkvI1yy0I0qHxod\nO75G\r\n=dS44\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIArXEhEeNZ0/ucmer1ZDyhd1R9jhPm1bonBCEOXINj8LAiEA6nyv4bjZab/H4ecYyYdeB5G9aAV3nxxL5yHTrtJEFf4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.51552859.0_1591747642609_0.5648061390408841"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.2e269285.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.2e269285.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"de64737d606dbb8ab6368d8fa30690e62fa24cb0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de64737d606dbb8ab6368d8fa30690e62fa24cb0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de64737d606dbb8ab6368d8fa30690e62fa24cb0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de64737d606dbb8ab6368d8fa30690e62fa24cb0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.2e269285.0","_nodeVersion":"10.20.1","_npmVersion":"lerna/3.20.2/node@v10.20.1+x64 (linux)","dist":{"integrity":"sha512-xqqKJOAlznwc25o2iWmW0h26Rs8rtZSC8mChUcfKI1kae8ahLbFL6tEveeE7BfulwTL0pUb3oRxvvtiPDqHI3w==","shasum":"e9aa9815d2cb2b1e7847739c70c153258dd7de13","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.2e269285.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4DjMCRA9TVsSAnZWagAAgrIP+wZoBhgBFcNvghiPJYh0\nZYdtkFvxNbSYJLg4wrVDaPzhKX8rQ6tOkcXpQj869EmB69cGJC76uZUy33aJ\n8gl3LrgB1qsTn+ioUzd853dBg/XpTy9B9z4bhawz+oItugeSb5jsvcopDePP\nwAJ6QziUNKDfjeyPAfXYcwoy0AaWF6zC0hFcQRlzXYw6UPCQV6atzxd9Y8Qm\n0vIRqMffojWN7wi7jcGjFEOg7hX19jhvbxiDdHUUoxPoqfLAA8+zj+dhlDnt\n+2w1TNIm+9VgCymWkln9Tn48cVsQWtwRodYhkKnHOq9UQtN20ZJw41uUHK/T\n5wZF4Yluif8jbz6s8WbJj+ja5fUexLDr4nxSn4TkYEtJ4xWI5OudRrrv38DA\nVYmZVczS7cEFBlL13PgnhLxJeeYksaNqClF+I8X7hx1OviO3txrNntFL52GD\n0pTWd85oKoM2Vsbn+RZSUWjbSznLHcQf7iZSjnQcRioE+g+cHzUGgUNEM9xj\nm1LLGicLfW99cS9yf6Fk7988HEzsrpJX4HO2Dyk0XDiO5rzb/cSmewQOh/Mi\nA/e10+4FIpqwiJQ9VP6eElA38ykf2HX/lcmRIGbrsmZKOOY78Al9MfAuZHMt\nGgZ6J+mcqKIEct6DeEl07si5S3tphctZfUA+oCKLyn2XCQ++pw4u9ILs31CR\nqeCm\r\n=Uk9m\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkukJzwcUdz250D5BLrTyggeD1jEeiEowMeKsoxCz8RgIgUJqe16xOlwq9eftQ53SHjBahjhQQLEfqCb9YxJAX25g="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.2e269285.0_1591752908089_0.10231053438912419"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.be138b01.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.be138b01.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"cd3bec5fb787616d9ec3c5e011ed8224add04ad2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cd3bec5fb787616d9ec3c5e011ed8224add04ad2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cd3bec5fb787616d9ec3c5e011ed8224add04ad2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cd3bec5fb787616d9ec3c5e011ed8224add04ad2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.be138b01.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-ga5UXIVdiTcwmnH30UBquG8MXs0etEoTEbXevRz0KRBpdyrPrUyw3IXrV5ATQTYeSuXfcH7BmriIJ3AohQMUHw==","shasum":"edbb022998ee9e31c79fa73d5d3ccd45e46b1a1c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.be138b01.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4UcjCRA9TVsSAnZWagAAer0QAKIi91SDdlabI+uW4OFp\nNwwdfIHxQUFdXxuozqCPWHqdnOQuAhDh2RcTh8rDaYv89nexvcpFqtQRTn3c\njKb6MsMqe/hKUAOQcQal9/C9dKML5q0BO1sqDci1WeJ7z2FqqBzpws/vAaU0\nn5SDKTc0V9HwfbaR5sU7ZaPL0YdD5sCb769l0ditkQy3AnPa5Hf1IOpGf0x/\nAlk6HSHD3/mGVU/fvOR3FOCMpu5amwE6ruBAJ3FBNT9TYPFPMXwVDyIn0mcH\nt6wjtF0lelSJp9JcoQfi/LiANPDqZZhc9vXuOaZEp1Y7JQRCoaJiuTQ8Psm4\nBDLb6fdDpvDl12tpDUQCECxl9l36jvy4XVGin40gXFyzWutds64iP4ZtFHP7\nJDFpGldlu0MqiistvKn+KbP71LwTtyxnFWvowdJCYcxZcoe6QwpeHZGZ+4fO\ngjmJ2SyhLZL1IbQEuAOl8gc/t86HXuQKYVLhZIJD35aI9bZt1HrQ0zsnK+d4\nyQpG7JjHLIVds/7nHDSU+guFuItVTXBUJr/XqIzzunNy/qur7Ny0kZi2uO+9\nIkEAQfK2tr8B4oLJhSCrjnIZFPtuzxmx4eCHc2YxoutxNpxVsy3WKlbBH5I+\nE1y6Ou/A2vPw34QPXw84YE5baCNPbbfqn/VAP1ut5+N56uzB1d+i7FB/WZ8g\nh3lU\r\n=/UIc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyemYrgH5ahUU4BWFgJXqsg5obeqGTeSHET/kwCqlB8QIhAOWNIeJWcmhtvEXLb00IuDMbeDdmPFshGSBFEEFsqY5w"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.be138b01.0_1591822115117_0.42800805818600973"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.04bccf5a.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.04bccf5a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c077c9c7d3e6ab509f750f7ecab7ee8a858e7d22","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c077c9c7d3e6ab509f750f7ecab7ee8a858e7d22/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c077c9c7d3e6ab509f750f7ecab7ee8a858e7d22/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c077c9c7d3e6ab509f750f7ecab7ee8a858e7d22/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.04bccf5a.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-/+7sF9MuaP7T3PGx94f1NqEN65F8Ghtl/ykbj3pJvzLbybq4VfQT9V2SWAhwj/Z3mC/G7mJYRCEMLC9vAPe+aA==","shasum":"e55cd74fc1b4388426971bc68a443c44f9dcbc3d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.04bccf5a.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6Bj0CRA9TVsSAnZWagAACHwP/A2TYLdWSP0r+ipx/BAH\nbxtUHT1SUbYVuQhyYIrKNi1kixSSCtTCgxbOLwU6wZZuyR0i61FstGmgJKDd\ndGDS0gbv0xs+tJkd3WHjDy7l8kEh4+HvWCfDEXkLqvZiVkMTfswwn4IjyV6+\nFvenwy8cFa61o+WxCjOyydgtlYi2WjzieMoaOkY/43+bKJtGpfyODCmOFLYr\n18fhGQ+sOXd7B45SkXCqhgo6TQxWrqyAP70oCjBbnxMsg1SxhQ5cFMlVRxxp\nOevQC1wg+urEQe/whMsBJMscH4Vmwioku/i97j20q3PrFmwzNEJL6P2qyKQD\nL2QVyHhnamnAKZm+b4j36ZAw+dstPAG5oO0onCZo338vRhoNDnKSBHZhfU3D\no38pta+JwZqn+8DTHi5Cl+CTHNYZSKWatOMFDPtSIkd5hUMKjUHBD0M8dWgG\ndiQHMG60vjQyK1CmipvVAQtiW5l58TP3edlZB2Ehci5HnQYLgRkEDewAYRpL\nDkR+dHxMKfq/lcfc5cSS91eCEuqRYecStGmIetyD+xBGcJ99Go2CyNLtfzUo\noHyQ3nG7Z7gQraDCt7Lsg+jb/3wqngTi1EBE1ISibxC/hiOLr0zQwgYF0MYl\n0YDwYK9Slwt9yQWS8WqGdf1cq1bEyzEVLby3Ehk2x1j/gQtlovsdiG/grlkM\n3hIC\r\n=6PpD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHj+Cfv0QZqNo3PneMdEfx+0LmcDxiiJqraCSYoPvcVQIhAK+LmXlekVQYUrLCbkqgBEzL5mTok9pzJFGL7kXLzg6C"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.04bccf5a.0_1592269043969_0.7146389709003167"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.b44dea36.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.b44dea36.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c3acae783f88caaa2b0db088b82e7b98ef4ecd95","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c3acae783f88caaa2b0db088b82e7b98ef4ecd95/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c3acae783f88caaa2b0db088b82e7b98ef4ecd95/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c3acae783f88caaa2b0db088b82e7b98ef4ecd95/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.b44dea36.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-VNI2v2Xr35V0J62cQ0/8nBNQNaS5OVGYrcayhNWgpKgeIeSl6XF6fwj3EyYeJtx3hme377xbRGvenRhc5tsaKQ==","shasum":"5ef20b8dcfa61eb03e4cafc7c516cfba96eae7a8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.b44dea36.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6TInCRA9TVsSAnZWagAAPG0P/RQezmFif1xdRBWBdfaP\nm7jgRrha0vE55e51JfyhKkxeBGLuVeWJ44+om1K0d8xBK+T+6pDMDjRn23Rj\nqPqO6YPTVFRjy7R4aBFmFJgQvH0FjbBOTdNRH4kkMLwLuKY5cWRgujnc4v6C\nMcK3skMDc19Mj5LOtHIYNMSeNti4qpFu3eMBBhzL4rK3OeR7IanOuTHTrxBa\n78sqUi3bRT6EHoRuUfWa6gKTgabT6vGLbJqYP5zv5mg/I2PFwyTMK4QMwewN\n3F1wOfKY+lLgwtD86mEr7B+F5xn2dbeJCUNWz1VYDGCSCkRsoW4B000h7daz\nMM2LRCStsirfj1syP8oRVl3qVVYVt6Vj0I3JuNAcXwnSR0QUiloX0XwMl21a\nJoKlqxhY9GyPeougsuZyr7uqKpZI5ye6wqaQ+4F5mY1MaJWFOIYiKJYPTNM0\nOm0qJnFKXXxLNxecrRjAp7me272Old/wV4YxE6s2FDuqT5n2XURaXsRJS3Q1\njLgt72QhVWidftsn4WDlnPLy2WL4DZXIWN58CYI07mo1Ks+47mka7Eme0G9H\n0FklMpf3lNRkwWFBUfVTnFyeY4P5WNrpN1liV9E4flTbn1IIuGqsr1nr0a0h\n5hMnBiWRGY/saH28vXIvQv6EOFoxgoXMILVkz8g+NcptsYahxMLPKZEATXpQ\nPsxq\r\n=ou1H\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2rc7VYHaxAaV3fjPE5W8FqAuO4TG+fAM23wo4qk4JFgIgZ71t9qFQBc8z9TlVRDIfH9BrEnlI1+8sxMP5wuZEA+k="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.b44dea36.0_1592341030971_0.7723594427777065"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.e2577e87.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.e2577e87.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4cddb26ad140f9a5ae7e41d4f66258da9ffadc5f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4cddb26ad140f9a5ae7e41d4f66258da9ffadc5f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4cddb26ad140f9a5ae7e41d4f66258da9ffadc5f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4cddb26ad140f9a5ae7e41d4f66258da9ffadc5f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.e2577e87.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-js6t/6JvMiqZnsdDuGyqGRT78kAapJm4DwMWdsO89ZImPziRa0LplZnLqr2qkMoL129mLKucEjDahHBF1IQ1hw==","shasum":"6c1398c42b2b4501f8bedfd73d80ff7f6f830c5a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.e2577e87.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6TS7CRA9TVsSAnZWagAAowMP/A+pkwBeibT3JEt2ZoIS\nmBR0SfE3UDpX1xh0IAHs62nBgmS/Aqvh+M6TFe8imsaC0neqYNP+AL75KnRf\nKhg2yfrDW+/L3VCnh0UFvJPSiVZ14+bPXxwCEyJ62+jU+u9YMLRM5DUAQrYt\n3cd4ZhLsGtxeYOGxbE1nsZW0CBhCkCdB0Mc6eeVcoUKzWRUT2JyG3lfd0B3n\nl9nnuoYznA47Zik6YwAgUQGrYfiftwo3RhmtLu4cDqUvRqTUS753rWnmyLRh\nSTxnau32nR8LdZGwVgEJIOSKGbQ3HSLTpWzfmBBhYDnioOpzCPFVCY0ylaBW\n6muCz59eAIEDrstZ7gtbEP92h3munzD3dlIKzsnk6ht5caSWaafl8rivdub+\nZ+mrETWEMh77MoPu0a9h05tEJPvE+RTFjYJcyn0zjCgJVfJkYp2CzKrLxQpo\n0JfWdbFkTOAgh7boGrMVc3me9D9NtaLklywQMhuQ9dRoVnhBZWf6xmcqYh33\nEyb7CXViRlq953/De/HpRRjL3IjE6vRzCCavzAuQgjB80vV9WKf/EwNpGZOI\nmLhHazDWdJIEQc4FXh91JucRb2iPd5S8a4R4qwINDBkfadk2VecbhJcb5Kof\nLCx7wTtDieoE3tFSmPJtt8i6BmIp4yz5FfMwe7ORiJPjRiXA3xBRJ2yvL521\nlh0z\r\n=b1re\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCs9ldtU64dZQP6f7o8mhR6LmnOGHAKSaiXKz+XTVkT8gIhAMjovzEpxY6YO/fOYnlQh6aH1elz0lFdlz1eChghBeig"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.e2577e87.0_1592341691441_0.8243168896888373"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.58b73343.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.58b73343.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ba9eb85b43f514dcacb8e7517e4b8728a3629bef","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba9eb85b43f514dcacb8e7517e4b8728a3629bef/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba9eb85b43f514dcacb8e7517e4b8728a3629bef/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba9eb85b43f514dcacb8e7517e4b8728a3629bef/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.58b73343.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-o0P0D3p/DbJ/KMlifCpm6Vl0EbBeFfeAgrowvqu8b7zUvpKLSnjC85lrGBvB4hXwM+ZvLPlF2w3iQF3Tnn2f9A==","shasum":"afc20c554983662caaff1833f24be4b3dbce907b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.58b73343.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6ThACRA9TVsSAnZWagAAOhsP/jHhPy1GtDuuJMHHy6vr\nwvWRC6Te3wixDy4QP2ANrRkw5m+Is0+Dsz80bnldlLkrgd3eS3Fyir8adJz+\nezy266C7oyMyEvJ9LxmX3t73tkJyon5n5mx8rAClZJVSZTmUH6gVE9mVh/JG\nZKXxXFCgfBPyq46YMeqbuMvn2GnYRbZgdGVHtzMAbFxgAIk7Q6HhBoN8gRvb\nRAMrM8z/hRvGMHexLEzMPULkgfjlvK6TWPfwKaB4lD+Lx6Ef7cZ+X4+YjNiv\n7t5AeTTrAYAc+Qb33KAZESVYdx4hldUHywCrcX88O+W3qBODVY7R42o+YaxH\nfFkZjAcogCmctfrIDa4OHTZRJVJCAH4RVa86VPNmrxeEqTDrXcYxqJ3mG1kj\nnJ2xs5xFiornEjbKP1X6wOiKLRAUQCDO79hIV8yxoG2USAb8UcH4mjQ+SX1E\n6734w1e4zBJXSTYunbt3k6+X7iK4K2wkoTP1g+X6DAREpwWSGzEKYcmKcuSo\nW1H/jjN+n1hBW67k/7OP8GkN9l45iEWbjTMBcm2FqyDhY5E7RWJOWMfMHqjC\nt2dlbS4xCYj2ECvE9JmxwCNRma0/tIqsv9gHtzOPqCHcMNDULtaoPg3tJ3B+\nWyKnOWo30cvbza5FbdFDC6jR37OHdrs2pEodnk0h4wrDCZr0ZVLLkvhqfCbN\nQhUm\r\n=tnij\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCy6HuzrRmpfdycr3DTXbAQOIXTEfHnB24beTxvzU8rKwIgbIXOu0aCf+L+6RZRDZD91yOWKhI7kmZDhfdLrKj3b0k="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.58b73343.0_1592342592235_0.008654931132313859"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.f155c058.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.f155c058.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"bfa2e71d76745185343aad4d0a9a2b6c3b134563","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bfa2e71d76745185343aad4d0a9a2b6c3b134563/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bfa2e71d76745185343aad4d0a9a2b6c3b134563/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bfa2e71d76745185343aad4d0a9a2b6c3b134563/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.f155c058.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-SMWACz8BjkaxzN3VaXMcKpZKggl0iLtXNlDg46tJujZojn46FpVV+RhWiE37UOsg5/dGUNTTc796tTBkScZhBg==","shasum":"673c317f2a5488125776180ab4c6185c9f86cf85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.f155c058.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe661YCRA9TVsSAnZWagAAIiQP/1pm2yPvuALRmFQwTMT1\nx2r+AJrueDMRbyrxsVE/kASLPnn6MI4KeKg35qW2HUVZE3ZdKu4XbaHJy9v5\n/wm2A1mUXIibwfYFpDfp0AabcA/7+qA+k9cDRF0G41aU5P0CTw4V7vvpsj0t\nzU9oRlmU64nl8OJHwTqovjVCJdSI6mrhWPnSTTGnyBqGmi368kxGkdXgV7ei\n5b6s+1ZiVHzzS5wyPQqhoq1wCBgW7wsfyx1TCQK3UAHDTr5sv3d5kag4cCm9\nY3cdDuVh/lWfTPyixJZtnCia48PTALOKRsid8YtLeMXZb5yfA5UWM3CB6xBv\nFOP/c+iquSChMJ9I946tlAngwJOOK5mrmPuitpHMkiqHv9B58Xdm0Fl/A3d0\nnib9ZZwLIFCekxjIBAG70FNjgDeuD7soNe0cxPK8xbPPZ0HAtzkzxm69mAZB\nQlQGgYf5GR2r3zJMd61rElsov4qNMF1eAFEanIpG7ff/3PUbqvEeao2Trf/e\nbcbmr1tQD5uPOkuadEdpRjGxqy8L5JBVHihn2WAK2l9qboShqiXLUQAV4ys3\n6X6b+KMgyJBgDUmiZKbjVbqIxyG1cN7wUJ5RMWXEIyFEhyaCVRvVrp5UVyNx\nWIzriNRCKFKq7Fb0eD9352g1+vUVqoxuPDXSCu7QJsr9lF10IhyM5DP7ldXU\nHXGB\r\n=71ni\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBRor4a1S21ABlBR+cbld9gdVnGAZhlB2zWInrKHiov9AiEAgYn8rhfqM0g+uEmDb3R/RwlqtQDOFPJ9n5fH9pqTEAA="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.f155c058.0_1592503640522_0.35776547598426167"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.309779d2.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.309779d2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5227f0923971be3709c93d0a8ec0d85564fb31fb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5227f0923971be3709c93d0a8ec0d85564fb31fb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5227f0923971be3709c93d0a8ec0d85564fb31fb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5227f0923971be3709c93d0a8ec0d85564fb31fb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.309779d2.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-V1DispTtMp7I66OViQ7rVdFjiau0ywWIBwfk6OpOunFqY80Y0sTzHVm/SsysbaQTR0p9mRr5c7JNFTW0nTPf8g==","shasum":"4fceea73680115fd72ccb51ccb83107ddbff8d4d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.309779d2.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6/+JCRA9TVsSAnZWagAAQeIP/AuUXZVwDta2a8Kc9r90\nMYlv/iBDkkg84qUBZrmNj0p2oeSSROPKKyJ3wUaKJWYbu/isMtBLwbzuydYJ\n39K2cNv5y8h1CYzEllg/sMq+DjCpL9LoktFlnXvoZx12nFARJgZzj0myDkaC\nqayr6iEaQtmOnKCPz61rqQjIKYbk97SczzEG5TSKFZcTjX0dxplBcn6tpf9p\nNDDo28BFGEPgpP1cD33uuep3KEUGfB400hdkxtfWzvT1xZS530zmZ9dwlXH7\nh9ZFVYXzFdZcqa/e2mpm2s0Wnn+4gq1NUqWvFmVHrtHjKZwBZ0TLuhoJGFd9\nZf9RfnwABSrAd+gzbSpmtzNOhqnnNTjW7eQe9nkB9jb+Q2Q38mEkmgvH6qFQ\nTMInPCefQiWIqcQsWnKipvUqvHetAZqDGVen38yV8QarddUNHLD3ZBhNO8wU\nJ1jlX6lzq3WDL9jAWwGQ4AHIWFhp4LkbTBRTKseC6uC/9xpr1HiNbk/JiwWB\nkIZ5/VHtAKHJSwijD8ciQVrFrD+XImZyhh2LqsiC3bokQ+S/3KK0tE45VZgr\nyu1DOtdd1/UXkHIn7pWomw+GvL1QKQA98JY5rOnWGJhEb4oubWSDENZcXdBz\nsTMCYU60UO350Gya+34IRoQ0cGj3Fw2184ZT8+aK3/BNrlOl78IrfflTRXdm\n8ftn\r\n=QXV5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHTM2fire6d4P9gxngxveueJIcJNcqi8sw4ibFWNij5sAiBL9gGCMIhHDi+EMqSa3OerwvZrFCE+ou2hjcYuaUuQuA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.309779d2.0_1592524681064_0.3590059816815063"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.e7649968.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.e7649968.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"33e44f7015ad267b659c9bf1d34799ab8d508993","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33e44f7015ad267b659c9bf1d34799ab8d508993/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33e44f7015ad267b659c9bf1d34799ab8d508993/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33e44f7015ad267b659c9bf1d34799ab8d508993/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.e7649968.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-UNbPaJ0OPn8P7RIo6eLUOK6/q6iQjiwGUmBKWmBsN6yIAjvI49AoQyWYsEyLH4TFSHMMQGWqH/UWdKp45ccavQ==","shasum":"24719c26f00b7613a1cd77eb8d170df71bbe340b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.e7649968.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7TDACRA9TVsSAnZWagAARPkP/iCOPxd1vPJRBBFtkNO0\n5E4TOWB+/l9y7Fv9Tg8HGhNNIx8Fj9QGcQ2THWpD1L2RQowy5Qe5vNnrbgPe\nWdkf6iZKe3pZVNZjhjkMskYO+SoYCehGxdFZw23Fa3wE/58K1UCjf8ye9hAk\nMSEDjbWwlUzwzRXCZhpf7Mr/Ax/DkOR0CMIAnxuWZRBWSXOSHiTewW4d4g7N\nYtBq9x5rW0lZIHfSJ9+BscmvsmgYc+cy+t7tot2JL/jvhNHnW400flMryLro\noZCJhHzhIB4Np7OQ4rltqSUnEqFu8ssE1Q2gcqkxgNtASQFrTP3RqeSqmTsz\nOGMrY+qfSP9Cskfgrb2Qpd7ygaveGbC0HFrH1qq3KnM1VUMOJ+UI9zocliiS\nr0JWRlpcBHFBO+fcKFSf4CAnzOy2HTDitJX9ixOQR7Lt/FuYcqsEtfSoJQfo\n3C92/213xWubGyPZ1/4gtiRY1m74SNfluRXMK8BXdgm5mjzbTNMx0WinfB9T\nuDYcnc4gfA8uYnUokJ+eVDaQ+H3LWY9WmxNnUXeSnUGJNB9RXhO+LjZF8tln\nPLIlroB3/Omia5yr76o/RoF18caNydM6AxRUJSUJhQCSd9JqaeOpOn5zguMV\nbAipcQ7qw4ViUhGpezZDnBhP6GcYZ6gzFt3T4nq/tYKRdvK1/j+RGG9CHWrk\ncFAY\r\n=ff5E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLsHjATfgCygeZRNUI1+v+jIr+/mkP/E18CLZLp9iAegIhANGk39RA+bo69T4jefk5GTkCNiDW5YDidnJNHcXXOYYq"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.e7649968.0_1592602815453_0.7267337607323308"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.8e21c78b.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.8e21c78b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"87567a000d0fe9c1fe6f2b37030908bdda7f3290","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/87567a000d0fe9c1fe6f2b37030908bdda7f3290/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/87567a000d0fe9c1fe6f2b37030908bdda7f3290/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/87567a000d0fe9c1fe6f2b37030908bdda7f3290/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.8e21c78b.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-SpaZO9JA3RxYsEH7MFRiCz1u+GVuRhqWMui/xAZ2AEzW51s1opQyHd319kZAa/GITRr+DGGcDdPg60757bD+Ow==","shasum":"6e76e492b2069e27264c381a90b609ff8af2cacb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.8e21c78b.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8InaCRA9TVsSAnZWagAADfAP/04hhlk9uEFbLWkgS8TW\nhb62lbbh7EY+A/L43VQq+/5f2anOyc+7x652c01EC1IWxS12U1Ed820zf4Tb\nyUsUaq3ip7A+2W4kmCEvgRT9cHL7Fs8bwWKuB/RKoNb+Sk4M9qPNslfPkkK9\n7TqkfXl+raPoFKVp0wQmAep72jOLMPoC/ztKfJ+vD7lepWbIlxKRtYsuo6vp\naDxpFBGZo1vYksgt4WAnCE+TqIT22hfMJHQuUY2tkri5+jT1xsDMNZTXopVc\nnZPQCeblzxLsbpdD56QkmMCRJ7liJ3C6pocB6oLRjDBtGvdvByS1O/AIJRdY\n3pWpASeBJOOLE+DfuosAlMJbr8Bmkk5+PFlqxwxd7J6J3bM3p7j6eXgNzIb5\nu9u4J+I4C9t/H4f/EqwbicOKLk3P7X4lmntJaqW+0A6u+r4lknIgE1AWPaan\nqB0Z84LE6wcEWUWyqtQlTSJqXJUIt2Gw44pixfUbtLkxkLBI1KKI0xLPGIJN\nmHLS2Rx0ggFT6qO4+uBdY5QtpyhiCOPxKgK25aWTIrA5ILnwTloHaR0KGWk+\nKakW3odkanGlpudMFCGf3au7Aln9KK3dCrzy9Gs9VOUJdjREP/D+nK9pGhoW\nwD/g7BKc6v5WdbJwXlconHHgMSq2dzJ2BWjkyFf0ZxVfpty2BFv7MaSj9wfR\nB//7\r\n=3eWc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOL1qN9Qk6E0Gxrq5jbdhtsL5UUOvZ8pus51pftY7kDAIgKD04NsjYHeA91M6IghexMXzJ4nBrYnRGILU+c/P+AJ0="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.8e21c78b.0_1592822234340_0.8165364333102838"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.6db76faf.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.6db76faf.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6e23f797a12e3585f2e2fc7bf0311266b8908e40","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e23f797a12e3585f2e2fc7bf0311266b8908e40/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e23f797a12e3585f2e2fc7bf0311266b8908e40/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e23f797a12e3585f2e2fc7bf0311266b8908e40/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.6db76faf.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-2tmdFKyrxrtuRU714SygWlShWoez5WL++B/Az4CJT+cnL/U0t8yL6fST/zcCWl2A1ByEGnY8iH19RrNCJZyEIw==","shasum":"82ebb5d17c0728105e2ef00b52f0d49cf7240d03","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.6db76faf.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8R6pCRA9TVsSAnZWagAAzQQQAKFQKcSpRpvecJpFDzY3\n7d8K5gObnd+R7hqD6/eeM7uPPouKlzghPsKTQ2saU9oYt+Q8eN3z7Bc7w9FR\nY97aD2kmUGGa8tzSaYpMA6XJMcPUYipSvf1jA2oid84XuZSF5bd0hp/5nXZy\nYHfPntCrP0MAFHMQDT/rDMVgu/Em8skrEuvqp0L7q8F3uwVZx5gIvB7KhKEB\nxnnA1JfUx/MFhv1szGh4Hpm8Dq64jtj4uhnJJX5OF1iYvK+XZBTWumAgnXBH\nVdLchSfmnJtUMn+BatNoGfz3pZ1rIpPuGIrbtKhT2pth07N/ATVDxPV8z8d0\nUuOqB/2jeP09aQ6NjxuJzzhqdjKawMhmGppl4xWskdmfnK1e2o/IRNlTHh8e\nike54aNj0v+lWmhUY0eRR53FotjhQQ55Q0brKUd2JWtZguD2EAKKwsIi9DNV\nXbo+yCiBRzhw7UaMyv3CL+pIV+Roacdc6S4R6VuZq3I/NYiXBPEZ5fgXfNwI\n4MF5sfKnvvKKFlc4dWRyWM8Y0dVV7AZLn8QyujKncQTu73C/CD4eulwFeIuT\nUeCRMo9uJspW0dLFUoWpd2K0zxJOm/yT7Xyqm4Ua1rlfCD/7dizTc28Emho1\n2Zf8KfiqIL2Hzx62vnbHCQKORIj+ZqPWn4X1tem+eaydKkVhE2/D6Z+6sotP\nLp1X\r\n=2Cbl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCemKu261sV6jw8RbRdWI5MJ3AtsWrMSG3fal9AlvJnIgIgKGhutRQwJZXJtMFuivGYIE+Mutt8DAmvoY9hyGjOQ0k="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.6db76faf.0_1592860329305_0.45896645560819294"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.c4dd9684.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.c4dd9684.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4cd7dd845f6929aeb590a441e62cfb720106f05f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4cd7dd845f6929aeb590a441e62cfb720106f05f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4cd7dd845f6929aeb590a441e62cfb720106f05f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4cd7dd845f6929aeb590a441e62cfb720106f05f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.c4dd9684.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-W08vBB6mK3TcvHbAI8J9B52IUaRFna49lLECGF06JFYYxcpYrXq1KszQMnop39YSC+dti2joAhdvI2rTpTM86w==","shasum":"775311c155ae64b65c6c742dfd7f103c18f5e8df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.c4dd9684.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8hxLCRA9TVsSAnZWagAA7TMP/iEpYQNHAx7E9WbgJuR3\nAvE1p5ny3oa2faqvuxkXSFZtPIlp0PbgyWASyiQ4/OWwLAJGNocAnPM721/a\nFzUjOMPVFYr+BHRpuOGJN71Gd9l24p5WTDzNR5IRHjxCGgKGNvf3jRHGeedg\nhxtLz2yKzs+iYWbiCn+0F701MlRrX/Fbe1hDbIlxnjUXOtJQi5dM/+dEzo6q\n6k53Y6nt26iZXpThwxxIACDqX6o2GwceV1MDBPcm6iMWD2rhePA15W5BWTi8\nc+Vs3VZ3THP/mJUOvtISKrtolvu2S1SUi5ekeiuGtmK6tR2V1yEF6CTZYDQU\n16F4ByjJwjd7HercoiwGUaYnNpkvpaqtqulZv0CWnH2W41Ka7RTGZ7QWrt5X\ngI38k8bh258DpPrDydWahCuJFDASQBZQgz5GqBscnPq7RRPc+sJmjxYkzVYZ\nxCZum2l1Xuq2L7qu6BvQsFt1GsT1oAIRom2nWXbRI5188iQyewvUKO9wPsRa\niOThvIRfBM0OIAsSAP3+0Zi7LagSPa8bT1wEgX80R6b6v/hbtrJzqGzKh+Ej\nICAKtqACKJ5oWUCNhpfVerj233sWZos7exPvkHfMgPmP08ObT3isU1B0LbUs\nQkJ9bAS3oJeVa3F9chjk0eOjP3CH9LhIhsoMxMSgNzl7Kleysd9FemmuAzWl\nN53n\r\n=5Snx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDP6NiSlQ0reBlVxjeqeSFGTG394YapvulY1DsaX3oFcgIgKcTEvVGJ2B8FlJ4+e7y6h5EgIJ0owmNBxfaQKyqaMmw="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.c4dd9684.0_1592925259005_0.13716292054985924"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.b3e53981.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.b3e53981.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8d83f2faa9e72fded29e88f843dec080efd318b5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d83f2faa9e72fded29e88f843dec080efd318b5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d83f2faa9e72fded29e88f843dec080efd318b5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d83f2faa9e72fded29e88f843dec080efd318b5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.b3e53981.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-bVXVMCN77biNqJisVALKUl32FS08brkwRuRXp82xxZOJ2dtGHwP308l0RfgUorrLQwpOvEX46naG/4r95v5Tbg==","shasum":"fe205facc61721ef3d51c2ff3cf5f54c175755c1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.b3e53981.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8qCGCRA9TVsSAnZWagAAo8gP/2miCSp8AR508bMva/Yg\nsiSZOdyHdtiMWdKo9IImWDM/7M8NXV2fboWyXbHVpq7MNMXfpLBLe2ZA4kL2\n9XcE+HioxkipZAXeg0priAsYkYd9j3qYfzWZ0YkyrAGYqEXQAf93dqawJiQL\nHTtDnbEypo2V6MvC8uYk7fOcuxbOfbhQj0OM+vJLj2uml32c0z4M4FDTmoQ8\nMR69frW6Brj0k4Vd5JjrvxEQTTCLGGccqZtQoVKoyyZgQZJIGBQxY3ZQvj+f\ncUzIunLOfvKxpJ1qtGOtfXHGyiim43leW6wkhWT9rZ5d46KKL4Nlq7zPWdTz\nYYmGdaUAXSczFBPt6cNzCZDesewc/1pQ+dIZuzbx0eEApJjjtzjDCZzblC3e\nLJPRQHe3ClbFpBc26Mtx5p3sNQ1XcKysPLpXVc10huPa2IzX3gMlO7v2sqjP\n/3jw+GArlyBLgtjp6AUOqJBZbfYzBZLwd2Q89gxy1iVzv3GzqeAlh7e8RA+S\nHOmNTRFQtrhzU8wxtMk43LWSLqwyoCyGQflgmdIP3mRcaXELGW0QJI8BuAdK\nxFI08+OSHEUqJFgEA/FWFBf6RdbPrf/4aky3zCcySfEH23twE4BrpWAWxcPE\nNKme4Jk8ca3M5cU7LL22153+rFV7XEC8f52aHNlrJHDtXZZtiWmYrQpRkxJD\nyWxY\r\n=R8eu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEnifE3hacKIwTvfupg747de3uyj7xOOpxgVWK2i6/dgIhAJIv6SlR4M34AtPuhLY7GPGvCET4vjiNgM5r0BOO6+GB"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.b3e53981.0_1592959110546_0.8243504076980279"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.b9468f77.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.b9468f77.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"89bea892912be98e07d72fec0e142b11d1874487","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89bea892912be98e07d72fec0e142b11d1874487/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89bea892912be98e07d72fec0e142b11d1874487/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89bea892912be98e07d72fec0e142b11d1874487/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.b9468f77.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-gAJ0ORImImmizhki0o20aQLMalL1xDruyFY3ds+Be9XtjwrKT1/aTybdlfvhMfZv1rBfcMluGz9tEvUb6U0VoA==","shasum":"6facc67cff1219a129fc84cc56340d4d185d3fda","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.b9468f77.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe88twCRA9TVsSAnZWagAAjHsP/A/br7NaHvjWk1hd1y4a\ngSgpHTZ3P0KkfA9SNQFY8+MhBd7uYvYPdl9eIbVMCymcwAfjZHmF2ohDZvfC\ngD2hYLFM5f3otH0/+9cnG5kqqoCPJKZbNBm0MAQ0lDJtECdl1ANFp006mis/\nAfVQmm9AjdxVoPxvFBUChdhSE82jNN5Q1rhmxlNs16iqbu5hwSlXadTMazOR\n+QRM2V55yT5G6feks2A5iDmLcOzOtKOtvITk6HC5j67nJCfTt9FWpjGVk4C/\nMD7bcu74vAthaleBmreZCLOnOLYS1MN6SqoxW1cvpyyAvO5/XKZRIW+u1rO6\nB6RCMBMEGXM1p/6HHza55/LCsgfh72E/giOK+F6dmPknabAqH+iC5UMHsw6X\nglEb0jUmvzIiZBfw6Sf2L1jSKFDcdO/TEPvsG1fwWZHWbnzpdJ5vxiEkoQme\nZaUKyAn2Cjy5HTXcmEFMZInBz2x0YHqXI8YwFrrUn/w5ygyNpu4sCgZywSGE\nvnJHDuac8YAqBJh41DpFPn0Yqnze23VVLpRROiCB37EfZEni2EdZDeyl3mF/\nXkg2kufGPL2EmO8pRjWwCN2CwRrqo/lJvZJOO8TQz60GHD6ibYuaKkieAJIk\nhtr0QzehMiHlAQCPGrwtHBhR3XU914nEvxpmEiA1rzvayt6dK0H9ZPGzmPBN\nNN0k\r\n=4rRF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIWjkbOmNYMC8Miv4OTG7PQGj2vGUWb6JhqQORWJ8RwAIgPVfmi4CkkDyEHp4TxTv/QP1VIiYrGEfCRTJP+AWlmFU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.b9468f77.0_1593035632397_0.2612152369908889"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.eb790e49.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.eb790e49.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"722b9fe701d60a27c2554032e63a2a7579ed4306","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/722b9fe701d60a27c2554032e63a2a7579ed4306/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/722b9fe701d60a27c2554032e63a2a7579ed4306/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/722b9fe701d60a27c2554032e63a2a7579ed4306/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.eb790e49.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-Loq3sUVKkUlaYLCQA1Mi202a8rwgXX2uh2x/gvVBI2U3205EZ+E2y4wvRQzKq7hLB7NpSZ67sWo3BEoZJ7nFhA==","shasum":"141ea80eeae9e72ea0f114dca938562a16130174","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.eb790e49.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9RSfCRA9TVsSAnZWagAAY7MQAJ6hQ2HWQ6im8M7PNKv6\n3DDqyY1w+0Oh8rSdWKUpwo9lIEvA4KCkBW0aLXI+temHX+J+/SImA0p3AWCv\nFJIRKomSrG4dQNx0IO/2Zu6lCTYFJTE/gqUwWtzxVz8gGfmf36lOv5PNjudQ\n7pbiySIJeAURosBVV9ud44tuaiPVhLoAV2fWCshiMaOgJDE/7wmB6PzjqIqF\n5OMsULjTeF5RuoprQUiEXzXQb9eaGMoRRGxDF4zJb+2ri3LmOqh6hZcp8ysu\nP140mNk8B1TsZD89z/0cv8RsL1+9MsHPcQHOpCUyw0ZMDQDXkR5YkOBrQWju\npW0bqxdr1jbX1fttOmV9qQDqL6QqXffM74MNiK3ni0qXnw7BSb4HG6klJh2B\n0CjH1lJ7VkFkd+zXbS2KCnyb7klICnCWTz0TjFQS5ZeMTYHJqC5/17QW+E7V\nq53ioOlOSNuJHHO2Umr4FGDNb30q1YX/2c5Xl7uZuULtwSb5mmEQ9n0AWrqo\nkYwdLxQCDKaRO/jyVhc3oWS0sHXLD7NrFCivzjJO7qZYiT7SNhUBmr1golqb\nmttnkXfoU/NfVv7PGS6ZH8VdJPnBC1xB8RHt5RDf1eBCyQrKm8fToLZxLQJ3\n51MnOaZ7dBQC0OB6ZKZkc8ZUIMobLc86Rm8DjunNer+pcULkpxoRXg+tg0II\nqifM\r\n=oVLn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBTL/r41g4bo+qB+xXINlXT/+rdPoYMSIGw9dg7nZ+MUAiAr+0zGPqi+Wbaql5n/JqEn/M3mwJOJvB1CiSHjW0RR3A=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.eb790e49.0_1593119903377_0.8290915742587421"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.9aa1a5c5.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.9aa1a5c5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"04b200e2b2832855ef5eca7e2000672e53739c05","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04b200e2b2832855ef5eca7e2000672e53739c05/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04b200e2b2832855ef5eca7e2000672e53739c05/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04b200e2b2832855ef5eca7e2000672e53739c05/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.9aa1a5c5.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-D5K+FaSNonQNRYMbUTs0aZjOfkwfdZawmBAQ/fs5WjpuUaRaI1rGx4vrSMurXuexllu0MuYHEUhwb1GTEb6rrw==","shasum":"5f7e93191d4880a5e06bce003ba5c2fe21cf4a95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.9aa1a5c5.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9iqoCRA9TVsSAnZWagAAR2oP/0puQxd8Av9JIZKloZ3A\ni6YbBYjFvQm1MCvm7ehStPCiULMfl6Er72JwLkO0L8Ghxc8bSRKKZRA43lrE\nN+XtK4QSQuLrlsSpyyesQckv08ZmcRN8KegoatulekLS2LHtQYzogYJm9/52\nJyeaEaNwjhW7MhdHeKR/AwhRDye0rtBPvjudcpPL34RfCsptDZxq6YJ6VA0i\nqmTbtuexgx6NUknFrPknNruMwu9mLKtnSVbEm+Yrsr5c9+BVjWrNRKqGL8sL\nTKJ7SuMItfwG2gp1p9TXYyZ4rRAy/+Yao556JkG8vmdqPiyfKGFClHtMTsSW\nnHDzdXIoGaAmyjH3HtibLRMYV8s/a4mPZlyMM8rk5EJqHfquPoZ45t+bN5KU\n3SyVH9jrCwYB79BGZzguKM8F4bgRcPa9FArhPUR/7lXsrBTc6d8wWt55TP9v\noW9ai59zFYAp8XZX5DW65c2q+5bv2q/iqJyjKeC1OA1B29kLa6Jzu1phOcmW\nYnteUdk9+qw8buOA/4SuKLSOQ4Wy3PJYEaPKuRz3Cc2Pm3JeawPYHdRjFjLr\nNG6k9Ur17AnZRkn0g5a4H7obMpYAL2w/Gdq3DUEiKmV22UpZIBjzIdkmERSc\nOjSVN6JltmPnPsSGiW159tIwYm5I08Sf9fnBBfEUTHdMLhSirVvzMEqlTJRi\nYNGb\r\n=0MJT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMr5c3xklEzGDXERbIxgUg7OvdWqxsb5+h0i2UiPge4AiBSxer+0Ne/lep00K6oNqpPePeLm81N2L5b0cVjXRztDA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.9aa1a5c5.0_1593191080360_0.6185049937538865"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.d36e9861.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.d36e9861.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"06dd7e826645eff53f5923422d6024010828a4b8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/06dd7e826645eff53f5923422d6024010828a4b8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/06dd7e826645eff53f5923422d6024010828a4b8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/06dd7e826645eff53f5923422d6024010828a4b8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.d36e9861.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-vun8IgcN1HOIIloTyG7dYHZ8zbPqwgOlBOUi8AXWOMmMn5kFxieJNM0xFcumBKLIv8v3vxUlwaeq1vitvAxZ7g==","shasum":"682f421b292f8c279065f09bc70319cb142a58e5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.d36e9861.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9jH4CRA9TVsSAnZWagAAwVkQAIKKzKwH46OIb+PrdsD9\nh3L0OetHcym5ylEn0VtLbnJgVHCuYNRQJg7e3eWfZoMGR6xj880fyUOBGw+J\ncmdEh4fBlCgMBfe6FRAHAc17t/esBuQ4nzQrhI1sy6q55ToNXedRm2kJD6dk\nmJBfvD7XA1VoQ4IdCC2PUOQIDE9MaOwzwNn4OpdU5dK2RkA9e9gfv6rw8LIz\nk5cBn2u9iYJ76XReh02yVpRYyxmwE7E/a3hPGamFvK5FuhSuEdCngSS7zjTz\nam0UGSQrd+kkP/aL0k8E47r7EsH0+RFjxvsz82plron/uXaYAz3Utv0n/jDr\n0k5HM3x9fy8NJQq4qVRL1U/n2OwGzkQaWIte7vS+LIa0MSuAnb5xa5AdB7Mu\nZqLl9vIo6Rjt1Qki+jYFBolqTUKVxflGj66gFXjldHex0XY63StcrtDd8ldu\nT3/AyhQGe9vJ1eljKnNDlBL1Hop/IqtHbjZUEhElwt+TiKPB6JASDe3UgiJF\nXeeDXatMiLALAkWGOuHhzY4j6ve7z8YTCEYAPEZGvTnsh4AZayC2sRasjt4L\nCkuna0a16Xgb/vnEO7BiTHfDRWHqI+aFd8iHi+i6VEk29A6uQrbQY7fYgi+u\nvx3ROlrc6eEeeWeN8qCSar0vsgeXLZQglgcgVhAZ5dji59TXHyQkFXC8C+za\nZcPm\r\n=fkGQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEDvRBQL/j6dEN5xCe3yqph4EgW0XCrvsv9sIMA5xMDgIgKcCdbimhVPgd1T2+JBrdF3TbHtzrVPDRf5mdLu1xAUY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.d36e9861.0_1593192952041_0.2854870436342827"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.155c2f85.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.155c2f85.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"28a52966d069b05ddf3f845738ff3207532f05b7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28a52966d069b05ddf3f845738ff3207532f05b7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28a52966d069b05ddf3f845738ff3207532f05b7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28a52966d069b05ddf3f845738ff3207532f05b7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.155c2f85.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-Fr0g82zFbsOjscJwHakfYMclsMqODCMO9Y6LdqQ87a8OATFIAbcswWHVdrbIxkO7k8XEhXLKDskI47qrhD7kbA==","shasum":"aa61e569064cb5926047b1dfd1fb3d0fbdcf0ed5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.155c2f85.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9oSUCRA9TVsSAnZWagAA8eAP/iY+fTI18pCH/SmV3YV4\nE9apZA2NUXrWTX87ImSwevRubJ0rSS6McxAM3oyiny1l7VOgjFKXDHMyZnZ8\n09x44GVA1jSNr2w3Uu3Pm6FuUYFsENG9OGZ3IhfxqEJ3lEa5BcDQdgD06fCY\nkpjMfeKktZuyrFzLy3Nl1WDE9ttOPMAU7cb0SYQ8QudC8kjJ7ziPOd2/4x5c\nK8eAlbwErQokdUtuawSUSArxKyaXldcClPA6t31jFzQeQuIIvx9UKWXYWkOI\ngv3azxpQY7Uw8iOIjp4xLsTPk1HUzOarbQa+A7AnKRDjuGBtuI3WP38exw3c\nEeiUZGNNMYtQGltleCURw1OfwUR1lTw9WcAPtFGBZG4AGG/ZWrhfWLjTRr8D\n5X2YRFmTPrGMS8ok/SddDQpgzorUWUReFb7n4DHGCfYrji1Y5X0di60GTt54\nA2dkQF0x6X6i4WQo+CLN517hmNbmrOzDk65rCx6AROOmm6ZLAxrkNPBiK1Xd\nboIP7kg8sYXnlgskyHBbe1kVmIUqQ2zUqk/8xQac7x/RkCpO8dj1SOCDpynV\nFwWgjVd8dj3MTVX7kUFVZbi763OPSxUH/CIRDDFM/QySP8qaeK7ARjp1InTH\nryXXljctaONBqDfx2Uz2r7CuzzkaP9Sn85kHaE9o/7a6kcwU/GGhwHdLyTM9\nOALW\r\n=3Hk1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHnyN7qKkBA4VzY4cw8HOhCvXRjyt9vHsa6V7SIptbkEAiAtET7TVVv0vz7lhmUHEybUpPKZIyARMLnASUcpsTdl2w=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.155c2f85.0_1593214099604_0.24142174004206107"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.340c9c40.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.340c9c40.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b65b8e518436cb4bcd2fd8c59ae2898f2715462e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b65b8e518436cb4bcd2fd8c59ae2898f2715462e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b65b8e518436cb4bcd2fd8c59ae2898f2715462e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b65b8e518436cb4bcd2fd8c59ae2898f2715462e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.340c9c40.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-N5DJtrOQhNfy4o24OPj3XhcY5a0jaQ/043ivGwv7dnFN0hILTAsSDgy4e5Ldrg6qgBS1q7fPfgrFkgsRXZWEZQ==","shasum":"d62d6030dbcf3361655252b6120b82529214be3c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.340c9c40.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9obJCRA9TVsSAnZWagAAwUIP+wS6z+pKlMB5Ukau1ulb\nTjvlUrmU7nqsIstehrKQCBP/j7rQ92a/4J8vLJUz8zcvBXhkQZMJCHtN5hxK\nNiB5WjKoWdLby6mrYQY4vV3MmGkeWisMh49+SC300KnGKqDFWTNgzrDaO95C\n3IV4sPNLKD4dwB812e7hr1sDFYKJ0P1gClBkeDum7pNpmmO6fxlVsYECeDY/\nM+eP8xYbDNPfFAU/ZMIbIwTFH/ncyeD5L5y6qmaL7imPKsW/KrC9pm96oPQH\n3znF7Dcak3Om1Xvx02mnaYHQDUsw+ObSR8nS1v+d4cQ5S53GOP0/tTv/EP9r\nPwHEB2Q/F6IGd+5zvwTC/pcg0/F8cgZ2A6LSz/+Dtufm0klMzPCajyJak7hH\nSlJFC11hUdCi4Lugvdny6tH2DXm4Up508SPnrBE28oR4Vz7bLFHeA2aTzPzO\n7N8Uc/pSZOIwvCpZkHoqGBPgFc3C7xUCGWd9zKpeo+nHvrYsRQXoGptNgpLR\nO87xMgHYA+z/m0ZDfdLFHTaWV/a8esjjP5c5y9V/CGQdyiFu8mRiaXavXbNh\n5bYUO7NZ/Rex1JvaonDJla4IPCxmRYjg36R+wLRNe2ZWj2WHxNG8Cih7B6UK\npAbVDtFZDvP3QLzt1APv7k5fM/aNro8IXVRiuvCwv1DvIkqD3a0h1yAPeuRA\nwXFx\r\n=wqCn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGw0DXKR7uAtjGO+c0dD92NrKGVI7kXKFIlJW1kQJCYhAiAiAb2U+mA6aKmo2V+VxuNCeFvu4CpM+YdHiVbsHxqvyg=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.340c9c40.0_1593214662958_0.5901415978212798"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.0-canary.a3384d2d.0":{"name":"@material/mwc-icon","version":"0.16.0-canary.a3384d2d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e09d50d940709441416a3ec78b0600a867285980","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e09d50d940709441416a3ec78b0600a867285980/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e09d50d940709441416a3ec78b0600a867285980/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e09d50d940709441416a3ec78b0600a867285980/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.0-canary.a3384d2d.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-gLME6kyR3M2wXJxHxJ8hqVoj3bH+tQrRQ+JORdPmGN3eZ7LguwCaZyyttukkkd066KtFJo1UFTry2THwxP9ujA==","shasum":"908a7a14fa8cc1c5b6b9250d5015e776cbf47ef6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.0-canary.a3384d2d.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+6fICRA9TVsSAnZWagAADLsP/1o+AzrtdcUjF6eHNtaS\nkuB1Z8LjmfV459aSR4bHp4q66R+Wdsb4E1Kxt3brhVZakN97zgOwKoRdcSdK\nw9iqfp2q+R1aApgbj/qnunKqUaX1jmEtx3S95KQtr1+JuO143z+c906EX3qM\nm7uMFM8/rkFSBFlYelFG9Q0Z6JbQZLxaycXnPsBkmszgqNUv7JWDLRiPsPD1\nhXzHTMmD9O3J7iZvbnCSuvhvxuTcl/9FBXKbXGceKU2PnorrlkMt5PBy2EvO\nGDEYaxvpPqVRZdxXAdsbcRMpWW8YSJ9KI7P/1QHblDLir87cJEDMOT0vA3kO\n0C9P8Tcby5iNY8fRDD6LD5gCRwg229BXQHwCCvsHlfeL1Q+JW44F1gH3Fdm6\nhLTqBg4Z29UtQnBDFmyCb0bF7ALCMo1dxHjNDU4q8pdsAcMVFEAs24Zyjc7+\nyL86+iW1tU+lP/MpN7BKqEWX07/C6aSbK9cr9M2yCX456Yu2Izfc2+d/3rLT\nPtw0xyx5Pjb2Fnr5DPpYbBYJbNVh8IEwcyNYsdr0L47DeGjL2XnUqgt7dxqI\nVlT/wSP7yiakmY9BHJd+vvn56UabOWfqEYqcxQWZYGcHqX7xNZAQhPg94Qo2\nC3Xjfx/j6bnBzQLRlKKnJv22se25aMrl1E772m9gXMTP+sjvkXmoHCkboEKC\nKUZp\r\n=PlB+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGmfVxlpqem1HB3Hk3v58AZb/tO/ewIskS8FyzmSCeXeAiBSJINv5RD9Y3Or87XetHIO+PFyAfjzMG+8hk0nS6bBSQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.0-canary.a3384d2d.0_1593550791569_0.12356600510269855"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.17.0-canary.6d056c96.0":{"name":"@material/mwc-icon","version":"0.17.0-canary.6d056c96.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"a0abcad0ecc43697e7c489d2c4ddebb257cae5e8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a0abcad0ecc43697e7c489d2c4ddebb257cae5e8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a0abcad0ecc43697e7c489d2c4ddebb257cae5e8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a0abcad0ecc43697e7c489d2c4ddebb257cae5e8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.17.0-canary.6d056c96.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-FW+koQSGKIzhZ1N1FC+evDFWuQDQNdlffLgrG9P324rewGhKccs6IBZpzWp90gEzgAKszYfAWleqZ9HDJCDcew==","shasum":"1305bb0e6eeb1df415f44e517137d3664b42b3e7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.17.0-canary.6d056c96.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+6n9CRA9TVsSAnZWagAAGyUP/20UmffWGBjVNEsPGEqa\n0uNaO30SHz//sprUmTtzHcJHbUepGoiMmVKi3NOkF92kCANJug+FoVi2ym61\ndHhdifMm/JHMRghTdjfqyWDWk+C9/QCpF+g/zJ5vtFl9jsmhmgXHhUot8qqj\n5aXGbAhdTBzv+IlGeg0Vz9ae/6TcPZ97jAAMqtWB2aPutOxPnUYFoYtFn+Vh\nAmpDtn/yhFlkPty24bMMPkGTwVi+CZW4+LvxeKvc8daPGRNq8naaIdFieWw4\nJKenHHCN7iBXZRnWOFpNXC+Zv/84DWa/RxESufXidaXnvlnp5hyzwJqcx9Dn\n2prmHUzxk7I/buFgxiaH+q8mOnxL2u7k7T3vEeURxj6eHJKBhAbAjS2Akm8f\nK+GoMLHUpIjiZETDh9e3wwbgDciBoWkaM0ejRMU2mfhi4RQOEp2hqKh+xvuH\njO5CfqCKT23d5Hq+5kdh8d7jhMQMJn21TEmbWtHf22KeoRPcGiW+R7F7yaAI\nrEHfP7o9GBfJrMg0Xb1NJI77Eoh/h4HZB87cG4VoitUn90nSSJHsvHjLwR8B\npDv4q2Fjql9M75/LXDxPWiLfOO1SuV6aDWQxC8/6z3guFVXfy9TIXtFf1hTc\nSzAwMFKHtps7FXVkVybTrPyRdZFSsjucCBRj85WHWYhELLPqH3uFGPKMgOOC\nBUKW\r\n=f+xV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFxHmZQVK58yu0sG74QOjxc8xFjX9JcEmoam7sVnVxO4AiBtoSzxUKiRqqfVrUHMsPosQPgjHLPcc1X/TV3LH65nJw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.17.0-canary.6d056c96.0_1593551357563_0.24066062682344147"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.16.1":{"name":"@material/mwc-icon","version":"0.16.1","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3b47995b0b098b9e7dfcc7b735eb23e892cbffcd","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.16.1","_nodeVersion":"13.8.0","_npmVersion":"lerna/3.20.2/node@v13.8.0+x64 (darwin)","dist":{"integrity":"sha512-p9CeAwxRzF+2pIwfHTgsk6UuspDlPBLR1UptwxvppsFocdmYlutqgLDUHPriygGBXvp7vdktxVRNtpiOno1I+Q==","shasum":"fded029223e476b6cc678b19b9c7445215b3d5ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.16.1.tgz","fileCount":13,"unpackedSize":25376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+6s5CRA9TVsSAnZWagAAf/IQAIW2vE9CyXt+aWe+a8xU\ngrif2Ynak2RmDFFnHDUbpd5bsyUhhlDYS9F4V881zJ2ATu57lNbBTBWeKuUn\nYS5uxLQBGuiibCocqsKP8O7imYoQ+dpXLOIOqhu+Q1hJA7g7AmOKJgx192UY\nqYtQDpWSZYQ291ZMTj+z8t6ntG0wleRncx6GWrGm2pIpnAJZ1EbMAbrS9fXn\nqmy+ostQl4uaVyx75SbEvJpqi2+T4fMWH4wc5cGlfBmZvE754OouxkvC73ov\n0hqJcD2eEluSvx23IKjKfncZYQc1KFJgf3nAgMTLz0K37sMt/mrsJjau4uJA\nbJASO2KgFTwrVdBT8Utjh36RWMw13AaG26GlPyLnDLIvzbtNfACJ4UBPnvEW\nZwalPivRN6L1+N2FNI9NyBdt1QlDloZE7WRH1014z96EFjlBkdBLCjaRcA6T\niQ/2RxPPc29RvQ5v0cD94ne7ZVnvIK1qreJv/KbTPal/J+zpFGPWWwj4DOKx\nbcAbJ6wRizTdF1I06pMpRLT6XCWJk7fSDd15UMl13QuEuVAuHeQrrXvaYucY\n+Ee1sHunDbF8TBxa48ySo/lsbhOy+PswBc4Rm10panN9Pl5d3STKMnqZXIGj\n6FxskIF7e2Sxpdpq9cu1QoJMeRQMQWQgyrtM2a7iTrlaAq07YZiCdSArFsX0\nxYib\r\n=hCku\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCHw1+O9FwqF/nQeRUlPmvIrhrbM6fB6cmaysOwhkqrvICIBvcisaKr/SJdbKlctKu4SiuHl+eNvJG949cnMdwnnJf"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.16.1_1593551673255_0.9287805394420505"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.17.0-canary.f7e37607.0":{"name":"@material/mwc-icon","version":"0.17.0-canary.f7e37607.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"898d9ba1603fc85a0dd4f96b0dca134bf20f6b37","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/898d9ba1603fc85a0dd4f96b0dca134bf20f6b37/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/898d9ba1603fc85a0dd4f96b0dca134bf20f6b37/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/898d9ba1603fc85a0dd4f96b0dca134bf20f6b37/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.17.0-canary.f7e37607.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-crPAhWUJh419yomBa/qeOLxPjTyszWzMWn/FoAfaX/bOk2vHCB6l/Tx+8O1YWtEkNLs6a5mKpIRCjUnHtepFYw==","shasum":"b8880882b1f5cec77439e7a03a42579e3f2b0859","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.17.0-canary.f7e37607.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+7ILCRA9TVsSAnZWagAAygEP/27XjTADlnJ4yQXw5pZh\nK6RliMLl/41ZToVpL8/xwVsAzfPgSG1oP21iB8Ot5EsIyNDg4KKPFziCIZjA\nFDKOXcvqS34ramV/sCPR9ElmSzV5fvrRXPYb3Yxu2ld6F7bH6sfd5HVn/7Pt\nwFT7J3rweQbjuwWP50E+2dixXMUgZpPw8qjfuLn5i5K4YptGu+5KGqehXsBn\n1/6H+jUMRa65cqgrvGGVOkae56m+yEpP0tC091BCEUXOnZ7ARKzTVmeEyifb\nWjB8kThfJ9LK0aHPPT7h2d1zVkdUnFQg71e4KiKdnELJ0eaDMRgXJ60ueHWG\n1jo8VddY6ji58fkIqEiCy93QgLFvekU2e7vQ0UTmaOmYy38hVSVjA+XeAVjm\nabgWu+mJt77j5kI3YYnxHaOg8KstubKze0GG14GNCjmCIkAHJIuCJhr9zjEI\nYNXJDmZqOGIulZFQlRMCnCh4PQPH3hIOiNoDF/wYYdGa0TzD3tkMI3yyiWV7\nf6Mnwkf2B0USFbjPZcCtJ00DxT1xuv3E6Hc1nnUuo/CPRiXy368Lc2zFzK0u\n2J9AamFVKD/V8BABFkmpFzWGqEzuPf91DKpQFfdkD8WEtwlRpi24XT53+wzo\nEskAWMlB+zljynjnudkhIl1K9BOdD8BYyc9C9JGPvaR5hIQv7GhCtOhhfWHh\nQaec\r\n=fPjI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoU5jk52QDOiDZYk1dxnVK5rZfIR2BkcMP9uCWNyXRewIhAPLGQjs/8ZxOfEgPEFOiDh69V1hb8HJJiozn9fE1MASS"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.17.0-canary.f7e37607.0_1593553418964_0.21757699161495436"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.0afbfef2.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.0afbfef2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"22b3cf02901c0c438f1e4150ce9513d5f45f21d1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/22b3cf02901c0c438f1e4150ce9513d5f45f21d1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/22b3cf02901c0c438f1e4150ce9513d5f45f21d1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/22b3cf02901c0c438f1e4150ce9513d5f45f21d1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.0afbfef2.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-i6fvICe3IMdCSXgVk28xxFcI94yI7ysavblcn5LqSGMLH0icOK95uzSkbljfWgZGwUkPP0Rx/oV1if6O0Bok5A==","shasum":"ba16752f1452715f0e9a74295c21e7fd3ed37403","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.0afbfef2.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/OdZCRA9TVsSAnZWagAA2v0P+QFeuZBQA44yF+4qTuBj\nRAP0KRbhhByGvwgxtCcclggo53nQaQr49M/ArHk0CR24LWHfvW3r7PkL+RA9\nJdkyPZsNFDa9wHE9u9V8/D5OQOU346rjWTS0y32nNxl9NBvEvnFc+N244O2a\nd8+5twaZlaY6iw6+qPPMABQZmPOPwG7eMfsYKUJTrnx9tjVz2qaIhV1Nc/22\nZr+DUZCon3FwAREWtD8BaGOVyQoBYwJNfEeTKGO3nTR62Qcp1U5lkonoIIw6\neiK1ct0C2Sms+nXlxlBra8wCbzF024a8UIz+sD/1e+VED1NFvVAO0sKGZnb9\n2zmbTWZdGIDL/MKKO+iHGY6hxMMOvmFUJfjo+MYIO6fxVEIAfRA4HXdFJkiN\nbdiaX3R+wJpVs1Zm5E+3hoSPBDksTbOrp/0QhBeJGOKKawVFvEKcG1Sh4D+2\nPHi3IeIMwDVJKYG79yg1nFVkXRXpsg1i+bwJ8vsWKb1qhXFuuZz5103CgNYL\npd1HwHYhx9H9qLOMredaFkK+qbeddaqAgx9dYPLT3N7zvLYdcm9WkONw7cjZ\n8EPgr6LWWNRPU7734+qYOQBwdyUd+YancSuMYDFxPhyfnJ/5bj3acMZ1tPP8\nF+IlsK9GVcCoClR5ilBYvc+fei4sRILwENfSV8YK88DfalTi444HZlBaRKGB\n2jVq\r\n=E2+Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6uhHCYQIXqh0l6LEWqIig1KDeUNz1uDH6UgnqEer/8wIhAIcdg4MbDO5KtUv6qj8CtaDGdU0TAl0b/D8sHQIILBbB"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.0afbfef2.0_1593632600886_0.6577542268315235"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.17.0":{"name":"@material/mwc-icon","version":"0.17.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0afbfef219df4add1912c90b8608ac93135d876e","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.17.0","_nodeVersion":"13.8.0","_npmVersion":"lerna/3.20.2/node@v13.8.0+x64 (darwin)","dist":{"integrity":"sha512-PF+s6kHUhpvihPKBKA0MUgQwlRFw3gUUj5SFi73FdQTxCN94HMtv/WKJoytd2KcwqgTz4qZkt29/Bc6o7FTRfw==","shasum":"647a014f70d815a54f7a75c25e25c2c8eb07ed6d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.17.0.tgz","fileCount":13,"unpackedSize":25376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/Od1CRA9TVsSAnZWagAATpcP+QDOofEKTi22xu9TYeAk\nudHeJ8B6ICSQTA/qctxDX9zTSSNrgBML9RL9sV7kP783bAsZJltIlrXhdpUI\nK3cr2VIWgJMWQw7h5uYUUuVx/dnc2Tb2PGTNj52wbETAelHUjG8XJWnLCIhW\nCAUrSz8c9brv7Mnv1QTYbv4e7Rz50Pg+39G1iC3N4MEWPeWJfebwTR1yeOn2\ncnT3KQJ8mQLTgX7oUFaXTx+YcwqJwpjf4CUtvF+Raa2h4I3B2dG3n8lfHBuK\nUFSxrzcWHMKgzXxKNVXIGLa3XLPx4Q5i+AL3Nmic5PMq1tA32PUWckJSK8ye\nsHQEGBqJHc4gALmgQROkx/caoqs8QSAnGh2AGIG5YQZjdOGLJGDslf1Uv25T\n/8+zXevidbm57wu6aslLzoZ3PUpyuCmv492GPLxKv/Ddo3FZbrhWs4pwEYMj\nETRIUdgBDcNK1rGl+VKPRhst2ikA6alULOsAGLYjIecpvIAo2wHJiCA19fbK\nTqWJ5NUUxWCiMCo38S0gHKSIC71PXW9H8yvmmMZw+jSFKcxCKXHqiLJq/RRz\n8PMakrCT3MXoIfByakHgxkdnLsts/4j9TuF/dt88GxA3su+bZgtFa2d53fTQ\nNOFbGpAlGHz67OXD1D9X399eHMm6U0E8OwUhEjUlCmzh3fdAIGA5tz0ezgj+\nYsAy\r\n=qZ68\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJZZUPHNdgUGrvqCj/1L6WfvS3thcWt3CkFuhiBiPuFwIgelK9zfthG96dbSi79mAvOpQaqJIcXaSCVa4GQWieTPA="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.17.0_1593632629347_0.13502226113227733"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.fd970958.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.fd970958.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"7dc6a8720f1d1adb0ed9ae03d2ee54b539251905","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7dc6a8720f1d1adb0ed9ae03d2ee54b539251905/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7dc6a8720f1d1adb0ed9ae03d2ee54b539251905/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7dc6a8720f1d1adb0ed9ae03d2ee54b539251905/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.fd970958.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-AqzOQi8QjMex8Qmg2J8TD0rpg8civo9rw619mj24ODQfmT3S0CtT02IwRz/wh6R5knwBxBk2hWf9oDNQuRbonw==","shasum":"1e882d1ba3d3dda6c2289909a62bf06e2f4e295d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.fd970958.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/R0hCRA9TVsSAnZWagAAISIP/Rpcj1XVOOr2IM6EVWlK\nhEgzp4OHvXLyyOhN7XKXHDmvT4bhN9otnKYXDfMI+mkSVzN6uSu5uwTRgRta\nZWyB/4kJ+ssNjSfDQKQzPi7KoSTC1PrQkagD3Xu5XFO9UksARXbSSQgGIEz+\niHZncMp+2B94cWRi3/M+CItQXa7nQgRoGsQZoVF8cRUTLLHwxj2+fJblwjkv\nvD7cTkSrRJ+Od18H49SX8mymmyiPrvTQk8lQwffbfv5yfvuc53xMk3jUA/3L\nkSbq1fbT4JV0/8Vfrdfn1QhxiyRH7nPos49VI2c6Q9s41nRsOPcURXyu95fy\nQALaMxbZxcBvuvZiC3VZ4h9m7FupFH0/G16qDKt+ukG1yzLMOXevADrOf3Nj\nRQ5ETC06d3leu4+0gG5SSvVYiOWLzcXQTHJvZViXFl+NNfy3b/WT5BzeGQM4\nPAH3yOKZDfaCtFRw2jU1pISQiersZKTCQsAxnWCMGxVaL9WcVOYqM6vvFB9w\n5pFHaYUEcBVZtNpBMcQyjSTagD7yXAp1UhntrgKrfqSZJPC8HaZgyKtGWbv4\nBJGoOPTI/wmcfAhxX35vve5bjuBuiHlHUHg7Y1xxwA0saG62Htcl1ySiM21V\n7SGYwjzWzKFe+PzrhgXmbbXr51WpDJHTLdb4Y7PxGoJrkk143oZbcjYPpcd0\nYgJm\r\n=ni+E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzWTbDCOmAI5JQ6UX6foiHKhqZg1hgo7BC4qhHxACODwIhAM9nB0kxmVD5xxdm5l+jy84FBDoxJqZscwJ0l8jetKOt"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.fd970958.0_1593646369416_0.3760365760941293"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.fd44be19.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.fd44be19.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"19ed8b1c754f72137cfbe305df2c3a6be32c041a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/19ed8b1c754f72137cfbe305df2c3a6be32c041a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/19ed8b1c754f72137cfbe305df2c3a6be32c041a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/19ed8b1c754f72137cfbe305df2c3a6be32c041a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.fd44be19.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-+0Dyb40Mt1YCWfoGxrpks+OE9GUuHrkZ+2JS/rWKGVwCL2T/KuABWYEM1O8mxYI0D3KC61+4SycOsx3YRupQ9Q==","shasum":"cf59edf07714e6a429abf6a61043c15ae36bd309","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.fd44be19.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/XUNCRA9TVsSAnZWagAAHBwP/R8Y30E4z395g/YM8dxQ\nLwKVoKgPS/Fmqv/O9zvYv75ubgrbec8PG5ctjrzGnIyaDI2rzgxj/WCJBbws\ndCPvNyFHz6OhuM+KeWuWh0+dolcPpw7griYx91P5yVI9j3LIVW1R2LP7GyY2\n4QmrkW5BTsMdKGaqbo4p06xPoJcKS2vy/UqHIEwYM2ixmNJ3NBVliZOxl6Eu\nXB71HfkFgXeAplkRXtutMvBuQwshwKIxfcXbBKFt7HgIdFXA8ARMA+h0sxWu\nPNnJaLfTAbQNAkAzaLveuYqZdIAbmGWs0RFpLAEs5OQCi9FC01O1WPz6nFs3\nVm9HAgNYwzXpNeLZ4gYawAEEK22ukrM2UCQcJMm/smPlzjW0OhuNE62gPw2P\nzwKBs0t9yx3LeztnElSKkSp4/eR2eckkeBxCtZUljBa83ZZrCG6VaiMZQLzA\npvKB06XM1nnQF06oftwvrGnY3RH2oVSeP7MsiSWxgZjh4G36eCUpyF3gTqFW\nLrk+Cjh292538Vw3v0XQbvwgHjYd9Od1OHhKomQU1q0Oh107UUDJqoJruuN7\nQMXyvAvQJZrsZl/8Qq82/7T/D5To6BcEi3uHQN93ZipN0wnVvZ7JrqHLYomI\n3sWFDvVhG1XtMQcgCkbt0b0GCj9JthkbrsFF6EE8K+ypLaEa/tZXT9FDQ0JO\niM/d\r\n=DOE2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqiiqgK+LCPGW7PRqdXmEGSRFTcygUMTGNthuTaL3wUQIgeJvMTNdLVK+1Tdd8o4rZtJAQuaaLj9qPVmcqPfi74vQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.fd44be19.0_1593668877465_0.41705782146882675"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.17.2":{"name":"@material/mwc-icon","version":"0.17.2","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ca6fc6de0c0461ca30684d96cbb98b8885c8cc6d","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.17.2","_nodeVersion":"13.8.0","_npmVersion":"lerna/3.20.2/node@v13.8.0+x64 (darwin)","dist":{"integrity":"sha512-9EpoLbn82RD5Wsxv0J7o1hTyn+WLfC1tdaTBvDmkRJZhfFheXYKUWNQXWrra0I/BpmojOGvijStOH0rga513WA==","shasum":"06f019525001b3e42e18106fc6f321b4c8ca0b3c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.17.2.tgz","fileCount":13,"unpackedSize":25376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/XdsCRA9TVsSAnZWagAAlpUP/317DY8yUZADE/DcVeVI\nTLk7OVftS378O1QDCF6oMSvQaJlUsPRYiZDMiEWnb3c9jkhEfMjYsLl9RQuv\nWYgyguuAp0oZ84tYkWQaKVxKkBcBae/lWHQUSsP4GByhKfIV4rLbU4Kb3AK6\nZyr2wOM2NeZJX3eq/oAriRQw/FvWapvt5sXZg4GjdOVvaPaEF1xNOglkLjCM\nUJkZpwuCNNF4gO02lRwaJUqKK+jwvJEaDsRlmn/6phuldxTzvkuBj5zswU+c\nZJRvbpMic9f0TAbls7B5fpNHOFZfBuWA3S1e9nj7rTwQOXDLAcOX//P6tHum\nd+b5eYWEkDWLXMTvs+V0td2+FAoTUVe8+xqSYamf/X/OR4y5HSrwIyG1rANo\nY/s5Y2GqIxbjw9mlIEZ63EC5Skr7c1gTXtRfYRNATdEr4LM94OD+UqMd/lJI\nybvTtQ9m9tmSokjW3ROTQ2ieblqd2r3ZQFKnrL5ThY6j7COnnfQa1Ynjtgto\nnzOt5G4Ed2ImEU9URKj1enqtcEgi+X43Zeb48jSqAvoS7HwktOsxAT/IJw/K\n82y1qlEBgLsAb13d8sXttoido7fUy6OP10Bq4Ljhkgomv+HON0lvMr0JYYaf\n3WVrPa/XSicoviBFdx2CpbcT7VL2BXpxMVrybSC7xTpSPY5BtwDgWvxrjssW\nFbRw\r\n=XiOU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/5Ig70ZjYu757aHkziNuciHKTRrzFLsG9d49g9Oe27AiEAgtQ/WMqGF13K4JAFiQjL+AqULny0zCY6owwBIa1k1qU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.17.2_1593669484367_0.7868227755992503"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.ca6fc6de.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.ca6fc6de.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ff7df8fd7df07e908061e32938ae550315d255d5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ff7df8fd7df07e908061e32938ae550315d255d5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ff7df8fd7df07e908061e32938ae550315d255d5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ff7df8fd7df07e908061e32938ae550315d255d5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.ca6fc6de.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-27nYs9fmwTqwc2m7spzrT9GriVygZa5nKqpuxjoTdG6+MZ2hYx/ByAbzuXwJMDkQuT/nMNeX5JkWr05jVSHAMg==","shasum":"bf99b0c72d34b603cc2b888cd06f1ba452373144","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.ca6fc6de.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/XeaCRA9TVsSAnZWagAA35QP/jjZOJe8Kaj3B3vNjPmr\nKMajfGZyIgI1936mMp4FH3VFLl1xKHpLPyLJo3XaCjxaYKHeKofZsi7Su49U\nCONvNT9oaYfM/Olc8qB5UgsEsADq9SDW2xxp41TVAz46DCDZ6tjdxdaN9mil\n33g9O6RFdv1u5LuQm+H5adES8iGa6IMpXdoFxHtTTjv8qdwtdZLh0GeI11c0\nGHmvhJTxCYGFaP41c2jF3dzj0UmApic5/VE0b+DK0vzO/w7fiisgjtS3Vidw\nZcfIx0+3dbieYapi5vbDrXyXs357fMaljO1JeTfH/yFrd7i2NXtkyR0Coxsf\nI/YRNJ6FUaHrxTn9iGS/kmm5+nLd0lnePJPdU0vWKM/6Fw6/iKuDTOYEem7d\nVMmy0if/xluTYbBSdFBIIytEo+jDQnwfdIrp7PRkalFFpV3gYStiuHJnRGCK\neOgQJ4UavSgV4hFTtvS5tkvc8KQQIgCs5fO7QZk4Pfm6MupZ5Oyz9y677kId\nVBoV+YsK7chGGM2UnC4IrD/DmyOmOdltg8xrld8kLTOYkGxw9U6ApsJcpf6g\nTrHLpQ3OA66jrpG7BCoq+xKzqoGdkGUARvkxGGatgY8XUcwENwYbECG8bzlE\nLRE/klivPRpfiLJ+IWNJlCyL46qHIN3ff6b7mm8OgEFihF6UqoifwX8iRBDi\n3giP\r\n=smrP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBme7GQV2t9Jg5u+tEUI9STTmklWDGsbDo8InNqHLYY+AiBynFYUt2ISwdGcI4NYWuoGoU+8w9YUG2Tnt9iMQoWzZA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.ca6fc6de.0_1593669530318_0.033484337097443584"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.79f1ec2a.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.79f1ec2a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"28823685e1aac950044fe1d868c6233ae753ba7c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28823685e1aac950044fe1d868c6233ae753ba7c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28823685e1aac950044fe1d868c6233ae753ba7c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28823685e1aac950044fe1d868c6233ae753ba7c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.79f1ec2a.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-gaRjK/TjRbJYfVzRjajThsWV5s/ldkAtVpwR+G15MpO1GnkzUB6C1PRc/UNPGj/HMZjPWzugsu2DWaNhQ5EoIw==","shasum":"1e47b69f48df70becd104ae293aeed8ff6f4c778","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.79f1ec2a.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBLGQCRA9TVsSAnZWagAA5nkP/AiYY0HWPTPxtlqedRAY\nLMVHPMJf6NKeCUDt0sUWgE9qbhNpzRjaBxtB6tZ4ptlhtWWiVPtpt4t7MtRa\nBjToYPWeoIgX1MN9jvsYVjBRi5oO95eUR85+rWeuA/tZseH3+ajAM7Ed0/Id\nZ8ZScFaPIz7VU8e7F09QgjKnlETwZgV1evprVX8s6MkU9zg2TzFlmwADmL6h\nAmX2r3vhnTXnjGQFqHHSUqDwVx2Yv/xga40LR82XgaddvoD06xAbzMdYl4Zd\nBuD5dmPWfrnp9VUVcwkhItBWXDqnmWV/DN+Bg++1F6wdzKhCCMhh6T23/oTf\ndiIgb1wmJPR+jVQpPMhMTfNeUQyZyjxElEPvmD/bURj0Vvr6IZtGnQUZAywS\nNDP9Ph9LKD3XAaVkDVpEbAekUwdyJPITfyWdxAMFgtao5u7X/bFBcMfaX57A\nMhmgMlD8tgje+rQ/9ytyZQZOBrR00+05UVUwHKy25wpWFzKYKH6tMBjHzDb6\npYiTCNXpFMF0KhsA8aB4mXdwposOMyxOdiqC/B27QAYuih9jWRGALTohcxly\nN1A3eML1nRV+CFkng5Tp6BfF4E87X9xTVLHHQBJRa/UFph94GglSPoM9Bant\ne9hMV27mpjg+5Rc78ypvaDEJK2e1WbvECSDdAtHho88UfXVlSRHh3gIFOKLP\no3Qm\r\n=Va9o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVeohAvHItsCoh8HR8fnwUcTNhUNZw7BR4lL1WO7ekRQIgVi9GttVU6jxzyfjdM1RGNxAW4GPuSRhLlalUuNj+1Lw="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.79f1ec2a.0_1594143120261_0.1688939413027768"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.a7bc45ae.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.a7bc45ae.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"fe14f2ba9c3850967039fb923e6ca39978290d3b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fe14f2ba9c3850967039fb923e6ca39978290d3b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fe14f2ba9c3850967039fb923e6ca39978290d3b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fe14f2ba9c3850967039fb923e6ca39978290d3b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.a7bc45ae.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-OxU7BX0zfSNUr5sACtI0Ar2U57Bnt9EIkFpsawmff72TDQ4fIJVsmTjf2Vx1Wby9n+J9QCEzDDaBuqsavyW0Mw==","shasum":"71484ff90a23cea10d243ef741a3dc0be8101d0d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.a7bc45ae.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB1JdCRA9TVsSAnZWagAAx24P/ijYYiMZHSoJs4AleeW1\nc3pWjbRXyzx1Rr5Zn4hhfbG90S0xIXgK8xOJ4LR+BRZ8k+Odx6R2sNRrRHmC\n/m/1G+uNJwWaCXktIi8iTzHP/NehIbBTwf8aciaoY0JNAXbTLPvoFZY4rSdz\n0m4Fy0sLlmPkAnEFgwm0e7fXF5HvQA8VpVQ8lglnrxTCioacROCC9o5Es7oa\njjmmvUILoQn6RpCGWc9rXoW4W96PSeHc2qqsTvOAI/AuQnyRLCAEs6unf/Cx\nQ+QmkYx0T2avGRqveqqrdagKblGGVEGfW2nXfZ+8np+GtdVdf+ZA9e430OiC\ncFGGM7/Vkn3Y/ELcUDmN7uyGoWHcAMQMafhSwA3C/K8K8lViPACFPKc/kVss\ndzkYDsT+gXpMVNHzpbu10VqJVB7RdvYkbinrGRgzaX4n/zar1m/wClL5DaR3\nFlfuvl6QuBQbfx6NnngaMF3snbdwmePYsjiY2sveVRNslwQ69ZNhAz3yNaq8\n7v7Uw47I9EBZ9NGjUmcvFiTlw5QFEbvzFE0Uji0iFB4ipqavZNy/bC9OBV9L\nuRZmhby8qEG6jawRUlXIysUDO60yxetgYnBxDrktXVHkl//1ESxrEHAAELSi\nesh4vYu7GOfRG3Rq5bPIvqdx+NDpq97MWwXlFE4L+zBXBri8iCV/O/uIT4Ga\nBW04\r\n=To2D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDS9XOJKzXTefo3QV8QIoEzFWIvCcotcC+bIxX6+GWuxwIgbDCt8VpQ9M1i9QwN5doLAFuph3POhBfwsYdcsNukEq0="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.a7bc45ae.0_1594315356922_0.22298496691468372"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.b184bc1c.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.b184bc1c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ed045f87cb3f1a4ba70a20cb1f586b80a1aa928d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ed045f87cb3f1a4ba70a20cb1f586b80a1aa928d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ed045f87cb3f1a4ba70a20cb1f586b80a1aa928d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ed045f87cb3f1a4ba70a20cb1f586b80a1aa928d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.b184bc1c.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-bLDjQQDwbeWtwc0/YGFNDB4+eZ3RZBFeLEutB7ejPtg4YaouMFxWF5EMKKvbIC0unCRtrpyR97TbFVWu4+I68Q==","shasum":"547a5e913bacb9ab9db2ed0bcc3b2898fbfd19fd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.b184bc1c.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB1SHCRA9TVsSAnZWagAAg8MP/0zM5aUdJK1KAHs54e3C\njHUuep0OmGQ/9QzMwOEjDrLaR8Ld0hZjp3xJWgi02gbaOhoGc/dwTrZ3/xVU\nsIg/w6DyWyXMcbtcfsIsffJN24yf7/j6FjSuVoo9DnVyG6ABG1xluT7lsbpo\nLh7HjGad95Gq+D08o12bNAxAsAtRgweuMXmijiZlTcT6qJ5Me33FmMK14scc\njcYAxwItTQ7bjTOjuCaUMbCuGjoIR2h/It04vF6+5lkkHT2ZvT5jj23bHppf\nC+sJlt3Ea9Zx8CL5ZhBmjfmX/HaD1BspfRnV24ss8J2kAP8NIPiDOZI7aghP\nkf9UblriPkaMoNBv99CO0cUn2XPvMOHM8kM9P74yeJ1foRYPS0b8qbnk34GA\nLDs4UKY91ZajtsS3jkxSK4N+PYTJ3Z8aIPafb/XnD1dJFlRPw7x0qrm8UdgU\nKFPUtiAoiDFYtWydkKfBrcjExBrjLIiMldufYQ02kKuAjYdLzDl4vooZok6+\nHZ1ocx691jJXQBYOArxTlb2hCiSJJ6P9HI54KKEy9Cx/jcl7EHm3aF/oSVl2\nyN6/55ewC3hvOKSRlS1QDKTMLi5Xi8Lk7Yznucdn2p02vTkj2UX7ekQbZC5y\nvZGXVVw2Y1e1EE5AW8Ap0g0vAvuRIa05llwd5SMDq8Ss/MXhKvfUbqGmaGfK\nAjUI\r\n=YoNe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIACZFRjgqJFXmvIUcw6OmykFXJlCyVQuxEuCqLSPe5/aAiA4oghTkuAbieSTz63JOohfK5/vPKg68HElu8et9Pr3Qg=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.b184bc1c.0_1594315910963_0.7039088878482167"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.b39fde62.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.b39fde62.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"561ab4c73d80c73f9b95c39655b7057d622fa2ee","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/561ab4c73d80c73f9b95c39655b7057d622fa2ee/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/561ab4c73d80c73f9b95c39655b7057d622fa2ee/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/561ab4c73d80c73f9b95c39655b7057d622fa2ee/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.b39fde62.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-14p2vXh5bYI6UoYa/Ej9HQ2V0+yxLvCxJ9IDlzBMlltQDTmbdAiWHMJEyD9Cu5inLd6cHlG0aE9FsOlKaLRe7Q==","shasum":"ab521a77efd1af2dfa3c5a5b011b3cad9a9f78ba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.b39fde62.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB1W/CRA9TVsSAnZWagAATCUP/349eB1/iu+NlR33rHe0\nIOMPAuDYkYXLHCP0ZSOuPyWOZcF9Gl1LsMY+MOcvuQ3oc58Cfl2iUd95TJsW\nahOzFzs2uBRyWmxIXGLkLIbdk8zBlOq2R3Jkko5ZQfADanaAdS7jlfEKS0cQ\nuDTsLK3xMfVo/sy6kO4aY9mqTkgh8ecu2JWT0ExunTCz2OXeKaaCmdYNOuUg\n7ssgk+Jg3ah2cp5cweg37Qyz+6QPy9ayO2EKa1OtU9qPnRBaAIj9rjTi+JhE\noMk8LPSnL1LGtwjQzvbmQmBdWwQNSJBxLcJKgCAT5WEUTHNcEveSsKlVh1Yw\nFC31Xomk2liRNp2K0mgcARZ4PZdItfDKfZkZ0qwuc8p7sHRz2s3AS7ES9p8/\nIlvl5DDvy0vmsNd3nzr93zyv6QrOq9GlHY8A6i9UfyZuulbgcGEqcNKHFiSY\n/dk6rqKeyM6s7uFNZsB5dqOdpdNnA12+txwM944aGMSdeRCyrG6bD1ifqc7p\nvvfys91Zh3BzE4g5OTV2LyWuNtRsXRbEZEQwDclBR0DYegrLflwc7z4uqoq3\n9ZXX9GpIBWELIfMo1r3M+3bYK2dbvaFDxaoA00ic03uYpln5XQiVuaXB1Pyz\nyoCJgqDVCeFuAEzfQYUtRKrFZcGFdDtPXAlSb36umC6hXhb6Fz0A2Ux0V00p\ntQdF\r\n=/7e2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfEoKzNsG+A7vCcn/p5mm5NO/aH4wR/TFBW8Cb4xWw2QIhAMNGSeTylhbhrMd6RooNvFcpn5yqioE0Ot9+1OGooblZ"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.b39fde62.0_1594316222810_0.5584693554102704"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.dfdd8d6c.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.dfdd8d6c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f0aaeb4b52155318bdfca32a9cd375c7cf8b0ca0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f0aaeb4b52155318bdfca32a9cd375c7cf8b0ca0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f0aaeb4b52155318bdfca32a9cd375c7cf8b0ca0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f0aaeb4b52155318bdfca32a9cd375c7cf8b0ca0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.dfdd8d6c.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-TU+4Mm8DZcl4uWF6V3X2ASK49QGZWxKsye9QFtHKLDazTRk9p6Bogldqw8vzHeJtdQGeMsNJkYUmHZp/xxy+9Q==","shasum":"d5c9dca1cac6a56cea9acdc0321f2affc6b406dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.dfdd8d6c.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB2ENCRA9TVsSAnZWagAAAQAP/R+uKTreswqNuIF+/hvw\n/L+AYW4NNLQqyxvKfKnla+pEQ5nEgkFqlvFxSmcFOqgWqEck//douZ4ExL6K\nbAE9qqUbQ5aS9qTMKZKpurg1vvOB/N5OQbmZLvOPO7jerJ3lZHDF6Y0MPMnG\n0eCSavhWAGJ5lt0QHFNWzyQH4ftVF5u8J4BV/jJv5ir6zqQx64cnOeSqSwFR\nJKyAGpcdeEcjxvwGkkby/F9tX2hUhGZjl+WYBS+7n+XHKfrFnwYOhgWWtfVX\nBOZGXCbHMLIUv0gh9EeOBYNg9OmLzB+Fo5Bi5dfH/0JTtNjHiltstN57r8+j\nlnUYqFlBLxWG+zBBRytVC7lGXc/npSD9b1QG/j74c705PuPamvI54y/xLDNa\nbSilcR2v40bmBDT7hF7kaCRherE8/4BXHhNHqS7uhAELh6yDHoKXO1qS4pI8\nzZJiWBj76HkiawvqwDfmDOr9h+MjXEl0nKl3cTJIFLqbdrzZrzfSTkBnVPA3\nFDJCMTw9yjOVlWDZbaRkMKbD4Fc3Jb8LMKbxL4oTQBVbwjZmLpurGn8wO78L\ns4PfqGHpCggZY6oPn2jAjhldBqQqosyM9SM1PlAwI1E+DWAPM/QN1m8+fzJj\nqNNhdBdCfDw8xlXds5NoiYipdtciTzCrGRW6RJvSP/NF8l3QNpzNitHHaJNU\nGrAi\r\n=PjFw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6vqGxmr2xqbd9s6QdgUTXS44NT4xYA24GU/qR9a/sIAiB8VTOAfNBl4lF3m2bHV6WvajZWHlqS5fISYFQMl0y63Q=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.dfdd8d6c.0_1594319117542_0.16623906204398753"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.11cf2694.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.11cf2694.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"652e6b8d96cc6adfa62d59e09d264defbb4f259b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/652e6b8d96cc6adfa62d59e09d264defbb4f259b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/652e6b8d96cc6adfa62d59e09d264defbb4f259b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/652e6b8d96cc6adfa62d59e09d264defbb4f259b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.11cf2694.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-KzaMaCB2WzSwlA0d3luV1dwCuTAbOS+Gq3xpIRsnB6aRqzy73vdEvT9fMgOSAwYckVXeTbxT0D8ehkV32VpoEA==","shasum":"144208c2f002d5a92fee040e81f38a468b87e3fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.11cf2694.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB4FTCRA9TVsSAnZWagAAluMP/jFnv3km6CfI3HN4jc1T\n7bYo8t/RVb4mHInI0lPO1ZIAcx5lMqFSnhyyCL9b/tM0+JS0m2GgrCGZikKg\nbeZivUtqfL4xyl1Qfm5tdZEoCDJ0effkBnBdd3XJRK5Q+kM7p5NM/J0xyosM\n1cuW6S/6qiB7SkcV77ImkK2FcO+Mc2t/P02gqFqDFcKj0NYSwX8vdfOiaOFG\nwWH2jPGoKokXFnutiU1BIIfabL8NgO+n8cVjJGL8EKnSv87ZYv5Zz0LrYemh\nm6BDLU09dlD7AbGRDvvSkkgY5X8ZTklkuQ0J/hj+AL82f25yy+YrwdmRJnI+\nsXTaiHM6oUa956Jvlc3Q28jKYxd8XcxOFGYqTmPDhbwv94R4gO24C5Ycz3WO\nezVSbDZHTSiprfFga2Jp3Pil2Fus6+yAbc+cb82ysx9BcIxh/eSjiz1A0Wuq\nBe7GQ5mZ37v9dNxVe3QBa+vaM6LQ0QblxxPj49vi5t9bYyOTgpsEVqiXXTv5\n0U0+4U7Trth4TrCQT29SyTsaKXJ5uM8JcMu4oWWEN3AsRXH8PFBj6PvQQqyO\nX1KgSyp61XohigTThqOn7WVCBLnHGwU507dJGwKqWQ3hW0epzGO5z7H6eh5m\nPo9Vlqpept0NaSpeHAZV6DGeR3Eoybl0U1/haH+Eb5bXiohujzy1mxJ/vqn+\nNnXf\r\n=nJr3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFV4D10yk0Qarw4VT/LeVg5K8tb/YJ5DtWDOYj7Lg4EGAiBTvmNXLP2LMtcmwSf7W0+3CYus8OEMn/eWseg2lYY2uw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.11cf2694.0_1594327379424_0.9387719019745042"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.436d66e9.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.436d66e9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"95b44ecddb7a4ad5662751540e79c58656790fa9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/95b44ecddb7a4ad5662751540e79c58656790fa9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/95b44ecddb7a4ad5662751540e79c58656790fa9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/95b44ecddb7a4ad5662751540e79c58656790fa9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.436d66e9.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-ArRRDUQ6//9j1cDMAmYLjAh2xKLMUjS/BlYJmmKilpLc/MJpiQlJxdePrRX0mtRR3AXxUaluSmbnM2HjCJiYtw==","shasum":"4e064eaa4cf275bb04c326d3e439d4f1f0c74d0e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.436d66e9.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB4JyCRA9TVsSAnZWagAA/fkP/AmaoS7CNTrzwDjGLoI/\n01UyYuzWUDKdEZqp4+nNlkMB3/gP5p29ujNjcMPjj6n7JSh7LEoydqQVexti\nx/4U5QilJ8YlDLalTq7JGI09SQARA6jmrHjRxiODsRvAzLagE2TaIT7WuD3q\nJzEmMzdFsQJoDUeqgojQtaGgLHKzUbsHx0+24teoBsATXzLa9GyeVh7mJUVl\nQH43vT7tb81oEyBXmh7EALo7rGkXHp33XbMkUG/1aR6zpsVfUgXc5hBiBi+S\nBr+jit0v1+XiWw4WW3Hyk15X8ufqI6VRQYHqEoRuKR9JsNVqEF/0UNjk/Ddk\nnUA8L0gv24A0Y1T+kcM02h+y5zdIlrs/3gRfeY+O3c4103bLsNzgHwFHdatR\n6ZJlArCDkaZhHjuZDCbHlLJVFmjENkQx8rpQVS0hct8jQC+5ABypmy/oDC6i\naf1PoITy+dAHklEMqD/2Qor6+LPA3iB9o/6fpRQ8vxZzBovMQ20j0IPt3Kqj\nViNRXFqmrh0mjYi9Lzjb2GKgEBjcHX1/zxmbLSzZ8/nlGepfbSTd58JnQxJj\nqPL9WcjxxLmZA6DrLDLzwTgXJ3DtqWC6DsECbxS10A72L3WBSwOE7hOJe4S5\nLKC1D+eWwFqw/feTwVl1cefDlv+GB9B02+Thtw61T5Ih16vf3fOh22v+yXkj\nVFp1\r\n=VzSU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnJeCOzHjE0ZWcPBAHzQDvtTnQwWTvNpiLBc43T1gPOQIgQwmSRad+hzq5DJ5qvCMSWP6YCYQpHoCjCB5Rrf32rwo="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.436d66e9.0_1594327666426_0.9812592169486882"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.3a44d36b.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.3a44d36b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2cc46bce7534ef7046c58891f32fd054a1fa8b3f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2cc46bce7534ef7046c58891f32fd054a1fa8b3f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2cc46bce7534ef7046c58891f32fd054a1fa8b3f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2cc46bce7534ef7046c58891f32fd054a1fa8b3f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.3a44d36b.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-ZMZq8/4UANyquw+doRTiqQBXYryos77LJv2/yfBjUxap++NhDDhu0D5V64NpO8E0n7Ue8F5fD+G8kKIjtuftkA==","shasum":"20fe7fbe1c186aff8aae2468ca87e28fde240f04","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.3a44d36b.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB7giCRA9TVsSAnZWagAAxPwP/AqpWBguLv5r7Wy3KHqk\noSaxh7KfRk7O0j/+JArnfqhgu7RnQROPQhsmBtQWEwXndRLCi89d75HgP8WI\ngjPcfOYXBJzz+lfe1tOUOs+8rdH5zAvvOkOzwTeUuVovmtlcG5PydNfinOY5\n+9dXVWwqMIzdF4vUW5c0pvdOQUPt3m2Duhc9CTBbYsKwTgVn5IO40DYem349\nAdQc+1ZvO2r69+gdL4FD9Yid/EXgHFUSK+59fRqeUe2eyv4DnNzz/zEKTmtY\n63hgi/3Y2UPZT9dRajm7j1f/emsk9h9alZ2UgPq5Vn7KMwrjv/WFqove4LPp\nOghFsEUGXm+V+WPDFnLWYGA1/nrOXdahrr2cD0WaOIWthIcsMJegZ1BR20n1\njH/QuEYUP8wsxysLaFt/hqQXUOY83kpK1l4NqjeJ3vTkj9pcOviONpWM9lwW\nN8JLl/iQ6kmm0DhuJQubXDmfbPQfKgfKFwObFKNZM2X8qcLxBOzPP2OPCaE9\nMPemzK0nBS7Ci7vYnQvzIBRcBGkYBcOWb48cl8C2ZXAJb0QlVsxPuS+lrj8+\nmTkeTR6U1KT8vTaYTp+QmZ30bn286d+qBVxgE2+ObNDyjIcD2y60G9hKzEJ8\nUUWCM6f01z4vE1pgNz/vRzKDUmitYAciz0SDg0OM8JgaLkm6u/hOvCODBziR\nsSt7\r\n=fa8g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEvcxzWImWtGLZsQdX/LgFtdn6mKBkt/rNna9DALewzmAiEArrU+FHd0U1e+AHHNKOJHNu5dfaO8dNzyy+zOovqkbsw="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.3a44d36b.0_1594341410116_0.5720553350807231"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.ec11ae6e.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.ec11ae6e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e68c3fdbbceeb46e346d694dad4b236fc74713cf","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e68c3fdbbceeb46e346d694dad4b236fc74713cf/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e68c3fdbbceeb46e346d694dad4b236fc74713cf/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e68c3fdbbceeb46e346d694dad4b236fc74713cf/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.ec11ae6e.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-dLzZfr0TRdyVY3NNZ3pSTjDbLTcaUwcmJ/iVqB2LKpxhxLBUMYYDzoX8g6b8DCwRM9NPcCODKMCjhADgRc/O+g==","shasum":"0873b1542952fb5300e294c6b81f95d99628041c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.ec11ae6e.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCKrbCRA9TVsSAnZWagAAbfkP/15FRaDmvzol/Kbcdl/4\nCBDV+Nxc5mdbPKOKls4oX3hPKASbeoRQ2mAEULBlJ0rre0lRzG/sOauZu67p\nyTG6Gb9AEfeFR52Kns+8uKCcmhMMfwW7fnBN658m2bs1Ep4X6DVyRgOynPuM\ndH8XqVD7GiLxDQkCrc+QEZM54p5tHV45HMPCm0e7KFsPflzK4wDcOMHiqZPG\ntAugISibWGn3o5d2OtTSmGvEJzcUQPo6zUIweI1TnXt9tnhZer9zwg3ZRSt3\nGMEmmANyYdkqYegXXWPhE8kRlBdfEevU+4AYCW1fCzs3jH+kzE5VIrv/zffF\npgyvL8aDMA6lHvCDLz6MjIy3riN6cmVQQwnd0yxIixEvCFDJzRbFroS9zAaJ\nPY05e8Bn7MtYpEy6C1D+h3/JfoyJwgHCYkzoaXGC1SI2v8FlVrnf+UTi1pQu\nV5x9Mk5+PiuNfKPRm602xVtmkisOcv6MO8yK5u5Gq31h9wcETVqny2ntDB4p\nyguvYDj4duMb+waNVBz+TCt+06/zIi1pztNok0OsUxcbMLDQa9ercypGOphL\net4+8etXWENxqDFcmEDsiEXQ86OVBIAfY+rkKcVZnOWJsdImtpiS84CfXlMB\n9KaiZsiTiHpqocVu/M+cDt8HJb3mCOSw/9HQIGOkqW8bMSy6jgcZpW258aG6\nulcp\r\n=1ylD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXE4i27rO7Qjmh5thlpfVO44AYlFt4hY/IfOr+oJnqDAIhAKJTaR69jynjA6W6JTEAwFpbTneJgRuBvKm9L03dDlDS"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.ec11ae6e.0_1594403547268_0.5512084888698867"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.17f6cf27.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.17f6cf27.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"a622acf92b818bebef7c3f77eb5296521068d267","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a622acf92b818bebef7c3f77eb5296521068d267/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a622acf92b818bebef7c3f77eb5296521068d267/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a622acf92b818bebef7c3f77eb5296521068d267/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.17f6cf27.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-hUznOXku1+KnD+mEjgbXx0bjZze4MOd9HpcjbfvUemDC49yxSFBy7Uz2VFhbkULddmXpd7GR5bPZVdKsowCh2g==","shasum":"d511e7797081a2e99f7146644e050f0c09044db2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.17f6cf27.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCLQxCRA9TVsSAnZWagAAK68QAIfdAQALmuJb1ljJqFUA\nk/+VhAB/giscJAXuzSNIxI1pFIPYdUsQA5bxLYH0Xyah0SNC7x2ArlxGDf4d\n9kKFKmVbGvFY7uC2Yuu15cUxM86SLj/QDqh1KHICI7JcIfQ3wFLbMui96HWl\nHoXsmKAa9y2XVm4CSPsV83zDENcDGgvQ2atzz4nZ1uPM16qud+NodUxTfW2d\nFZ+0qnSzErET/hgDcqdzw7Q3GgEdBn8fAe0J6gw5j8Q8c5Uxkw6h8v/Rubqu\nNAKYGcMKqJGfZuxYY9Tyazx7UDOs/Cw2LFNYd1B5uH0RVA7PMe7RCMt6Upxt\n5TS1roUcOKl9U+0NcH0E4wV0Z0Q4hgLSqv3FIm0JCgYpf9jrZ5iJEAQU9U9c\n2M/pr0IhxYG/+x60netPghp9XyZIxL+TpCfHhSLbOv9M/FhN4GeGpMVe/4HG\nE6Si/pzfrWGdfBOX0STyW1CVC9F9SXJMx6I7p//sDhti7B1kFTQVL3tWYnvs\n5T+glzUPg8m4d/WksOmeH0mr/AEyAnqWBwzUEL5qqnfP4CGUsuzYwy7zGMd9\nw5vXPi2lcen360enZMl6Dhm7Oa4fpHzS5oSapjEu301MmMx6/Ys/oYqe2AdO\n9H8GtCWKQxOsQNC2wNQ9T9b1iGLO8EMIz+zrG4SPSzVzhff+8R9GdGsX0c3Y\nirxQ\r\n=aRgF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFjYwholkBfyDJtv1OMowRs4V+yzJs3PzetMbnsIgz5wIgPUKSPVJ2lzmR0OTny4oJ86NuBgx0IYkkpHQi7bFxGT8="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.17f6cf27.0_1594405937099_0.3408212646135327"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.efdfbc21.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.efdfbc21.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d0c5bf147bc31e55a775562b113790bac6052eed","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d0c5bf147bc31e55a775562b113790bac6052eed/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d0c5bf147bc31e55a775562b113790bac6052eed/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d0c5bf147bc31e55a775562b113790bac6052eed/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.efdfbc21.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-QV7PtTkQMT5FaKV1pw+B3nvKQMyamV/CFBdOtamwvN2IUbpyCUq6LA+AWbrQVeMubnNaTYlvW/o/OQRq2sLbOA==","shasum":"5dd02454a47ea4be4259eec5f87a640dbfdde651","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.efdfbc21.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCLbtCRA9TVsSAnZWagAA0CEP/358X5BOxDsQW91WSQnM\nI3McOLx0tnKLxJjHT9tuqN2hY/kg7mRlr/OMlWMATVhlJ3SEFRVWm69KTqNk\nKxNpaSzd8LkZ/8Fbux9kQNjy0K9TFZpojTXb54JFUTWB7VOd4a+iXymZzxcP\neA4N59rubjpse60hUQdWuI9/jLjiKNNvN0thomcUWNxu4QtHfooPwC2oh0nE\nXwblcLEGHVV8JufVcfU8W7ep0c6UdEUjUkYKjNFbwyHPbmbUHI+K7+CO6w+8\ndQ1WiwepGgvGIBJrH2WBtFD9yLScvbA19c5lLTbEUYchC5+0PLZAPF5eebSF\nmXuL13fVRv2o3TCHeIRlgFKvQziA9fzH9SwnVYqX4ebbIx+y4tH5ZEtERxtg\nXpDMv0s0YWgLoftDNNZmroJ8iG9i3+1fSmZN4b8HkeMc0LlLWxQ97+YVW6qS\nE5hmuqE1yrUa5LdhqiZWGwt+aLCWvhbm8jJobnRwqZE/+22TktORQoE4RqP5\nzz9u7+GlS7d1qMDvxeL3WnXqJdSKotl44GYRF6FKoTnziHB3nGkqnpFFAgLw\nRh7Mv6qXWj2hADpS8/1MMeZH4qpqN2I6BU5C6ZcZHY3pa5BjbHNERuiyyMcB\npWcyVXypwzoiuFNx3Y6pWMjFf8vL7q+62SDIzrwxp6RjS2Rte9SR6PrLCNV3\n0i9Z\r\n=eYEM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCG2+BMNfXD7XyaNPfCSy2YpmyUbakPYkgq8Nd02qhTnAIhAMEGKMFeeHL39m02szjU0ctHwx+SET6dxQDu6ngbxOrs"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.efdfbc21.0_1594406637196_0.9278023254193513"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.bae4339a.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.bae4339a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3b615d0a523f0cb1bc5f7f0c0f7ca6eb5f52ee63","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b615d0a523f0cb1bc5f7f0c0f7ca6eb5f52ee63/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b615d0a523f0cb1bc5f7f0c0f7ca6eb5f52ee63/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3b615d0a523f0cb1bc5f7f0c0f7ca6eb5f52ee63/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.bae4339a.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-IS1VuZ1vcP/eTUIqHesV84xrlDOUG5bq5D/U1eeVVfcGyqcZJ+XWa5itE9zRPue8rppr2FK/2v/bfcxTmHF83w==","shasum":"c824712352840d78b7cdfbed3a5c378ad23460b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.bae4339a.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDeAkCRA9TVsSAnZWagAAJi0P/30L4kkPSPkXQfGK328Q\nQ4xhuO9Sm8wPYHLGLmXdV9sbzmCkizV2UGMblt0lbJGJ4uagRxF4awXu6YDz\niaPNY6z37sDGztBFSIl2PsOoeifVZ4A24B6X/3kVxy4Veg1A3eqWtsKRfC68\n5vuWWGXzSv98VsbTu1Lmuh2XcetfmpbsTR3+fj60vSspTNn8fgiIAthF6wQq\nQLSjdo+iWKNM1OwwGtQr4a7ntwMV2NBsY6ZqFp6RKkEy5nBKJ8I0i8cPPLdn\nAVoH309CqdemquCvFUNbaSBfFwEW9Xqzwu//U1Dbl5V5OqCZn1FQkLH38byP\nzipk7L5uulkn/6Y3nN42dBg6poKtcUCill463YEiU7D2PWv0f5agFfQWHzDo\n9LfmiAGphS9oHB9sRNqO3mC69c+1MhNJ9k2g4/S6r1OX0h4Uh2prof9hdrDv\nkdG7kqdPGW5SB/8NSKj3Ta1MU2VuAQl83bycBnYE8FqSNsFk0i5DWQbBgjJo\nbAfcoOfeTXJ29PjJ0W3BnbHTA+hw4xR3HPdnP4UPVXCzU/M2rxZ6MvlPj8Ve\nvdSXJQGo1FqE0uh6ZDWq0nDNjavHEjc7OdYl9tLiFK/X5YAktH+7wV5QyfWC\n87auOr6uIo7B6dHVpNBv3/2IGRHak56Sjc08rqCKs6kMl9fYI4eD2//dQTv0\n27ix\r\n=WWG0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELToolR928+9tYBUMsmQ2nsidkWD4IQI2GcnVSeQUvVAiBaZBw7lS79L2v6RZwPUMS5g4RDLojwROxuBzloltgnzQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.bae4339a.0_1594744868165_0.22646538780694248"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.28eac13b.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.28eac13b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"26d5b26372c667630c62d9894c9825aec9e06f60","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/26d5b26372c667630c62d9894c9825aec9e06f60/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/26d5b26372c667630c62d9894c9825aec9e06f60/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/26d5b26372c667630c62d9894c9825aec9e06f60/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.28eac13b.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-pPNT+lXR8mUc4GgQN2XpPYYzIyyE+MQMoWetFbIy8OCie3KDkJJmcR3evO50ImyciMOzaK1a7DHtHKa2GnLiDQ==","shasum":"134839ce12d45518388a38250d2cea4eb1e9d032","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.28eac13b.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDjA9CRA9TVsSAnZWagAABcQP/1+kdxvc+RSXXz0L9LQt\nm5RLdVEk7Mne0PFEuEHHaZiDJmORSeRUMoDm5TAYREwI0GNCtXgqn35ALSIT\nHU3UIp2GLHzB0TQp+hUldIBTZLtow9T+QOaHaiNO59Qg3ZmJZ+Prb1ItEupw\n5z+g0TIbSxxk6pv5m64IcZ8o307DaDbDLOrsCb4qCfZZfHxFUaWNvrOMzlYV\nUmXde5dym+7ALdTJ+Gi2pmCtgceyICzTYhJF5cFI1FHGhhzcypZMU/vFd/U1\nOQTOZyhVm+b+vNdwhlLBB7F69XjGgDynX7tDT1e0Loq+whECAsNgRFiQgTI8\nU9+NEKEs6/YkjZxvn93S0+jP19qvAxyatLsRGn5XWolYmM5oHYA7XK8E1nzN\n+Qcd5xIjQmB4CKDKh0iwiJarzMuqL3HNGOYvuEma08OGOCAQb5QBGiELqG7M\nIEHKVvGS+R+v/Nc64T1+UQoxBGD+t31V5WMg/WrkyCPiRZzfWypENfnx+/pe\nK7q1gvKO762rfv9SlYg4gm8NU30qwBwrxRC+C2/CEkzFvFJrdv4cG8nyxAID\nTLaROmj3M2Kc8lkMkbuJWAgIb9lc9KLmSoVANcQMwfTGAvGv6alJr2Pk76x7\nKmmtNaQTv+9jt8gmyf5ojTe3sCAopWy/yjCO2flbKdVdtfQwwBrEx+lW1KAB\n7snm\r\n=6FO+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0rk8W4aibHGEKRsNQw6e86l4ghrzCei35a08Q2w9SMwIhAPsmgNW3Z9chQ07BS07fbbf2zGVaUaenr0zCC3OZ0LFs"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.28eac13b.0_1594765372765_0.29437887135929164"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.44966b65.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.44966b65.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e431cd0a71967599b61ba4219d726819807947ae","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e431cd0a71967599b61ba4219d726819807947ae/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e431cd0a71967599b61ba4219d726819807947ae/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e431cd0a71967599b61ba4219d726819807947ae/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.44966b65.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-qUKMs/FVqHJZHpVC/eoSFMIeBgr6LI77D0y7WTWet9HlKyQk/t9nC317udaVAxtPMiFEukZrAuYbx1HHvIdF1Q==","shasum":"a620301db3061563d9edf8ffbed5f1e64734da0e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.44966b65.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD0UhCRA9TVsSAnZWagAA+QMP+gPo3LObpiGEvhMHPCcG\n1r5p7C0czlFUwl1IoXt3nIYXVAGVB4yECTnCQyziv9q3PaeQmBpQjBmeRMoG\nM/ExSxse19dEtL9Mpj8kQMP/Maq8WYpqf4e1TnIhTBw0rLDf/emVfGB9P02p\nn/1ED2Cd3RgCrTAew//1WNgfEGaZU3lh6fQYgH8Dd6Hhm0VSjOtEGi74zZAo\nzJCgZb4R73OvMrS82xYNww9oa9XVlfF5Co+Ft3q90z9dF7hukQHmO/4Y4lep\ngmNs3tB2Y6WIIefceGALUCz1Xym0mMVlKvxztb8mZrkEClnqAgy8X0/pvqtd\nhnKjed/tIbiSPjyGl6n3w+ZlPVcbyRuM+bsSFy5xgr3RfA2szhUYpeGJ3tmc\nKmlId0FEJP0wJKuAUL32yIkgEHDWX6+NHofWzEETwKY8D2t3+vfEG6cN6WOE\n3+yLU7T/K/rxW8ckEbtscCMV2Zeq80v72lFVGcCSvL3V8SCm+W+jVDDjM/AK\ndAB0RO97q9I6STPjtxNz/Ksjg8bap5s9XiPIO6osU/mGNyBqW0eHjM+OS2iT\nuCkaQbv9YPy1d+nX2uuAaXKmeE+/c5ZctoNS4PyRVAiX8d3Cbs3gOrO+fPpY\nLvfpkF0FSNmecspMqFRGAPmcK0LkRbUphq47I+3FpKptlfMuHV4wldrwdh5h\nP1wn\r\n=5yyK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+k6ByxEPWKNTorOcfwd16vmtK8kGRCMdXTVVmKR1m7QIgdmssXDFA2VPQx7BCyNmj1W+iPD1SdbjZGZJUv9uUE3Q="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.44966b65.0_1594836257384_0.5092645416331198"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.3ef0ef60.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.3ef0ef60.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6fd176476c86425b826862155a44202aed930407","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6fd176476c86425b826862155a44202aed930407/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6fd176476c86425b826862155a44202aed930407/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6fd176476c86425b826862155a44202aed930407/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.3ef0ef60.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-ws2Ld22pfR7oRrAkfoIzMQ+PerQZtQ+9suZSxajjua0F1A9oBrPFo6mEz49ePc2JZGf8i+uQbI4dadcwaPknSA==","shasum":"68639d9a8b91cc3d5084f6c73c3d0dcd8b31d02c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.3ef0ef60.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEIYZCRA9TVsSAnZWagAAfGQQAJjlRLuTSaN6qQQ50A9K\nkXoViiIszhWFQp+L5y76XmDc/9oKBk+IgZxGOk01Bj9bNH4FKug+eKCv7JJT\nu6L6QsLKGz9dO0zRHS4YMX99FpAEtt/bpF3G4GstvG5mnyfZlLw+6v1ahpq/\n6yBrXLZ/fa/pRFfhqOhsoBBcd2ZuuCKUskbIyJQPIwdUKysW2fFTDeh8BmOd\n3LJZKXUvwV3HQVN+keRW43Mrc5k/r14oZlTc1PYD+h7HbKLcjwyq1a8HdLwR\nBB2eelFT2VDnLccpOMjIiYz0X1tzVi8tZErFfL+kGy7sYS3YOaaHEAt1ILj/\niss9kbSO6QTQrXRxyrsPym36q77spYT80WoHH2fBJtvOza9Tk9LzaGbpLdgq\nY7jVtarRLjE2WqUbbiMrHKW5EyBEIx8DgsMk1pjURsw7ncK9knb6NGKszXDC\n+aN/unlS5uLPZk5xryrMO/l0+TrcsUD6zw9Rw9GM5/UxuHSxRhOsi1CMfD3r\ndWV2njsakIspeVaI4VhvvkHl3njYYuBF9Rhkw+TNBK85313WRi6z9g9qSXab\nKq5dwmsgJDpQvf+VNMO0YhBt8Ol4FZqxYkj0JoYruxqb2Uw0fgfOvHi5j8uX\n1FrqpXxMh+WG83yRAbEkR2yRu8vqrAgYM/4LXGcT8pfgk6eh3kRgP+aQu0Zp\n/ed5\r\n=Tm1B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmweWtzmPwHS2vDSSEjWiJ4KJYDHmviJ2G19BVY+msUAIhAOZv5noCjouUr6YqvXACqwMX3qRJscESAK+QTQ4m3xEJ"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.3ef0ef60.0_1594918424832_0.46568240438314623"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.fcebf9e6.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.fcebf9e6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"27c24842ba1b663ca72b52321d89d72fc7ef34ff","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/27c24842ba1b663ca72b52321d89d72fc7ef34ff/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/27c24842ba1b663ca72b52321d89d72fc7ef34ff/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/27c24842ba1b663ca72b52321d89d72fc7ef34ff/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.fcebf9e6.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-T6awD6NXNxZ419Yq8FfOWEc96KnFehZS4DJVNKhoKA5d2/7Z6LhW5VfUFV8dkxydhWDWVK41mfI0w/x54B1Hjg==","shasum":"225d3db266880142a3f3f0434c8b57ab7a57da93","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.fcebf9e6.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFeZOCRA9TVsSAnZWagAAWK4P/3jJw2Y6uWLj1xdAaVKx\nUOu+0ninyPbhqkkJSn15nNSUQMhG2Dy77sX/XIWUx2Kgw+Ia2h7T8vjki0sP\n79peN/5H5TtU/u9nLhXSnqZscbzr37wq+8bzR840uLA1WyTaAYySLEKyL1fY\nhonrd6rgJd83v+Y+AxqpKyIXme7H+HdPfpG+qnuX7CD510oBx8lUdNzgc4IL\nH+27CbEvWXLwLODwooJYctuj8qnd9kX5SgcBytMWN+bChxU+AdqcoITd0g6Y\nNoEV2X7L3Xj3GK0RldLCfeq06Fi4KWeM6URZiEEGoukaX9zKWiM/AHtoEtQ/\nzqqDLQiFUSD/DqaqaKWBNTxp4JLW5olwH8FToTqX5RIHAxU1Z5uTTA3LyZu5\nG6N18/ePToLEUqenoYIVW7oMIycw36Yz7FHEhPDVfHkHi7ySecSvHYxUP/W7\ntWO49N6G3pFx2YlsbmwUbGaP0gQ7YSnCADSlJaWJpgdxDwU5wapHG7aCUu64\nIkdv4C+Q+jUII8I94IsHbezh1gm84LsIxXH+czucw8d6eu7mjP7NBkWgcOOb\n/dLGMmZM0E6+TWU3UGj5JhsMA320JiA4wMDOgqkhhPlFf01e2SNfpQ8JPep+\nYNmIfE7xQax7uFnwTl0eIPHL+QTqT2Dr7YuGpSyog3J+xfb3nQG+ORjy1EAR\nrSll\r\n=dL4s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEPmcBtmfz5BbQZcGZ1CAK1Raes1ezpr7Vni/9ai2a5MAiEAv2DQA1hMsAeXnOG9Wyt7moQxaVJqNHRGGeV4KdXAJvc="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.fcebf9e6.0_1595270734554_0.9013332977060107"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.b6a772df.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.b6a772df.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"aff69a9137a8578f83238c4b15f6ef6447db7c80","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aff69a9137a8578f83238c4b15f6ef6447db7c80/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aff69a9137a8578f83238c4b15f6ef6447db7c80/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aff69a9137a8578f83238c4b15f6ef6447db7c80/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.b6a772df.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-ipSHFZNQfKqgFGrUxQtCB4ZDJ/zyRmuGvsoQpegMNYLb1Bi18NRAp6qXtk1SjKyki6A2awvdKmAOzIzqgK4JBw==","shasum":"d575956f3d2fa57219c2ad53d7b5aa4b61e84f73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.b6a772df.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFh6jCRA9TVsSAnZWagAA3qoP/iDmbS+fyc2PXh3nKAXo\nMfGzd5lzGGbqW7T04U5U0j1F0fgghjh9e8zfLUcOMS/bKEfL0A7bPDHgi+ac\nYJn7ZxttWXIU2Z+bQ+XTzh+5wppnZW3Ky7S2j+Fy9bwp6Fk6WcmCupLZCPcf\ny86voiwjAaZViQED0A1szsETr+swti74q1Onk/DrPd/Fl30R6SAyRrRYvXr8\naf8df/Estdpz27WRASw1L48lmw4fiBWlFmmGOdLkuywDko+K6jO0KXSA+oo1\n93tBt1r6oJQAzH5+3ui16+Nniso58bM2i8McqF8fYY1jZp0OtAGtEaMSWC3g\nEmbYFRvpcL8fxjq1eUZ8A82UTBkaorlbbwg6PcLg22gVGCYP3MrWvMtjzcgN\nOoRxMheMXczdtTdXb5+YB/HM3nJYI51y9DZMU+YQ0sA1f+edCqVk4ilpgIn9\nT50nyUtW7ugb7MXp2YJg21khBQd4JzSnpBgx+J+AnXEtzOk1jyJ+0B6L45mq\neJqfHqNgRIvi3V3A7BWdRjvMUQjco8iELyXSmg4KMHOOmJEwFi5LyQ64rQyG\nQSCwWR/7hlnRx76cD4VA1WCwFcvAUVrsAGByvFXBcxtk+gTe7ZU+y2qlXSi1\n23WttjCDWzTRqvNJf4o60aUZMlBMzxF2jMBd7vXTWGM5LHrg4WtYnfj8t7xe\nbcFc\r\n=jdPN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7sxqsiWE3mm57kEwzkGHZqE5ifq+pbU634dJJN+a9TgIgPHR2mKNRzXMgQFy/Fqf/iErA7DGKfv8X73Gma5a6Rwo="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.b6a772df.0_1595285154503_0.007584923544736055"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.f6a6ca38.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.f6a6ca38.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"44166a768d79b9da90f97e27d954aa263d27b4b5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44166a768d79b9da90f97e27d954aa263d27b4b5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44166a768d79b9da90f97e27d954aa263d27b4b5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44166a768d79b9da90f97e27d954aa263d27b4b5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.f6a6ca38.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-hUZeJfmgIUgYPYe0RJnatZ8e24GCSQ1SKuc1lCj41YLqJMXz6gwD98C0NihNhzmC1TfHgieY8n2Ydu9iQAWDuw==","shasum":"8f2db6b151171f0a07088590abb736ee82a4c49d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.f6a6ca38.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFxp5CRA9TVsSAnZWagAAJCsP/1oiSLHrq7gNslMov2Pu\n0HM5q+eO4ijgartytMfRRYAT7VwT4R9btmcgC3jSH22BHjJ/JdVGQ9OWscy7\nPJsCEWLGGWiC90rwYqzuiLfw4zVfCuAYuJ9JTlbCcCTLGS1LCR24E73gxrTP\nlRkJcrQwlbuiFLRckl2tIV4WPJnFYlU/IgNT0+GSZpbs5ATB6URzNwC8ECNE\nvnTaAsbaE72d075n03WSNJ6U0t3KEydxr1/B5zTiBCBLN1usKGz3SFQsp4eE\nWthZ73DcSMiRX4rpSLWN6HfpqAK/fdlHyfgsBWX7TYL+ZZCH+MfcnFzzftZH\nrncf24mNSEXjYWwF+UNAiI3K+V59fBc3/YqF1I/DVM86Sq8d3Cwcg1XSFk2e\nraDluyNnd1z7B7ni2owv+C5c3y5htEsngJVIBc81KBM9Q7l8M9gvdKaeA54q\njiqpF2ntG73zz6fSnpmHcm7qFyX6v4GSzVriPYlcIrso3fkj6Z7rkJIkzzM8\nFI8tP3JW+P7QSFCZmD0zhTbzDqBQzGNq8ofwChq6XYS8RLRG76Gw+idQ6AYd\n1qt2zrxQXW58IMNX8jfCn1xA28B0XSd8FKXErpApuxFSiYZwypT0A+38mL6z\nENy0mTqXxVOcDvJ+Fa0gR+K32+lKvNvcNWOyHaFHTwopQ2rRRjGNtO1nY3Vy\n/XpX\r\n=orN5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjyypPVydOzDk/DTqgFwfwMBMciXe7SMUloR4KYxNpEQIgKP6jplkvtf8h/bFUPpcG8V1/Gej6tsisKPHAQblAdR4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.f6a6ca38.0_1595349625087_0.6189627840906584"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.647dd6b7.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.647dd6b7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ebb4e6346746ba552191ef32f6686136b75b1a6b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebb4e6346746ba552191ef32f6686136b75b1a6b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebb4e6346746ba552191ef32f6686136b75b1a6b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebb4e6346746ba552191ef32f6686136b75b1a6b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.647dd6b7.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-JHoK4ROmU6AwzfViyNJwZOc+fyV27A372u7WY2C11ReHmh9QqsVyMLHnUGxrVmbmUZvKeymlGjXlokbk6MKmeg==","shasum":"5f45fb97f9ce3812b3a2f4984bcd97aef060f0b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.647dd6b7.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFza+CRA9TVsSAnZWagAAeYwP/1QJzMXmf1vafmFuFu3B\ntAyB914QZhWSjEuNH1DMWJFu4vB1q8uMjiuv1SsVkCtdUifyvERfe5T7pmGY\n8JOGZhKjYvX40woyx1hnXLErxG0IrOjnBJP/xb4k+WuNUcB2/rQUDIRZBRgr\nHpNAObMd3F31/CJ1F9SBSLYFeiQo6q/RWJF8Yg4mhgg6YyL3y68VtK8DmpH3\np5iV6o6VmeAH9z9KVfL1yJrWpW7SS2s2RVA2c2xRSwnmYO9a5pAZeLKbJkX4\nsSp/n0M/i1AQaOzTHEYgLbqjdQCt68Enfpip0u+qs1gPqCIgocqqsIdaY5Vu\n79ZvtXUHbPZx2CCQZFyoVNvNSRSZSKzzgUtZ4MP3f/x+WxzHa38LAHs2bPui\nAdXVFwyWbG7o1fOfN663zA+Lpiv0gH8yxuBoZMay6DzQqM8PAj8dDo9ZAvwm\njqtdSkiQjMr6jnsikuS7yKtwwbCwWaQz40Obfkf2BS5xsreXygjG806ANpVW\nSA9voLUXPXbCr1uHR0gnpso3Ps6sSOEslC3Tv3asRdm040nQJMGKZIVdx33U\norrW0O4dWThajUkSSHo07wBJn9afXlLXcOPA8IT4T4Hy7L7wMLnq+lhd6QTD\nVQuHYeAPfq04gJqCYv4dpYB5p5l91kwCM6pp+7kYBxXPjYbVIHjMAcwyYgvH\nzzzv\r\n=rO8a\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGvFpB6s8ifYFr+1Ig/zbpC8o+//7cbC1s+ekdKnwDJvAiEAqUk8yPctJa46yAtfgExCHLaeMFaap27Q3cWaNaXG8t4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.647dd6b7.0_1595356862050_0.010031239885326837"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.3cb7406f.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.3cb7406f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"18d8050825886f251014bddc9658829794a0010c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18d8050825886f251014bddc9658829794a0010c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18d8050825886f251014bddc9658829794a0010c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18d8050825886f251014bddc9658829794a0010c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.3cb7406f.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-hJMMOtLjkMb52JCKwUW0OCzX9fMr2W5+Do63seNBoDhX8xztQh5YkHAGMZXq+tftB22xYyTaf9vytyLLB4Q0bw==","shasum":"27a801f078982cba0e835d6616982833713142df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.3cb7406f.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGIvtCRA9TVsSAnZWagAAXREP/idHp43e6544+Fqpt8hU\nFLC3K8yxnWRIi3whrvJSxMFzKLCmRS6bpOJ34R14CvKX9EtQ7xR7YfVUa9iQ\nVSdjKxOYwVu4zcpZ55v3i1HEsmf7gy0GhKVbNRO9ZcUMhoVedROqlKYv7NoA\nO6G2+wuzw3ERnMWw4kEflrElW83d7CVOElFSgbsVTx0ZdU8M8KCPKzfi0IRe\nh786gVV2tN5CUC7VknNNpPttC1S9vPVyBvE2RD4qWKN6+YUTHyTxmLbO7zeM\n7MUZPEQpasTRHUikVNPCnAudf0LL9td/yCVK690neyaxyP2g8lZ7hD+O/X+9\nP9wK7WicZ4yVLJMYKAVi8/SeI5hARBOuE8aX9CTXrUX9DGh7s+UwlFCrxb0D\nFZjNEBNSxov6zekbJ9dVYzRtWC5/VSKv0NqFgGywA4Zhmzl4C22e6OpJaZRJ\n90uTX2VLbZsJWUccqgy3DaTetMZKpCn2TndAd9tKMDSrUw+PyaKSD7t6kZ0S\nqtYFmMjr//XicCNNbp68qk2MeTN+QYm9uEI8Uu4fbBfuKSMozrUXSqQA3+2n\n5SrrsKnOAvYYlqgW3lrQyhN5a2g+JixC5dnAjq2a0+QSCzw8QXUc4JMWYCUZ\nQj031rChLL9gJ90j6xQkqa0R+WKLJFEJcO6vR4KFB1iRlHtCVfe+aDqaM1+t\nzsXU\r\n=ZX07\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+B4RDP8w5pWRghNC1zWrUzeQjc/BFV1iRJpTSAh1pTAIgKsc5yqjXuOgpSSalFDu4Zu3Xzr7vtC4QnIl3VRE86pE="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.3cb7406f.0_1595444203877_0.24489013344805066"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.5717a5a1.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.5717a5a1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"80cfd9e67c10918291b4799451796c633cec6f96","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/80cfd9e67c10918291b4799451796c633cec6f96/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/80cfd9e67c10918291b4799451796c633cec6f96/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/80cfd9e67c10918291b4799451796c633cec6f96/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.5717a5a1.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-qwQHwdQ7986Lmn6WZQ+28kt4xJODX/xIRJa63V8kSbsqSyfvFNR0cmV2bS8XDDVcbn54Ig1RigYvjCAqw3h8Wg==","shasum":"f35d1cca48fd6c74a38eafb39219c958ab8d6923","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.5717a5a1.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGLINCRA9TVsSAnZWagAA9p0QAINs5KPGlE3AfLlaV1Fo\noligP6+UcDNgoAmBPMCJZiQfCSHLO6gG/+0D/BZCzhZo4d/c0zc4s7h/vePE\na0dvbCuMtedZvicJhzyeuRk+9yPqQ80uyuoEHPsA02xDB5Nc5uGcHVQUbyza\nqhhlDiOLH4mSwBDWxyFVouwtOnW+lTWtrvOllrZKFqLKxMP8/kTx3k55zq9C\nJn7Iqm4mgqbiMBjt1LUZTZdLrw+ubFJ1zyKpjUvHFdZPtU12zppmo24bnIUv\nvcNBJ0UWknkJK2VfR7ucNrrrF0gxCbSB5shFo3g4rt6Ul9d5Xxmq6a4CGF4N\nPbPfRWBrfSW7q14zsN3FgW46kamJPRkdqJT3nH+r1+cUwEO4ghMMK2WB0u63\nHWRdrpxI2jKASxGo48qPbN4XZpXKh9W60ALEsJ87gJMDDimOOSf4xibzYIhd\n41nQTPwQT2LviHzgmKb8uJEMGFx+9u1CUv43HOWcSXZWPf2mpct90OMkV7Iq\nxlyaV+0mc4Y5TPseLEFaI2uzX/ud37y4StMIeBa6upzAGCiNevdRlBo6SWLy\nb3mzScUqJjYx/4cHNuYovbLTq/rlYd6t+LHgV/BIO2PX4OgMBq+OGhqg5Bsh\nEn42pkMyjN+fhIXSEEB5PVA1AdcKyUPMtL2SjJelLI2Lr7d2xDBee7EaohbU\nYKBe\r\n=jnhq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3XjsC5I7NdYApZ7l/sYqd89gWFETOxzqi+PsJ/9uT9gIhANnsMIgc3SRsuFtQworStgEKhKlBU0Xrb9oylvr/kS8j"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.5717a5a1.0_1595453964567_0.8637771262944454"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.d84cd4b2.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.d84cd4b2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c90ecef90fa937fc0931100e4f1d3627211865dc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c90ecef90fa937fc0931100e4f1d3627211865dc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c90ecef90fa937fc0931100e4f1d3627211865dc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c90ecef90fa937fc0931100e4f1d3627211865dc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.d84cd4b2.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-HKbQsTSShVkFgRgZp7eleAgnxmRUjTHPqfD9IC7Qbe8Js+0MESOiyr8ZefNPHKs5evxf+FS3YoCHccKB12Fnug==","shasum":"009cf96388ce02333396c27bf39de8279769c7cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.d84cd4b2.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGLKBCRA9TVsSAnZWagAARWIP/R5Tw5ICLkkLjlXFK3rr\nfRC/uEdxLxn8eIBXIgU0Y5Ib9UIF7gxXKXkDoEc5eDXVFPGti7hhq/EVAPR9\nxFL5RReeuyFPJn7TuDmxmM4bnLo9EGtEzedoORBrWKzeM+eLQSFQYlXxXi8a\nZS36ziiKS6UDFLXsyipX1frTWgwtIhOhSkd3xRxPtT/ZpO+qZoY9bqi4SRCZ\noow0+DCUEguzcTA10FDy67CyXwDtLqbWe0ZfOlOaCJhBhqgE3F2PN8GUHof6\n4omLV9EL1WQUiI0nrjGuptCAcDoTd/Vt+DsL+3rla8WTc6+6QKTGzb9JCV8p\n5As97lUklwCW5AC5vUlEJvf0tgPBZt+zI4WaYXkk1jpiqvuJYp3q/tyaystG\n9US3p1OmEQo9l5ySBZ6uUM6eHUJ1bXM2Y0eH3hMEYab43jkhY0vqx+Q3XehY\n+hRASO5m5/nS5rLhuzJjDe8RL1R4i328qZi7P7p5xSyYC2Y155acDwglmnyj\nofNizWHksb5lTlrD7shpoNirIxBaG3VjGe7qzSY/4pkEM6Gl7S7CPG1wss4X\n9Cu6RRcHrc29+8RYcf5D4pCKt7Pjys7SKRiI0+DvYZLiu8oYF08LNyhxLGSn\nskE4T/zMAblsCj6UnSTMyIdTkzpSno5zyfmKKxrNBnsa4GfgAfpIUee7KHUn\nzn/I\r\n=fnqL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFZyU5Sq8GU1uDtNS0USMFvZe6B/gnxXZ5GMvR3j3e59AiEA38hehd5CGWN+Q8WDqzxHihCLtKTOrioPQFk2myHCBPs="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.d84cd4b2.0_1595454080669_0.08223750063653323"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.f279e7fc.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.f279e7fc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"73c3335df275cf5fb17f3b990df9c4b8184ce3ed","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/73c3335df275cf5fb17f3b990df9c4b8184ce3ed/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/73c3335df275cf5fb17f3b990df9c4b8184ce3ed/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/73c3335df275cf5fb17f3b990df9c4b8184ce3ed/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.f279e7fc.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-+gpbMd2IAlt7aMilM7udBQ2f0lhw8JitMa2+JfYhgk4E1Tc70yCrq39v4PaAsijHLsYq2yqOG5ydlJ52JzhWfQ==","shasum":"527510dfce807ae86d39ec175183226943ebd008","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.f279e7fc.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGLbqCRA9TVsSAnZWagAAfKkP/jbsBRCAdNCgqq4z+LCy\nvvboy4gXc8BARAttjfRSq5BRMWF2yie7OtO+8QK1DFMxBjEECQbUcpZlpes9\nNndJyI6LCl20gGIRMb35L9cSRufEPRZbUXDrpTLp4bxWZOTmcMabHaQbC5Jr\nePXWpBgzsgrNdtXkulxpQb+COJtPrshF+zeG2XejXejkzG6uPbxfsVhxMgNU\nE+TQJTfwfU1twkSD2NZfcmh8i/PPMaXFLvt9VzXvKmsrsbcFnU/JEmHlzcL6\n7jY5dWr3XS8vYKLbvORAxGShWaie8yVgySWhS/WSzKznnY9LI52TbxdKu0PQ\nVAFolfFHRqKycIKiJjpTp8mTjbG4cHw+20LDtwuid3Ogbw1Ghzj9+9QFgWgo\nf6emMp6OzM/6ecVAyJFFE/Ll1mZkFO9GlaHbPP3n8WDEsoj9rdHgZmiKhCEq\nErt0MHpYTtam3NZ4Ps0APwvbzlzlmXWS5sS4VT1AaMNaaXUiHbMXNX04Cm8G\nqJZTdBdQE7T0zoOZ18T4iPtQz6MF12W70JDYLGaKZN2/Pxe04kdl9rBW5sC0\n5MDUFusqQ5rbkfKU5s6qJt4tKlVW/FRurHE7cAr1D1T0/Ppacnjwxf842omW\nkD4bA0+iszSpClOAOItD9iZxh5R3eTvocL5SecpQKCmfm6HiBq6NLQRkwoxE\nuqb8\r\n=NOt8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHd6LaiFGvqiyQmzdqrE7mVAniWR7tFeCBWnkqUKvZddAiBhWYqWMWynjmFei3fJJdFWqcBq0UbavTCReV9Mr84eTg=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.f279e7fc.0_1595455210370_0.8917752185777494"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.f181e3bc.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.f181e3bc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"33201638ca11f3c34598273b4ab4ec40bb019951","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33201638ca11f3c34598273b4ab4ec40bb019951/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33201638ca11f3c34598273b4ab4ec40bb019951/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33201638ca11f3c34598273b4ab4ec40bb019951/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.f181e3bc.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-WzPqku/JNn9edp8OwZFQFmZ6zrq50O+5hA4MtbfpD1VVnaM1RuYti6ZA9IUPMfHXeNx3gajxhiOVJEZjNGbc7g==","shasum":"c37759f64938f03f35e48f4b361b03b0c3e1b15b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.f181e3bc.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGLdhCRA9TVsSAnZWagAA+QUP/RsUcTT/SwX861b9VQdT\nIz1FhYpUoL5qk041uuPOuRXHsBOh1lKYZ3Y4RiOBrj5rZJMc0tLk44CHOojs\nOC7xfJAYCGnnndZEbyrNDvLjq9gVEr4Wd88kog5HZY/WL0iazPK0kwAROE6V\nbGInpvx4nVdLV24zkB1igWLpHTcsf8UAssrWhpTCxyrNaCUGjOQv8My62/7F\nXsClOlr5Hys46ML0vV37Ire7lq6HC+OisDUb3Y4UBQFDpUHp2Nz0gEz4B9Pl\ntrCxyHbvzl5oOqihEIEwaU5FePKk++KYaW5+wrS5S5eUAUwwLzJu6gwi0pOD\nvivmQreBCPP+c+m18rFdnuDrcGd8Zil03Ao96S4Twph2Co6qfAkEAH3mP8jC\nKTh7S7hFyuMyRrQlPOH7f5bYdhE8geIwjmOjJr5duVEDIK41RGfJXeeN1s4y\neOT1U9EFriQXUwBpCY9AuycKwHK6LQAe8bq2jYpurSSsQSeI6VuEbzq6/fxI\nDIPLVab0Nj5INgpoIO/JUyqAjTrBLvW6nu/Kk8cu3QE61OaoFwINYVnAHngF\nRyVS0pwglEiySwe65Etxb0Qa48c9LWgzVB0xzcEcSnrhAXbzJOoVeB6EkwZu\nUpDSnt8ClR9RPTbZa8fnVuvmIPBKz7/1LpuBdhsTkNZcPTA6zldZQv+fIWEQ\n7eAF\r\n=TUfx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2kP6bnoParZctS0Aw58JDDsz8rMBd6fylWG/U1rLU0QIhAJLGKl0FHGX9Gr88Ot6PAiG99l865qn5a38gUiI7C+vL"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.f181e3bc.0_1595455328616_0.5238363049772967"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.346a622a.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.346a622a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"03c5331dce90f41a530d3c8569d87c9569257d13","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/03c5331dce90f41a530d3c8569d87c9569257d13/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/03c5331dce90f41a530d3c8569d87c9569257d13/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/03c5331dce90f41a530d3c8569d87c9569257d13/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.346a622a.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-I1LbW5cjhK6Br3cKcl9VYNyVXXyQ4/agZ2RYSE7hAnzi6NB5TFmgRlPFcGNpLdLRr3GmHbC3QP6K8zCGVMCHvg==","shasum":"22ecf61c20f8fb3f63c4befee78368263796fb2c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.346a622a.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGM4wCRA9TVsSAnZWagAAcPsP/jyfhSS6+pelEKvwseaH\n62XUYD38iTHAvl3vf2GADaNyiQbr5n4ndyOfRl2UNEbXf3PKK2VWHf8LA+nJ\npgxLydioR4q03tWVHkeEmU3fjdT8UR224Tmcs8Osri621PhinfwmIOibGFaf\nm4Yt/AcNuiR0pp+7o9m0D3c+dwW0MFDSg3de+OsfoDEIEX52UfS+c+7jF/3q\niGQKELhIT1faHnBwcjw6FW+tOWRmLOLr7kVcmmmkLxSNH7/mpcqkMyjGQzVg\nEdeoZeYcTBMtNMdAEl0AfWoT59OOZgk5qXKKbfP4kUohSyByR+hQqpcHtEVg\nDxMkYw9GNzPOYxSL6YX90Z1XwUsW+J/zUk7Pj19kiYN/zMj3jdR8TBjYe9Sv\nffTly7gfNd4F1Mrqq6+5vn69/8xw2undzCFZGt8rr/zSg37jKJUUAaNbr2DI\n1S4UokXd00ZI4HosnqmkjO70E7U2yRTcY7+6RvI+bETg5ezuvbkCPYXRkZTc\nDsNGN9HktgwBSS1yIM0zZwldOLtL2Fa0ItSEcJ2EqKEK+6TSwN+QlWUunL51\nG+PCCRZUPBDY7cHQ5ueVTQAQDjD/Hy+6G4toIfA303LqCvkc2xpoTBa0dOmK\nycIF1vPvXwbFjE5amZ4n0lKb7Ug9/wjlzuBgKX8CPHoJ5DD9e2nDG/TJ8czy\n3S9Q\r\n=IUcL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC6jdiahX44qHu8MxNCdQuXeTMVCy1uwvuQpDvNQ+/N0AiEA49hubb/1asRJ9KisrwrJGuYwozHFqMAkzEp3F88ahm0="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.346a622a.0_1595461168237_0.9384379048449645"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.c9e8a848.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.c9e8a848.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"bdd3a24691563386cbeffdb8824ffa26a3c03ba3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bdd3a24691563386cbeffdb8824ffa26a3c03ba3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bdd3a24691563386cbeffdb8824ffa26a3c03ba3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bdd3a24691563386cbeffdb8824ffa26a3c03ba3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.c9e8a848.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-K9jTjjIKwyP4NL/n4N6us0JHt0AiE6n0kNuia/gWcfROz1ptpjrx+bL+J37UGKhHnWqnIyj6PsTwqle3QIQm2A==","shasum":"8525b9deb5f7819525fbc8f387efa18926f57975","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.c9e8a848.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGONbCRA9TVsSAnZWagAAra8P/igEYBd1R4Go2+zbG10o\nVO1ucVh1AyCTwpn7LUSKTwy5wJL5QIufj2TA/D6vSe1kO/w/fUnU8R+46i1V\ncF0nlpXBt648ysFNIAfzpBNPI9eD65X5mmtymlIqds7mN5OAZhr4GmZ4M0lp\n27O4XQCSiReTq5TK8pMb5XmzDr2Z+MmxDIC+thqh8iFBiiekUJMD8qG5jv/Y\nuBlJTaizWSnl9zOIXVadXCwNGI4O4u6lfsQYN9A/F/qhyhw8O8cv9IGxiU8O\nkGdHSvoEsm4nKs4y/zlEolnKEx47J5cZQnEYxwryswlajFB5U1IYqcIvssfT\nzdxUFXqoMo+MO+56JCfhrWh9UWw+F2I0Dn2L0fn5jRcVItqsk45Xfb0/JM0n\no2beGBf6bI4333CYk4zczJrgwpJIUnAVbL1xB/3iegyclXP5YoLNSoSrLdWX\n5Hf4JPggps+NXaR8TPVWOB0leU683qg+bF6I0yMUVB/0DIgyMsjkOjFalzc3\nPadXE8TaSE44LS86sUswPt9C1muiYX6G/TMNLsN7997IGEu14nZC/T5ZKbUP\nC6i45C/UiNcwNnSe50ViwTbw21uZUBf2xYBIeGMrVw9T6tgGni6jHVhzx1ai\nSlQaGlUT3WisvD+A+/2NqXQHTB2aZJiYl9yrOH3r9gXCF16DY5si9EB1E5qh\nbPAP\r\n=u2Vd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCB4GNAzI7NumlRHdMj4YkSqv9iJyqJAW5Be10zuG6mlgIgcHc8fhpcWkEegcrmlORJGRYjcBPJKcgsksCfpiy2dzk="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.c9e8a848.0_1595466586579_0.9981197825420984"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.718c385c.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.718c385c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"dbfbcdf25eee8ad94b581e3e4da50e65b4ebce74","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dbfbcdf25eee8ad94b581e3e4da50e65b4ebce74/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dbfbcdf25eee8ad94b581e3e4da50e65b4ebce74/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dbfbcdf25eee8ad94b581e3e4da50e65b4ebce74/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.718c385c.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-O9wiyXJCshegRLwQFCo6qdaHLP3wJKD7tn1Ip9xp6jmqCJBzXWESoHCNXX7IyGbn8g9B+m6VF+t+E9Lqxyg0QQ==","shasum":"b193c9991891e6690c9738aca63609563589a7e8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.718c385c.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGe2bCRA9TVsSAnZWagAApTYP/i6KwSULYi7YsrbYqOAE\nEvXTOEUoJ3AHo2aAbYPhRMAmHANwB0zTYk3JdJ517WrZjKSbK8W2I9xjYCDe\nJG0yjEwJK1A0IaOo/noP4t7yhg9LNOiiILDkwd6Vk5g2VD2ZDouYd5KgfLAj\njdJRz25RyxcNXPXZ5vfYUH/4LFlNzW1NzZyq8BdBXwLnoH3dkdxycRjTWf6j\nS/CYr2v9waKm9o7V1r3nYetHV9kO3Lt5I6FeojyyWd61sI8uoQNRaIt1B5Gp\n/ZeCEyrwFqJV2+mWuasN0Cr4CQ8L9cNgyGinA1WqFBafBy0WvdnwZh+hk1AT\ndhd2nyQy9Pndkq8Vesc59YwffJ3EuakjelDAH66NR2U8G90Aify8e6qK9h5L\n/0yOSo+Wejbt114BxoxSpGJeakGeAnq0nA8SOtEC0f3HHMnefa7bfoSb8j0U\n2b5vK4shjQo1YZOIXpIOmQhAIBKBuSwwI1i7KmPwhjucdnTeV9op22hkGd4v\nMXh8bJpKxSYAYOzVzI/OylX6VxBRMMzU1D8GIdyx82bagYziCbdKCRNdOmfQ\nTqu1120VxFbWqpopd96zNGAPAagnfsDqcX388vz+SgshN1/4IzYV6WSOyVmY\nmVWBvXDEohYaJjHj2E6O4hcrKT3jP8VgNKvVe+gNzHdJL8i61TFsFpOCln3C\nidwL\r\n=lVNi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEYZDeb/2qnrMG6BrRhafTBWB2SDrNmxi9cxUYQMKOq2AiEA61cUCcM+plkLzwAd2g9Aj0QHCLp0y8kX4ive/Ai3af4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.718c385c.0_1595534747331_0.5598410144322574"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.cd516a27.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.cd516a27.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e3b4c123ab8be0eaab91697be67dab225c8ea378","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3b4c123ab8be0eaab91697be67dab225c8ea378/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3b4c123ab8be0eaab91697be67dab225c8ea378/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3b4c123ab8be0eaab91697be67dab225c8ea378/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.cd516a27.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-taX4GdkMc0PDR9N8bE5O1VIdZ6qErwjxPXA/rhD2Q377Zyfv+xKBSLK8CNREyAW9UPtWh/8y8di4ciKHJnvNIg==","shasum":"d7a0b8d56070a8c0cef5830eb264383f468df0ee","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.cd516a27.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGzIVCRA9TVsSAnZWagAAc0kP+wRiCm3BedrdC2Kvcvhy\ny1MIiYhYivM2LfmoKDs0xsLa4eaYu1xE3oboy5XnHj6LjMPotOaYprN2EqqF\nlQP4Tkgsnd2jyiVLTsWneInGrsvxMzubfnIYM+OSXGwmH/YLpAH1km3UJSW+\n+lIahaV49aIT3DEGi3sFKORLnYaB1Aolrn9r7GtgdNDiR9QC62xH4rg++T3V\niYFrGTz8eUE4oZk8oicOQyUxnDdjT1gMxqzJKsw1Vz3N/u3+z3f4Wq/kAtHw\nLxDqrVb16V4eMCUOUqTGUG3B0wz3M3T9j+VHATI3dBRJDuj6bMvclpxnxx5i\nEmy31TyDWcDzpUT0Qk7WX+2E4J9WSqgj7AMUM67I0ifH55oVEl8/nT3kdGhy\nWEQ13D90Ij0gqMmL4/IBx8oh58HdU6SDpWZAwiey/i5rDfsF0RXUNZ3BiQXS\nhlL9VfYuJQPHHmJkd5Tfn0fNB8IqYSr0Fb9PaWydYbGIydCChRyuQ5s55nR5\n6STAf6SQfejaJv551axhCuzlwgjUysXHEM/FNquoKFVdRgmW4bom48gjuPqo\nYqsWS1HuUR7uVAbtvp6v6QGetffO8w7XoxCEP5jewt5s2jbtN24Ixw9j7ewK\nh2ga++CTH+ewYnxjksPK4YGBPXZ4z8kllBPwoIHq8ZNhegNqViyR6X8HE1jG\nDKzA\r\n=pLmr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHBwcfBEY+n8ILPqtXRSxxx3LGUFMBbXHfh+aSFhSR7wIgJsUu8yOGclot8bsRWYUUy01plVwQN8qdKQkHVph/vlU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.cd516a27.0_1595617813362_0.9766578969725095"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.1f082191.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.1f082191.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ac40081dcdf0df5976402e0f1f63b1efef1f945c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ac40081dcdf0df5976402e0f1f63b1efef1f945c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ac40081dcdf0df5976402e0f1f63b1efef1f945c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ac40081dcdf0df5976402e0f1f63b1efef1f945c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.1f082191.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-QBS3vwyeRqitHJiTowYZAZlpLzBUzhMUm8JWoVMHkhGSyLtZ/YkYsTXoHbir/1auOD0/jbBwAJmvUmx+l8eKEQ==","shasum":"e856e2849330fa5fac1ffef9b0af46d6ea4946ea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.1f082191.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGzNZCRA9TVsSAnZWagAA9cMP/2zuulqgIH2pwMGVbd38\nGrm4dFX7xZNHmV4AUEBy2ZZazekvYRDEqWKAf6PYjcA6uAtlgezRngCv6Z43\nz9CBl6UHI+x/Ri1bfN1Os+WbVjHYYTLZRjFzEzY5e2Z8kZQgHfyCIlsxWCn6\nJ3lJAlC/BWPkbDtyCro49dI2uUkYrjFh96wVaPwuw2zAOs0RbLgdPdMQnMUN\ngon5W3n30KBczThpoNewBGIpSLVtVYQwDqeOiB9ZEjknSGbxHw5en7dNJVMm\ny4LPT9H3ZQnEJ9lUay4B6kzwTPEI6Lii41MgcAGaoOrfd8nsNZBRiZEb9j0k\nhQQ6wNuppwe68EQsY68CzYv6Ja6f0sAtq2o85HXOD5B7jLb7RjqWIHXjvjOL\nDGh2rVT3ujXjFoHRtW8Z733fl6kM1K7+eiobIbNcU0BBRGbKpzRftUuQh0wh\nqQTFZCJkqbyFW8XMbxd3Z6ZPs1LV7QGjEDrKT+rlQgcj7hgetkI7wnyObm65\n2E/O6MRnMmmuYO11/8rKQ3vtlHXBqvER+rXejAvZwW9Amv5gAz3uz5M3pwP4\nYUnQWFdzAoKOlq85Byfnyv9F40sYxxhPNGm2m2xtN9pKhgrVUWMCgXBMLo8h\n77RcFQphZNE5YLdUbtPGIgXC0GS9+Xwkb9tgzk1vLJLFuCppc4HBIq25+6vz\nCmvm\r\n=Ne6M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA62pz6Vil8+MM9sZbbxPV5lvzBKbe6Y4FTDWesK59kFAiEAtg/Kx6p5TwpVnt5eguIoE3RuNuGFwmHIlO/txATgOGQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.1f082191.0_1595618136878_0.5397942464207708"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.ea3e82dc.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.ea3e82dc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"acc963dd578ca338baf9c6d33a6a341a215c42a4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/acc963dd578ca338baf9c6d33a6a341a215c42a4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/acc963dd578ca338baf9c6d33a6a341a215c42a4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/acc963dd578ca338baf9c6d33a6a341a215c42a4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.ea3e82dc.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-KQynMP7B+3s8cScol58rjfVqb/uAipvkYEWr8yp/0xjKeii90LoSy0OU51y5Ipa4LOXAKwtcYgkPZwz5F9xHsQ==","shasum":"c0be4276e64a43dac13827621f9398a475cd455b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.ea3e82dc.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGzSPCRA9TVsSAnZWagAAIiMQAI/1sFxi7kSQsz/IupPu\n/lKujqyqHWjZe1eVIwdk07CHbXn/nGTEiBgGFqEr/Jz9aSIedUZNTplTLv/K\n01xV4GJbwsi1aWQ2XpYm028UJHhlREEhVWRxrLvNNxKCPXQgQRj9ELvPgFDC\nq9X0klsam0VL5GEQhxv+3reL07vbVGZ/kk1jp3PARePiTxtxO43lY/gTFHA0\n73cFN4q3+MsUwDwp33UQ5T0Ai5tTV/IUgU2FIM6bD9rqbXrV3IoNJ6w2njCH\n+UjpZKLuAtbVKyaM3Dw/50M4P03cbm24c0Qd1kkHkb713b32VHe32gGcjZyp\nkEouf1A19ewsktdH9riM0bXxuLdnOW6w8LIpAvZAg9cdogA9gWsac5DF8NuE\ntQwnYWgyIUbGgsrbHVwlLqVeYv7Nxw3yIoAZ9BBhG2FZpJry8RBe2REJlNrp\ntGWz5MjkfY3mEf5DijuOqT0MYlYcmz30RPQtHGBaZoI3XZ3l3MLl0+P5pvHL\nDbhoziHLkVFZJ+8pShW7yk51DF2foja2rnJuI8JwkXk05ieMeER+Bjw/6Ffa\n34QNBQnRuP62EMCWPYRNkWeklMzG98pWKOvRJIla8xz+7y86RrFGppKEHqhy\nEBfJZ6G434vRrdlfxp1uV0x50Dz8eI8w6UoFzmu3OX2e7xBju9ogD1ENC5HA\nyRex\r\n=DsFQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDdskJ2ilg4EuCPbjokM8uzNMvyXuE6hzz/igPl0mxU1AiBs0rJ0i7nmEwHfBzGFpGpc3nsREuO8pRQcHwmRlwzKvw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.ea3e82dc.0_1595618447254_0.603064506294311"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.94987b64.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.94987b64.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"53896e3bba08752d5bf8b9c64423a52c96fc448b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/53896e3bba08752d5bf8b9c64423a52c96fc448b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/53896e3bba08752d5bf8b9c64423a52c96fc448b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/53896e3bba08752d5bf8b9c64423a52c96fc448b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.94987b64.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-YOt3lsgQQGgIBqPSw6g7VxfKfzNDMgDJ20F8e1Gt76i4ggjihaUCS/gSMqoymPGe38vLTOVtE7uFo48lOkBm/w==","shasum":"5e91e26b21b12d23308706381cfa890b38701bb8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.94987b64.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfG0PVCRA9TVsSAnZWagAAtCsP/Aw2dGy82oLAVAqchm3k\noO+y5jn6pkCyfLJ7BYIYoa9trOCFDnk9nORbqRZ/adVeuFdD69X30+emUmxk\nq/65YeVt/5eVU4QuyJS5pVs0QeWmQbGcws9ym7CqWzGIawKOy6+H1U7fhPYd\n68U5/QTfeIOQRnJ0EjV5BKeAVfox8QSKEFZ5nGLeGg0ttB3KeRDMn8NdFcFI\npv74ESS0PtkpZxaAPmE13qf3qSh88AbG9YjcMxwHrcxrkDDoHogm39eg8MGR\nRk00L1iihWWHzzxat+IhG0z7f42mpS0pI/4ByrU3iw1Xo71BeJ4TF60ZM61F\nULfk1u1tVzTkEc8hdnKd0VJW372kQrEE4hLKJz+G3cpoFKTQC9s3OX1Kfolg\nJ4PfuPllVc/WwUcPtt4G8mOgp3wM4PwFLE/LL67zqOe1j+YPn6QVAXMpf0RN\n+p6ranh6ApkfYOo9zM+t9ZLwfjSEKs2tCabo7U27XYN4cYdtjDpvQnH31LH1\n3aIzCjX+ZH2oLmZTCf/IBz1I/ar9hfcofX11J8MdxgwSnHW5RaxFH7EovCNq\n4lOLNHlYNDX14j9gX9+pCU/FBN2Eyk7DWdkVdcz1we31kK/d2cEyOxW7ZpU2\nKX09XFV8HwbipduLyB/gDlKdWlhW7wCbwm8YLbE1amdWjVxBPnZ4qn8BDzC5\nwW/I\r\n=onsn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCS1ty8OGuzyKB6SsaHvBJlLBxBpa4yd4MZdQ/Ae8iA7wIgbVLU5A3O9ULXdBulmAp7FCcKu9Ak7ymMpVnoiulBYeg="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.94987b64.0_1595622356723_0.6674103915911946"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.ff49b7e2.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.ff49b7e2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"dfb6845469ead87e451744df01007d8532a7a5ad","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dfb6845469ead87e451744df01007d8532a7a5ad/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dfb6845469ead87e451744df01007d8532a7a5ad/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dfb6845469ead87e451744df01007d8532a7a5ad/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.ff49b7e2.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-uI43kBGdyuKFwNlo9Ed7mkg179EOTB28HVDRRd4kAcWszwqhLKzGO8vttyn5It3qE1KheerxeEcfqpgctcgHLQ==","shasum":"6e26eb9036b3a8c47ae9f63263e7c0b2790dff17","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.ff49b7e2.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHyUvCRA9TVsSAnZWagAAVl4P/0LF1vVVO7zuyjZX5XiJ\nJuD9kSv4r+6qZ9wuTFjL7GMxktGRZ6WnvOyt7nJ4QM6b8cgJLZA/V52f39au\n75ehToiOqr5rFc/TdljgHLkDKd0r9ORtX7eFYDRLnD9z6+80bKkCutHGzaqK\ndNtyRkGnDK2MYpdYzOZcCPaNG3gXyeHZvQVIRSXX0KTz8QAA8vIkv04fBHwL\n0GIXGaWcEqf7iZ5XtkT+aeV05EI8yCN5IIEFcV9AoPqjUdtyZc7SDahKXGmo\n++AqaoWy2gh1eqGyCEzMgSiGRtXEIvYGKexh8NZ7D0nbmW15j1+JNOzbyVxC\n4DCN0JQs7shWiClV/chDOS3WXUOfBn1IvBBhwSu3CsNNb8toGgb19KV7ZOYF\nIOE1zdD22lllCpTHtnLFAszWGtCXsNtl5k8/35CX1+fjnfIiRAKgKh95hli4\nOvj9KSH0nGv/U6LqosZBwgg9w3GVO24QgTu/8Z+8Y1GdgKWWPYwX3R47jwt3\n/AGteTQ9Gwwysbl/ekPQq8ptmTm0QIy3g/MiWXBGkchFDm1QRKJe8J3Yc/4/\npJxliLwymB3GiU/FK1Gnpf56cVaqn9h51/q9FOVpMJhMJFuRAhY3s16R16F6\n2A/ex7JTFLPmlwdZ+3IUFfHSNIHBVMtqMjcbYYNW2taMiWqOevKHbr/p5yuL\n44KF\r\n=xtoq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDew8bzGg5VIsg1SmKvUnB+vUardvk7OpeM1fh6h3mOvwIgcmWirCKoKuRYDM3rh49Q+sAfOL/y11F1M/6kiSiH7gE="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.ff49b7e2.0_1595876655555_0.617888610577235"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.3d334ccc.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.3d334ccc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"620788b72968e56f9d028ba5ef2ee7d1b4a91488","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/620788b72968e56f9d028ba5ef2ee7d1b4a91488/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/620788b72968e56f9d028ba5ef2ee7d1b4a91488/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/620788b72968e56f9d028ba5ef2ee7d1b4a91488/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.3d334ccc.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-3cGf8DHzwbeBoaMdOUVyBUENlVJXFef9/be8L12SOcXP4F1uFPiXTxRw3xSDsC+Qa7b4xKYheUn4lN1r46fDOw==","shasum":"fd55d17fe9da20923f294ddaef776813a219695f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.3d334ccc.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIE7dCRA9TVsSAnZWagAAb9sQAJSPEfX3sntjTmUNvEMY\nnfUt0lzzpelbuU5rjKRzQwcu0h5kZ6zvKzxO9p4icX9hfIh7pIlis5It7gey\niDuJB4gLRENlcXckSGGnUmLC4PcPFShir3Ie/SV+NOp4omzoBmEnEgdDge9g\nzNufP3QjdRtIis91akvCR12/opnEK0SUIXB0nBQuQbpL9+GJCKwPz7yod7jI\n2xq3K8q+9znAwFomoIo6kFOwMoCB7V3mqWLeLn3dO20Qt8ygBqDp89R8dQGr\n5a5uGfe7Py3YJbazCPaBhSqaskLddiFlJbjNGS34cVXTQAB3VnilsOSZa63c\nk9rCEKkkQLxn4B8cTCD3j6w1+gKWOemRoUAIDHhMqZliYVtHnAIpPaqxBrmA\n91Fo72n3OsM/DVHSCs0YJ7QbqAImYLCnK3i3j7pzgjtiBmUIQZvmbP2RyX5G\n7cP9+t5p9f4xBW+PlvkRKYTxo97A5aiHLDMJS2T0FirPxE8UwE8MmLM1dHD9\nh2khBuYxct5CMeZeWTQVJSlQ2xrZbmQ+onZbeNZOxT7vK0tlvIYc0O+gLSGy\nm+hPd+ZGZfSuFubkkRisaX8agGAffkGnq33/2+qA6j8OFAuseTf8ziIDGXCb\nZa/wVTqswG6X8c9l80GrCOLyKNuI0OznyZ1rlArilkX/CmIRf9CapPuutUGr\nC6aQ\r\n=NRot\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFctAogut/g7NRBI5LZUFDoXv9Y8PTokiDctEZ11GMOnAiADrQF4CCKp3peBmacH9dvCWIfLjy4VGl3LlW9yJ/EaOg=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.3d334ccc.0_1595952860857_0.7432824122634081"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.82ac569e.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.82ac569e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0082732bc61fddf6b3c8f7d114839f1937e7d1e3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0082732bc61fddf6b3c8f7d114839f1937e7d1e3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0082732bc61fddf6b3c8f7d114839f1937e7d1e3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0082732bc61fddf6b3c8f7d114839f1937e7d1e3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.82ac569e.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-8RsaYlRKNmCsi+xZrUaro18jgfh193kVhEAzfdjQ3kqTcQ/2QCgVnOQ7DPy+h8eVMlA+MXm7yIUwXMdsMQ8Yng==","shasum":"fbbe828b6da57203950a6a8e2f02c7ae4e302d8b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.82ac569e.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIHFrCRA9TVsSAnZWagAA++QP/jAgFWJWO1bs9A7gReId\nhW4c4PDDlU7KP7WE+Q6FPGOC3FXw91Orx3mQGvEUNhRjsGLXU4dmYk5qWQuV\nQ0q9FJya6ZHsoHcd8HDID7KQEk1tKxGTRZyyVtdIe3B+o5c8dhVyFPx5cYcl\nc5LroVy/whUbjFHvUC++Unj02i7EeWVRM6wcGL3l6E2QvIJrmLnxKlDsvmnG\nso8hTPHCZctiL2tMJBmRf2UrE+BCK2o8O0sgKic4Yzt5zZiGiBKTXW0mKMSN\nNQt+OXEnifrU5xCcHM/KZXVRSaN8w3lq9Vafd8T9aJPdeS47z3pdgdCFDBGM\neHzOGodFxCcYL8vh3ptK+cCEmtN33ttNhE9pMOhM8ux0Zt/HUTf8g6g0RSzM\nNQ44S5XP23q05FDMknH7MjzcQQA33hmDLnU094Gp/cxdeVGW0UCGRc/DDaqz\nqRgfi7bb9XJgQKqYSyJk3HDPIBrxn3Myb9OQqKWjqSB+Urky2z/dsLOa+iN3\n2FYEmFEGLBAv9eHpBTdMZ7FYRyviqDo27PrMYKKJXzbuVTaMzGpzni2rbcom\n3VhRVRewaKnJRMxkVOfxx3EZ1rYU8kH3FkXR/OApcqvVM8YXcTO9fGcLp3/q\n8H/DQ1C+NJrjXrKn+cNBJ8bcyEitUJVEC+82DcEIh27PbE5WauDEHesWtC0X\nPNnf\r\n=BOA2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAQ4ocaZ+T4OJ7tFKLbSrsOL2jzzPMPSn6YEqDL5+sPXAiEAkpcOdMjvVNQKRVscIqJSEW7F4PAigQkRzIELTgMVyoA="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.82ac569e.0_1595961707290_0.7361708085157599"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.99df7397.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.99df7397.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e236d384d23fb84c6f0db97495a598e8b374ef26","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e236d384d23fb84c6f0db97495a598e8b374ef26/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e236d384d23fb84c6f0db97495a598e8b374ef26/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e236d384d23fb84c6f0db97495a598e8b374ef26/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.99df7397.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-U3W7V6W3Wj9NlbePOhP+qrspW21SSQVQ6nGVf/JWT6QTclGLjsCgl3VRspdtgr+UrX4otm7/zF+viU9fsrBtqw==","shasum":"f14a81851acc33e92e1b02759dd74407b66a679e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.99df7397.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIOFwCRA9TVsSAnZWagAASJ8P/3YgUHGAehEBGoRIiq7a\nXROjayVYE9ucBW5U1wN7m5Frz5lr1YAqsnOXzPifYEmFgyKOe1nylApNCLlv\nNxgGUaOwDoCtDteS8zOpisLBqUJcM0RV10Z/2yQ4BB+lmC7yniDObqtuIDRa\nIjWXb5qWShKJN178gyD/72BWKhj3arCDlYpBXqi2mwxY3824TOGji0fhu98+\n4gl9Ia7NN8d1jJtDT9LxguzWGcYlx0cOBS908GgBFT7jjlhIfxN+m6hhjUWM\nobLkBmNEkO/KOldeH7bxM8/ZG/DG3jZBUZSrfkhdR6c3tG4jco2ninhiIudx\nDvkMcHih/Vt+2VJndYGKqWkkrCfiiuHBFohTTheJ80aZQgshk51IIfPGU385\nJ0koywwBlvk+GbDdh8NohDJbCIEdOEbGcDUultcdiN8SNjiJyQbHxQ2dLMkp\nDzpZ8Yiy+PCNG0IsFRjGG9VcidO3Qc8lrgLtNsfOW3rhrjjmuaCmnTHOoq7z\nFB3k7ZuJfkTEE5YEm6jKInQuyrCkYjwH1sfsJEU6CZyHr9xcaDlG5pJFc3ES\n5thjlyI95G26qohYixuSL9RhyOl+g0hi8Jzhie32H0+xxw+vOU5y3M2tYutM\njb5NixCECS3yqBjFO/K5+C9hHDyNzCuaWSCAjvUxdKAXNUpqPnLcBQrBR7cL\nXLTZ\r\n=EFrQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWP6XeCj/MKXnExQ13P0fwsAwdlkpRo7YsmhuQam/AXAIhAPgW0IAJry93BFoUG6MDnGQvDwRtbr7fnojbiblycNs+"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.99df7397.0_1595990384441_0.859514894718848"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.45493e05.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.45493e05.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8423dd01198986c553ae23227667bc8148bb4276","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8423dd01198986c553ae23227667bc8148bb4276/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8423dd01198986c553ae23227667bc8148bb4276/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8423dd01198986c553ae23227667bc8148bb4276/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.45493e05.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-rFuN4eo15ePHtMhopV+s0Ch166GEc1h9Czz2IlEuYxjvTAY9lgPVZQuYwrzTAXUmdBzkAwKQmiSZijjMF9Ntdw==","shasum":"515795f2da15f4ebb07f26b81614f1cd85a1b491","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.45493e05.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIa7OCRA9TVsSAnZWagAAPZIP/1UUtPHvlrTkzQxkRt/k\n5b4nEiIABP2vk6jJpDNZVdZvia/8LcIyhYiTDMDf/caDa4hIv5PXbHPugZhZ\n0IZd8YAr1DbBUYzcKf1TxfW0hybwVd8CuGwgPD1BkrOHLXr52nf6NI/GViFk\nrUXr6wdVnf/bDPOMUu7PkGSh+R4GrnWBCEcoUn05r/XjukBTfXnBd3ccK/zD\nSDquoJAlD/pp/n8A3VL7lArwZXP6p9KqmUbMS/DV8crB261tqJVCJNjnCk7D\nmzOBohIp9CAtCS4BvDDE7ltDQKD0TvHqeC0k75OVqcYBR9cv++BpIslmJaMv\nHXow5G9GtdU5UrvFE5A5D+isK0S1Z99Q31eHvS5cAtRiU9HEgb4f9L1OHLoX\n+3kUJaz9YYFmqav+/Ig/W5pXfTNsLNNlWsgYI1Y9F5CyBZdMZt98IKp853on\naODPtwKwIN/peYaY8rMXDgAv/55J4fxpX+aK1p34B6QihX24ZjW/GU0OyP2o\nwj4yIg57MTILWsH6AR1L7HyOuGIWtYPAAD/uqEsWtb/qQc4/EP6gaD6SHnfY\nBGjvBzUtDQANp3ilUthRjkLRG4pWXu9VlqFmMHVFRF/RYCLebAWB1w+2K2in\nSPHSlI1gy57XbAz3W9TM9LwnRha4Wrh+n1iKHLmcp4WYqrxtQidGaetlMQ4W\nD1Fe\r\n=5LlJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcZv8UqIUjQhSeNTM706Ej5WiiojLBpin3dYCWt+DXOwIgKybic0hq5qruLGok/Gy4JquZFXF/zzr1Yt9tNsVYMVc="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.45493e05.0_1596042958071_0.8094549733249308"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.f2ab0a95.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.f2ab0a95.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1009e1c7d365921dcbc3071cabaa20c5e21e65e8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1009e1c7d365921dcbc3071cabaa20c5e21e65e8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1009e1c7d365921dcbc3071cabaa20c5e21e65e8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1009e1c7d365921dcbc3071cabaa20c5e21e65e8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.f2ab0a95.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-R7Y9+fpLfaAeTZn/NDrznqczHXsibKYO9PtcIUWKjn0UHLhk8sXTpe8UGK5ZWkZjx8Z3CJtnbOnFcJ2UR47sMA==","shasum":"20dcd5f275ecf93254e126f7ae19c859908f9c10","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.f2ab0a95.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIa/rCRA9TVsSAnZWagAAofQP/RZjhYEL5g20Rwiclz53\njRRX6VXpxuxjdaDwHVwjMHCYvHWmWqk8pm5DJeegO2NG5qq6OlKp8k6BxqFf\nEjt0F0Kp9frV+n9L+03iXP89dA6MMKWcThufo6DeSRtOhz1HyZ2xCJERMz76\n5CkD6Jlx1aYuPMiJaEuN3VZzyUydnXWbQ7/h9kdP1xN9si8klpfvV/nRbEWD\ncmxMoolrm6bLWDB3SGPE8Uuyfip6tQUCoxl8YW296DG7BEHKSFbrEUdi9IaM\nM86Ov60erj6ygNHLJoKqfE9Adojqxq9LCUAGNGkye672z44Z7pt5ipXFy7PX\neW0MkcaHPKb/F6/TsBxSkL8/kuY3fccZc+W0SwfhGkWPxkreVXwli3Q9EpiQ\nGcg3BB8mUkliN3bULZFN78nzWZY+50L/1atByFy8RETeEI5tzIQ6pwAk75GS\neG8Zn9RoIxUwHwIvbNUxUZpdDXHjNlp3+l4BbxJM5NigCmwRZp+UXxstUxNd\nd3dD8kqEYns831mYkyrm1CfXMQTJhsxGE2INaNAAQYFFaH/yS9xsvgt8CG7R\nV7zFmoq8UBEtyYA/GwRrd4ZVdDnzYPlr5UxosUkZdZV8EAeN5X9c9unTT4fw\nt6Yy+VvwVRITWHL5vx3ApvZM9dD63ASebh2Q78MCKrFiDWbZOH89vwMwz7Ch\np0bs\r\n=Ane6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDBq8VV6Awg1Rboc7iiaJ/2zg+SVD5Fb/9EX40IjcZoaAiA3z+O8G+LhUHqhlgn4dA0DWp5L64BRWSVQbE2XXf7QMQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.f2ab0a95.0_1596043243366_0.05936122676449451"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.45f9eddc.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.45f9eddc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1cb46e993882c87c3cced22481410b4922c1e1cc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1cb46e993882c87c3cced22481410b4922c1e1cc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1cb46e993882c87c3cced22481410b4922c1e1cc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1cb46e993882c87c3cced22481410b4922c1e1cc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.45f9eddc.0","_nodeVersion":"10.21.0","_npmVersion":"lerna/3.20.2/node@v10.21.0+x64 (linux)","dist":{"integrity":"sha512-bbsni4AVv8dL3tsVrgjsk0jxi7JkSASAWfKjZN+V7nQvQoU+tbFfgWB5r26hsASk6EORt7Py1NuaC+5nBUbRZg==","shasum":"904cb57badc7bf57449e5eb16980f1efa0ea9043","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.45f9eddc.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIho5CRA9TVsSAnZWagAAqFoP/3SF/jue6XAtXQREQohW\nDzDGXVQOG1Hf+cajBjPjHJ571jndExz6eaPjH2cUtJBXhJTygutrEj0GGK9x\neoeL/z+nv8gE6F2MV7MO+EYILgiI86/ZLpEQvfzHjqcdnR8MHP9bvIDFz/qG\n11vglaOGQIJ8mFXRXOG+58kDtg/JL/dCUZJldd0bfO1KLwCSO3sjVfmcHc8Q\npq2jVoxwJASPo1xvHh/NMxgECtADXnqCtjQArdXpftN0TcB3/2njYoS2+4Zp\nWbEuaGBlw/cZ4d2EsBnu7Nq4M7625VCLYSiXQN9BEUfAvS9/uTcQSoXHVFRt\n7r638lXIR1d+LGjy4k7fg3twtf4hL4faxafNhiOQ9p1OqV7ltfkI5eljtGDZ\nzC9gSZnJFZG4LIQr0Pu0vK35zzlvaLwHq2VgeibyvxuD55p3W36qxcnfHhUI\nwcfZ8arEBK+Z2yJHvTYruOlrj+WOQBj14pTaWSWK+WRxMOzMLtZXwKR5oObt\nL7onxSPkxqfTo4zKAwZOmD08fIVFXVhFAoiFxZ9KxEPtDvrfaUv4MDe/whkC\nCsIxtYnYwluOY7VkCn5ByaJhW9nC8lXzcGXiShfExxPYrQRBDHzcwXY56I1v\nY1XMwZdRjCdv99ZhCECPglvCcYKHWmXHo37HOicVSH0K9HBx+aD6fUW7H4Kz\n1lFs\r\n=Qkti\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5nboHs8+a04Z+WRKUs79fLcNDWMGeWtG9NCZpyWksSAIhAKOE1PWCpy+SwdLELfNeDvjIgLvTUGfTpZ0B5yJC/Knv"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.45f9eddc.0_1596070456747_0.022886961322579502"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.b64663ea.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.b64663ea.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"18456f1bd35a7bed64d6ca9d3d408d9d62d59c90","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18456f1bd35a7bed64d6ca9d3d408d9d62d59c90/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18456f1bd35a7bed64d6ca9d3d408d9d62d59c90/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18456f1bd35a7bed64d6ca9d3d408d9d62d59c90/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.b64663ea.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-oEKlW1sMDdM+mw2XWSRETErtqX+CDG0ZEgZ/0RVC5kUBsMsfKol59d3iMmQg9FGsfLuwqPhvwEuNDGBZqVgl5w==","shasum":"f189c78653f2a4c3eb2c093962b0155bcf61456c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.b64663ea.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIwaJCRA9TVsSAnZWagAAlQkQAI7PVFHGXpARNr7+CC4t\nqVn75KbIAmGUc+IfRO88gQhjmP0D7lhHWhUYlp4PFTUwsw3byUtL1jNI0jJ0\nfvQGbXBd37SEEyO25yp2uFZgk/CwPYidks8MbqTK3ncrF5vrsSq+gINKju61\nnJIQeuAbAI28ogGYH1Na/lo/X/O95vuFZeKpFjzV7oLybRMVunV0ndSA3j9z\nb6YH2CmW9IQXzEmlXuwUBM5Aoc6M5B5LGpCd8J+98wJnGVACedH/NcAgg/q9\nRg7j0O5t0ofpb8Dbq8sqeV9t1FZk8K8li3KYlg8s+/f1KoCmVhTsNP9vt/87\nYDxYjpHta3O7CYRjvA9LgWM3KfPI+wNvaJvzEcDFZUGKh7Jj14QlPXnTgGJd\nTaCb1I45IRM/9d8dosvTv01QskEtsZualqsUikWYZVdw2yFfeuTPrc734hV9\nejZFWdCZ4N+Yt1Xwd0ijHuqXFBRrRaLqb7xlZXiY2qy/ZOdDkIG22/Qcq1Ye\nnNY0eRVMDJAljRVzPDqGMlz3rjGGQAorucAhnX8cVI++sii0TfoJJ81bPnXt\nPSh3sUQNxD+ACKyZ8ZqNN1VZ8h+f0r6kSg55wy4p/gx8fseOPh+tjT0tPMQp\nY0bKVYkGsYJEkZRmoC2PaBrJ59B0kdPMwNcfxC0024B1mPH19xG2LDGiPPlZ\nVtJ8\r\n=+YEr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsMaNTno4sXep2/YojdWf0mVhGjs3XRBHI9PuW5gE6NQIhAK74fl8wdmACseptwIyiO3tMD+1YLSctk/VxnT9qwUwf"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.b64663ea.0_1596130952667_0.23396500990254676"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.9a1a4d2d.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.9a1a4d2d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f3382a4c5be4b9d21268b2d1b0831f8d8343d2c6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f3382a4c5be4b9d21268b2d1b0831f8d8343d2c6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f3382a4c5be4b9d21268b2d1b0831f8d8343d2c6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f3382a4c5be4b9d21268b2d1b0831f8d8343d2c6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.9a1a4d2d.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-QKfu6M3csh63XUwDTYs72/4TZnw8vYb44xVtiROt8VXJW6sLy5wTGeXShSwx04EzbsOJ3Flf31849jt3fZw+HQ==","shasum":"a530f30e97245d743c64a777588697a04cb29939","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.9a1a4d2d.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIzWnCRA9TVsSAnZWagAA3S0QAJbKrjnnmIvc/FEUA+nD\nzw+Hnyp42Tumk6HbCP5ovMfXinqP9ZETV4NdpHAR03C2cMQJ/qb6vg/Hjxhz\nLgAqHR2NrTQxqjwz+eaF77H+5xiyytcGir31wrScUX1X6W8luP5UoDF77XXQ\ngAQzInOQ6mHXQDedYzretojNNUPZpxlH93OQColozWkAZf5npT/BzSoRGRoG\n/KggLZUzKE+8LhzU42Qbb4GbwaxPVYIB0rJYVCWXJL0TecArtgKf9hhnsg4L\na+4Y22q9MpxPZi48nUL+ZMvJFYA4/bjz/rChxXpqVvUOGCvPEXjYcz+JXKc2\nRjdRsq1uHueYFFGlNba+nQP+PpGXRS9PQyjDnOzY++xbLo42pMknQHlysfL2\nNA80X7DcOUXm/bgus979Y8u2Uwq5G+gn+/WduhzxgEYPYIb/cgerrCwHgeHE\nd8gVEKulqxG5rBBlh9seHSvvoyyDq8Du+IYTFEC5tO646K7tnoVKi0zDxBff\n6D4pJnXPMujGVnzi6kGw0ztUv+KNfoN2ugo1l+1OvzyGYlwnDhvNnbiIl+Lw\n0tSQ0WBlvm1esjFY01u2mtzwmyknklMmBjLQcPQYBv3duInxMrLkCQMzAbOB\nnaeq7DPbMv1u6PKTfV1M+OU6mKxoTYd4dfmmAoPMZBOKh6yo7g4nq0MnvMCx\ntsff\r\n=5iwY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoFDODMDCk3+SvAlDDUVhi9zpkof23SvprJN9hWLCgcgIhAMmNrQN5qUbWRWzmS+kIQNZ/zDc1ZhdT51bJu4RD5+p3"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.9a1a4d2d.0_1596143015488_0.8710510975233581"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.887c2848.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.887c2848.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2da757768e8d58aa4885027c78c58f8515382305","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2da757768e8d58aa4885027c78c58f8515382305/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2da757768e8d58aa4885027c78c58f8515382305/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2da757768e8d58aa4885027c78c58f8515382305/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.887c2848.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-93Djv+RIIJH25K8plbQBupZR4s+122XZn0A3W78xxRu0KQ8F8PJbvHal7QjLEP+eM8pIxwzFzdSCSGr0vT2r7g==","shasum":"323c7b5416d96ddd924c02a9e7bedcc3550027b5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.887c2848.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfI0QLCRA9TVsSAnZWagAAIiYP/28UebCjiQnJK+4OF1tB\ns5aKaHiZqH9WJbueEIfx5bQdQv+sP0ud0/zBhrKQIA8sg7Qw8OmgS1aDgDwn\nDUEwzVu6Abdd1sNUnBQ8R0bZUqGtggPIyxqredlsjSCHXJYBb4txJkEPOSJB\nI3SiegmWi48t5nNJi7inZyFf7sDDQCA6xGVejPGD4bNJoAXXK5QMeNNG8+Mx\nUGCKnJeuCZbx9qyZojWFtZnJYNZLWkwKOCSWlVU6yYEKUobrFcrtHhwDpd0n\nomYhKNItk9jTyRPcASStXfFtajdWxH1ojdkov4G4nBaNu8v69bmc08r6iQYa\nJNCOsslLYfYGBIUKTzOlgyJcU4ZBcyvx6N+Brl1YIRZ3zj7TAgy4CwhfPCQl\nVzl1D3nxaePxQJFL8oP84C7KMFUe0sJ6/2bf3VvwP06NC3M6VLnOShl3M2DR\nEHuZ/oV9OOUSC+XFtW1afL74nbwBkrxpKDskKtaHkSQ1pY8IQR2/PswQhzYY\nU+sDLLxv5XoliOz9vPMLpmfG6pDXyQ+OjKfo9YqSMVr3ZFaQLzjLMKzpUn2C\nC4lhIlwbi8sDzNMiX71Jr9JZsyPkoyh2WE104l5ewjaWAMZAgvU0f4tkrnSs\nXa7h0fYlVwOBpCe4qBiSeUccWXKvmCUzEML1I1wijJMuVrypvnQJWJ0g5GBp\ndxqh\r\n=CMDL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHSlvdFSKoP1LgE4Ceq8uiNKWhK9PCo40QNidm16UyUGAiB+FFcGo1keh7Z2y7kL5msmW+nMHhSvFGLyMQM9IZr2XQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.887c2848.0_1596146699044_0.5052088580049863"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.354eb695.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.354eb695.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"75cc944c1c31dc88606fa2007d002743354e601f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/75cc944c1c31dc88606fa2007d002743354e601f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/75cc944c1c31dc88606fa2007d002743354e601f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/75cc944c1c31dc88606fa2007d002743354e601f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.354eb695.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-V+f85p2e0/u7qTTS946TFb/a6DTip8boKK3KxacqX9UCggjfksu1XOx0BclEfSDeoK+msib8eIQhduXvE34SNw==","shasum":"32f72578c8aa0a1e942902ab4a87042fc75f0dca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.354eb695.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfI15cCRA9TVsSAnZWagAAq2MP/3IUUCwhZqDO9eyulJb9\nZTgi4SWNFldp8QliWhC2s0yXuqb0JvNS3wfHKfATwMUfW5DoY1tKYxv5CSl6\nljx9gzpAb/r2+z9n7m+Id/ppVbZQM6ZREvF//IbascGWNOId6R+1mXSZomEk\nkXPo9mLcNwP13n0eMKs5kpt7fr94KuduuIKY3WHUzf+frQdheGJ379nKBfds\nqjVXgIjhdgTkp8Ax/Nqwe+cIcYtEQWRGRmy2vLJZHNH9fvAQX5GwAnPIEB2b\nqr3zRDA6xSqSxttVo0W+c8XIlDs3JwYoHVX/RNb+GopQhYWtXdi8u5pr+7qS\nr54+CStpsUeLRUcBWWPnaEiQ2GjYA7d1tCEMSYXl8SkutfH94FLutTDCTAsM\nE+WRmJ3SBpWUY0kwg73KjhhAaomGkHt58xBVvKgnThZzvw5COa3dIc23YPQc\nXomEATg8HSJMbUweJ8LvdBlPxavCeSIJABhArp+MtEdaOnXE3tcexxp5+hPz\nHnn8lfG+Tefr8aKWMZl3YQyW2DKg05Y7DlCaq4Q1uplAQo9mfBvnAAxSlwGM\nYjZkeOvDs7aHRIyrKZjfelQbfE5Li/00YTyfaCwVENgH4tlg6kEx34YBNoZ6\nLYgmEHBhIjhd0BiAJEo5nBD5QRQbgTQcieev3wumXItjTxpv9/iddTvF192R\nrEYW\r\n=YrHH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICh+CXEj28mHgEp4MzG4zxCCCK/Am/canZAwJ1AKlE9OAiEAzVus3t0oSRpU89fpo9ifUutxW2pGLAU468GSC0JRnYU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.354eb695.0_1596153436299_0.8339419209796266"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.7beb236c.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.7beb236c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9cb1508b49b8ccba6072341f23bae1ac67078621","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9cb1508b49b8ccba6072341f23bae1ac67078621/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9cb1508b49b8ccba6072341f23bae1ac67078621/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9cb1508b49b8ccba6072341f23bae1ac67078621/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.7beb236c.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-/TlZRkP53j3XZG44JmuB/hmyc/q1LiArWA0Z2wuGnvqp4C5sFNSIPj8hv+Nc4psi37Ah/mcD9hqvN4OiyywoMg==","shasum":"19cce13044768c255ca3213a0fafd56e97d2724a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.7beb236c.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJFdqCRA9TVsSAnZWagAAJAsP/Ama8iB1fimUccQylaVj\nbb5NV94BVe6flJ7f3CjXhns+f64gpQh7yGjk3UaKtS1qNVJYepQrYqmTWKwl\nfQKs7/U2lJ7XnD43zYXrf0JmdeZcQc4AOgEs7mGIZCrDUvhuP9GZlfcPsKNk\npoxIlnDhMiho6kKv0V7bQZ3XcMEEd9xErVNqqeSwMhNzr9JGWR5m3HobZiLC\nV8YQLhbaRC91GIHF3xYzOURL1B/j7FYFfzE35kbg+lLNmZjFL/fdqvtBEKNF\nuOH1fsc61LwWtCfyGgoJWsRaXP2NESOGpdS3nKZfaP69mjr7k6TMj4k+KT8C\n7YY3m2KwyJmAcO89yMDe2lyVF79GwU17Xr1trjSX0070i5SeJ290CCgOvBgw\nUFwplppTuRD6yQ6lzCc25YKAQJcWT7/DJJC1kI9rZXBakFUO/CehB80fsR97\nHf33WZaHUEowSuOO81E0biF4eNjN2lL8Mu9M2xCgu/AP3HiGxWNbCuwXQbqC\nLu50GyZPqZJ8pe9+BK2ZsKPkzRysUczkfODrzuscyM1kRNn+F3owQOkgK4eC\nmLVGiDEI6eeZOMKMuLqkMmMLjiFMGZh99rS6t0UcLzzIoH5DWpWUHZk9dkFY\nrbREEUUkq3/5q3Xta/w1nIXeMoA30P0uCQLyFHQr98VESpCTPYG4ebSRBDXL\n3ohz\r\n=WHw2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDArRiotJxZcM4+W/DElXwkpSSPbjpMMsNbR1G7z6N1FAIhALmFGLiGMk2q32hUtxGyYdDX7MCoXSfAlNXrhqSZkIbN"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.7beb236c.0_1596217193985_0.7622788002163481"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.c44acc0c.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.c44acc0c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2491ff018c9a71195a5e873fa60b912085ec84d3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2491ff018c9a71195a5e873fa60b912085ec84d3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2491ff018c9a71195a5e873fa60b912085ec84d3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2491ff018c9a71195a5e873fa60b912085ec84d3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.c44acc0c.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-mc1rJ81sTGPn92phcdn6UXxJvfNoSfjbW7nubi9bx2tNv3EUMEHYKcl+WI6Tw56O/pn4wyWWtFvqv+u9jQQ/8Q==","shasum":"46c7de4b9b61ddaea66f1faf1d4af0c8c826f837","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.c44acc0c.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJIjECRA9TVsSAnZWagAA+agP/33rQ6cFZ3qE9PIx4hrt\nmaRxJKd9ZNRIt4Qo6g3mu5yXyyo+0x086TuMIwTAGB7EnWNf+ey/4riI4qZE\nI08xGMfjSDE0d+IrBU1BZjdxVLR6C4OpLGGA0KqcL9rMNaThCUyfiLTzLtX2\nEIZezZIJZZekQilySnXetj0Bf0x6MvAogsrhhLN9FdTyJXIh1GuQX8BFinzT\nu+aVCdQMCk11QylRVIIpzKS+ewoVn5ea6nHnExUVdIWRlhlv6NsDk6K1t1JR\nkUuK/QAKTRMLTye62N/29i1cGmITsqc4oVMpALdo8wdbzazAsY3TDadrPnGm\nkxenO/e1z9EOJOgs4CNJ28pu0iKN0zLFRDHpSCnr4DqPFoT99O8840JNcld/\nRdo9jfGQc9iS4U5Hv1LCB+q8IySEZkNOmA+fbt6Q/zJLoJcFKQymqJJbqG+6\nFrCtIT5b3qItZ78o2PUhRZ89Mq4F1bFYZJYfp+aFLphxFevXK6cpeS6/f2Tc\nQ101bndJK4iUZxW9Bib5lD/uhgFrb7JJPGXikqYNB+zsl9/C920ZU773jojo\nvEUDb//4grM7EabmHqBynGrWfs4bHG5c10iF2O8/7LGZuttb6uEG1VpO4QxE\n4JLIBMPgqFy3UcMHGemerkhKMx02oULnieWCto0KLWrdPWq97QUr2avYxsgX\nkCPs\r\n=LFFL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDSWMxIoXh/v8clx0hZMpU31U/+GTOXtJZXQ24tQtEgFAiEAlfaX6u8Fu2j6wVdanuMnG+3ueRGr//haPcWu05/uTkQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.c44acc0c.0_1596229827673_0.7789717537601901"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.779853ff.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.779853ff.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e06c13898d0c9fdc7cd494c68586a55eddd2d483","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e06c13898d0c9fdc7cd494c68586a55eddd2d483/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e06c13898d0c9fdc7cd494c68586a55eddd2d483/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e06c13898d0c9fdc7cd494c68586a55eddd2d483/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.779853ff.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-jB+1tTjRDsRAEi6HHspdMv6eHkeVs1bTMQuKFrWorwrIVBLh90exCn2lTxgalPUiqtNSdirNMDF9bJrUCfbvdA==","shasum":"47d99cc16d382102ce314c29b64dd67158656738","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.779853ff.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKEfhCRA9TVsSAnZWagAA13wP/R6zxcYolsP/JvdLfb+3\nMxUIbB92X8PiX50F7G6Kv3N74P/uUsgk1cNLddQSSp40FhTFSW/J+S1DUj4+\n9Vy3ME7hBCdaPtn6YQ0yzQCZLkEk9rtNAhzgMDXq6iiGkRmhJ3rrT7Z8/E8O\nT06L93zpzCFwg9k3CkI13hU/BWS9YlG/kuMC3o+Oi4siQJRsHG5tLiifBVVH\n3mZLn2GCVqvFsx3q/fFCzckOp3CdBlh2+SHDSWXdXZBRnTD/u7YdQL9MSsFL\n1HBAWP6T5A6rfNVVWtuiQJukWtDy7JvTvDJO4nwGAQQlYvZzakRZpFLmaCZK\nKJ9b3tZIkJxMAPqKDAi7qgSH2bgfEoWgDsEl5ZkjGAjupffyiEEvEa8pTMlC\nh2hSP2VVgQly7sxl48Su+ujny1Jo0jLl4VXR1FKjlO/5yv17VP/BmtUh9sMg\n3FJIq8sKph/RmdK04oShncLVYY9JKlmpQUjIDsRV9sEJU2GfiCxiZZj0gpAr\nIl0IfIfFgx2bkS8ndaqJeztkLnXB1SXny0T5UOWQ/+sC5102HvpJ+UOupVJ9\nWESkLSKeUYSxu3qpcWflVDv7bUmKyoY4QFdTE08MywN7N7wP+ektQsJCg/0h\nGD4zm66vSOmeaBQ2KOaRZerIdxgtoRJwNNUwhWYJAobuKuk6KIZKPyJnK8Ja\nrM3D\r\n=nuU6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqejnGkGQzAE2wfMtEfzc/2nK1gNyXzl0bsPbbr7sw3wIgTL/Du6+xF5xKQ84VnCxzEwC9XRl4B8UMi5r0CbLHDUE="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.779853ff.0_1596475361418_0.9660415470560313"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.8aaf270b.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.8aaf270b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e119651cfd9ab60def67a36255b4ea0ca1022d37","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e119651cfd9ab60def67a36255b4ea0ca1022d37/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e119651cfd9ab60def67a36255b4ea0ca1022d37/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e119651cfd9ab60def67a36255b4ea0ca1022d37/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.8aaf270b.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-vjrQQly+vQDEZPFoiAZrVd1ulK9owOkQ5oFoAOVOlWk0agwnyvrxdxQ2CQ6APyFDF75ssJjHvv3EUPeqYQBa/g==","shasum":"ec6ddfde66d5a136aa0ff973c50d504067f02491","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.8aaf270b.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKFoLCRA9TVsSAnZWagAACKUP/itEmvEsOvWR4jlf2ppW\n8n8U8MqUohxRiiMBXQh2qMshNz05GIvdtNt91pT8OZbBIiAHoyK7+iRwibGI\n0pkUtfdYGRWKLp7BGR2bAbmUxhNNmcFpsZnJyapb3O5X0dpHthuMufXS2dX4\nI3GZ1rwT0m/c8CXdIcrFvMhAByCZDFloJ0GprGdBQ5nth0wyHTSNenM6BA8b\nZPGfK+H6cm1GH127wWX4CacRfx1nbHoRsxPMyrJblJu1QOBRwKdWyMVozWMn\nQP+tOz2eLZe+j88y68oecNRCMO162TYEzOUWDWJv2Lnu04DQEsg8R2+IMvtG\n6yuOeJPPNsQIQ5BWO/vPyql5h62le2HfIozWOqiomndxxdA0Fxnwtrv3BahU\noKrkPqM6zsKmM6le7e2zpGiJmBtQaa7vN/vsUkA973YQkupW7V+xhlEsqDti\nRdZ8jJUUN95ljonFY4ZUGMelPoe4fMJsiOzcfQ+DM08TW4vui2LzWr+SH0zL\n8F1T3shAhSwu6cudcnD61fB9DlIk5AZdwsJIJMQe5DPasw4xTke/XNM8V6pG\n+kgRZl+QsC+3NOGe+G5my+dMpsRnPeH60gOUQSEv28Yv4fPONuINc8q5ue8E\n+rTKsLAITvoMji9Tmxlc0JcgCr54Nx2fjVWEh0rjNFbK+lDN6YebSdqzbA39\nMeaE\r\n=5bX3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnuVCyzQvoSFT5eX6DBGVlAmKC2C7SJHunDNVVzI1JagIgbYLNGLLY+VbA9NmHv0593zcD7QV9i56Ya5/C76RhOSY="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.8aaf270b.0_1596480011295_0.8577292616326975"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.5cde9f12.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.5cde9f12.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"12da43d72184f78a2245a6686a1ebff3e7bb03e7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/12da43d72184f78a2245a6686a1ebff3e7bb03e7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/12da43d72184f78a2245a6686a1ebff3e7bb03e7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/12da43d72184f78a2245a6686a1ebff3e7bb03e7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.5cde9f12.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-HihMPCgtOwbGEXgqP0c3DSofCXrqBD2LUw2QNQZDKYcPDMgtGFtpfJH0xs+ls9oE0i8+CXHrufA74qY/UPu4cA==","shasum":"49fe24263b0369a553424961e9af82f4e33707c9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.5cde9f12.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKF7PCRA9TVsSAnZWagAAr5gP/2ZWMGHRQFifkSs+eYUJ\nJ6O2F0qDgnbskQ+d46cd+mDUxE3BxMocyaZ7CzQq1ls2FRu54fqnFEmpglbb\n89MEI33ZqWl3nHpQaReszNGU/3fyDZjnKK0ShrMahyTqJkkIwutdZnoqosza\nw5XB7JEKNDoa5VlfBNCN29Fc2RUTCdW3lIQ1/Inbv4y0Ouyj9ni12BAnfPTU\nyFM4+I24/i2euNnv0bq7D2/NRL8p27TYTkUZ1r7ZXxP3QaMGLnIDxNyaCsjc\nmm2rwKT/XPgQ4fWu2+D/IjuIN0OtrGCYm7FS8iNBK/H23flpyaJbHoT5zpo9\noPR+CDRrxIJkFUggcHzVS6eJIn6t2UKcWfFgwFI2abUXrPw2Dgkppt+Wijtq\nCqgq4AIa63lUU8+zDhhB9QGzPHjtAAuNvWteDrpC4twUs0z3Y/HRhyJ624cK\nvdBf4dSGkAo7TaxfOHKZJGW8UDQ1K1RD4Bp5B1I7dt06rQMfqesXTZT0I0g3\nFeOagIOXi7ar1UHLCXo2HlV/PRcF1fcG0tT8vOWqZOG9PwVscOG1/UTgjb4Y\nB8zo0wzqr3aReHUyARrrwIpjlPaKmLsWCpb4g+yMYYOrccag9enRKL/yhM98\numCark8ip6PE7r5e+joKIRpGsy/uJ6O/hcyJq6hBtSRrkipLtXBit8tkxvJu\na1Et\r\n=F8Qc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHmq0ZeFonRpcudydUgv2P23mEJdmK+/47WPdkVKWVHaAiEA3vSHqcWMTqVSTsCKxKMhJYWmP/1Y1Hz5os+f0+Wk4MQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.5cde9f12.0_1596481231375_0.020452406122676736"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.1607ec53.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.1607ec53.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"0ed0cf9b8288929f621c044aaed573575e7f23ae","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0ed0cf9b8288929f621c044aaed573575e7f23ae/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0ed0cf9b8288929f621c044aaed573575e7f23ae/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0ed0cf9b8288929f621c044aaed573575e7f23ae/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.1607ec53.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-ANA/kGip0ipY5U/2mHvxu0Tds6uIC3iahD/4MLGxi3YINyZhiaRLutB6AA5Zrj2A8HbdqwtvtQozQRWOadv1qw==","shasum":"f0f2af9cfd57a97407a756906f36f491edf6c6f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.1607ec53.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKGl9CRA9TVsSAnZWagAAe1EP/32ne+L2pSGK/qeHAe2I\nUc8FIcFYZVnYAxLcx7A2H5he1IsylW/CQ83hIa6SwCEoyOOtKE4Ghmf7BiK/\nRLIn1nEp9Im7Xtjc5/bWtIpir1Mtc9QIILFW7TwKfavhhuEBxPXjAc8xVhqT\nVO04P+DoXg0D+5JLd8AQVH5wq59VnaP/MGmjjq0HKliYqb9t2fUhF+bF5ZNV\n8QGCROpSWWFVb8s4whHVsUBM2qKpL3afaSCKbLVQjEhzjUOMCmudDPv/nDOt\n2N/q65+7fTMk67XMMIdA9q4uOV5VRSBGFbmhK23J0tr2SPZx2++02IIu3YzH\nKcimwvhZmUBfXxYE6mWqTD6WXYX9AzWVatjdZtJkDEXdmDc25hHpRPgN594k\nIDr9V+AbMZ5TDCq6cEq12NGs0C8F8SGQCbSbURyYNLMyDZ1oTyGOZIDzJVAb\nmHhiRcIIWH26302Y+qc0mlqYlfFKbmdSpSnP3NLggWHP+/uDlcxLdX+YoSOf\nQKVwWQXOJwj2NQ/jdD4qUSA31SWTX2rFFI1oGg9TuZfq5urs7H84Xa8kkkr3\nVS14qv97xJIWvlBeKm/g1+CWJXI/8pST8NbCIRZkgWZdd04ObVvWwNe+ctEh\nD90RdTiQS7jaT9R9nfBXuNx+nQLh+7ioHOV9trd+MP0qj9U0ioWyLynGTT0E\n4JUi\r\n=ljQV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkoGrSGtigkQJG7qcoyb0SQ87mTwv2PLSg30csLzon7gIhANTdwq6YuTVJ34yQ1niOn638Ll214a/E5b8LRzF9ty+n"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.1607ec53.0_1596483964539_0.06051270898031347"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.678b30e3.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.678b30e3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"53d3656f4039bb116e0f771ca0dffc41b500bb59","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/53d3656f4039bb116e0f771ca0dffc41b500bb59/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/53d3656f4039bb116e0f771ca0dffc41b500bb59/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/53d3656f4039bb116e0f771ca0dffc41b500bb59/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.678b30e3.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-mUpqLtQULHOAmzEjCgZn1AnJxmvZaPAUvccICf0hEjAExZTZxKwcUlgZJTz1f1cXjKM5zSW/++K4hx7u+TsMHA==","shasum":"e99584b3d9546fa568b3cdaf044e98f48c9e685f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.678b30e3.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKGpoCRA9TVsSAnZWagAApeMP/A3nc3zKJeJLKIiMoyxY\n6CZVyfI+RkGQSWXvNBiyRMnVrmHqNZctThlEHrR5KCl0Aq221sCJisZ8ls3J\nG8ngTyXe36/ZPN49S9FPMAA30cWkDWZUD9v5Y0CNe125HrvgEBgKBEuHVv1A\nTaKrnUrbVmGUbVi+zCt31MHceEkdCETMS6pP/nuo3/I/F5SERg281afqziQu\nlb9VRo6HMJMqadCLze8U97eu/UOC0j/ktHjKNK/21h+jUtqyL/Wf+nBXNk0z\nPTIXNTRG1Mkp90TXFgen6n4t/Y8drZRzQoxytBokV8tu6XWjZ+sXcXzjtRZ9\nbz1DSHN59bwvZKlkXDt4UgtaMgCHvTmhvuHuiWfzkCosu5q0nst3XOaRahzR\nrI6qDPLMG8shOe0D7x8rxk5LW1lWwJr3ZtzpDC0Jy/2CHqNOpXdqMl30Dq8L\n8aIpnnf6sTf4hf2rtJjvw0vEkfz7eEknupbYkKFK2e6JQ4YZQovBa1QlW0LO\nlrGT5SOeyhOR1JsWmv6kzwuAr0dVZrrhLYtwtuWKY5WdepOHo4zZTDEbYMTl\nEnSqNqxdgTHrUVQ2yFMLdia9sTOP4img4+7mjdeWzB8XDv5txi5M4lWmAb6j\nrncAX2WWCmHTL3V1O3jvLPVyPuZgNEMHcWHe3rnvXGyjq93srggo+1imqmzp\nLejY\r\n=RbR1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWZTkR4lzcaLZOWQe/5OWZqMANSWsrePtPiX+kFCq3jgIgTjsqkqIutgBZABvcQqEHyzB2Phn57pjqfT3Nv7akFlI="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.678b30e3.0_1596484200439_0.5846215966524533"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0-canary.21c55569.0":{"name":"@material/mwc-icon","version":"0.18.0-canary.21c55569.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"65f46b7dbda996fd5cc43abfdb42943515aaca08","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/65f46b7dbda996fd5cc43abfdb42943515aaca08/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/65f46b7dbda996fd5cc43abfdb42943515aaca08/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/65f46b7dbda996fd5cc43abfdb42943515aaca08/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0-canary.21c55569.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-moSUapP5bPbEBTD1cUtbbfTl6oxI4OucPl83S1pwN1o3+oubjsku7EEaBPfo6K2dI5rrqP/vCALU9abVYQBriw==","shasum":"f4511acb014ebf3ed3852d0335d23fb167947807","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0-canary.21c55569.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKGvUCRA9TVsSAnZWagAAcv4P/0dbTS+G+f5hcvuQgE+8\nsdscyW9nTcgN/mZJVLeVYQbsutw0B9o0zA3IKuXNeqGw4CZo2cMNlVWK7br2\nF6ka6D57SQzwkCSsnpsm6wI16BEk4wUzs3MwU+n0BEsdNQAQSry+DvZUU6F2\nyjyP3ZISvT2rjFESTRz57FGs/EsxoGs7keyNAQVyGP8ccSUikMP2KlAFuqFr\ngmCxE82TFqN5IDs+CG8LmDtlbXBuRZxm0mTyX+iV6YgK1a8HSc1CrXPV1N8K\n9kaoMsBZMdIOFCm2g2KEVCOtuU4ZGedTy6Zu19m+k2rxvyBnafyv9fmSYQwd\nQPUVXk/96NaiQki69nybbPAlWi7vyJHsovh8iEC9DrCaVjpTKxwiC9cLDZLx\np3e3ODAYkhZzZCvCw6ITf6QSEdMGqoEMeFMX16K1X39fJvZnl5iY788ftcxh\ndb7NJzmgf6476DSbK2EzCpJ26EQfOlM8yhrWdajGZFus2jNGEGvnuzuh/lhT\nj0x+I6N+H18MI1BQIOZWqmgyWfcK/kmy/6tIPodRPl7lP7HKJ7ShVUE6/HLj\new0wkKchjYEd6dzRYw7hERaEBJayJTaY0ctDrPkHAYHhcNH18IMQkbbenqNv\n4nkWPsMfi+k+Yyfwc+/BCt6Z4Htx0vqjWPMCkullPkisAnxTzr4qKLqA3yL9\nXCsp\r\n=VC8d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAvoXGkAPxqA+Tkpd8/ujWnpT6Om4xCn4+D06bdBTFNgIgafaKBgQqtbtK9fh5Z5n9kQn/Wu8rd39jBdBnkDp/jt0="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0-canary.21c55569.0_1596484563878_0.010553740541371592"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.907d4d7d.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.907d4d7d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c9bc2fce8a40ef8eff9b7444030f3e2a62cc1d8f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9bc2fce8a40ef8eff9b7444030f3e2a62cc1d8f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9bc2fce8a40ef8eff9b7444030f3e2a62cc1d8f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9bc2fce8a40ef8eff9b7444030f3e2a62cc1d8f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.907d4d7d.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-KWci2shBoOo84xUPzKuLiYxGO9A4SPDQom1hsINfKaVYA+xELktThKAMMd32+nl24kihS/VBKm0YneT5Whak0A==","shasum":"7096a845a38dd4807876d65106eeace2a7058d34","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.907d4d7d.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKH/qCRA9TVsSAnZWagAAzMUP/2sYEgeS/yYra7CP32mZ\n0d+fiYG0Cje2xjD2zV1Bh2F+lBTaLe6Uey958mx3VHkfLFFuHw9Ytfc44xLm\nDu6x7F1/F/YcYyIaW/xevDO6cSlPNMQSOIyHvFpJnMoh7IU3uYffVuLhDMLD\nH1/NjJM6kCldRJU2rmNFoKbreK0R2nkb5VEWVz2aGMRjWMjGD6Bm4oDAfzRS\nzRWC5lOW3jrI6yVTB2RQJ4GtveMidFd0LtN2tqUYNJ+nKXAypTGo8/+c+Fb6\nlZ2BXV0/NuqRTjI7lHNEESkp8+fFpGHK0tdcf/13dQ95HTVxdm94FARGypPe\n4YiTFgN9QvXV2PtpRcmwtgbncQ7PyBZVM/3F6hdrOXlCkCRvpDIdB9as6FF/\nQhhKBYQQiN2dkbdWZhCxHEsRjLUldepstZ0OKz1AB46BA2ui48fpL5+I2N1B\nzq82rLyfJC2VTreI5j/3cNKK8tYxrfjmtEtoBThlEAwIXWtvFUhVNotWE52u\nYbbDjbnmppLXMWUpYy1TqeQDMubkxkp4tRu+H+sSX+IJ2iq4+E3SjHELHhV0\nzjh8XK8wfBTrhoW9OpTw/Jlk9oChnDovIZ1s8ejABQe5R+mHaT0BQEepcVMg\ncfnQ9xdgdtxP89+uNq9jLRWbyWqFg0Ni5Krg+uXdQisdZSjyIa/LZvdBJ/9Z\nochw\r\n=ALSX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICBjVoDDI/jAv/rIqefJW0/6wFKAdqhmeqJ/o8GN41GFAiB+DdctRG7VCk9i4m9ju0jNfEOV4jiqqQyTg+SdN25XeQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.907d4d7d.0_1596489706303_0.5453356722791753"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.18.0":{"name":"@material/mwc-icon","version":"0.18.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"907d4d7d7235b3a3256595bce22f0d7db165adab","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.18.0","_nodeVersion":"13.8.0","_npmVersion":"lerna/3.20.2/node@v13.8.0+x64 (darwin)","dist":{"integrity":"sha512-3tYVi7DqGuL3Rk+iy+O6Mf/yB3Gc70Pf9RKMEXlEbTCilLqKTEDf4qp9RuUMN8QvWBsIH9dBWRvbApItYYgJfA==","shasum":"7164aaac89616241bb924a5a9db668f8c54e04bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.18.0.tgz","fileCount":13,"unpackedSize":25376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKIB0CRA9TVsSAnZWagAAlxYP/0aysiuihxoysn86ZPb1\nJtG8YmOur/2pEbPfxYuD3amXffIET/1RgwZqCyytQXU/NzhBBZ5/cqi0HQBN\ngBR29El5twSJ2z1gQIP7oGdQqw/plKiaVEhP/guLIxU2pKxjCQtwzdjkGcD+\nfS+efEhUN3DBI9K08UWh1ZkWOwutTI8fI5Zf3IMyCMBk/vFWB6BKVhCI6eZ2\n962/T8wpato5UMg5l0pMbfFyc4sky8JyI0tlA/wvMoLxmaI5QznILl2CzW4I\n6y2EF03Pfhwx66Etrg4HF9VxVZ72+x8P1XWNz9J2re3CIQ8glXBxpTaGTd3N\nszUqeKhD0gyk3LyvU+eIgfqkYvHr29W8h8G0MhDSJVCyCNepAnLDg3Px38yg\n3CZ8USLfxK8CG9cPULc8Nt13xYQpiSjJUaYvwCnoVJHbXuRTPyw91Js0J28r\nBGp5ys9tF9NUPk2dEjrmqmz52pcUEa4t08LhB1TWWJvChQZ923tWFV1YRx62\nWGRYjU0TiNLTd2rLyiZDL52oA5mVkLu626NDSXWgokE1KojxWCimibFs0lR4\na3zZJilmapl9MxhvgEvg+TxJB2Z0yzfil5bNLcc2JFLY0X9C9cJ9QEzighQS\nRhcau7Qw6g3iDMzLiLSlPqlZNDv93BAvzUlpX54bEiinHeQ3orJRNuKsJ1kQ\nbIc1\r\n=CuLH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFWssk4nV5ikx/d1s0ziCEzivORWwlFnmF5/9y+M9BsXAiAUohoLKAkb+w8Xcda2DLFH4k8oOZxjPbnJ7HkrjuPp5g=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.18.0_1596489843761_0.8247860572090107"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.f7958e4a.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.f7958e4a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"814d7f99f2c2016c7d56a7297cec2ee04c29bbcc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/814d7f99f2c2016c7d56a7297cec2ee04c29bbcc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/814d7f99f2c2016c7d56a7297cec2ee04c29bbcc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/814d7f99f2c2016c7d56a7297cec2ee04c29bbcc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.f7958e4a.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-r5k874yjzrZ+kldkZlHxezN/20zQfOLdkSPlQnYKc30iFa2e2GYFn/8S6mvHURc1Pr8xly/zcp+vQH/9h0bZ2Q==","shasum":"6247a855e5e5f04c0bb66d7ded061127478d3005","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.f7958e4a.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKMKWCRA9TVsSAnZWagAASVgP+QDm1QwuxeQgAqTqm+C/\nEVXY/TdqRNFoVykzFQKEHWPFYRUEkZ2i3wK9pU9Tle8dvaZrKAPb4ef70EIR\ngW/xfpvx6k8NHQULqLnoN+B2D6CLtDLZGazbUXZuWOPLBRVAayTaYbYEmG2u\nWLXdj5Xq8ypBCEsVzLUNxUmEtKJ2Q4fivJC4OuyCJNp3Uv1cO0BGnioY5mio\npLLttuKNNUTZleDR5PGz9iVrubWjwWXNzdxMwVocdq/hGwUY3+ySTyWt0ejJ\ndizGGm45SqUtGY07kLcaZEB66MOv3OTx8o2cfJ4jPD3rbtmyDnOzid2deJog\nIC/5uoSutjoYfr+zC7O8JPk+zIgrAVxEvUq9a+hU998aZNeDrR4qi1mGXmQm\nMaV+9vJfgF+1l9x3JtYjRTJ1db61UhaVk1zY8JhBGFEeTG2FyDvUpBnodjg+\n+lIjMJRZjCVFj8U+O5c90oyDmw3QxfP/1rYpUFUmoklnyLMw9VIp8dnn6Hax\nD9V5wNSv/lxJx9aW9xqnjjJNs+RK3MvsuyhKoUm5hadSMKbX1FLj2IuBp783\nOBW6IyVSQeQg8umE+Ubc+HWGk6ZKha2rWL5xcw536R+sBonzjZs89idsVYUV\ngtgFqv1B9/cxnsEzCKovpb13bFvAuaVIumgZ8KPVOSZjZx6mWIBZJY56QTiy\nT33C\r\n=/yIQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIJDcWoA/Oco3je12fnpB4lgKNNEunv+LdcfF1fKlLPwIhAMskBAtFcMfWI/Ufkr98f9J3HOpM3zGoe5vx++LFo4Pb"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.f7958e4a.0_1596506773938_0.9879525332032477"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.f8ceaf79.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.f8ceaf79.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"a1435334692098639ad087e00c61c1190812b959","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a1435334692098639ad087e00c61c1190812b959/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a1435334692098639ad087e00c61c1190812b959/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a1435334692098639ad087e00c61c1190812b959/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.f8ceaf79.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-P2PlKgH8sdm9QdzuDNcYSUCi1reMIQ16XT8G6AwTOwXgL5tS5H9K+35gzkjYNvAk3+ipvCSMOdbrswcbOW7VMQ==","shasum":"913b9b90ed503ee7bd9449ba2618b68963d88479","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.f8ceaf79.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKbRGCRA9TVsSAnZWagAAjVYP/1ofbpwft9ZkmRHSsnmT\n2+hUyvv44wFWFN5WzKkAfDu2kZ6oXGcXu6nZuMoS7yJnnjVFZeEGl3uB6GNl\nObxqTIqkk/kla9nGMYyqIW/X3yTq1FSZ01VWbsHlN1NG3NeUQz7oUuELtwSE\nSmDEy+HhRlpX+nkOgwCApBggsMuml56usJ42e1pgWqmGlcpM019nBvVH6rBA\nEa4ByZbaa2lk9Ct73ENF5Fq9Z9Z1GKzN6MYBnpULVbY9uYJI3Jbhlipauc2k\npiDdM44U8MKLfkJQC/ePEdR5Z4yy40aYw4DPJnw9qj+XYlh+Bk9IYpQYjBDT\n7P6I1HYuAPDM8Gdy22o+a7QOPu5/JaaqSFxJJxjLHGOfnnxZI42Xx2iE83fp\nNeKiHx+YFfumhMbapxRnXkMC7cHBYPIe6iZ6OVQhWfoUBgFfimKVoCkASUbb\npU+eNg3sQIm66mzPNDZY7Hj2qqA6ceg01qQViM70L+Eb/9RR+THQ6LiFcdwU\n22RotBSfzoUtfAyuD053zFgCrMpTG9iv3hcYd1+GIlqwlpy3/qwB4+T1M15R\nGPrP4qySAzWRLrQhV0Fzvm6SV6/ERK6ZsJHuzflUnWvw5Qooq3b5NUGsNy2v\nEImRns8BwJVZ0b0UEQrTsS9rYTxhWpebP5Vmug0uzogGlZQofV99zGrqZw5C\nx+aC\r\n=3A3G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAPI++0tTSQmYKQQGdKH8M9FURwdKrbV43qXVsw3CUmrAiBKZ0rTbg79Fe4TXQ7Zou5qoeK9CfYusKSu3K0T5cFa+A=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.f8ceaf79.0_1596568645676_0.41395522839132703"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.6b9e385a.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.6b9e385a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d264df08ac61122a6e48c33485335fe7444fbd09","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d264df08ac61122a6e48c33485335fe7444fbd09/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d264df08ac61122a6e48c33485335fe7444fbd09/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d264df08ac61122a6e48c33485335fe7444fbd09/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.6b9e385a.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-p3aY/AZ7BtPxHrjP2QCeoX2Dk2ETnLBN9nT7IPrC74RPOEqj5z/XiKj7PnmAUphgricRg7xOoVPz78iBBckGjA==","shasum":"1bfe1a312eaae6ee49879cbbc1ef7acb82ce7424","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.6b9e385a.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKdMoCRA9TVsSAnZWagAAGrAP/jYvMsx6Vcn4EcU04JoH\nM9bYHhpZ8CAnvggA0kkO296pfQd+/QdzrG+Ty5OcpjJFTD/QEemb2YQJB7+P\nqjdjT4RDYw2nAyYNPz9f6WmzhKZToMPIZLYGHghSmH2JTyYggv6+Nn80+7tl\nLyE7YllQDRTQCVHpdjYdn/rKSQNii/FRRuJJnDkyhv+YyBGQNO7kxWtJTXBV\n6Va0KikFI3MeECbeEUphyex7lLgUbVQYYvcjqcIAcgajLKLtPReOPp0lJl/u\nWQNyV8wihenOsMZGDQGvA+U6Lqf6O1LVbwm4WeBls9LAjkquHEQS5iO3PWOR\nP3nDUNXjGiKeA9MZRjE02BTJgg8R44cuw37xkePKMsb6fffrIK1eYX1WM3YP\nGquhLpQYAcVFKlo6vZpH1D7HwB3s7N8/i8YzsLUI8dBirG1RL9oVaDrGHPhZ\nVZV1iYkWrNuej4R2z0EdV70snt+rMU43lx9yn9E3PZcLTUMJ63v8aHovy70s\nRtjJOGn2O2qPZHiCgPllEF0ilPss4tfNZDpPNkaiPhOxlvrjiT0uYvcSTinX\nqyyu3aJQnYlD+t8/wW2YMJAQqWVjJ8E0XCGjE8hiLTKbMqQeIk+bkqKtFKqW\nlJ/5B/9WJNsZbA1dgmaf9Mrg2KrWwkAmhWlu/IG52r+A2wFV8Y2i8QPf+bdU\nEg6X\r\n=IceT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC947jdW+5oxY4oGmPbCYuChb6s9vJMksfm+2X3TJXAVQIgF+mRfq5Mr8v2JMY2kDNrW0rINM9NG/MvJU8sbxyZP9w="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.6b9e385a.0_1596576551777_0.6133730521396972"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.9a7e6d2a.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.9a7e6d2a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"162d034ba4d899bea7e421640d7cab04f0130e9e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/162d034ba4d899bea7e421640d7cab04f0130e9e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/162d034ba4d899bea7e421640d7cab04f0130e9e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/162d034ba4d899bea7e421640d7cab04f0130e9e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.9a7e6d2a.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-7bHhrTMAuF0IQ1N82Rxeyf4sMioVqln0hKZsWTcLzeKOcafUF3jftmg8HGuELe8BqZwrCVrax1a44kQmHlhI1Q==","shasum":"036bcc56e08881b929cdec835117ba6ff97f7df9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.9a7e6d2a.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKitTCRA9TVsSAnZWagAATEIQAIvbiwnBAqUFkKSQ4INz\nrlSG5B5rF/hIeP04GH+EJihgTy8PYyyfsM5Ryz2mRB6rS2osXhSDg9y/L1XG\nlYtyKtr6jvaLgEx0DhM2jwmAEk8nJXXHiyGAciLSCdTQuKhhq8ly0I3d7/HQ\nJkZtpeII+6G25RZ+qfxSyqMN3AXb9x5OtlCPHWG33uD3RKoXbCf2NHbLHeQq\nBd3WMIrl4gARp4PcdQLOTaqcQqjagyBGEappkieLwxWUWPAFOUHJOB8doGcy\nvIKCU/iwAJtiTg5vHd9yzofvaioPck23cL61OU36BA5GGHhVZhtMlC1lyDvU\n1rLzdrFf2wWddwa2K8npP89czADiOMFzcsKZqmhzC1Kelwu/0k0bVQGUFyrR\nANqW9VOe4Y40ElE2b3djk2SNwygrkEoIyNJv5uLuQ8jfjRCZ7XvbCzb/Pemz\nFSE3P5XUvinuP6AU2CSb4fX+noeM8xgvfRxD3xDk3C1o5RUjTxputY3kfk5g\nFw42qWdLXCvmH4V4DgT2hleWo6jRtLcCPDhA/8yfqWCDSBzS27NWuJRVuSZF\nCzO/Z7K4fLcbj5TJz+Kg/42ZNg59Rc6BlK9Kpt36GkNIfTxQHiv/x9VO+Bmj\n7fVMXip+7CITZ52mx8zMeBiYFeWW771Wc0mLbH2ztjcL5/8Y8UNMIdqxY9q7\nfHn3\r\n=SV5v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZOs72aL7UtWHCP6AUs6DFxPZv6TJw/aIzu8jpo2tfKgIhANvHwZXVYyNBxiM0ZZwYcXv4JFUk4VFift7S2YZz34UK"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.9a7e6d2a.0_1596599123456_0.49455565663561574"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.188f3f1c.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.188f3f1c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"200ab3c3186265d2084631aa4f47600057a574eb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/200ab3c3186265d2084631aa4f47600057a574eb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/200ab3c3186265d2084631aa4f47600057a574eb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/200ab3c3186265d2084631aa4f47600057a574eb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.188f3f1c.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-mCFDIbbOo7s5uUpqU2G14Hkxu1pVZv8kUEZBkxYAz8GD6pSwWV30wGIb+ha+bxtiyvZq3NgELIUMYzYxUa84Xg==","shasum":"127472ec26c987d56ac46616113d896fa4590e81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.188f3f1c.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKvafCRA9TVsSAnZWagAAuk8P/3UV3yMqZ5QQ6fx8A4g7\n6VpAr0vQrW0F06dHu7tzibnmpHQntnJBHCoyZovClLj8/6KIErcLXMQm+e55\n6np/DJi6gl5DG5Gpf31wcGnYHlKgPSeASeMMj/YcGdH8Dlv9HadnwPd+umU7\n3BW+ngEZvMrnj/odfg0U5VvRSXcCHiR0TROk+z+N2ZHKQr8RcyHIxF85qQEE\ny12do68mTLzhXmtIvvhAq1yZw9fqXcmLDHwuC+mAfUknvEg+xTJxw1A3RMBV\nl+i1NoUZc5Rr1u0Gqg60HvRnShTGtG9K1gdF6vzIsNlpOGxxWv5N8MBZjYpn\ndmO2ZBet9f/WRr7hCnHllTuBqzKwzsM59pDHMEUX04KVC6JPValiHblSML/9\nVZuaO4JsLoVlYF5BjL5AQFvJBQzXJPu1HGCOXK7Pm9RmlDUJy46AZD/Ata47\nxqfjcuz/acXN4dR6Xu7j8VRz6gVfSbwVCtgzq3fx4ZG4x9FnDAx7QstI9aae\nd6m03QKG5YfVIrHCVmIOaQvrsiU+rhmO50cwrhNEmSXLv9S1Ci29Ot/JcXzu\nMeppK0fsYwqxlkoaRKuZ2sizZcEzTM7Jjt8cp8CQJSm+ontGB8jHAVoXjOKS\nLXUUqpSRrD+vqdfJ0hnlAu1mF4+/wI5FBA/1XxyM3iKGa/8sfKI0x9yBWPF9\nFIrR\r\n=6MYt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICS/wGOvJSUgOlGGmHxyvtMj9HIVa/ALHc+lyFdltk8HAiBXm4lukKsBVCW+QlPU7LjZXALViOPEDmbvznnDjHfztQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.188f3f1c.0_1596651166990_0.857406213281134"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.b6106add.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.b6106add.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9726e6593d779066f5b7158af254537ee9c9174c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9726e6593d779066f5b7158af254537ee9c9174c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9726e6593d779066f5b7158af254537ee9c9174c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9726e6593d779066f5b7158af254537ee9c9174c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.b6106add.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-LVipA7z2HQQxUpUf5ag881+EBatqVfHKWAIVuXCBtIdXqSnGzclgMlEJPoMjCfcq5T8gQELZoMR46IQujJKdpA==","shasum":"d3b5b68ebf45552cbe525d6162d0ea38d529f17b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.b6106add.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKxswCRA9TVsSAnZWagAAUVEQAIo/CTugx8w4hmuxiXik\n/YL5PvXE8Vf1egw+GayXG2WkgaY1wVJ2VZeUDYMbvNmy09Ppftxa8CTNaft5\nctU8R0iBeSoDeNLyj06WqhNl6HtNLgW2E4fjoC+P/jTlEIRxNAd8hIj/yOOq\n3a/z3zA3W+retU0dgr/6fIw8R026C4Gsj7zS32l/hCLBMd2aUIxt/N3pdMe4\n+O8m4/aYpB32nCBpjO5CzZCtduzW27DaHKkcuM/867A4esU1lizTWh1Dj0zV\nSa5AX+aZ1pK8yKr6oKemBlzsMTnlVNgwa5BX29WCQqCUAmtV7i6Ky+ycavyZ\nVzu6/JATZ33uCM8AvIbDnjSUPAHksMB/7QkmMYF6YKwBY7kiujpVB6+wdR8v\nbYmTPGPhrL3PAk9ciFdL/Or4sgXubv9JoYtj6azzFWmr28Y2C2OTGKR8OAH1\ns7lSRIZOvNg8aP1SwkPFaEDaBytWx2Wfp/EhqfQeziOPchTc0ORxapq4uHsn\nnyRDc5suWmFoFyq9iZB0JYyaNB09tUDSlc+OyF52Jb4GfYXj/n7BW+WSgujC\nuorZpJa+hmFOo6CZotGqAZUAzK92WUMpRuOkcLnYRoK9ezh47mj0bl6aV8+g\nJ8GcZKmD9k4Nj2MOW+lhsE5n6XSjPkj/mDznjIF3XBJ8CesqLiUaWjQPRbIp\nsysy\r\n=E/KB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQI1eGfY8qe2hyakr6AUIwNZGURU4cpO8FiaBhIma8TgIhAORWxJ1w7qYIVBaR+dbCQdvWq460OCUwiy3j0S+teXh+"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.b6106add.0_1596660528241_0.882837691538815"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.ebb4c667.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.ebb4c667.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6911337bd0577b48c85e4d3502ed5111b12a7b4d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6911337bd0577b48c85e4d3502ed5111b12a7b4d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6911337bd0577b48c85e4d3502ed5111b12a7b4d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6911337bd0577b48c85e4d3502ed5111b12a7b4d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.ebb4c667.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-BGKxXbKQ5NDDotke6YeCa8QIXYKZRQxSkDA5A/6PFjxCJAXMHF0mbAM9GcescJSkE8XesuV4XYCsM00C5nUEog==","shasum":"0b3e0fee7984f3b3008e67590d59f187e4a9d431","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.ebb4c667.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfK0xGCRA9TVsSAnZWagAAStQQAJRHPLU8+zvMTxy0cwtt\nqRpPjOmznkd1h7DPBaO7G603mZ3aJ3s3YsK+6ArpP9QhrSdEjtDEnfvxJ2aL\nHzdwb/XMvH7XJGqpd/bQvR/A4Xv2mWWMJX8COtrslFmNRaC1EGG3JLN/gExR\nL0G8IJF6ZEso4W0QiIY85Q2IBC/snAmBjbVIM2+CUVb5wFPmBpUODp8fH7j5\nHlwBrmNLfUXbNtb+GZFavMRH1Z3mqWAGWEQoxzkaEJ+rzcQzeHaKNPdHwytU\n+Xh9oNJ82TqEWqh/FDafMeqk96l/+utZTXNix7RX7x2AKI+lw8Nf8QAr+KHK\n3h5KANGj4K44ID/yS0VpTJKSCGLUDf0Ut3NHNX6mHJoPvchJGn4mVkkQSZuV\nGa8lMO1SVDZ+oyjoVbpOsTZOwdqCsJwRT8ggRHPX6WqYPZ2hBqUbiZde+sLW\nTVpDN7H64US76b3IyUd028Uw/FeMrhgdocYkDadlW9zbrVcd4iCFa6ON1xs3\nJEaxj59kuzC7hEURd/BOHLML8jixAKx22Vm+kSk9z+0NNKxSuY7kYo9Yp5wA\nrlX4PkPjvddSbsFjE4QFcxENRED9LEr+N/NB/0nAcb66PFuOjeIRXfO0US/W\nXOOV3iZD9QqPr1LMGIXvDm4k4Cq1EomzD1uX0Et3/g6PNBwkUre56BRfO4xT\nWwuu\r\n=KXPB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8W9admoe0XcMJAzfH4beezHetWiuHEmEdmcTyVSILywIhAIAE5sQLbWgf8VvVgtSr6Vhodwm5tVKfCbQN/9EevN0T"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.ebb4c667.0_1596673093973_0.1918743020959257"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.aa44289e.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.aa44289e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4d74632e3e1fce6fddaefd045c8f0b6f026b4e4c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d74632e3e1fce6fddaefd045c8f0b6f026b4e4c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d74632e3e1fce6fddaefd045c8f0b6f026b4e4c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d74632e3e1fce6fddaefd045c8f0b6f026b4e4c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.aa44289e.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-EvB/jsUJ26qXFLCKsfzLR6JaqdBy5m23P/ZiHxp/ZokhetHDfZqXsEcC8R3vczr7xwUbkorzNOOIihV5Pb8V9Q==","shasum":"d7a1041babe8e4e33096340d2dd70d8e102457c6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.aa44289e.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLEtrCRA9TVsSAnZWagAASSkP/ibfLO6wS8n7SLsiTDQW\ntD9g6zAkGO4ASt4JPAZPMsDroogrefqCGrtpCFPejS2Qg0d9iqGFm/3DxJwI\nR+g8ZACptYbwE308jDNcrnD4/QZck2XU6qpFMcoL7xx30/pIU2U7EFq3sE2n\nglFUxviTg6gS/aDdZIZnIJgTcXYMKYoTGJeP67pD+WgOo+byhbFFCT6FRVHF\n9TN3jjfSm3PDjNqpOjaE80Y9LWt7n5o2ykdKIHlnwyXrzUJMVoHBnMtFZFvk\nGmUzl/PKLjc9UCGNCHi4yC9mKgJa8HbXcNVV0PSjHQfRhKtAynns38lNU26p\nQGOeB/hfCsdzE7Du1LTOgFX5jXt5p03WVHxKeIhPL0Qi3VTlbtkMVDenHgsM\nMkqwamTcm+ExFOKuva48oWo5omKQSumQ11jLfooL53bAssX7jYqhxaXgmzQ4\n0YPwYVv+l1yHxZJ4z+GFYu+sgl8uyxCdMWPnUrKxL/U7Ec7M42jImjR6HF4j\ncTwDnXCdpg/JTSy8oQO5WJXAG1F4KiaiIeljydbXWMoTmoKebsNE8l1z8Teq\nsOVVDHSfubU+QvAFlyMrGhf0H8O3GCRNeX6ozYj3WVd5eQxUrkpdgOBWLZ89\nLz8tfMa2rxaTzx5ecaSrpcpKrKvW6hs4zJ4ltIx0KVZPj9L3NQwbh2yN35lK\nDlMN\r\n=lXFd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqMbkvzH58RGqZiEDvAgu7tgLfUChfxzjT9eXRdwtCeAIgX+1R0kFzIVlsPFd6OFBaOpH0yt77/2iS1PhHSur70bg="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.aa44289e.0_1596738411140_0.597435991158163"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.e6b0816b.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.e6b0816b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b80bf3f3363af2f1b704d5fe2fe2852cd416b902","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b80bf3f3363af2f1b704d5fe2fe2852cd416b902/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b80bf3f3363af2f1b704d5fe2fe2852cd416b902/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b80bf3f3363af2f1b704d5fe2fe2852cd416b902/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.e6b0816b.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-1t+I8o4kv3d2UIvN7DCY7WIehznMpYR0jDD4UqzQJvHxzFFLTvrZ0Xmo019WwNxVByggXiIHBs1uUcOv/x/aKw==","shasum":"00fd1a91f80948da94b5b7014a879d3034279254","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.e6b0816b.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLaC7CRA9TVsSAnZWagAARIYP/34e7H0LHhQPGOUrxbX5\nZdoJ0CXuh/ikLczoB67H2Pt2lgE71h34+2xdDPQ6LpCiDJ7M04NqgSVJNqAS\nVLtKI3+TNEYqY+ZnaJQFGTU/7JLXI4BrY5sesXeiBAAPUD2ipPpIX4pFxVgS\nbSJa9ddxTF8Xu9Oz1RbI7d2Bt6pbeF1bOTxPBo+e8/5dyOnVBbm2xdsqJup9\n+L28IdhzmOwdxKlDX601h/TKAX36F0RlG63QRRuK+6jCdn18bC/W2MlwsVyg\nGMQQHdiYXQb1WCHhrBP2lGokKMsP8kBpkHHQFz7qy04NnrsO2b1Xo7eADeF3\nruDl+jZu0wZ3bv8gSTMln5zLl2pTmMn3Bl6SoW99IDQN65RrMYGwKJLci7gu\nxAWC6cmVXjWaR/hCCKA6YbMVSquPq8G7e38z1dB+C/KPi/TZtKuyj/89eK4i\nmG0shaUBLbiwEtaumK0vZCtSZNQuCzYNKzyUhLMElWe1KW7HzJSgCCha7LI7\n1a9XG8DeyvEhkfMEM2VtJS9XG2czZrmiNzOzlw36C6unz5nBA6KLE0fd23pT\nH++ZLsVKEDJbN1gTFTDc/nW3KaNp/+ll1BqGPU7GtC68/3SxG17M6eolvXp3\n83Q2rSXYHEheGEJzD/EfgM6QOAYzox1hSGHDPLkE6EIrIn3XSgqGyy7kmiXB\n/4KP\r\n=tKnz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrv0kHpDm/RY6FZBXUBgOVOOsZ5DkDlTW98U2y1qUVLQIgb/RQvlOQvT80dZObY23FTmh+Pba5sguLtRpVrZcUczU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.e6b0816b.0_1596825787387_0.838178328253298"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.96d15938.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.96d15938.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6e91207d87648ea038ff3d435537ba7b2014ec19","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e91207d87648ea038ff3d435537ba7b2014ec19/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e91207d87648ea038ff3d435537ba7b2014ec19/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e91207d87648ea038ff3d435537ba7b2014ec19/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.96d15938.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-x9NI4bz/LkWJveyCwitPnNcTWwTaVrm7Xt2vMnAfobcW9y/GeX5J50oXHcU1DHmKF0xj4If/G4Lr+Y9aAqs8FA==","shasum":"9c91a1c433ce8ff72004d3883ae7646e4d7225ae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.96d15938.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLbleCRA9TVsSAnZWagAAe2MQAI6bP/2bmyX9rNU8vtCM\nRKNGjpybj3AxBHmIGd36lEokLkvyPyOZjVM3PHUO2fsL50vzm27V2VhBxIdD\nZmX9iUbvpsuxINPyQrilghcZX1L71fYX/pHcNb3W6S8ZHX3QtJXcUfX2BVqu\nHrjDdsZgOD+OtYwwJK7G/LjbSBh1dgKizESMFxJ8m4c6O8FQxZvN0T41OmHO\nHCM7HOBgBboOj5T7ADGf3/sXUlC2sk/gB037NaoKqPpxha5h0XozFN1BSrdW\ngLzyjqxGubgzphkdoA2oO1aSGVc7Ub5+RNHPxurXysNr8oiGyaEAlYIWEqxa\nCSa7Zz/Vipj51A41FZ+P1O8lynAsNrVfPbkodkaCfnk4Z32ltuk1hXcYnqAr\nqZenGXy+U+lgkXkVYC1bGz8xE2VrEgBjCY4FHbQEk7D/FyKHfvNQ+IYJjeQP\nKq/1CzrviIwzNW0/FO0Y1IWhSfuxjAKGfC3f8iTGkynH8+UIAAHM8kKDzeKL\n5zj5ol2nlQuARIhoF5asJOXMKzunFpNuBwrSeO13fWc30AAJuNBKCTUeQGVA\nNWyYLQN7yUfVcZ73aNumjs34Vk3ZOtk75c3lzkV27Tge/QZsErgwLrIDUOnr\nQs5X9bvQl4p1iNwJhlTW9luRmKeT+esT+7bSFPUaOBOqdPPjOH23W8kjc3a5\nBT1D\r\n=8OI5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHl37PSbB2n4m9MWoBAL4F/GRR3F6g6/jUwHTNVKzMRvAiAVbksv08mYVDFaWTPuXJvZF/ZqTnGJ1R1K2PWPklmH1g=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.96d15938.0_1596832093626_0.16249596850672554"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.9d991c8c.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.9d991c8c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b96115b555701f0a2fb8299279aa9dfd1bf6b4b6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b96115b555701f0a2fb8299279aa9dfd1bf6b4b6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b96115b555701f0a2fb8299279aa9dfd1bf6b4b6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b96115b555701f0a2fb8299279aa9dfd1bf6b4b6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.9d991c8c.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-C02HD8TmvXUy1MJZbw6PZovpb0r7GZ1ZaclLpD1Fx3YT9fnTCmVkU4/z+JlrZvlr5iZUv28XaQfl/8niNHKv4g==","shasum":"58824df0e869f87527d8562cdc5345935a65d09f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.9d991c8c.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLdC2CRA9TVsSAnZWagAAgj0P/iJsTIVGE+wLpZrYhh8g\n/Iv87AjB0SWsrX/gt6lACgohAX51y3Ry4ImsC8EUXFK8IsZDooMkjsRSFy/w\npTj+cSISMhz3Mbw52Rw4K7ndEjdPPJCCOSTwc5KBlsMxSq7E0PF1kCtPsO4J\nslUVBTts5bcqNPOFLA9qkGbA0Y/ZMgmTXkmXKfrfzM63AD9ntILzwSfSEaLC\njtbTQouGlYKC7un0ux9zNhwVmgsejBF38TQeAnq4frEZtEqw5OIk8DYwX2ak\n2HNcR75BWSsYpIjBrXs3EMoe7RJATq5IL4udyR9hFNuoNsL2YXpth85sFNdm\nk0+ckYrWPcNu17OFShhIZ1xmsdSux9XiP8Dr8aLh/L59iSAgEl4iiN/xRFJK\nwEcGPn6Hs4OOBVqhrlHF5vNqhuF1Yn4RGfrPTqZlm0qnIe8kb+WRigLrmnsX\npr7jLYZfpZ/SvEfqyBdtTFKb7BU42khNmBHLZ/sCanAU+/WwG/JYTdE52bdE\nhEjy333fTkibrNiSwo+eQJ7CRyGuDzp13Ce2Mbst8ik9zyiTQFSzOn6z2nSb\nmAYY+UAjZ6sdXlbLvSSsroBvC1w47foUqxzoBxuWNwwXlH+q3/5Rn0+NsC5E\nMFzelKLeeo2h8W+Vt+llqdo+7YXvQsx5yoTWyHFr/Eumgv7L83nKjsmst9Ig\ngZFM\r\n=Hp+F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdJxpYPNohWYCAEYCaS4WP1SOY/iu7RB7gLinJIlLowgIgIgs6tRKbH8xYqASV66pGv5MumYanPWS/LJB6id2u//U="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.9d991c8c.0_1596838070386_0.07942303691482167"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.13bfbd72.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.13bfbd72.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"801272b0ef15e1f90e0ba47c6a8d185052f8c48f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/801272b0ef15e1f90e0ba47c6a8d185052f8c48f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/801272b0ef15e1f90e0ba47c6a8d185052f8c48f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/801272b0ef15e1f90e0ba47c6a8d185052f8c48f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.13bfbd72.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-qFgesV4B+FbB6G0VRNxFyQi41hnjfbDjjEMnC6AOiGSP/ojxC1WKIH/vDOCVOxsoQXjnUMcIMsodBfXmBNG9Pw==","shasum":"2f361253e12a81a87dabef2cff455a17d93e3ac6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.13bfbd72.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMZ94CRA9TVsSAnZWagAANRUQAJTxkOE1EBiH5US2f/md\nH19JENYbhGGKVmtIzL49gluJhMVtg8q8SeqixuToIcuposCtMGv9GJIVwvos\nKlyDN1N5jtAXBo7Rv/E4VglEdVJ/GzuI3SP49iRoGLDssH23Zq/BoIuzzXHi\nzowyacfTDnF5b+jdhaJC3BrJO5nvQRF2NhrAPuOQL59gKo/YNJ4m9qTkIuNC\n174SmT6NQejyB4gbLZNNJVI2pASJki+ujfTepBgBHn9Oe1TMeVxZRND71gCf\nP1p+reJi/xdl0sXshTyhI1Rp8jetonom7OT5UZ+cpIjvVvRWxTxZrlYxzW7k\nWVhADoy/OWgB04HJnsaKW6nLq8p8LYE7BiTwS6e7lUQV0uyuXSnh/hPxXXNy\nNqx+Rl+LIAT8ocNeY+o7nRHqacxsAq0RZGP9JZQAhI4WsIyOopyS+iiq3lJA\nKE6AefCdLEYLdvWMJIBmyHzsobDT+FT8mnHHVtZ/ojkqn1RN7hQinBW20K6J\nRntMGMvcFrFUHoPjwBe2ZzvhmFq890TSuybU22vQgRGELAcPcBjdYKOCDdTY\nb64qponFDcIYjaOqVS8aK1zGNhZZnXdaNAOd435VNezcYQ4zXOWWexQzap0P\nIExdeziZdw7IxEg8qVXJFDB4uwt5+jjn6Bm+F5Sw0hQdiAuoWQqYlfp4IH9v\nGfNt\r\n=y1Nx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDs5sSOIhE8wQw9G8zzJZ90jvHmQC6WcJToHH3QcAhgpgIgeD70BfWmVpjV2rMp69mJuhXxJ6dAOCkZLWKBlu4mG34="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.13bfbd72.0_1597087608219_0.008724505847688802"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.30b1b258.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.30b1b258.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e34fbf2f01b3504b83592cfdb8b30914bad24498","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e34fbf2f01b3504b83592cfdb8b30914bad24498/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e34fbf2f01b3504b83592cfdb8b30914bad24498/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e34fbf2f01b3504b83592cfdb8b30914bad24498/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.30b1b258.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-cNMwcrAPuPQnwt4nzAnisnMmtZtYu932eTRw4TkGBTd+HtdsHfeoAbsbyNnbbwPvi52vfRgt8P2Ihju9BtDKdw==","shasum":"87dcff9abc26c37564ad806ea4a8890273445c1e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.30b1b258.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMai8CRA9TVsSAnZWagAAMNgQAIDIBWnHvuwJOQxly6KM\n7dS6dXpDCwogclQzWMdvIcJdxjfy6chmafowfxTyr2UwgasBtkGjniUGGTw6\nHoC//dTKR3u+/KFD9mySiGwDdqPZ1+zLakW1tb/MO1ncl7AbXSErp/SJWtWx\nSPH7rAR0dnRgtCe3AMMIySIdhGxbsqo2vxoQnPkn3UvgyLUhJ1UhOHiKukCj\nw38vul5NPI/YNaaoL29cctN3A+v4e2O8mXFrIPMKkH6BRyY9BYtZ3ih61BFt\nXx+EK8Bv4QEPKbMSImqmJ9ugk73SG/wHeH8RrQpgBSimxQ/616/+RDfcFo4/\nAJLGVTqefuw3e36XKFdxHDdKOVsqWhX7Ax7GW+rFP3Vr0OMhOnOLCWa9DE2E\nDjeRADZk1+Z4VgH8NgOJhXt69Sx60vH2z2orx9kftMkSSa1h5kqkT4ywQAW4\nsgb8VdVzuyqioJmVRe43xyvAJtqMHmDu2gs15gwV4Jt7CF+B8LT8+V4Jj8XG\n6LashdD4jBCAb1XC5AB1nx8ytboLqNzA2Ta2k+Lg/glOF0nxsYHOHjvi4PmR\nVV57lrGg7agllC1zxdfyiuSY2719ml7ceP6oKcvSYZLXZlQIWnzLeeZZJiLx\np9TaMeWu3R04Ou14xGgNsj7Fhdvpc7ALhZWgvXLfckJ33c0AhtJqMnvAwTzu\nLjzU\r\n=ej6Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBQUTWojVyQyJQKHqg6hNPGB6FXAeexF8DUwPHjzdyo1AiEAmKrbwN/Y20ngbRFRLl1ZlC489yaneigQMBWdZdeGIsM="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.30b1b258.0_1597089979759_0.5960426739179034"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.1583e263.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.1583e263.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e9ee447b02f2731c33f126f2c3d32bc3f2808125","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e9ee447b02f2731c33f126f2c3d32bc3f2808125/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e9ee447b02f2731c33f126f2c3d32bc3f2808125/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e9ee447b02f2731c33f126f2c3d32bc3f2808125/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.1583e263.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-0WGnHnyU6sjAbRH8l2BliFaX6hO3Ewz4tIyH9HSDXnf2zNTzA7gOYMLMJ7myV7PyfYYbCkCtUokKYAaR7sbzkA==","shasum":"ec018f5f051e89bc9a026e36da6cd69549424b91","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.1583e263.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMyVSCRA9TVsSAnZWagAABYYP/RRdf/C0kaWZdkju4evk\ntlqgzv8wungm9BAGtKYpZJF0AhE/ekrGC31aOlyWXiOANEwBdR0OkqlrrKcX\nBYdbK/ZqQUpU9geX7Xuwp+Jvo9d6McBe9VGh3FyfN5VhlRX6C8sf4MJCwkZO\nCxI70sYO7Lv1lpPydVvBbgI8TKIxniAONi+ftX7ih3Tb50MsVsC/8nw8FYBS\nXbpXsKAb/zYxnNIV0JfVFlWFe/NFUghmm8rd4T2AiDfJFEitya8iiAqIUoRl\nwLfcYEiazipnP/fUNU3MbaheccAWLHukhxB9pD8ByrbGNa/YfwdcXW2my3US\nTLhGhAcpwu5lq3NLPqXy8t8yTJhQR7PKeCsdMpAQQkTYRZUVLhVFhf6iSYlD\n5THzPtmg7WvXhakld4Ybcssu5ZIjl7EcuZhX6JR8CK8ZBlqB8o7J1tL7c4/P\nbGnP0ksNZ/XWuTx1oL/E/avpXaPTn/k+Zo6Vknp9XVrc5JLs7yk2xrN6sJLR\nQdcCnGqC7aYo4l17j9AQEo4PdwbdiW0GuNjy7m+2tv4A/lmPQdQKxVtzekRa\nRCVyOJ+GWsOBiU4RcAvP5HqgPu4vgEhTLhH0ZhM9wNZ1uO8BcHvqwxEa6X1G\nkUEtrGAJHmHLYrMVDQn6meAYjDh85X4cuUB8oIzgQRMJ5iDy18c4JsB6ia3w\nK8qE\r\n=SM9M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDg0HeVHrxTLaxyPDO/RHp1Ru6UBN5DyN7DIBwfjtBSqAIhAPlRvVUiFwybEqgR6vW8DKotaakWFtlFDf7/A3aw9r6e"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.1583e263.0_1597187410078_0.4224802745810692"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.fefb1a93.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.fefb1a93.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"328a8921a50cd0f162f89703f12a9e58406fd111","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/328a8921a50cd0f162f89703f12a9e58406fd111/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/328a8921a50cd0f162f89703f12a9e58406fd111/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/328a8921a50cd0f162f89703f12a9e58406fd111/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.fefb1a93.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-aVaKDYKPWFm+BHd0ozU8WLfFOtSFD3/dLR2wb+ELosEgAWFl0XH8lRg2brk9j6F26amOU1d+lcNDziZUgH2k7w==","shasum":"d65e72461271c1efa0845cdc37e15520e5781294","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.fefb1a93.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMzbECRA9TVsSAnZWagAAtBkP/i14Dc4AgoDTjZOPfj6k\nt4M9xW66AxC94wAczA0r88MHV9OPBCVWRvloIqFEAm039IWab1EVhmX4cpjt\nkN/TIq9q1gyJcafO+eoqNMCY2bykwSzBTJ2TaovKiiPkl0YuGz8kRnzExMBL\nj/5DvdhoWH3h2GP6raUw7nKtC6g1aZUAlhg9A6WKgPP5uajZ7iubW0r3A2yZ\nAfpqMH53THadBFfq2StQl5fDhnnIfxC+Wj42Uz1G+O6tPZ/tBRMmpM9fvJou\nwCFJ54UJ6s9o1PMZk+kIEQMoimb+LtdZ/292tfU8S088e4GMFEZs3kVQtzlI\nqFPa1ZkI+4HFV0Tzl0l8t3wq2Ei4gKVo6x4cnfyRzTLEuesgTMyO9FuLs36X\n7sJDJDRg3xnrmmHqd6WR6vyVjhLrPNbm0iE8Yx4ZtoYEm5A5B0DUEDNDgL3q\nvrMxaGFf6Fbu6h4bcO0qG+TRHTFzD8xSlPCOBeJkrwVwrklvkM4Oc5CU1O3U\nxWwedxBgdmsuXG0ztGIQ+yghbPMfoIXhN0EbqifTnvaCr74Hn5eSwqIxjsFC\noniB5r7qwb5ckVb1fQRlt3y5RpeejJrcRCRdzCWvzQmIIUtXyRphb0fwDPwl\nQOc3rC8zoQPb1H5dl9gpmX6L3iHBpDLX8ebED4MWq95k/vuLDmLXdhP2+V9H\nPP7c\r\n=oHoW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBFeMx7GMSadbHUaU9XLUHweKea7JqOj9F6+m5W/VllKAiEAlpNVnWBfpB9h4YWXe/v7MugFkKDKK/FsTSZOzhJNTSU="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.fefb1a93.0_1597191875782_0.3882806563722634"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.1ac5b9d4.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.1ac5b9d4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"33bc5db0b752b7e0d3710150fbb0449121619692","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33bc5db0b752b7e0d3710150fbb0449121619692/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33bc5db0b752b7e0d3710150fbb0449121619692/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33bc5db0b752b7e0d3710150fbb0449121619692/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.1ac5b9d4.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-DbOEVQlP04efbiZe85kyLZupFXKrIfxo9H+DJlNMmtISLyB6b+mIa943GSTWPHw6jSuorf1DmnxxI3qRQ/gO1g==","shasum":"9bbbd83981bc70cacaa1cc56b8702a33fd9d4722","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.1ac5b9d4.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNDRnCRA9TVsSAnZWagAAIe8P+wXI1NaqJAsH63TMusZc\n9mPTr2NlElKGqyrcnJjYKW9aqBH/61fQxdRgVF3pis7Xz+DE19ksmKoBDDVg\n+skPWOzzzeScLyBjrendCL0wFPesbvNGYORw8lRXQzi2Dm3QYjL5jH6xKx3T\n7BmSPzQ9cp+dWN/3lnYODjwue2m9oF9QBNLKzRDiFbBBHL3cKy9pDTOXXvhH\nNn9OYi9pvRdFCPU2cYZqi2WxeIDTto3QRs27Eq6vJuVTLr/0onPYQDqA3p2L\nojSnbJkdVLQ3BLnZcsALonsPeJbuq56VuPBDYZZVW62fpuoK+egFYwHRlxY4\nZEoL+SVPz7F/f7ugejttjXunSAygfEiki9N9sWNg6yacxZc0NNqED7O9F0J2\nfWxeQ8/4exc4Yz0egeZiza+5TSgH4sn6AmY09LyJcsjZVYxy6y+7LcKOQCW5\nz8VaZWdu13zQAfHtF28wKuz2C0CG/64OTSxnhUcsjntQSdZ2ByAjvLfwMtvj\nqVebS/F1RX3cAWLhsDnnECksaRpFwM4H1TyZXSlQb1d2itLRcrkgkzQdjhHf\nqe8Zeu2avEQJTuswZPTolLyoKLnKwlemVnygbwq9hSFLp6SxW9HzQMKQ3zku\n4iIo2UqvoiMS/U8twB/6x85swLtx3I+CjE+y880SXHCblqSEFdmnnyFcq0Hv\nGe2w\r\n=3g2s\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBrHAPFcQqEJ5aFDSfL8K7s4IjWTk4ufYvaF5w0WqQ1NAiBdKMiOecv3zJsQblwvpGPSNVTVADxevYyaGrvqCfkepA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.1ac5b9d4.0_1597256807158_0.5910545816594748"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.f17f5052.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.f17f5052.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"837a87ef49533f905c92ab0aa9faee12e51ea3da","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/837a87ef49533f905c92ab0aa9faee12e51ea3da/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/837a87ef49533f905c92ab0aa9faee12e51ea3da/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/837a87ef49533f905c92ab0aa9faee12e51ea3da/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.f17f5052.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-aKql5py3x735FkIZxA3hkuymSCsTTGH4iszqi59qlIRq5zCO72VMGj8nogIvtqqtQrpKTXkQfyW9ilHxHjVIhg==","shasum":"4d31373d06c0604502a9d00fbd60cb8cb3593ef5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.f17f5052.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNXTYCRA9TVsSAnZWagAAoA8P/joXQNFCgCnENQ6gs0I0\nI7ZhIuBJrYhu32MK+LKmMjehn6bDTpJAr49XnvzJS9dP4QXOFurNxISbLrQX\nBZxpmoUuXAeZdHEaxrC5xpXsPraWV3dGj8wH4bSiiYlZ5cqorqijeqio/omf\nKnN2+fjRfUA5KwJqG+va/c8TeFllkEsj9avCTpl2/0shKY8B12HSMn4rhb0r\nbQrmbFvp8n1IKISh3PNGFJ/IAcSyMApj/BuMw50qVDJyjjjL++C0LzzQe6jh\nEBz53XVGGGT5MCrASPGI1ocbiO9DwrjT1U/quygiLzQiG6GXG9j9cd6voksS\nSO7WsjOUAl/73xs9D8Junv3xuKS4RuRmKxUZ8oyVU61KFq6YNesEa+aCGs/C\ntkqT5Z0442WHO0MmPbSlEYJdOzDhww2eRyFf+F/4UiAc1xrlyeYX9oONS8fp\nW/IhKe/71I02RNHontMCOv3W0CVJeAv2LLNnipUe9BJqIRa0Wu3A5Ak7OpjF\nZcXU/4VnjprAIARmcXo3yohxJb0atpn7GOtxHA1coQCiw8bnXZb5Oim/peo0\n4zU3Uk/lsPAX0ULjBZt30Vr9br7HctklK5Z8Jz7J9Y1EYqtplIyvX4AFlE01\nBB7/hUCadWwyBZI3qaqY+n3b24paBqZdzYFaquvnD7yCF63bNKESdNLcz8hB\n1tjG\r\n=dCRH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEfsZvxFq4qRlrRh4UkXj8uyPzXXNDCvYKI3WFwbeLrbAiATl1f7d9S50SaQO6srlAIdW6yjmdzlTltu+nSDRMTS1g=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.f17f5052.0_1597338840337_0.15412285276732285"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.80b5d20d.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.80b5d20d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2183b66216f3cc82a57427b3aa805795f18e0925","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2183b66216f3cc82a57427b3aa805795f18e0925/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2183b66216f3cc82a57427b3aa805795f18e0925/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2183b66216f3cc82a57427b3aa805795f18e0925/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.80b5d20d.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-qdn1qBAP5QW9VMt1Y+2sOpttCw1tcdBCv4CUnD42tmWmKt1wpsK1WALa7aL/4sXWT8WvDIXWN7aLs+KgyrIyNA==","shasum":"bc348f4ac30bb8d225f4228120194878a104ca52","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.80b5d20d.0.tgz","fileCount":13,"unpackedSize":25394,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNYOLCRA9TVsSAnZWagAApB4P/31/HmJxDitjK+nBZypK\nL1mxRyw8eqCU0Ao1nbCdwUSKvU21ERsjwpn4ziDo2dxLiy6+6MfwnhFj2tI4\ny2NTJWzRffKKN26z/e/ZYYdWDKUzHSQqkPsruTzyUuWtr8QscFppGvtCEJDD\nwI6O3mouWluG9NNP48/Z4EHsd4TXjcWHyEFvuUCOQ6pcIE5T2ESKOVgeJg8b\n98rlUCdD72UXoKrLLCQglSu5SOPSMEY9S/8UWuY4Y3gzybquo4QneqWsYXeA\nP/ecR78SxO6yMUqXHds7ssaZxiy1efiumXEBnfLbUNsW4Ju2Rn8eO6pHMK1+\nnXReDSDyMxbB+hk897Ov/IVUOYsrsbFMKOnj3/TgnOQ/lkWgKrqNPfRHz3KH\njFM6S0tN96WHetdgumu1xZW9FcTLZ5krgTYamTHff2oMl2jYEhERbSi0/dnC\nAr4aLX3oC86GbBIt4RTzYO4k6p4IJvR/uSIm7vP+dPUKXCsY8J0HILxmi3Nb\n95LJX8gVGRu9Hm4QG7ZtjZR4sEwfQy3EJUJxSDVD360tTUgoikqG67VOFGYd\nINnPEgI61Pz3D2Uw06yOmevXuSORDgdD0Xb5zGEpG75k4L/tA0LUSO9PYXGS\nHrKXAGK3LMtwO65IIsD4SChcBL+zDFx2X1TiD4LXxFL9HZi2/cg1UejwLTTf\ntnp3\r\n=BRKn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGW1opl6rA3xcqdgHzFkps1bXFC1AxDXEDXBwmPjnmWvAiAii4gsJyp23Ja+xRVT3w7r7JK7rrD+fQwwar4u5KSWig=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.80b5d20d.0_1597342603075_0.5483113045823076"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.758635ed.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.758635ed.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"dca431ba367368af1f858369557a0bc5db6783e2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dca431ba367368af1f858369557a0bc5db6783e2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dca431ba367368af1f858369557a0bc5db6783e2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dca431ba367368af1f858369557a0bc5db6783e2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.758635ed.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-ZSDLDpzoe9ZPWUgs8OKr1uROL6uhCgbG0jivmDCRvVLoz9mDfh7Sy2vpiu+Al6Oi9GNy/exique3oxPJrftczw==","shasum":"f0650a57733577ca2a20c7b508305c31452ce125","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.758635ed.0.tgz","fileCount":13,"unpackedSize":25385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNsbRCRA9TVsSAnZWagAA5m8P+QHumBAaJ8tJcudRVDbA\naXGPOs2qTDkPrxVHjQfEvf4OD+WFLBFnV9SOO7DYPj67y2Vv4eZ10LZQpx5g\nWGEbvbCcktspMSs/RafT8EvKleEt73TTdRoHK8f4XfH2JC+EVLybYRRPsCno\nVvacApC0uZR70XWxwMCux6y+Ge7MmLrjH+Qh02Ny6Jt8Xce0g6HT067vr/MF\ni3zpdmT4fx9UDPk+THH/B6/uf68a4hHsxAgDg/MgdL60cdGXDaXUHd/NT6+m\n3Iktrno6jHWVywvul4BxCBT0LeOrnPcd07G5tpjQ/LKwl7gWl/URwibKFi8w\n5imtYLrU/IUkuT6//Htt5LXJNB1abhE6yjVHc20vnPVdn+w4lG+Xy7IlNOQe\ni6n8+DHrcz8TkZcbLyGJz/eEa948E/QmN1WFYZQ4Rm1NnWPr2fMz3jSHNhMl\n32V+XCxNZzFc0hYElA7/fgMsxlZ4E9vGFFfA9y9uyIyildZVHLhC7F+V4/hq\nBzp+LqfF+rTqFEDwwErFCe2RDr3XhQfdcCMLl3nNQ8NR/UJP9Ha+7RfeR8y9\nisS78vS8wsfK3xeqn13P1IzOY+V2JnFncaW5RSFfs5n3o09XxcpH6o9/HUDz\nf3BmWsSmZJnJfogES1XkcvA7cq0c7vLsMDL8WpNBcjK1iiM+pEvfJWiB0Vgf\nvDUt\r\n=T0aU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDzD0MI2QahlcDnVH+qU7OmMWbinQzafp4NcInw6CmAfQIhAKOc/rGmOkxOfL+VRkf8kMlyv5AYF8jTg4JVh8/sGjDh"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.758635ed.0_1597425361373_0.7999765887693533"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.18d6b808.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.18d6b808.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"7eb789f1eb17355bf97652cfec031e407c9e2fc4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7eb789f1eb17355bf97652cfec031e407c9e2fc4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7eb789f1eb17355bf97652cfec031e407c9e2fc4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7eb789f1eb17355bf97652cfec031e407c9e2fc4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.18d6b808.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-5yCzzKwBgM6hQAgQPL2XTZUi4zU4ih6SGKIrRtr9qsa+6R9TGLEh9Dl7E4DXUQB6otN8Bv3az7vibmFRmjVHWw==","shasum":"92a15466f8212155dcd015ae4edc6165d19d42b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.18d6b808.0.tgz","fileCount":13,"unpackedSize":25385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNxkzCRA9TVsSAnZWagAAeWAP/j1Dcxe5ttEY1YrU0g21\nF+Q++j201BqMFo/BVBcKGK123BSXpp1I+iw1ukLCV4AbkEyeB4eZBcdoE6Wh\n+3BUI6whUc/JsYENevomyiYGtt2aZ4WOL5EgeOk7NlnWBncJ7OcSnqWs+dwK\nGFr5pTpwvBIgqVbMsZJfMWAcl0QhxTxdL4l49J4OXkplUOW/3tcIRMmzAPtG\ng1LuEn/N3bdzDJHAIdQJZZNgy0GJtICfVM6BEgHwbKyhg95wUMlAK7v7wLGK\nVLalIeHucCiUx786+uYIxldvVjQLN9UEDtZu4mSQY7vR5PaVWW2h+4p+56LY\nQQbyBOo7Qga9I69uhJMMvpx2RTj1Iu6JaHzKdPGSKI5OFAd7F8ZyFwPPlLpP\n1xGGcOA8ys2AFh39BS4egh+WhNb4MtQ6KCS5AmoC+bfDW+nhWzEzX1pQtos6\nDSU6jmFIngClK2EFLdptvu9H9lMAL5aCxVLWDAU9geDngFe0APgoiFQqNjXN\nZQbORehmIOUu9ulilD5gqV6SxuXsRIw/b5/G3qSomtRQQiSyVoE25Zx0+4OA\nJIvN24bvov1BeU5BrrA7IYp8osB6s6dUg/+3+uSU29EQ5VLnvb/6I5QCztCs\nbKcosujRdRfoe0yj5k0RBOd1iNtVaAtURLGaodR0NjaLoQoJ/rXAIu04ePfR\nr5Mr\r\n=nkpF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxoyysbgGhJqLuf/AcGzUCz7G0Sngvp2s5SV9mJFeHrwIgPmjONrQjTU++UB9EHFbHxCY0b3SzO1yFJwKbN57v7ro="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.18d6b808.0_1597446451157_0.1996682195637709"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.5f8ffbd1.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.5f8ffbd1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c230db638d0171f7a47ff1f312ecc123b9bea4e3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c230db638d0171f7a47ff1f312ecc123b9bea4e3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c230db638d0171f7a47ff1f312ecc123b9bea4e3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c230db638d0171f7a47ff1f312ecc123b9bea4e3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.5f8ffbd1.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-B7IXywFF560OHfyaH+C+7ymMTbqiyaYYPzA52qoxaw37xFlSxeTmNhmZRhcmo91fImbNM4oc06QvUPMPamIPVA==","shasum":"fbcf62cce809927729fe52fafc0d3b970a58beca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.5f8ffbd1.0.tgz","fileCount":13,"unpackedSize":25385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOwFfCRA9TVsSAnZWagAABXEP/2L2P2hrnK1Lye0Icwfw\nbQUbnu4uFCYrEjc8rJkxVuLlBsMu+QbwGkEkvAfV3fwRI+2A7CnqMo8RrrAx\nuwb9yUTv60BpWpBXKVQVhCohJlKR4umpQUjy/zrfxV0NIFm5PLLdtRYvZ4LU\nzoLibgnl2P6tM51qKmuMcZe5ct6pDJB4WyI7fxliBoC7nORRPvxwcy7tw/NE\ntd2vbUv8NusDwxPEfFvf6i9lkHE1NYZZGBBolxogibd9IvRqAVLPwI4QOUxd\n4wxO3RV6qwKtulaX7e2nDvBNU3Lj8tYBFFGuoc/YWBeDPAjvhr3C0KniMeQS\nH0RmklY/MF+i2xgCA2JWhl2SzkMuV7YkMqLOc5pmyIUIT9IBmir6kbYLon3T\nTfjL49b5BnGHkhTYOKWzui9FawZK8cqBZOGI/TqDXPR3C7S5RUVufiKaybjE\nlh/Z10z7xQ0EgBrtPzbPpukGEcw19VLP32CkjmpKPGVLyMBM0huPtILC9uRI\npf1mgo/qX687wkExoxt7G3Zl/OyBUSlOlmBXPPE1Rhv/ujgQQGb6ZeMGFonn\nAdJUxzxxeb7r+NbPsZwEzbaIzRoYjtWz5xAv4bYn6xegI/A3E3Fp7IeKHh39\njTnv7288PpqEEkDTcda86YOhBWh13TctIZbMD65FDzTpJWYAGC62ss7GH1Ls\noU0b\r\n=A38D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/GugYfvLes26fCxRLkJ4oTSZKWedF2dPDjJl7KRO6VgIgRl0XmGwOV27k3ogTCp30a0LIi6wLRFFe1v52v7wJHnQ="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.5f8ffbd1.0_1597702495108_0.7833037015396818"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.8604d59e.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.8604d59e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6b87d240089846147032623e302121a478088f7e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6b87d240089846147032623e302121a478088f7e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6b87d240089846147032623e302121a478088f7e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6b87d240089846147032623e302121a478088f7e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.8604d59e.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-9zVLLGJfWPUA3YtcjClNwXwAsdnFXpmFpSqnahrIyPA4YIw9l/o3Opby1tfBFH7D/Y2CPr5uLlard+UbAP+ARw==","shasum":"df550d72cbf04c7dbf7b14c0fe2f4110ff257ae6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.8604d59e.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOyh0CRA9TVsSAnZWagAAqKgP/2Azuf3a3bdErmE1SAnE\n7zPHokvS0UO1xnBYSOUNLr/QggxDBNz2i103Vi8JUzXPlp5RQNhwxuBnhgXQ\nhY1teiOnSWN/WTmD7AXh1VBAuh9ZRTfZ2VBb9gcqAP52lNFbJoR++J16YHLv\nA3RQrL8Y9GUIpGjwmxj+VCIOy3fKSrZyRH6+WGVynf6aHdbZJKiKu3hArjw9\n3mFwaFPE9+H6IHV+JrbXaxBcvwFQgvCO0lwD4xc6WDK6vBXbi335EOI+sV5k\nlkFNKMi+tsFFmxXq3KMFoEOB9ZWLb0RodEYplgBKPA72t+H45mYJBH2aZcXZ\nmatDoqm+D/mkhg1C1RW3IcNu9iA8egZmbMRjmZP+gfFI+nCQcaFHDkiXeU9g\nfeW10+5WDj5pox3EXtjnANKm1nxBs3+vITWjw68IMXmYyaPrA6YudsOXMAdo\nF3VTz4c+U3fhRKoaVri87c6s7j6wySnirWMEtKcO2W8CmwTi7ErnqwIcHqYq\nF37rZ85yGDlwcTbT8jmnHLd3Ax5PyHUd8s6aCBZJgk8mX6I+O6/ZnrVcmzKW\nlbB4Xn47JaG6N4DdcAGCSRO+UFubU24Pz5v+FOTdOpr/iTGyojjqoFwoPET3\nX/zKSv4lnOjD/Hpl267GGElYSmMtlGQFna8ThHcaKpvahsesbJ+h/apzFjkj\nCCOf\r\n=LZvX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAefcVGPReUe0X3RbRUUw8Id2umhYkM82nJIAAAd8jEvAiBhX4CeyEMuHuviV1pGd6r7Yh9M6HZSsZzqeLPO4sGxoQ=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.8604d59e.0_1597712500254_0.6216440277948407"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.1d7d5e34.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.1d7d5e34.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e5b1904570278e726a75457dd1d8c9a30c98669d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e5b1904570278e726a75457dd1d8c9a30c98669d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e5b1904570278e726a75457dd1d8c9a30c98669d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e5b1904570278e726a75457dd1d8c9a30c98669d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.1d7d5e34.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-Hbp3f1qm0Uj8mtw7CONh+r8UBmmONI0A2+hIwewSizJX6FDbhTnWf0Qnra2Rq2GnjtPSzqKHa2Aa0UoQK+rKNA==","shasum":"d1344d1d719363900f60df939b8361d06dc26e18","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.1d7d5e34.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOyoJCRA9TVsSAnZWagAAY44P/1dOPelX8cRaXO7T1EUe\nu/7Yi5/gcDc27Sask/sqDdIpH+WZUeG2HcksGTWkVhQGzkpCdclbS+/a8QpT\n2tNaxjl79dW9DA/OtgWJTXcwgEj+KcWnqfTaQneNZPUG+QDx2Q3BN9pym2t+\n5MMSRqWP35KODTrWGcJrSLa3lSmKkx9tNv2fVQ3Kn/t3oExFdVNTOHVuN9fS\nX2FFO0f0iAs8mWfb3StNyQ8Pf8noqX0hdz96flbNZ6j1C7nR/pam/sArpzfS\nensvqw9einyZgXi4Zd2C2+E2EQEUHmSWmnrLAJNugPrvmBPXWxi2JsPVGEYw\nEzrtxGn/aXAoSPiEwrNn3hZxUxUHiGVOd1Dof0JaEGBSXwnMNzjawkYTKQnj\nzaUIL3L8MDp1tOEuYeA2yh+kcYz+cHwjdQdkiur/yfTS6bU3xDZrBxMPPgaV\ngwB+HSNDkIyE0fEuK0JdOU3BvfGBn2sno+EXgbFGkGINIdRTuwIfTF+mdOEB\neJfslE+gtgah4B6/IQu63uPVWkT3vH5YW787RncsOX83Qfr29meipUs3hVps\nTvNhcqKe3kdPK+TNShBZvJbg3JIWnnaLewUcjVFIJfMK9IRgsUjcdnPmf/cd\nm77s5frDPzKBOpbPHet/TAULxcdw+z9tY6gPpi4tlrJDRGytLpdeRnyIEMq7\nszX7\r\n=1FHk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC02Z30Gj/pb4HisRitMAko6q243GItR417zLrIPTWjjQIhAJNCngFAPQ1h+HOa1ViWcuDCE+rnPfRurRmxhorDkNxW"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.1d7d5e34.0_1597712905296_0.18236332527919452"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.9cc95c07.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.9cc95c07.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"48f9adf6b09d7b2532669f3bb466d2dbc3970990","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/48f9adf6b09d7b2532669f3bb466d2dbc3970990/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/48f9adf6b09d7b2532669f3bb466d2dbc3970990/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/48f9adf6b09d7b2532669f3bb466d2dbc3970990/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.9cc95c07.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-44Qnb0WmikaImtRcz+ER1JcEV+WPvlK2MoBof3WTTgIGwtRbIHjt6tQqXSEw2fT1owrt/Bb08wuO4AHr33kvww==","shasum":"9f9042706412e219405fb346a0ff3a6587eed0b7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.9cc95c07.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOyvQCRA9TVsSAnZWagAAO9sP+QA/3mZApALfs7NhxW2w\nhVfxz4aEpbq/UM7c6KfpSUomus2RO95g5ROVJHsJpaTfy6P63VQyY68cfeRO\neSMP5kvFBAjslCVGT5ELMH8SgjWnI/jWJeEjZpElpTqorQ3Crco6VP5o7jQZ\nTxTlGBMIhbWjvGPjhk8O24Ezt2sexeOq1NKyVNwVuQVUMjj58sY70x9qElpx\nyKD/7laaBs+A8D3N6cxbO2jmxASgDcHY0Q7fvMwakI8PyR2DLGzSpiz6uyoC\n8wSMOQ5l8UOBwKdeJwrMC9JmILjSmqJ++8brPeYoGopHg98sZpl5CNExH6cI\nUx0TvnYM37g2TtPAfG4rZoFZ927wCplUTzyKcyYjX1jSzXpybVYSMXAtH07+\naxyKn3f68mjW8RqpN+A2vkD+QwMau2xqOkJropnT7m7yidqQvNaHj0HPag+z\n1YwtZ8hmKr0h9SU9CytOUyqkgyfQxmf2AEEALFH+UumBsnkycQwAGMh/UYt4\nyE17JBAsTPp4KLSU1Bh6nli4mXo3O4Qcl/uNdkM+w11xZ99sidkUYL5NJweg\nZDai3gCY4Ey7KfSk0k+rJUDoDA0JS19V9B3U7/qsQVLNVFO/oV876wDaRRyC\n9OHShf4+cwYw9EVRAudVbwOJg/h7Ls4vEbdkOM0fC9mq1dcmLT7CuqLv6LEo\nwxsv\r\n=njZO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICLjTuPCJBNYKAULAStXBCItogu6fCnBgPS+pXf3fXYMAiA9E6/wF4CRFCi4iZu9vR7z1wFudJbmeBJn3kibeabckA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.9cc95c07.0_1597713359726_0.6348446659881017"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.9f65ced3.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.9f65ced3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5aed2922c67f2ad7133772e74310e121b406dec1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5aed2922c67f2ad7133772e74310e121b406dec1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5aed2922c67f2ad7133772e74310e121b406dec1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5aed2922c67f2ad7133772e74310e121b406dec1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.9f65ced3.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-B8BlMx98mwQLYmkDL+Ypl1SJx3/DGSSyF1Q8woPVmYVAMHHhI3XUm9mFVoZE7cxhOQjaj1p+wFnU+sV7qVuAcQ==","shasum":"9b9bf3baae33210e8e249f473e95380b88d24756","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.9f65ced3.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPDbjCRA9TVsSAnZWagAAVMYQAJFJsMDFVsbbLWNi0FFj\nFe9c1knIs8/jNAP4d84V2cE4LffSkpFELeF6sNM+dRvLvmsKs03pYhHjGS1H\nwr+bl0vwGTFrCdxb/rNi6kQkeuknSWjkKk8t7VRePu5NLl7fVBJk6YFoC3/5\nHQYa4/43i0GrvPrwde6HYCijlemtyHvlidG2WhvlWvL5XIX/TN3hr9KReBKH\nMikiYrG8GvAO1mxzflKqZ42KwzvWJA2FtTJ1COgcTU9TsD/QTAGxgQhywAoF\nft6+qpO/iDyQMovoV9LFmtoongGpg/UK7GzgHRkoptCJMgO85qhY+G1MwVr1\n5LlFlmIHsV7UEbRl614AxITdugHC7q8/KBJXI7BZKI3/X3jvgvW63kmo4Tc+\nPa4xoLiCHOiSoFqniOBJC4n0RDTHLhgXx45kBYbVS5ejaey8XSdtU4luiEk2\nEJDZ0mgByZ0tLDsQixBtAeNf+vBZRBVA+qeyoHavyyP5iRrjDcYYwtxhbJ+1\nQAjU39Gs7kta7+GUo+571dOcGPPO8W+qG1Cb+aTsGXuUSWsmCD6/bo/oGBoQ\ndjGa7oKteHVVQnAbq5ClMOkls8Po1afTGc+4D0klXUJRCA1SQtw79BvnbauA\nm6M0vOGdFajKiqw67NbHspjcinx9XNqgKxB0V3p6ZMV6NRl5psjY3/cQoFDv\na6TV\r\n=OlO1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB7MkZTcdKwqdqeD8aFOEqyB4WM1TRNMAg+e9ZfxUdDGAiEA9qzCW6olC5oWU/iH0BS2VsNg+Nj+a3OWROL8Ez53iVI="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.9f65ced3.0_1597781731133_0.7747873781618144"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.5962b365.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.5962b365.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"454d30885df0a3162dac8184409307ee571c6215","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/454d30885df0a3162dac8184409307ee571c6215/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/454d30885df0a3162dac8184409307ee571c6215/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/454d30885df0a3162dac8184409307ee571c6215/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.5962b365.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-R86OMJr9I4g8TqgJOJbjlC5/w9U4KzHgHFOSBlpWIhWPL5XJnoThHAgGHLgZ/fJIeISw5Bllr4xW6Vizyzohnw==","shasum":"370490dc3d58ba5ad69d481b6258717ed3a70bdd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.5962b365.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPYtaCRA9TVsSAnZWagAABowP/3vPg8a/OjsJCRdFVpdJ\nDPqJI6qxMB0y2lOD7SuCKSs9C6cZYprOrPiqth0fzRX1ciCCo94CUlVkn/Xo\njA7Fe5+Y9SOs+CDnbgFwwbAo4qUg9IVtydPjm8c6n+vVFBH/xIM9qChRIY2M\nihq71f9s07OyCBzl80ZvSKBlIhH9Cu7/BTqwHHgzeDGjH9bFkSitLUOdngbu\no83eqzlfv4vtDOWiin/MRsMxqM1T+S3VvG1DCcQyleFaWrwyqSXAvMb/pfPm\n5N3HY6xHjQTVdLniIh8eyYEEISuJ/IoaElMRSVgNoChcaYqIu62/maU5GxWQ\nrqO8o6foWOwBscAYmN5NOcs0O4A1M3Lw2zVxzYj7USAcu5yWpnWA2LNmyFq8\ng5HHeYVRNlhJWXPewEDcZdsBZ8DEVvu/1KV2wTG42UkDuD2VWXZyiVcyT6ek\nNG7aY6u2vCApMxJq4EQLWJ8zpxipSBmAVsJafsvTmFbmScEb8oh5Kzi9FCS/\nTXVALEFhT2wFZ+UAY2Fl0YPfKSD4h4nOLKkpsjDHNMjp8OyN2ZQ0fdwL8oag\n8CCpsLoaJujpMYL1mOPUP4+9X06ZwirOG7kIAVrpm3air8DlBMfCEr2m29PH\n7wqF9M/tG8jUvBpaY7g/RSIX9d6vnO7lu2tfSWiP0Nvp/OyFlIj2vFRLUx3+\ntj9v\r\n=JtxA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC14Uxp6QSZMqTre20etRtMBJWcWU7WEEId0byy0PMDAIgLvHWLVBXNW2iEGGTlkb9NpsLIfob6S91nOM36t0RuZ4="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.5962b365.0_1597868890167_0.8436050179091075"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.9c9ec756.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.9c9ec756.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4c887788f2cb30e8b788a5cb0a1a13dcb78a0961","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c887788f2cb30e8b788a5cb0a1a13dcb78a0961/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c887788f2cb30e8b788a5cb0a1a13dcb78a0961/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c887788f2cb30e8b788a5cb0a1a13dcb78a0961/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.9c9ec756.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-H98Xccla5Jw2py390e6y7s/fD6FSnWUIfxKmcNUDG3CU1SmG63flsSAXn7oME9gfzQtv89sOkI2ty/jo+RaLkw==","shasum":"6f786877655a512389c58332240a80f81b16e8cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.9c9ec756.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPscWCRA9TVsSAnZWagAAguwQAJleL6ms53jcDJO6A7Zo\nqs3EwN1hMRse7poH/dwIPRwdUiddccp+sMMMEhBPCQuC4ma93t45F5ebK0W1\nFGzauqlFFhaIG0EV0gETqAa8TuzXmXy42RiqtjCnSnn6cti8lwzGL+mjqS1S\nm3lDCGK4jzR+4sZ5VWPYgbpaKHGaa1FSP76DxLn6dmVIg5r0KtPeXim4kjKh\nWmqmnN45VaWWQ4D8B7o7q/qNVRCksO4YOUdLPuSqrHzYsIIwRFzv22Sqwuq4\n8G2AcA/rM6STRrWJxVR0AsxmGLAovck1W1xWj5lUrbqA4EjUvVDtRmxASfXK\nDKjHDzjk824W1ZZRv5uEqS7NSpvry6HJCyrQkvDpCVXGNcTlO8Im6XyyrJFO\nyRbSB1Bmh6k15SfEe2eLHzFrvvO5NZcxRT29TL9ACfooy722hfWmNDsMj6Jp\n9HINfs0DVx58FOVAU9k5aJJsG7S1yd1KBsqxl6tgttqfHQVb3O0I11X29BcN\nzY6sI9cvSemnNslnjCPwjHRldkDTXJ9UAn48T2Wh83Y7VxbMws7MwgRbVWhN\nrxXdcSGsFLxYg/YhMyMhVa6jd9vlrn4qnZKCzGILorhvC/H5GP53lPDP9+Y8\nQhQByG8+HxcxCrzxyf9BNinVB398M36ekBssXgePEazboC7Id/xxOACz2bn0\nhzrF\r\n=jKzH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFCIt8kmtJfUqz2q7GY3mvIfKou5uCTbPAVv1tEVRx0zAiBx6EQS/FQgc0HTDsNvV4sXcoHuAY45WlMHq+dVMIHdvA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.9c9ec756.0_1597949717918_0.7211936217720181"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.fa0ad66a.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.fa0ad66a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d4020241262a9309827adc8467ba4c499bfab71f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d4020241262a9309827adc8467ba4c499bfab71f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d4020241262a9309827adc8467ba4c499bfab71f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d4020241262a9309827adc8467ba4c499bfab71f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.fa0ad66a.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-34kCy08mCboS++xLpovEcQKieYspnY25xtFjGQuUkBdwJWltS4ykau0nKbe4X/EnoYDdSZB4N1QMbwhucbvIjw==","shasum":"a5d474e4d6a1038534b68cf891ac56f5738a0b9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.fa0ad66a.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPt5UCRA9TVsSAnZWagAAh5gQAIsA/1BH+ImKEROwO4uZ\nOjEkNtpI927yKI/rOT9Vk3mWDUa2oOSIdMP2pEGPKs70H6i0QsosxkLZHRrR\ndIhlEOJJyveVQhwOSbARqGw47PiO1yRYpuHWOuu0N1qosRsPdVH6RMQRe95A\n2vTAC7jREuFsRFnr/g+rjxoAQ9NN+hS4fzH1syKBoNyKmFrZ48AfQFL6/jp2\nwUS9M+IGr/ExHDinOaU/HcCbHaYx9ke2F9EenIyu48smAKT9VBHT4YzRGaER\nKxVCneOZi7gHDO1+g7HIiRU7pPOOm5vWMPsnjtPvmvuNweSI8D2map6b9HKy\nWIWVETIjujdqbdTvS+y4rtJrEQY4lADub8VWK9rPosKHj9+soDxTkorSXrPN\nqMr+nvbZOp2DeNrJzfiJ/1+uThxmpOyEBZbdZkEcxeGNA/6wsV6rhWOX1c0x\nRe3HCfmHQoqlEyMbRpseR2A9aEQ89QZc0yKN/cQ2kOoPNiKNiWfXTTX+Eu60\nAWMOSJb0mCGZor+ia7Ci0bY9o04bcVPjmGkGXWxYiCsU+7zVY3rOOKNn6vPm\n0wnPtV3S7eUW6bXHaZxb09Y4j49umAAYPvUJtqbDBEaxPNTVfbpWDWgQPIGP\nUrAuS82R7TD0LwqMm4lQRFs6bXxpskx+aIL8zh8v6FGH9KyR9jfq+CF470UH\nfCzq\r\n=/2P8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICjhSVAsiVHXV7WVPbwTerY+3+VW9FhPSjxaLLgttAyMAiBhLWcPISq30/tPphud/3ly47LAJ1uZ9KaTuwkWphNVlw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.fa0ad66a.0_1597955668135_0.3648405102316612"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.06ecdd6b.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.06ecdd6b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"35a2331f3c8450d35506d4f0b54075d121a2670a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/35a2331f3c8450d35506d4f0b54075d121a2670a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/35a2331f3c8450d35506d4f0b54075d121a2670a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/35a2331f3c8450d35506d4f0b54075d121a2670a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.06ecdd6b.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-Cah5gVN56rIgk4ssnVygJ9p1qOe0IJfZy+H5tgxdyRSscJdQsnZ237o6+j3AkLl00JP0P0EGE1WP/kvTDa+oDw==","shasum":"bfb4bde79545cbe4253a918b6d16b7a0db99a4b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.06ecdd6b.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPuwmCRA9TVsSAnZWagAAq64P/jHrz6ctAdvVupk16QFG\n50lsxJ728++ZS6Wv5Ru0mlaaj/OYzkDkKxMkZLYuNSEOUec4XPLmghwBMXfn\nAXf8mLwMAI3Re0eTdi3Ohzx7RQ1apzwrUmlDvkaOKD7S2TkGPPNu664KznIV\ntVzWX41MEm7luWDKPfutm8R7UHvyX51pOnMFIvoycVpSKRPrI9TiT1J4QBzL\nwzhFah4nIXxcYwkj9F7Vvmy1heEcTVFUh/45YhRvW4D7hsymsM8IB23KKF41\ndp6E+EV75fFAYphI7HmTjEyiSCAikmV0dDZ800RXz/VxRdmFlCdHkbO9KkHr\n9U+JZOBkko3xQ3DjEHU9hqDNu/9DEN9EViUJEAVDm5bSfiFaZJbYydea30ZX\nLGLddKW/Xb1CxgimtMGzxuqBIqq5UiSsdkDBMOl/YGqPXVrt5JZceDhhzMVO\nbhNWvHGxDC2T9SCKPhJxtTTpIp8u9bc3N3KY+3qGriQkvnXIvwb7UeGXnfKs\nyM37EyJId1Q5WPooD+UG7aJwH/irroamnGcCwi600kbVD3a4dVOaStLAI7dm\nDVNTqLvUBjkuLZq6ZA8UO6vDUwOLjyUczptoaxar0KM54RCwO/jmx1AzCeuR\nDsRHaH4ckU8OfGbHdmww/kmYYpFnwbUGVMjVZ+EkIjUHlS/6gvbEqW/JG4bc\nVYC5\r\n=GyPz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHriALyanMLCDGTmN1V0CeyGGu9eHFnWoJGzOGNV2sauAiEAyz9lE1gAid3NdGoMqGHhmxu0XKxcbM7Z7KCeqnZmA9M="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.06ecdd6b.0_1597959205850_0.9115986346884537"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.2bca2318.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.2bca2318.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2e3f0ca806ce8930df2251177b8dcedb9deaa8d7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2e3f0ca806ce8930df2251177b8dcedb9deaa8d7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2e3f0ca806ce8930df2251177b8dcedb9deaa8d7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2e3f0ca806ce8930df2251177b8dcedb9deaa8d7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.2bca2318.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-c6GbPwKZyTOjh4BsNqHKylm7dOBaHOFIIqjuwqptPpptu5GijiJcHH2mRLgRJ6WSGwMRRYYsXwTH3TITAjfgJw==","shasum":"2d632d3e963b9f43ce697ea13e7e699e6ae13f2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.2bca2318.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQAm3CRA9TVsSAnZWagAAPRgQAJlUMG7iiFVik+7XAnb3\nlO/8Q8ZnA5tQAni+YKl0EsH7VTa+/d7uOtTukuVgzgipavBrBgIcjcci70eg\nFlIzRaIWTpko4qRnXA+4QX5LdCgezEGsqiYsfcKcLH/qx3Iy3gH0ByCMVzWL\noFZ+RBs6J0hjB8kHEoUBprr+w+A+DTdWT+jMyqIwog3Bl/lCCyraH1ZsXz+A\nNA7QWvK0p6XZD3Z6pq19ICM7K0HHCJ/s0lrYTPvZ3I+foggM1F1yBVWn9LBu\nCZg8Q9Lj5Nympc8Fr5SFP15MmsD1azxyBD1WqgkVBaqxdLCQMnba6CGCSKV0\nwT9cDE6vHNSTWja6hr9nSNRznqr82eJNnMVKu9SnwPmcAU9FbzBXOzDdlQnD\naKfpx/G40r+k+P8I4bXtvEgZtx3AtX2TCeEw3Eobu8a8h2FbHVotYgH3HMXc\n94Plf2/u6KNIj4On17z/xj9AqAQ8N2+nMtff7RHnshrecewr0Wp5mVEyVpLi\nEf63lKy/iAaNj/ndE1Sfop4iEDsK/yohDwKvCzxobPsNcULzICuCPYGrZ3xx\nhwzPSGy/ofSQ2K+u3YWCDZNkUal2esDAyIdSD9xCiHJeb2NU8HLMnl/xrkZV\nV1GPosDm7PYtWYqSIHtTGcZvLW20ez8ocFehbpsKa5+MzV1B/AwbmJVQoUDq\nX9x0\r\n=g8zf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC487apNYI1M21DBX/TpH/uP59+qxk2TjJ/ElYV7XNyZwIhANSI4qO+gvKYqNQOUMzikD5fM7FOtcHSIbr/0KlS7Mor"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.2bca2318.0_1598032310987_0.5565099183040896"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.6aa47265.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.6aa47265.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f13aa269065b757dd289dd89367756db80da1596","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f13aa269065b757dd289dd89367756db80da1596/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f13aa269065b757dd289dd89367756db80da1596/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f13aa269065b757dd289dd89367756db80da1596/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.6aa47265.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-uAWQfDH/4wftBCPvYr7o34W/yxHyzDvTRW365lVsP7WnCXnm/E3L3Px4bufFbxC6ifZt6hDQioYip0qrNloRsA==","shasum":"d95e862a8f5ea16feee9e7a89e888d09829c9a9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.6aa47265.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQA9ECRA9TVsSAnZWagAAyUYP/RABGsa7YRt0nCPhfmje\nIK0xC66KKN1BQTKuyHo2z3ZrGp21NkH180afSUFYcolhBCfCKD4geXHsqZOg\ny8b6DNgFvfiUeCjdHK5zc72JkqcDSLJSnTgzoZ3mrPvalgYbQVJ9mPXjsCED\nMoq17c2JGpM1elgVS+IY43ADpn9MbJXQIZNXrZ53LVbWNmjfL7AGyZLtzo8g\n+rHzsR84RmdNSFacCe5JzzUZ13bF85CNImRmiKGJulTw3/B1wWOBRyIVe03q\nrHY0+l/f3+yRKKyFbHcLjxz/8HLRNExOGMQuEu6PvzT5i8bEHo4cC5cZyfLh\nLCeDy+O9cTn8HlaSt5sk3wnlV+ZRctzG4BPXUSaYu9OacI+K6QswqV+bOAau\nrjjF/T/tPc7tShYZYvcEfh6bZkO4iyCIgh4UJtk7oV7JAMi0vA0+fJo1J9G2\nUSr6oVZ1AhJDqx9L3BMaDCQ1If2OAyLq0KT68CARhFkClW7EpAVnhagSlxkJ\nbXALqcTRDu78cuIjB4dmHMzHibbHlYn1yX8n5M9r9eWhcazYaWqYhDd4ji08\n0OqeFPt9/z56h3CMom8Ym1clGlCEsONHDkGgvtungBR18UPdY07+M6JyR4yx\nWOLGXOyR2rLl0tkv+Ulx3saXvvIR0/1yHFvZjA26dpuPFJADw3JKj+SGkBOD\nUyL/\r\n=gfDr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFWAQrPyHTi5hSpfgAiMWApZIr2IkE3lEeQzYF7+9B2uAiAwWaAUJf1Eh7PCQZvZul9YT5XLMNy33lu8EhqGES7DmA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.6aa47265.0_1598033732173_0.8030904410658588"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.e7202a07.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.e7202a07.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9c2f6251cc1ab7c3f27cc51409b86305fd50bd2c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c2f6251cc1ab7c3f27cc51409b86305fd50bd2c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c2f6251cc1ab7c3f27cc51409b86305fd50bd2c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c2f6251cc1ab7c3f27cc51409b86305fd50bd2c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.e7202a07.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-m/mkLxtjyH7GD4ij6rJHpN/d9iGnyMqt0giWQ4IbBKC4cmYO2yYUchx6mQH3So6guJpxLlaDu6VVAEx6ZRIFkw==","shasum":"6c9d958d629125393082e21ea034e42376eae1a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.e7202a07.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQB8SCRA9TVsSAnZWagAA1mMP/3xOvHdryKm64CCeZY5U\nJJ6UnlBlLPUqAHhonCihxYmGi904/f4CHx/jsrmp49458Er9Vtk362kajKWZ\n3tslhKQ8sA+PHSnJs5FUiPsHXNPFIm3WurgiMBG+Wr1YB+xmnf2Stml60sU5\nRp8LZBYbaHozYQcDbYfdEm7S5LbNh6R3yVUI+1IV1EexngIv/3hBqfuMEhBn\n4HwFQhj+/zgV11/waI/jNYifLoCmN9URuYrGD3/tRmqMXeWxmd3lsHo5ddvt\nv1Fk8YPjB3VfhW33LmBSdq2elqpoiSLpIuSnJ8QBR7n56oFs+Lw64TtS+scc\nBXHM4MDo9vAe3TbnmdHVMQ0a3S7V4ricl0G2CAseTAVT0PYB+YBxqmLtEl02\nzMg3qCs1dETw0mXlB4ceJTeKGQex4FOzFs6sQxVH9bmR36UjZwIhIamIjara\nbvKThf2Y+2dOlKSNHqXYN/iQfy7FmmVe+qAqFrL11S5T6Pp0JVSNEfKdS7y5\nOyg8fJCwIbtNUMeLB+VMxPVwsivOfAafMJOE9iRDOKKRVf9pwkNq77Sf6SdJ\nS1YhCgreMNYFF/4OyKspYXqEYqhdqxQEgVfdFLNED6MG864NhdMOYcXZsRZ2\nw6wb1gUpQNM5tQRCpJnN0LWQesZwPFt1UiK1DYMyS6UtG9Y0OniOW/amUufo\n09Lu\r\n=AqpI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHZlKaiS9HrXBt7T3k8LmCgtvOJXTlUWJvJsTdrWgnO7AiEAiXnRmMeaf2oRNWea9R8xVsk/krAidKA8lHqGOb9Ruwc="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.e7202a07.0_1598037777882_0.444668968794959"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.f208201e.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.f208201e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c666b3346918d8521008d20fa3c20b4cfe3ee481","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c666b3346918d8521008d20fa3c20b4cfe3ee481/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c666b3346918d8521008d20fa3c20b4cfe3ee481/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c666b3346918d8521008d20fa3c20b4cfe3ee481/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.f208201e.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-9GwCbee9Hg82oE0fQ47Id8FbR27C2ur5C8wo/RqYK/9w8o/TlhAZ7L7Q+UkEDVUI1H+W1RruBmPAVhd/xZIvqQ==","shasum":"933a6d09070ca080a0d8d5aed3fa2c0841fe326d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.f208201e.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRA7NCRA9TVsSAnZWagAAoewQAIZMx2UrhBBa9g0U5ICJ\nNuCv/zFBzY8t61LeQpREumG1rFBHN6pduMNwjBQdWCfb70Hpm/FeVQ6BTSMz\nOUyS7jcfNwKPpiiefEZcu6rK7NLP7KlQxPcNn7KsSpFbdk7TRVq/8V6qMPyN\nAYNQ29MgJFG28ek4DNjm9MyM77JgaWsHMQfCVyYzki/G4jJY2Ivn6tiJBKHF\nL9P7a0AVTQMwaAaS58eGRWiELiFbdMlDT4zAQ6nIgzdgSUW53Gvzxg2/uSix\nLra+aqRnR9RoEPC8MK51HqFkeKQy6gcv9A18LxRscwdi4JRGI1Ma8VHSAVBj\niG0NOFzj/V0ARNfd+draQ80WtO52zDaqnopJ2iQTlvbcdaeHP7joaJtQbcZV\ngpxEIr0RkNlWo3tqIFZVy19SM9eOCAS7YJoSz6/ULFNVnVFfIc+6XxC2dw7z\nlaMygxB22+hylCU3if0pKjQxOl6oSUY6RDg9Vcbz4aEtI9R3oqldtYsqnAt4\nMt6/ehK5kRnhcnwKCUjRHBayFCOK+kIAx0T63XHUSPXqvJtRty0K/u4OIYkB\naK1llH2ENCLbL1f8+qd/aLvTGFwsoi39+AIIRl5JsF/ox9M43/Lx8eJaAbrt\niu3ij+n53Yfibj1cKTAUKsHYXvfBnae19/vXpDTZLJO/LGN/4OYG7PNfp0T+\n4Ggv\r\n=XSaE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFu6SdAt9ghqr4ZClCpWJXR3zKO4iFX+uS5EaZ8z0EZHAiAujyiknW7clebfmmCR2fFqP/C/TB1MKXvY/W/FAhXLPw=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.f208201e.0_1598295756974_0.17785787586795054"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.14a172db.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.14a172db.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"dae488440593f3d8bdddcbf01a3a6b5343d88761","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dae488440593f3d8bdddcbf01a3a6b5343d88761/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dae488440593f3d8bdddcbf01a3a6b5343d88761/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dae488440593f3d8bdddcbf01a3a6b5343d88761/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.14a172db.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-M1I3Nl+HucuLSg090HGI17wvBjZmi7dvraKXmxaojdBOt5LX9YgRWh0hfbXtxjRL48BEIgz47aUCNmG5yldbww==","shasum":"58706a6fea9100c21f1939fffb976189eb68cbf5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.14a172db.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRWrACRA9TVsSAnZWagAA16wP+wWVZveX6Y6eKYpSo6gl\n5XbleEeyE5dPD15BFBCb/I3Su9wNIgvUOHLmgWimqL9SqKTJzuidvaGRCInY\nEcgkRC5z2z0QpVlCLQ9VEPEJCHnN1xekIflZbK5du5ka0vFvWUktSHO7YxcS\njc0bG2Ir9TrzODOsblDjcuj4ac4Jb/MJxcF5RYDhY8JTYp/j54e2Nzipc6JR\na5xX4tuQstqvBF20/MgwaUpev5ZCeYfyy3daJd73z/4SC2LMUIfK9s/jpxT8\njS23tdptAy2hAydj+oQGDYH3cB1Rsy0z+00tndR5YAL3WAW3NPtPYJYshOtv\nvIbRiqBC+gjXJGqrlrSvczyAqBFqde6ttrq4/SynOQFPcU/sGfXI/GzJ8VOj\n9ofsP9P7T6mtdooQekifgF3R2iwYLzJNOEfyJnpcEx9OCfdwm3Knku9JO3jt\nVTSHRJBHYUuVsbROn6wsBcCSldH1W9qBuLCShh1mO5zRGgJf94YsLROxCrAX\nqg+LEmQAzPhOci5oZ+Lv7SaiTYCe3r/fc9btpHOz4SCDtmrDUpJcDD/0vagf\n5mWvgeehZYJ6iqEyUnTMaVud0u0UbGkU5H7SgoDqNjurPIzIz4hjP8vtvE8g\nSe2HxMv1VaGXrHlvu2cp+J4FYoy+Blgw1bOEofbaH0wO/vFBa74XZul3NU3o\n2Jqc\r\n=jzAA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyCRtu1vMNvGKYnp16FmiK81IhPrcccpvKpvwAaol0ogIgTZ82HYc0D5okkQgNRS/s6dg9BwLRDwj99sW3ovGqduk="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.14a172db.0_1598384831935_0.04504697170284988"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.e6c1038d.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.e6c1038d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6629a242b77f90688959f5a54abc55be3a2dae2a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6629a242b77f90688959f5a54abc55be3a2dae2a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6629a242b77f90688959f5a54abc55be3a2dae2a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6629a242b77f90688959f5a54abc55be3a2dae2a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.e6c1038d.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-bvS4gmMv7HG8FOfmomHG0eMm+/7hNapuGREb1kId/LyidWbxAvdUsVwCblqRhnEGOgHvy/1z8FiM04D1W0OjmA==","shasum":"158e81144e859e90a374983d352c6424c285c1ec","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.e6c1038d.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSAs5CRA9TVsSAnZWagAACRgP/Al6SBKMsHVUDq/dqxqf\nmGSRm/OxWoP5tcI4Vk7d3dz+BOUdejwuKFUnatevzqtZimuIwj2Fc+TmafCt\nFbELdg14Lex5XW6w0dTOp5I2Vipk2emEqmy+tghNNdi9DxlznJ6/oodtK3bp\neTXHxkp6HZNlwjZskdXgm0qSbWcuakUpjSSRftLVqA4x+EIs5kK20arRfBW5\nVeF5LkH1kJ+T+3wFFdLh51blSRu5srOlqcSDGn2+ovn8O8mfKeMfPw2yvMnc\nxIdA6FfT2ncksnFtytL4NEq1nE69r24rTeRA1PeUYDkZaqPF8Etd7KbX4fDw\nH3t7r53Da09/Gdel3zOrCv6OEdbsl1m1qHJZo7liIus8q/JL1IdX+dIGiOvf\nzDonsDu2f3+jrEZ0PUfzDYtPZGs4JdSp5TvXtDHV1RU1wlSgpUet3jVYNp4w\n8Lv2w7e19YY0Dibq2oeocuqxb97Nrtd54KqA0iTwBrsBOWQ7+GZ0ywEP8qq+\ngCvxw5lSqFNIequyhhvE9QDr+hVPqDsbmIliQORLeU8wVYGS22Twf0NgJr54\nLAxRUVDQcU/DrfZQ+IBASE2dyHplcclF3mI6EIxuKFqKYICokeEwHtL+kBiu\n8za0VueIZ40XIEExB5+srQPFAFrNYkWgYWH+pXKhNJwGIdEtQA9ZrjuBUDGd\ncPWp\r\n=rDN+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzACSJOr2zqSjRSG16kXd9L3XOzihh126w5WPmbPSUwAIgKG/QTOvOqgq7+Vj5c8epgu5kX1uDPBjqmkKJqbt5cPA="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.e6c1038d.0_1598556984768_0.6509916296684404"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.34012082.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.34012082.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2df5ccd57b9ce1a3c2b3ddda99e7e7d8b185ef26","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2df5ccd57b9ce1a3c2b3ddda99e7e7d8b185ef26/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2df5ccd57b9ce1a3c2b3ddda99e7e7d8b185ef26/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2df5ccd57b9ce1a3c2b3ddda99e7e7d8b185ef26/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.34012082.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-kFHD4/LZhdN5yxiaNY1CtRH/4zQCMWwLB88xDCVZDwQM+gGM8GJhkrMervyJz6i//7qKuSjR6cY4juB/5Ph7Ww==","shasum":"e78a70cfba0c4ca3282091007030a99556b33270","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.34012082.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSA3VCRA9TVsSAnZWagAAYv8P/3X1g5Dp0sigpoTqrLEu\nyWDJ65QHMbiNwHBYx3cyWoLFnvATrfkgJfP6Wt1G4dawMhoWV2YIbnVpLm9Q\nrnFTQbLiJngHgg9bm8meS+PtHqqDIxkVs3950Z/O81z6NRpUSzMbqnTNYhAX\nfML7L8Gr11R4QANAseNb8WJj/kL9Fp3bxSgKgiqHscSztrgszE8+xQ//diup\nhejUHrzQGTTzr736sUe97hiB0qLBligZuL1//epYdJG92+SayopWZDyQwTok\naAVdADh/qUiXx5dyylPci+GF5lrh1Xym951OmPYWsT/HyylVzeK/jM/WqJOn\n0rpLbhlFiNBHJvYZvhVxtMC+tKy8ekhVE2o+6Ao17hAjK1MhGVZAP3Tyjfha\nAZHpd1s6UN5V/7cYNoLmtFN+MhXiAbGdf+o8ZQNEIuDbPjwoKKNLsGPZY/Rc\ndDl8r5/IKAO8njBJe6lCITNaNDQWfa6PFKYUonCuFJ9eGJtmFwluG5igc/Xu\n8NQxaqVVDqMm8HBS7GRjoQMNv4V8G+HgqpmL+PFe2r77tBJEkYp192NPfUPT\nvBVZ9AxMrIe9SN9aRawq8mfkybPA50VnZO29oukj3ypTqraG2GNZCthHMaya\n/v9nJFLSbLvxa9/WIE625HoyyvhqkQFMhNxEGvYyTvyCxgCC+moump7xa9rJ\nS/eE\r\n=tPCI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcRzTD9fl7E1d7TaM0aNMOkrmjlI8l4WpBjQEm3AKoCgIgXV+/laBgJkvTALIRq6T9TYm7djxMjqITynydEQssUrs="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.34012082.0_1598557653365_0.7657756181356552"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.c073f7b8.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.c073f7b8.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e16d759d8a3de4908c04fd08603483dbc37b1747","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e16d759d8a3de4908c04fd08603483dbc37b1747/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e16d759d8a3de4908c04fd08603483dbc37b1747/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e16d759d8a3de4908c04fd08603483dbc37b1747/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.c073f7b8.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-WLFO+jcfnzFhchmKM1J0CpwMq99Wy4yo1a0nhkmd/IbrUDZVD0wDTMSz42kUgmpGsy5bQa4lFLEwdndXIwK1Aw==","shasum":"cc56b4ec888c15ef44aed46972a3a0bff4b9ab02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.c073f7b8.0.tgz","fileCount":13,"unpackedSize":25377,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSTrLCRA9TVsSAnZWagAA02MP/1spO8Bc3F5aNJ5j0wVI\nw/4WdqPg8q+CdGSX2LfPDS/sycp3H1g3wz+y71dR40FWaJdlemtGawJTJosw\nVxD9DXxXbUwvXj8iw9UPa7JcY4BtBKsbDyuMaLa4Rn4aOoGpG8ZwFJ9h4x2e\nKXef173wfoObK3+ge6nbbFBVT1HMWNx6HI/SctCSR8G8HilttB+y9J0JJYqu\n3gcl6vQrHPnc0De7mz85iUE/Rt5i1txJozMG5yR4Alx+fiFgWnL46NSjp5Rk\nu0xNWAny/iOpsPN2pi5LSN9eL5bX7pSxzIG7bESO2Lge0TQo2bTnQT9JF5bY\nDHTY2nYFDY0us5DZd08Mht9qM86yWWqp0wU3eAdEbNT9Z9MhyS9bA+LoVMbK\nNj0SlCfqTijQNgyz6rX1ZRPzO0eAlcWTp343CJgFV1hh5y9n2weQFdkrKe14\nPruNs4X9f0JYFro12m0+pqUu767IbTB8DvHBQTTgAb/SPndX6K6kayxXt1GJ\nGfvllt6G3ExrcVXuzJoyyDlv+5w79PTqyAwPFr95D+6XAHDMrv+E+Km9wLau\nVV8N5abzId8Jdq2dkqYkYbKIYi8qBhiBGDNUBi0idUvLxBaqA6yekQyhqIkR\n695dgi7bnfouHLDy2yNVR3/d6kyrtq3UmQ3qcF5zE5njYtaigngZawrNhd82\nxd0i\r\n=DDQx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9kg7Puz1P+i2dySNFUF3RCSi55dA6nlz3OduWFQH/tAiEAtRt8os6xGcmnXmPLKqb0Aes7pYFPjZgJPD5rBmVLALg="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.c073f7b8.0_1598634698646_0.33768167121373316"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.b7ae68ff.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.b7ae68ff.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"2065ba1bc7a6ad7aa6a2c0404136a31018fba984","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2065ba1bc7a6ad7aa6a2c0404136a31018fba984/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2065ba1bc7a6ad7aa6a2c0404136a31018fba984/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2065ba1bc7a6ad7aa6a2c0404136a31018fba984/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.b7ae68ff.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-TvIwFyVwMf3ePS7MHK7gYSc7/X7tXEGmrllAC0zltUyGlxI0I0ysDVbT2kmhytOQN5r6VrRTkRXsCbxuXQa5TA==","shasum":"7a4130741400c73775d0003a4564aaa32ae9b887","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.b7ae68ff.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSa7LCRA9TVsSAnZWagAAeqIP/REVpVV6sFP/cffKjKAD\nBTojAcW14bHkopKCFgOROwRkijh98HhKnA88h7tgn9+HOiZMM/03dMiH2286\nPo6nd/B1pUW53HFE1mbUzm2O7R6/SSA64Ia6XjejCS5fd0Jf6KT4WlYsNGw0\nsfm+3E+/2OGsfRRJ7Wad6Ofw/vPNNjMi8VlXxO8VuG04XwH1WePa3yXPGJiB\n4+7DpWbKjZsLri0Ervzw4O4t8YcypTlhcC3yET3Z4QUczUEPT1NtgIDypNbj\nN32EgD/fPBqaRfPv0yMorIjI8b+1t/KrdlxSoK8ESFG1ylLn3hFymj4yiKaJ\nUf3C1QUcQmyPnm+YWIhvx0LjRZoGTD75vui58wxQk/tLosJpIzA3LVu4RL30\nsHp4FMDoFnbvXvcgSwGkFvwn697hiJ3oE6TVJ6b612Ga3WwdXI9HrKGBhOfO\n9qf6YwA5CtHA+/QtcZy4AAnJy8OXf6F7jHsMLNudoQJ5eFvzIIDyS6udvvAQ\n6NrZG+7n4OUYbBDEFQ4KB62c/gRtGToPwE2wznMNCUz01kpuhRsiGxWMGXl3\n6Zr/JWCQRC0IuYx6NG7DLJ2ZiE0nS16+xgaFS3f1tMZNt5tWhZeG/1j5muHM\nIGt0tlvhlUflfEVVfvr9PDlXmJSb5T5E0X3d3yQvqJrhXwGu3HUJ6bKHIh+4\nTV9T\r\n=3K88\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD45Lhli3jXJwKhB+1sJW8ZnP/aVE2Fnh9qh9v8iueLEQIhAP/0PMnHKZlpfosjriAziB8fyyf47gwcFZqMIjr28glu"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.b7ae68ff.0_1598664394998_0.939430778558034"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.697e3879.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.697e3879.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"beb4a106ec95684b6ccc8c4af64c083d8462c917","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/beb4a106ec95684b6ccc8c4af64c083d8462c917/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/beb4a106ec95684b6ccc8c4af64c083d8462c917/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/beb4a106ec95684b6ccc8c4af64c083d8462c917/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.697e3879.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-v7+ZsqDZYGvJVd19pUOmB/BveFrBHEsO1WMLpgbQQKmDgw9F9/lgGqA0/Lsl4M/TK91qIect5sr4iRUHAGFZKA==","shasum":"43b7ce4ff18c2ec269837051321e1bf39839b330","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.697e3879.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTuNuCRA9TVsSAnZWagAAoccQAIxYbMm+U4lEXj5wirR2\nV3PSOmrmzROY5BuaN31sWeLlyEMvveA9xTB5sWJoH/ZCYio71QSA1Xi5qsRn\n5eORXcQ7t+5A7gzh/uhzD32kpBSDgp3XEKC4m3q5iywBNxbZSSfdxQ5YhoUW\nBlmherWV5sCnsv0mYqOQ/hBa7HcjE+YKdGuwKDNop17toCZDPymKsyqFtc8r\nUj37O3eJykyPao8xvLi7ddD003mh0N1Tp6ImaGCzlyCQwwAD+VQ+uMZqnA4+\nRS2KJDUVm2/wTBYKijCNd+4cXgIb9OpuHgVgGV/Ay957s5BF+vL5yki05QQo\nZPeFTZCb6zpmqd9sSz9rvyThpkpu9bweTTGdPajh6paLXqGH7PBe0FCRCI18\n8IXs4kBWH1c+URgrJkIL2F8c0y8CX3SEsH3OCVh381nMTs8rcX16gMgokxCG\nn2rDXDJbpU4M9HhrHu08g7VSIJ17kaNuDh6BN3Jiiy0P5Bi7f9rhgujhSqbx\nbCOuyIqZ1vAIO5D1sdeCLf8VtJyJwmjWDfVKv//nhVdlgywgs1MC77xbpamW\nPqT+WTzyuZlPMexTbJ6sNXC+wsa7GRrD6y5/CjlzVhZhe3laW6WmXrCtHs0R\nMj82/wMmUH/mYI+GzHv1NrCHpKiEMEENunAfOzAfo6Vsli8yGtxoBRcmvDiF\n+0v/\r\n=Pj0c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCt3f4wQwuL82FHwdJOCCLPbl0HgO+H6Z2y28h92V+s5wIgS4ooi4ST+t0w15lGYulXQu6hSwKooEP1bQNt/sszCas="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.697e3879.0_1599005549594_0.7635007625463406"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.eafb7991.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.eafb7991.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"98841f8d9a2c624210fc6f0bdb87082222279e38","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98841f8d9a2c624210fc6f0bdb87082222279e38/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98841f8d9a2c624210fc6f0bdb87082222279e38/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98841f8d9a2c624210fc6f0bdb87082222279e38/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.eafb7991.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-2qFZhkoi1JpPCaDsQkByp/M4s0i5h9/FAcJZHeMfsjL5s6FBC0m1YkfwOsCTiFFa0UjRJ/PBnsmD+z+cGDwLcA==","shasum":"7fc1e820a4c227748983a8395fa07f5f78149aef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.eafb7991.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTwDECRA9TVsSAnZWagAAK7gQAKOAcuqgqnb2Vm+KLJ7Q\n5I8uwaw4WMtZ8lAIpyoBuHjai+G0eyuEkh8etLUUaPZInZgROIjGIFbreeoF\nRJBL+3VYWVjwZEaETPR/y38Wu2ipxyc3tKjUMjh3yIFzHIGRE2QdDw7g7wRu\nNCpgp4/fa8eUXci0SXcs5SMiODTd8/VrFxzQ24PQuspSJuPn03vqV5iG5xHL\n/PFptbMuaVir2SPV2IsrMYZWwHsjqWVbj4NWZUAqsciDjqfFjwgONUmfa4hz\noUDB2OK6LKc2SE4wXFIKJxrV2vhJopPuZY8zH4papeun19UJmQ7bZVHYjpSY\nf9S9a0+fE31k3QNwZKu3dPITa3bRawcDleuqRHs0a/kyu+m5bwP3oimObyor\nRy+IeI4Bj5XWY8yzPx6tmA1mEVCu+psiqizqzenxaXnYoT1UeM6/Ds1MHIyk\njZVHmLF6vGZlbUPM+JIDZxhRlVuhcPLtKEZSuL+KRw0/xfNLwMgamHWkR24Z\nbGEIVZAaZJ3ITT843wPcD42+JAs8H5OVJq8vzLrchY0DyFnhI8kCipqp5W39\nGLXZOeyr83HrwLDkLQqmlBFJQW04HttQgV8FFVSfWETpk8tH9wz3ecxOatWS\n0qIUx8CuJG84rug6JF0oSU8yJ6JHP5No/OQd2cXz4b6V5DUGYXlnHL0orkXq\nPK8o\r\n=OdP1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgpRlYXzQxsbt8LEOjMfjP9FAGSVEwhwXbzpcMJhVGJgIhAIKr0IOjF1RKzFllqg1ocm0nZu/ilBNpi/5sDP42hocO"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.eafb7991.0_1599013060142_0.18473252304900623"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.606642ec.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.606642ec.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e02eff9a35c3b9c054d88cd2c45d44ac7d81db14","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e02eff9a35c3b9c054d88cd2c45d44ac7d81db14/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e02eff9a35c3b9c054d88cd2c45d44ac7d81db14/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e02eff9a35c3b9c054d88cd2c45d44ac7d81db14/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.606642ec.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-yUk7QaGlG307IJDpsEko1u+HTlpWURf1XGP3ervJf7Ns5AfqlFDlL+/jznEWuPfyXRFXkY7aG6mHlFnf/0ilag==","shasum":"bb0b8aa3239688855347116c639cb1b71ae85049","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.606642ec.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUBAACRA9TVsSAnZWagAApbEQAJ3lxM+yJuY+3t++TDQB\nBEyjLZLbFv2HtkXvqnPTYCe9TW7LuIFhzqa3gb4YXmiGQUH9SorWBmkbYSEC\n3Rt9KQGXqhwRkIHtDQE5V815K4yjrnAJe4H9nwJtxJEqdyI6Oi/S53LSPx2u\nH2mEAVRke4qOzHOuDhjidAbEu6cmjqssv3zrLx8ZK67gKp+Cg92w0WCoOSbY\n/sZpXeHhe4tNFuR1oCuTIUssgG0XZEuqFDWVxJXiVoWwPcFFlDiYXV6Q3UYT\nVPHbmfrapkjJ56jDsQ+ZZDsDFqGviSDawpoqAIH54Xz410WGZ+OghlV7Q5kz\ngvGQkQ1oDB1DmuBPV1oscBKkz5ZtWd9NhqFguxgNCIufTzKVWpLa+pxx47ZD\ngKCRnLTyG0SE7qdaNoN434TLpxgkaaUCCsZSAlLtHlI9D9BnGkPYnYSqDyw8\nN8NUQl6V5zG4B/NL2SDDSaAzOm6869S371gj2dzyzp1V1hqE6A4F+2LhtoK9\n9VCb4gy4+geU+f3bdeHVqxaAk48KR1cGDJAqhFGmRMYh4z/q5yYSD0Dd7G4x\nMFa75G4Ggkj7RHj3OSdF1RP/cwyjMjZis46OhQXMruFGgnMrva0uWUtQeMLm\nfMLlHnVrS8HRpFmXs+Xx96QnQLFuqrE71US6o5IxUG9gLYSuWndsmBaHaih6\nWTcA\r\n=hnsd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7sAUx96Up2VbNfw/wXQIquBGbnlxqS1uUbpAiMl3WeAIhAIM7lZJ2TG87q558Gduz/PHLB+HCH3fjKgPB0wT3Holt"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.606642ec.0_1599082496410_0.6344380931451081"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.ddf05c42.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.ddf05c42.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1733e660bd96fac32b417696613437f27b2841e8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1733e660bd96fac32b417696613437f27b2841e8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1733e660bd96fac32b417696613437f27b2841e8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1733e660bd96fac32b417696613437f27b2841e8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.ddf05c42.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-cRNXYrn3kr5jCoJeT3d4V0A9TeKTrL7TswXHjvXa7IPEBoEdm9wpnDXrDhPHe42GShFMZS+PVLhXhxQNsczygA==","shasum":"5de48f82f60712bcf2828dc906d88466f283baf7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.ddf05c42.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUPUeCRA9TVsSAnZWagAAS2gP/3GdOi+G3spCqaO1pddc\nA805qFnikmgEyfdaW0H9Q/jKe7HCHPufQ0lxpf+Hoa9dTJ5wR5CB+gFnottf\n0DujJMaJG7NsBPGS/i7O0/BnSFJH/KTFVtatsdguX9LLWLlp4s1tP/uvV0oS\nCFzEHE7iCLeuJhjqk8nGXGgszDX5zcihpknbvpcWQSL1oeqfLpQNL5/Ya++1\nNXqP8VzNrVj1JYqPHWVYiPqf4I5PfP5Px86EDmnooREGxAJxJC5gOyR9pvQn\nVb1qY+gelFV5a1WEQfAUfbGxH+3GtinnKhCFDmGqagroYf5T5pVljUMO9e3Y\nNUE2S/P48CQYuDeQ8W1x83iEW1Wtah1uLWKvaZnCXcE2KXdJqrsIaBzoajme\n2AYxEIZaTN7XlzyMPCl74EvnBE3aZqKFEkG4c7b0H1jMZVJP1LmXBorW4i4Y\npI7RBgiutVTR9+rVh37ux2XTAXPil+OMcWHJuKWo5G+n3zWWL9ceoXxUjAH4\nIqm41Zg3ddAU2vMr9mLF8stDgo2KNopxQ03pmVfvNITHz7CJHJkKgeTSB9lK\nPTp4hJ1f32y+OV9dgCmKSHdjWZ97wW7MDQhhAW9XQDCSFTp4jLFpLu9SD90E\nQeEtg7cboK/xthB3vDkFL6iRUYaAnGLtrguWnzHV/OCQGNmHXXif9YRZiPDC\n3oBd\r\n=0sJa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDym+K7mnzkWbl5upl2vMAkKViF7GYdbrcilYGQGDUf3QIhAIzuRfym7Ko+i+1Q4JgRtkpBzlvfBHkv+G/CdzVzY/bP"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.ddf05c42.0_1599141150137_0.7097622568610362"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.b889e6dc.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.b889e6dc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9c47011345ccf89ec21a35053b80a0901ab1d6f3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c47011345ccf89ec21a35053b80a0901ab1d6f3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c47011345ccf89ec21a35053b80a0901ab1d6f3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c47011345ccf89ec21a35053b80a0901ab1d6f3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.b889e6dc.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-f8PQnOfZHMLtMJHLWCFgl1pWYu7JIU2zCKKEtcQmzeHGZUguvd9BrSc0dOMjIvhyL2nWhLWmocNPqZF983O1/Q==","shasum":"17ffd9675b3b455827617ae5bbc21ec52a7c3ffc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.b889e6dc.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUPlbCRA9TVsSAnZWagAAO7oP/R121e3iDSzhtorc1hJy\nLK0RxZqiLmkRT68ltKkbmHJO7nx9JDUDrPmI53O3Qp2aDv4cXz88xqtCCLSE\nbiek2mr4zMu7mESP4kN6ka9sZhb1WRq08HGd5BU3ZuY8FjwQefL+ZGL+o5Tm\nszuEdESGkECRluq0d9YI4lT3LOQTnj+ym40yq/g3pPLAyxJZi7ptXqEVpIlz\n/4ajVJW8wCOfwndQRbrxCHqgdGBlB3NrjnZlIbb1j6SB59k3qjM/c/LBHWLU\nnsSxC8DCse8wlu6IXeLewkJPb05LnedGgvhdEVXEWEjzvo24bQCWrE+hVmz9\nmWWwrvFbgB5tCs9YO/v7dz3f8IWUNkqQ8srFO13KuyBbLL+4Y1vOONppiUzx\nfyWjadi/2Ow1eqLcKGwPe5fCmMGIMTVK/7FqezQdDT4Ud7qvtWCjyAGOC+xM\nGpfzKhvlXGfDJVaFLKhtM/Hj97peGn/gJoj18IeUk6wX1/JkYaIaqeGiIzyL\nC40jHVxfVgmOOqotaAwCpXWeZIZgIpm6UjsSlM5cBXdmOxzwY3CZGqeFMVbW\n2u430RntgKQ3TivmfNfuB9k7Z4mKSj7DAyNgyo0A5HUN7fHP9nGmo2JBkviZ\n2s5/PueM9L48PUb7Y0HJmVOQP5bZqK+QGJNIU4WO0EILUsdiRQOcFLnuqjFh\nXYvL\r\n=vWZz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB8I0D9xXHC6pCqBv6lpvInv+wCh8K5FLPAp3z/ZlNdBAiAZB+Rm7s98vcH8wxIHhHKwhRNm2Yw5nYNb5zNuboAF6A=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.b889e6dc.0_1599142235242_0.15057572544247178"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.aabeceb0.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.aabeceb0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f699717c41dd2fd6f77fc62da010cecb621e6991","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f699717c41dd2fd6f77fc62da010cecb621e6991/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f699717c41dd2fd6f77fc62da010cecb621e6991/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f699717c41dd2fd6f77fc62da010cecb621e6991/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.aabeceb0.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-5bSorb86zeoRDhZUEtA+/jmL8U0sGhP1z/MIvL1D+JSGgeqSip5zrCnKpT8cvx0DgvsbGHgYR+Uyly82qqu9MQ==","shasum":"f21c75f80fa82811225bc1f8a117468dfa9f5202","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.aabeceb0.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUUqHCRA9TVsSAnZWagAAlPcP/0BtWS0MjwIPEDwO/l/8\nq13OpiLFeTwulEk2rFn8+UXK80H9cG/d7GVbfpAUBQ+stWC9PwH9ROt47wwp\nykgA0cNssy66IFcjP8y6+G6SDoprgygBn8nJFiJOlcmkXoDJNxFnPhYPKvCv\nz44dj543kHkzM4UKO2wNi1Ei5Q0q5ZBEG32HfqjQyMkHGzbc71LMvEsMbH7Z\nq82KOJCQx9+NCFcWrYbxuKDVCFncZ9YqxSkn6VnvOWLv/bG6neyjWJdX5fL1\nyYjgW9774Tdy3iIOOk1/V8ExKA5oCOAtgtuuJgWyHjl6XgvSXnjmSDYV1Bzp\nNsiv6ZytoF/SY1jJxp6MKGD+WjWG9d7dJYgLGZaFT1XSzkx7jUGO/f8S1B73\nlyBe2zx6eipsJxZS2nMiUDuRFgnCxuU69Mt7ERaTbupidso5dnFjYT2LGKwM\nkgnhu+jLa68ADoOwbTOoWEwwZnOZbt43uLJptTCyZOLvpMQ9R1oqG9wwydB/\n9kRsyxn1Hm2/FeFJSIAN4QYkqiKRwKggtJ1obDuUV4ja12CCQEx3wYtuZ/Oo\nb5lAxwJsIBF20jYLyXdfsid1o5zlcda4MPz9jifL6sS42ZB0GjnKNodhUnXX\n3JPY4CY7UcslowmI+woHQMeLdaxXlgxxGMjVd54gns94NubEVaNgKGpLZcBr\no06p\r\n=oaWb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+OwDimKMuWDbZUjqm8rl5B4AaLdKiH6HR/RlDPj91IgIhANo+u8Al6vOhb7y49o23ecwBPmA63XT98X2fKrSGN6DU"}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.aabeceb0.0_1599163014663_0.027058797495322917"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.d8cca3a6.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.d8cca3a6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"db99eec046a418490ab66f7fa667607aefc5b26c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/db99eec046a418490ab66f7fa667607aefc5b26c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/db99eec046a418490ab66f7fa667607aefc5b26c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/db99eec046a418490ab66f7fa667607aefc5b26c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.d8cca3a6.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-Tp/q0aHBBnVXQNU8vj3DwZdMjsvWvdF2OXV4ODL5UfcuaM6wGzyNZU1Z/k27PyHhG7JKuM4T0zFnf35UnTfyJA==","shasum":"6780e9504e40d2841846f5927e6c508958820dd6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.d8cca3a6.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUWCMCRA9TVsSAnZWagAADVoP/1Lcveu09rpQItp9Ay1q\npDZPzOYBVCZgPAOJZcMFONk68IveQa9RRnJCJkTneElOE8LwlSaFuiktUts5\n7fRNv0xcKSD03aZ8rxGtAXOXhcv+FRPdu9YwGFJv21paXdMqL7NOlkcvIMOw\nk94Eqo6l3qlaqiuP5ln54ROx6WIC5FpEN/BBhrifSnwEwL772eDiwFHvNTC5\nyKgQaaeaaYC6/BxzPwGS8C37k7hkhAPJeyyk33i1zMBjGa4NlWOq6pjhVp3e\nHKjBIpfK8Xhm6Sx9Q7WqGvhadt1EFUGmNey+hH/UOzdS6jCeQoeUmFj2KMuH\nb6vgd9sS/5CFyc26LmWfga5aH6KQZ0ajDIigDLeSvFbwQ2JQw5anInDF5mSR\nZ+tNwgZibBXWOrD0Uw1RSOq9l/ppys8goXsPTmud8cEKcYR37f0Lgp0pr+hE\nThP7jtXtQJWTwJukaoOTs8Rtt5/jVtaCFMaF3IXU+9UkdpZr3ltBjJYFdp2t\nWyHdM4VpJTTevGnvYH6m7Q4NSU9AHRjJ3n+Abk2Ygv+2scXzzfSaPagIerfz\n8oGB7IZZcQMi4ac3xuBPM3P0kp3mRLUFtEla/aWvEM/FLsxENuIIzEKFdOWm\nmqigm5MYXg3T3Tee4Df1fmNhc+mvK3/V3EW/HYEFqBAKNrEgpwEAbHM3ZNqS\nyO+X\r\n=aH53\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6KglkbG9Jpa3t6n60TBbujPUmQwAl4KmtO37pQOYifAiBNLom85kPude7zNQlUitOxiMP23icmu+OEqPwbRA1aUA=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.d8cca3a6.0_1599168651967_0.5857181836781045"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.26d34b2e.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.26d34b2e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"52bb6b8fb277d5ec6b66932a0683e4f2fdeac872","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/52bb6b8fb277d5ec6b66932a0683e4f2fdeac872/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/52bb6b8fb277d5ec6b66932a0683e4f2fdeac872/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/52bb6b8fb277d5ec6b66932a0683e4f2fdeac872/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.26d34b2e.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-LE6m+lYIB0mQ9Pm93Yuk4zEzbUgMUc9pjDkdPe9WPHvZDpak0Dr42+JXYh2H8Dn20z6vA9nrESRrdX4+FgqHAg==","shasum":"5e04c60a34db78434f5eaa447539690ce27cb8df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.26d34b2e.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUWaBCRA9TVsSAnZWagAARCsP/ipzD6f+ZRwgbu3q3uhQ\nYbo1DxsWeUoDw62DCV9heTqHGjHs6RZD9u9OdaPMzFTKf+Z4PHuHLiv5QGTU\nFimYEHlwQk65EkfG/dgdZL9bwl6PnGiWUegqOnrdi9/BrmnPSf63PFkgXjjg\nEXR7jgYefIVv+7CG23id0ENw0UCFXGJ/DFarOpjkKlGjFQKiEY8lPjGv7ZyC\nKZmqomspBN/k0lWP9efVhL1n3BnxC/OiCCt2OZhBXnUF59dWJGrUKj+8hP0u\nZGMUU+T5KsnocU4mNBoJ4Dx3pBH8QQXOjhhjHtAK5XBn+2w0Z6p1p3m9IFfX\n/dO8jXG3LFAthnRC8u4WRk1HlCHtUctSFoZYg4U3Mq9A+R0nmIwf02GF+PRW\nrQmqZDX1Bl7AmxA07BgOab3dB+DKJ8tQz/Z9B4BVl1C5rxSZViE7xwczq6//\nzWlizx4foli2h/YxWx/uGy2cCbmGIW9vug0wXmjYknuohimVOFuli2pTveVr\nj1wghH5YVaIy3iD7Y88YufApe1YB5VoGgJ3YxyA/B4ZN2eTpv0YHbUamuM2b\n9GbQsvGltn9Cia+okaBMdkUJ8JoVZwp2JB/arP1mFWlBJ6MC946K6wxAejss\nDpWILWigwzG0vVZB91rPnHphgPOBvjgr1ddS9KJMtkIZUYbNKdcr4/SQzEX1\nO9sH\r\n=zJXj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBtOyh6IFbOfGgSRZMV8c3s9faOhekC4vuqssnUIVOpsAiB56x8EVVStRpRfDQOLbohMkMiDwH0Q36g7LGtMeu2r8Q=="}]},"maintainers":[{"email":"abhiomkar@gmail.com","name":"anonymous"},{"email":"acdvorak@gmail.com","name":"anonymous"},{"email":"allanchen@google.com","name":"anonymous"},{"email":"aomarks@google.com","name":"anonymous"},{"email":"andrey.prigogin@gmail.com","name":"anonymous"},{"email":"asyncliz@gmail.com","name":"anonymous"},{"email":"dfreedm2@gmail.com","name":"anonymous"},{"email":"bicknellr@gmail.com","name":"anonymous"},{"email":"bonniez@google.com","name":"anonymous"},{"email":"obrien.test@gmail.com","name":"anonymous"},{"email":"wangchan518@gmail.com","name":"anonymous"},{"email":"emarquez@google.com","name":"anonymous"},{"email":"esgonzalez@google.com","name":"anonymous"},{"email":"kenneth.franqueiro@gmail.com","name":"anonymous"},{"email":"lynnjepsen@google.com","name":"anonymous"},{"email":"aprigogin+npm@google.com","name":"anonymous"},{"email":"mattgoo@gmail.com","name":"anonymous"},{"email":"prodee@google.com","name":"anonymous"},{"email":"sayrisuarez@google.com","name":"anonymous"},{"email":"williamernest@google.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.26d34b2e.0_1599170177420_0.04264734464177411"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.a1c44494.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.a1c44494.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ee68077e51a883c9a0728019c33ed96d4563758b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ee68077e51a883c9a0728019c33ed96d4563758b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ee68077e51a883c9a0728019c33ed96d4563758b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ee68077e51a883c9a0728019c33ed96d4563758b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.a1c44494.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-7h7Nwg+nVmHuiHVVFn5zvb89tUaczETBqjx9K8sIBdBVp3KkQfHrkYq3QI++rO5beAPaVGPT5wscrl+CFuw3Dw==","shasum":"5630c3123ccd493fa7028e4ec9fac6f498f61911","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.a1c44494.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWVHwCRA9TVsSAnZWagAAS0kP/jN3AO6FcEQH3x8w72If\n5ubAn0TCO1qVMwhdRaKu0IbauECZ/abOmmo3B9cJUs7f9pmOhnP/lEzUYski\nbf03lUqV8U8evxw2O/p5goiDPIUHcWk4qo3YTvG2IEZJB+3qqPMIfVJ4NeKB\nLod5lkxjhD8/psMvSmfN8piGoTaLc7vGXmbIQXyVOch4QonFgHOR/pOb8h0Y\n+BbLWGhHMm0jcatx8GYvw4O+dt9vb4mNVo7+W6avFQJXpKRxYxo26fLpPlRv\nhPYMTP04/KIP5JKSqAFw9fXrUj2FLkm9WNERy4uMaWAGJgYRGe5td5sVmIys\nIiyJBT8+Z/a7WHHszRPdfR+1XWBkoKPgb+LEwmeWe8Ex/wkAnOUcSyaiuk84\nrl1x878Y8k0gdnDbOx5SgBPjWHmIiM7wAJoiSwJHXMn4cp0iuOeSOaFVK5Vp\nGictt1a7l5nTptUQEldocWwiQO8mvt8mLZNV/keFET3QwXwZUmXjr+bbQI2C\nDBFs/3H96PGrQu74rLq67gKYHq7o0lMtx/RqrR/qKdaoRXfVkwoa18iuZsa9\nY6uzdWSDs+5OP/X8xgunZz6q82W7DLgOx/NdFooY03tYjtq4vF0p7KE5B9+o\nDMEP+s2cNP2DSLxi02pklQvGDLJg8qSj+i6639bW6pmeyADb3IhsOwRNzd7R\nLCGx\r\n=iMdg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC9wfgnJvr8VuMJdlPsNa+cUUsFki57XJrepFx1yKIkQIgdc9qIX2HDZhpxiVsKsxNMDvx19v9s3ZbyX7w7UX1aCY="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.a1c44494.0_1599689197155_0.25358760608404607"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.be1cd1e9.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.be1cd1e9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e4ece959ee320d67e92b5c9add79f6f7eb4b2be4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e4ece959ee320d67e92b5c9add79f6f7eb4b2be4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e4ece959ee320d67e92b5c9add79f6f7eb4b2be4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e4ece959ee320d67e92b5c9add79f6f7eb4b2be4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.be1cd1e9.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-Bwb1lC+H7FFwkN80Z/UWqbgbZqQrnXtH2DmBFa7n36YxZK2T6EeWjW9cidwlVMzKXNyitkcaoNUorb/WYgItSw==","shasum":"84f56299c828263f0fabdec170042008577926aa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.be1cd1e9.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWlb3CRA9TVsSAnZWagAASxgQAJUD7BKgdUgihUSPK25r\nFNOuHQMgYcFAbt8U6ttR2AOgAeEp9LKWLiwsw/b9fGeIVZUmzKYcLx8ZerXD\n7wmE1SJ7UmxTdLxnXoQ73ZxZP6/qg55xlatSkC7crVPbr+ZkShi6aos0Qgar\nyuLuHtHftx37yTD+EPve45wC58MAObbxd/fxfU2my15mHO79oRKlEZPDz/93\nliCd4Lp/JYLJVLzaUuUA4Ge+XRSMCr2kWnMz0l7nLI/Ye34Ce7Wt2kdFWsXr\nX3mn2R121/7gWcufKLQg9S0WnVeTyZchamXu4awUxLGB39fLXYyskPLrlkCr\nKLQ6/Atplc5ezoK3dO8UlL8eI+aL7/0943CZNKp2+tIR0ZZNtHI0AnCZj3A6\np/tIEQ1q1gyve+v6AWjhYotwrKaR8pJR8O3aUdRUHbybU6JqzLTfOJcOuJcm\nxr18ePA1BVkIqXEP0UPQ+yHDgPiX9wO8wu0+CzzMBhxin9dzD7H2RWCut0Gt\nNAFCaxL2IuKz6EDyE7ok1A/8ty93MMVkZelH8K/234oFqXMZFgh8GNQJi1rW\naWlj1FsZZHOdCnZu9CigYZdrzxAHHnyTQ4bhCJ3LJhh9R5WBqE5cQvpU1hPn\n3xYz1DIin8a+VfbniUGboMti4f6DL0cSVQmnF3+fL0wFD+s200iSpj8crcWi\nVIi6\r\n=gKal\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICd3EiHF4zMex4LWT1YTAnYV4lFAArqc/1ZuD5WYUG2GAiAIVG806PsPmh+t0JVN/QVe/VlLyH58fuJi1VjHFwE5VQ=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.be1cd1e9.0_1599756022572_0.469068234260567"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.f094c0ce.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.f094c0ce.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"de510bf2f44db6ede47942c88abfee6266225354","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de510bf2f44db6ede47942c88abfee6266225354/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de510bf2f44db6ede47942c88abfee6266225354/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de510bf2f44db6ede47942c88abfee6266225354/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.f094c0ce.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-XKwU1mE94an2G4d2y2vosM9m7PVLRFeRCzwbqU9AsPp2IU+3aTwJMMlYw3eTIbjoHUQ8Wy5vQLKbsRyeaLiIqg==","shasum":"968f755ce1ef06461b4408291def1cd7ec5051b7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.f094c0ce.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWmPpCRA9TVsSAnZWagAAggwP/iqOuNG1eXdtbO+/BbYF\nlaYTwZ0f7mY3ldGJsvG2q89BzCgLaD3plv90C8DXu9TC/2ey2Tdl3KB7hesM\nKuuVDqx/07uWbYNVhJZuay/0yl9XhH6QSbCFfozFDkdWh1Qm/DozgK6y5VVI\n5QNDWezcC8KlKtyjIbOTOgdFyE0vBpjYTnAuGwf4fwHbsnHrCZ+KzZkkx736\n28VjcWhKzKQpHF5iwHRJ8XClF3O3jLfnqs9GjmLDOGOqUWrOwZ78dQRb99px\nzi+OaffF7nqlSLxB2uovdTAX5UIDaPyb+xjmOS7vBb7iY7YCzDK3a8kHoCue\nYzewgcTR4dZ7XBol3Zwh3KU04tVmSyO0Ap9z24tlbbhQSAqMpxVoN5C1sB4X\nGtN44MtyyQHlDTSbrQ0s4lCEBAtclsfWD0s0o8h9qUbutUdMuUm1HaEQ150z\n9JK1fI3GETJmxnsbRCXKt74P/3hU9GEJhqsZYnUgjDz7VVL3pYsEWPtfn1j2\nVbdwxpk7ELfSVTuweZTTJYdJ9eEntZoau1JqC3NRL0PM3vM+Z8bFnncDMxYr\neTaKmsKPXOfbc45BgHmy+ynB97+o883gyWTvHPQx8DXtlpwXNolWX1Hb6Zqy\nO8JHZq5MU47b28Xr9hnPVTgunw/s5OiOHj7ajIP34hSfD2Jd+xbTOzNEBB0v\nIacJ\r\n=QltK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHeXj1US90VhhV6eeyIedKqUJ1pBA2NFePiPN2uKezmgAiEA+uHP7M1hoYz+CQe8ktOYgAS7Fka/Zdbrbrr12D651X0="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.f094c0ce.0_1599759337227_0.42900998484652386"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.c1261e7d.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.c1261e7d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d3ed845121c57e24ccb397b137eccd91a179c1d5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d3ed845121c57e24ccb397b137eccd91a179c1d5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d3ed845121c57e24ccb397b137eccd91a179c1d5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d3ed845121c57e24ccb397b137eccd91a179c1d5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.c1261e7d.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-dkYZ+ripxUxjvVw6I+ZGRXqbGZhDwCGdCeW8fOBbhLe5/hg+2CG5ualXtM/MVN0z6uD4C+xrJkfZ8LNUEqYsPA==","shasum":"9a7b7f2c6cad02dd8a1acf671a0b98f8faa9b805","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.c1261e7d.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWuAjCRA9TVsSAnZWagAA7LgP/jjLv0vZAjk+iSuCjnHn\n7B2SS1hUe8SY2iTnHP/qqInJW2/l9GqSRosIsve2gvCLkZRJmBlcIjbfRiie\n2jp4VgMWisk6KGsyGYOiJ+ytcyg6sYGdLsLoo5Cpjz+w7NYPOBGb7ewVIiOE\n5eUt37slhpUalL5yvJPu89rrfD69PWTYfG79DmcmWZd1cp7WMi+VKMaxoNnP\nK4SxCaTEg5hNikyonaUyaX4YR2j3SWQiFqS/vj31okNVGSg5xrsmvl29bYOE\n95AANjZ0Y5M1wLAVl/yGffXjRSMQVNRZ+66QLNVeruKMX4V0JiVlHIMALdWt\nyujj7NSK50JayIvONYb51ucuClD9loZqHa3AjMZxbRANftw2tgJpZiU4HW99\njfS6Pq+1zlPWuT+muZ3LVKGyjsyGKlhy8P/WGBB+JGMr38vy0I2S6h4OpN9n\n92ZJ6c12Rw3MoE7k+tYsmtCVYN3B4pVb/58DeLoH/K6O5R7fzejuRxK+NLfK\nTP2QA3zEnbatA3EhnudD2yJqUUMnWJWps8BUhiNRQcdQNkOXpRYNn5MjTulF\ncVOw2ijrcS9IDaPe/w35huLFGu21uhVIf8l+qn80Mz0eI7ZVMDOH8RhQVrXR\nLFXomIisg5SNBK1mL1csemE4GVc9jaWby/9+lzqh2nwyEExFwGOkbypz96EB\ndCOs\r\n=7Nqc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9bdL27pO6M8VfeHdhrx3bybiedFxdRVr2B7hQ40tMEgIhAO+/xhdMKoLqu57H3HhGekYuH0jCkAP1S2YxvREyqPh7"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.c1261e7d.0_1599791138755_0.044313873135598314"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.9b39ed1e.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.9b39ed1e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8fdf88b38d36782496195681d3b1d340ae36fe12","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8fdf88b38d36782496195681d3b1d340ae36fe12/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8fdf88b38d36782496195681d3b1d340ae36fe12/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8fdf88b38d36782496195681d3b1d340ae36fe12/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.9b39ed1e.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-xB6gl5h8Pfjo/wMNejWs26f+M58ZZrvyqLf6J9Y4FahMjjqbvCn/iOlI4X9Emj3vIZoQYKXJtfNsbA0yMluSAA==","shasum":"8e0576b20d7143e06a4853707211c9fc8aed55b7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.9b39ed1e.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWuBbCRA9TVsSAnZWagAAOngP/AkaBLfkmxGS4sSTodZy\nQOdKg3lcqu2apQOVC//wqtyE38RjDj97vjh+LspgJdI1bVOEc1/63o2t1Kox\nqjOLmOGKncbEQgIjfME5oCOsAwClS9j49L3Pobo4PNkKUD6Dl5UnUYA+r8LX\nkEyBRUlURoEc0OoPbeiDxtQ3DMPARet0ZaO9KGZMUjhI2wfGqfzr7Yqo+qzr\nQ3UUjsfPRWX7Dwx9ZY+YFrvWp4ay5UNp3+gDl7d+HAYtceo0XJaw/tctRDz3\nC6dsmdBqK9ToQr1uRfQeU+0RI20cTDsfIdQAnkMPTVZGU9UqU/kui8phrQ0U\nSAcLHKXaGviJXCqdOOVcMZ1Ujw7Dl6R8tQ5aXoW2iCmEwD+jycR7eYy+AN+c\nK1X+anea98JlHfmi51a196lOyUFpbFfyaaLDMngKPrivcsJu7YyOdWRnWXWk\nGxMxaahQh34ZQS/P1iELrBFP+z2k3meWfyFNXX9BeTAEXGzDCIA5UCo5pKxi\nw1R/bJN75icMIjSLr8+EbVccvQBpahRfitWxRF/yYV8/1WXiDbxSKxZ2elZv\nCh+VZcz4b8S870PfH4d5rt5uq1kRVup/4n0QFEnjjTgrMgBzuoF8TzVGofQl\nqO77c9lumhmiJHlB0QqHa5g/MRIo42hK7701CUyL7KJpZ1HUb8NjSfPNT8qU\nHLAr\r\n=XxAP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCA+C3fG1v4m1t+3PXSTHvNX+xdDJn2wqxFcY1ZwcuO1AIgIqFDi69eqOqt5WuUAfkWwYTqLhUMCAbXWM+wCrvxnrA="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.9b39ed1e.0_1599791194943_0.06196875985972672"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.e67214b3.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.e67214b3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9d09adcdde4c822614f34fd4c8fbf1e1b07e558a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9d09adcdde4c822614f34fd4c8fbf1e1b07e558a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9d09adcdde4c822614f34fd4c8fbf1e1b07e558a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9d09adcdde4c822614f34fd4c8fbf1e1b07e558a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.e67214b3.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-c2Yhto75RDWDhOV4Nt2nRs3jPMT3xxL3T21pQvrHZWMRgEK8st5jOP0119EEiXKYkssfHIUJgBZMWPqEugg/jQ==","shasum":"8e76eab5efde839b73c780ddf092cbacc0e7d419","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.e67214b3.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWuFhCRA9TVsSAnZWagAAjYYP/1l83LD5Nur7vVnh1hb2\nHIQWGSg+5tmCDzyNjk2NjwbAM5iwVU9Vfu5ufgI2j2rbQRI+yewuPtThlDqB\navweaDhSHGcjJmixl9Yhkigm2o1Screa5FvtvXhZMXg1DwxePjQrlHpqvT3T\nPDT7uWT1XP1dbr88kd0km/O7DqSAKEidFTKkU6tAYF+r7IQFLIwo7kLCsVQo\n9FLmsHrZNNRGKeRg2xWqn2kD8QkzrcHwcdwcac81ozMHD5oZ5b4n47XWfG5R\nRpT4gUdAsGaKJNTRY6ZtB6vrAhwjE9zxH3af54eVnjQnfyGhrHwYho4FNLBQ\nWeIFai+Pgz41mjZD+URXKR3gv5Wd6uOmGxgUZtP8Qg+uBOAgGZH2cFKwXhZn\nC51c08qtUiNzcf4NaH1yA1RxqPz0Vf7RN/kW4drR4KVrlISO7SjtlIbkmAgY\nxUhbuaEQuAM5BLdFnIKp/DYjKqzDe9QJNAwxKPZbD8YVidfRzcEfIYo3btFC\nBtW7etxVLlgYByQ9T2XvT/t0vWCdIVPVpjb2hbAy9x5VCvu9Xg4AwWpnMxAJ\nErp/RZK0BwBzbK8L9CBHg9yUM3XPxKDc4SjedqiLTZfSLffP/9j8yWoCLnZr\nhAfy5IXeh+yLh+CKcFZNZ9sDmhYnAOdzW2J+dcG/Np/hDHotgQRmtYAZ3rw6\n8NKW\r\n=fuEy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpXWBKljl8ADfzKBruSGDOGcBk/Oocj7GxyHMyLogQfAiBUCpE5f1x2d2Pk6cq4dCOwPebYMnN2fJt9lJxOKLDgfg=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.e67214b3.0_1599791457577_0.9499860424992348"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.36f5da28.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.36f5da28.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"eb828fe61bd1e331e8d6f63a24f6e78d58858a93","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb828fe61bd1e331e8d6f63a24f6e78d58858a93/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb828fe61bd1e331e8d6f63a24f6e78d58858a93/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb828fe61bd1e331e8d6f63a24f6e78d58858a93/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.36f5da28.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-eOHX7620bCFxJ2pMapnQ5pyHVdMPDlYjcwuoNDTRKyKA4o6wUq+voZ/U4AqwK4S2jfjISHdyC1qiLWiOu6e+VA==","shasum":"c5123e132da637611998ed49a192b9b39ccd2ed8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.36f5da28.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWuH+CRA9TVsSAnZWagAAXiEQAJjAxN1Ys4NFPWFJPdtP\nrJWW6bl8FRYxb2i+LiHWJ5NtwZF5sAWtC9Eer3tUydULa9fbYdAMWCDebUnk\n+apjHmRHhPr2WbcAo2Fb7U0dkO5cjDXdOmBSGFaL4YD8rn/8QniayBG/wxg4\ncbAalbJGU775ouFQpd+E/bHMe4ja7BdLQatMqd4psivYD5dQXKZVdw+SimdS\nMTL6o8gI97dMQiOOVaxq3BqlPf4R6KeTQi3An+ulZLbvoxRFEzvqA99m8cZt\n9AC2kMu7v65iygFD/Gt63KIFgsJ1KHXajGZtlSFfsBUwZdze27JmoPJRSd+G\n0nexB7i5N8L0beukpK9qokmxgEhx44dFnerMRqdUdEB9wgRDp7t1QqcNMxjk\nmTEMWkc3WVtKGQSAm4DjKktJMTQGkaTxNknDof1KxUr40luaGYCv90s6pxLx\nvJK5CDwZUVcU1iEMBWG3eovhlOMH6VUbusuoh/Eofscoxn5ebjw8bCIWpaOw\nD81DL1+FdAIWllHwJjFDvXTqGxPN2Uvwk6BxWYjwitVGVFtupaIJqbAdya4F\nqtk1UA0REo9q8bcUvfjCQMVUC3MuumoLv9Q+X2ekpj5IEDqBbPBFitHINhT4\nFXmsfvGd5GDA0T0RC9M715ni69ln/v/evgYz8MziMbzr8WucYzdw0iFKt6Dy\nnHMs\r\n=7C6Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDy9Ok97oYruqR0GIJPyLZMZEork1kAkO1Jy6oqRf3RxQIhALVpBPFxErnDEJZshAprgkDH0Dzm4Kl3ohCjFRYJXIVf"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.36f5da28.0_1599791614558_0.1658158268202674"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.3babab12.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.3babab12.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3c0abab82c4079d265dbe68e3b3ce3dcac8519b4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3c0abab82c4079d265dbe68e3b3ce3dcac8519b4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3c0abab82c4079d265dbe68e3b3ce3dcac8519b4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3c0abab82c4079d265dbe68e3b3ce3dcac8519b4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.3babab12.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-vdiUnEiggaVKMxEiUZmGqKTk8+ikWfrdY/pu3LQsfJ0ASb+aziRgGkjSih1anRjieNMdl3effAyojKLc7QKLkQ==","shasum":"482a5a32cf84f527ab92d7b6e85f78859c11ae23","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.3babab12.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWuKmCRA9TVsSAnZWagAAvkAP/30AL4RSC3heZtgXqgy9\nWIoK+G2SXuOKrmmZxrMAcEIRihRJHJ6g4N03VLvNKy0/XsCUga/fKostQRa2\nGkPO+xpPss5cY/In6H4+4cvzbE+Wh+bVFo4BTKprUiZLznwyRQcUpDDq77jl\nG1LAK+G9XoMX1Aw5OxeAsPDgRB9y+lahoZLksImI39OWuG8NqBFQ/uzQ/NQb\nnXYhYdOpJNAAz4mBzzalcW9tR8bt40Q3kPGRXO0+bp9bneiZU0oCEU/Of7Ac\ntiTHUpkRal0Gr2c/RgaNga9C2kGCHlLdIh9+45x8FqQKRh93GQ4yqo08cCoR\n6lVihw4FqggTs6lwht0XMjuzbnAb/npvcxcULNLpXyxxCao9Xyo1msjHinR2\n5DLD96spz84xnKVoRqTlJORXaKIYHwHAaCgvS8E0AFymfyYskp9k3uoo4rrn\nldwlgyh5oA5oeP6sU/J62WmDrQjmp3L5yvjyrU3/kvkWPkmHT6HmdenaF/uA\nCxt8ZC4cWDDuQhEo7YEt35dZBAE0TlC7FsncfOfkAMVag9jqmkKyLtFXpq38\nqBAOUE/dPbQvxZOBIm7/jQQZXl8qJNkiWOVpKGjbemGFCPqD21ona+iHlHxe\nGBmbCBSNB/GaeOcLOJ3TfI2dYIOSVuE6CdkbP+n+EE/g3NJChyxvFys+6zcY\nLgIa\r\n=xj0Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCP6LvlX62h4wmee5jpQ+GB9T25CKfnbpyDEBtQn1t59wIhAM95EmK6b4O9szagfXlPK/1JD5/r8O5TfEpT+DucwG8L"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.3babab12.0_1599791781512_0.7291876519903486"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.a4481e6f.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.a4481e6f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"de37747ea53bd97e6674642d17f239407a14ba71","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de37747ea53bd97e6674642d17f239407a14ba71/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de37747ea53bd97e6674642d17f239407a14ba71/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/de37747ea53bd97e6674642d17f239407a14ba71/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.a4481e6f.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-qfhV3hDXUk5k92Q5l6flW7e4g9FoAIlhjjvQOYSl2R+KfqTGmVo8gYinFrAG/vVLoxivujr/mC/RJpbOe6UtMA==","shasum":"fcf1324a5cb8a0afb8eb7df82895190c1e80598c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.a4481e6f.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWuWJCRA9TVsSAnZWagAAHBUP/RK+0OZGd0LDIyyWFCtn\nh8674LgAmwrdNs7pcl3B40wTdYIgx4LO0LxDca2FzuviLPhG56QibWkx+cGX\n2rhCpW+1ZHe1QECZ11kK4qePld3eqF6lbkjIhxb5TgujU490yttVTEoyGThE\n1JcTmm4nEV8TuQTh6ytOEVs6K6YD0N39zX3eOZ0S/EhmqkknJrMoUXfilC30\nmToUqaTvUARMGNYXqqv75Rh2RdgguKSbmmxV6ksBdBzjOJbu9o8Bd6k4GV6V\nDqAzQxQhN2oKSI5qP5AfWOc50M5YJaM53/b5/IraWvCxlfZkfk+u2YoERXTu\neRl6AwmFCyKIKBMk5Z9F1h86CQzx6og7j5Ed4RpL9iWOtanWvgma1G5If3T7\nsTHng3quIjL/TzfzaFFYjRTX1u45k/lUeCFHltftAg0LYZVshxxZaQflDTq1\nZ4tYXX1H707VQ9NppYAdNcBKq2J0I5TOINz1Pyp4Og4XaXwHHElqHD1S5ksJ\nTVAA4JuWic8L2jEbbk+IZJqBSc+IaO2Oom7/hx+GbimygTPSvhnMDNhPjPVN\n0h2Ibae40ZRbBH/AsyLZTaAnBMFDpB05O1dlmId15vfCymrzRohwUfpntMJO\ncfemPWpaUHW2zaoq2O2+zqJvoy6IgGqEyigUtoRlEEcFh+7AkEQlrogq0C6E\ntDav\r\n=d8dV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4HobhiKAGkwqosMjGWIyhpTpnuzQAzpikitTVoQAfeAiEA6BlGl9ZyCh3Lo6WeMujpGfo9Z1n2/Li+DJPo7DuqSOg="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.a4481e6f.0_1599792521379_0.29846227314213647"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.a9177836.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.a9177836.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"172468b3d6a388a8fa5360f5754a4a7dec5b878e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/172468b3d6a388a8fa5360f5754a4a7dec5b878e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/172468b3d6a388a8fa5360f5754a4a7dec5b878e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/172468b3d6a388a8fa5360f5754a4a7dec5b878e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.a9177836.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-TySlJPdDixFQK4ymBpVAf3Y47vm3V743EemkAaV7RjGlNVR4l1n1kC34e7pScl3f4LK+zIMBMekp/oyvsIfrNA==","shasum":"1527146d1d4139d77249d6fbf94ecb9555e6d522","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.a9177836.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW7gLCRA9TVsSAnZWagAAxxMP/3k19werCB6Fzs3N+cHU\noHUhHz5nTCI2h7HDEqGWxQwc4d+5ozyhK5H1hahMRWoFQipmPnxlbPECHMpM\ncvenexlspbUEVGM4WMvLKdFCqyJ5pJBclz5UCRiwS35DqE9yR0O5eaWuaxou\nuiIWXxqAqyV8wiZCnvjV+DjE9idFsY+I7vVH0aA3A1eXIOezwaBJCtaQG9EE\nkcGd2CNMXMQUPGlMkQzQRya1xfMkkLpwh7hJNBFqnC4+JFLOrIkOb4WM+4Qx\nDCuyXHfsHT8oh06v2hxk753eYyyVSv1y2k1d8n10ZwjW0M+FIvrsr3I0M1Sy\nvFdeyPGx7zqHIDDbjOAMa2mwE198Iz0H+QgiqR0XPJ2Ez9X8fiPXSkZQQ7Kw\nzc67jCIxNga/L+6+5N4OqUfjVKJfRszCd01Xo2DAeL3vibmFysQRFhxFnb+e\njJNJ9UeDXmRzGUMDS0ML38DF/fBtOZdVgWBQMTCTIujl4muOtEWIxJp0AytH\nKhCf5mvjewIXdx2ozwtYDXcw+zJ2AYlxZQGW/b0IG8rLJcC5kFhjiDj8MmIq\niROqOwg44rTPjLuNns0pQNeo0nQDxRz++vaG3v6kGg+2ApOhR36XBjg5BH4g\n5gXyG+2CT34qkYbQhSsLUJLJ7lFrQ4mpxHfvI91OQLS6k77C0T3ThvSHan9b\nYlQU\r\n=klms\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBvYgTisej9yecGm8mqOjFXmZ2B9Jq4Zflp+qtC5TvpGAiEA8PUkKLKYv7w4A7YOtqi/haKGGfsa+zw58ShrPcuXJiU="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.a9177836.0_1599846411429_0.0075017514548774145"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.b102a3c8.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.b102a3c8.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6e9858879b6405bc690bd677e308d5197c609741","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e9858879b6405bc690bd677e308d5197c609741/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e9858879b6405bc690bd677e308d5197c609741/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6e9858879b6405bc690bd677e308d5197c609741/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.b102a3c8.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-el2ePUF99jwIVuGYp8Vq3YzcB1NAmN8hARGdheqpq5qPEaBlF6Hcgkkiqt7qMWBlbG0Ow2oj8Q9FhqJ1occSUg==","shasum":"882970db7d67159f085bcfd0cedcd04692a2ad3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.b102a3c8.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX861CRA9TVsSAnZWagAAgTQP/10w8xI3pdGGJ4jnANpt\nFk1BsE27797EkhF0pn0SMPvQ/fh0A02euQOFyx7lKGhDdVf512fUMmS1j/Ir\niBWxrZup68OxPvTZEYXo7cYCFgwEvqwPvrQVAF7m9mGUnoyLKSCKdxF5QTnn\nQH20GRYYqklpbxXuZAjaD2aYe84zq7CxPMmzlT9g1gweVzxT0vjwBHA/Aj3a\nFPtDEtzjoVDT/45qGIB/an2a9FAdDG0qPLRoZhLgmxKPMJM/F4RT8XrZdB4Q\nfutpekRmnm/EQ0KzgoVhy6/WxjiVHgnCYkR4WzeGkzmvsCSJK92nrTroQvVt\nuSUofbKos79y3ZinlWRV93Y55iyz2UB2q8kdDC7Ov1D5+UibBRGYjU6Tpk6H\nSIRE3DnSwZyf4BP3d9ZALxVuMMQ9u2ZyqHmQQdskWDwqzereWGy6TxE7We4h\nofaG1MWl2xeijWsJSbnPrEs9ZKv39LsCMR3MIbLWT1yXi/638CIgIw/DkqB5\nAU/Ab0c1YQfPDCkSqReXiWyUK4dBz/Q/mUQn7fpOXW4phb5ig11/s8raDKbB\n0m5KgD04y3wYNOa2FQLmP+2jQymslbRgRJj3/nvobR6hCtllSKAQ/XUBU1FJ\nuEizvpDmOcRXWjk6ss1z3iyNFpFnkwoCfET0rrOXkAcoi7QFXmBnZzh1Br8z\nvNy9\r\n=a8BP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEXGN1YP5+dOaimgIGOPVJrfL8uTYBABIPxHq5CDpt8RAiAeE5vht2y9aAolALHTGdlitNwpGYJI7Qg1QUIiEPQP8g=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.b102a3c8.0_1600114357168_0.9346724739533423"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.a7fbc707.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.a7fbc707.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"02e804c299cde57ab03b33a403a43803fa9868dc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02e804c299cde57ab03b33a403a43803fa9868dc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02e804c299cde57ab03b33a403a43803fa9868dc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02e804c299cde57ab03b33a403a43803fa9868dc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.a7fbc707.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-m6SCY82uNWS6ridh0F0q/cyC7EipaJCnoA3Ghba69AjCIEVEklgshRFtD9a3vYGVk2tEa8aNC1eRpZBMYyqUYg==","shasum":"b3f7e1173ca26e6dbcaf5415f8d734791294789b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.a7fbc707.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYOYkCRA9TVsSAnZWagAAh8oQAIaHQN0EXdGjHsBa+4vO\niDXR3O9+WoSy4Pt7h1WLvrLArNoEaQ1iWR6XylVgk0saAG2BJuD5uvb/ocAv\nfx7m+Md5h6/rfwuNuvuM8RnQXE8DUjlIQVItIrIC11FIsn5gxRAbUQWgYA6Y\nG5ysD43JVt1hxyk1YdNU2ohkQGWL4n6lcoXD1LPaxS3pHsHNnOGfTXkVkONO\nhx6cz54b3pZ9U/oo3xcVmkouXWpEE3SCCeJUSRaQDE8zyyc0IRAjOMjtuuPa\nDfLfXX69MPHpQzU9npWXu0Wj8bscAJlzNmu07Ncw8YDU7/iKZv1twJ5vMEbH\n6ZXmmDd4U6WjQ7dOATnDGO+/Yna6FOjBVsGwFwwHHv1r2Vg64HsMijvZEUIw\nfdoXlTpSJ4SdNPRWs3jNti+Cj7ys8gCZ6/SXHA37d5PIQlE4Tws4+mZ35FgM\nQaPmbngeWaCO3EEqv711EHb48kCl4HfpdLHDHEJjBo1rXmjYH51XIZCUZsNS\n3vMfCSW1CvyMLdPkFanIq5rP7at+QYyMMRNns1pUUdL2ktj63vLnak1WHplK\nIYvYXgrmROOhlPBbaA+eW5HD0OoR7LpcCGMV1jiE5VZ6RfbEK8YMv5JZqK/T\nKw7hyXZjhtkyujOB4yIiIjpSWKm6L7j94cqlNmQDuX41dM860eRvcYp0wbvX\nmw4p\r\n=f5Tz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID+RhGBbImenLnSfajaGVVUzl0uFaALnpffr6HR+rQvsAiBkGIy0XlMWoIKBPHLodCXZ0TuDhIVyQIReps7Mn2MVKw=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.a7fbc707.0_1600185891808_0.2068643976260085"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.ed6b8660.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.ed6b8660.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1367f8f205fb56c27d6146b261ef87d62751f903","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1367f8f205fb56c27d6146b261ef87d62751f903/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1367f8f205fb56c27d6146b261ef87d62751f903/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1367f8f205fb56c27d6146b261ef87d62751f903/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.ed6b8660.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-NfY8GpG4mpJQ9SZn8wtTF390p9lbIfXNRPzDTILgSIB6V32n7sU3dcFhyWs1+TTyBSvViQ4DX1BfiuDXduwVng==","shasum":"787587f6be01af4e4bd596000bc1db81dbc432d7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.ed6b8660.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYPi9CRA9TVsSAnZWagAAEn8P/RqzFqi8DD045ZUEruLQ\nfSQ8LhUIBdQMDrkLiISvf+DYLNdivhYsfbatAOyCbOyOZD5rchedFEyLNkx+\nf3I6zn8r9PZIb75Hiz6eJtsVpDC76WY6u3ftvpw0MmkB3+O7ih+zWaxLNuDX\n641qkSQDZHrI4akU52mDblpDD9ynC/O5dlhSkI3JI7hqcJFA8X889XzWhzWK\n+Fg/4U40FSOGhBVHDAOfmJ+SAZcUZeMDV81oUwAmfVx+373NgnKlX+3AwyuN\n2L0Gsd7ChkxZzusAIX6lS2Hs2WRk34hAV72frjV37fNtlmI5dBzr48VB60ol\nnvP7OpqrmP8lrEa7K455evpfAVno5608OHncNUSlViiBKKJrezK2bF5RLtrg\ndVy17He+g7OG8RoCdDeVhNWdUXUGOU3rBZXCShwwNYkXu7sQeph5EaILFCPT\n7XrygvKqT6N6VW/je1YTsrpiuSZuNRKAhuaOyQirO6x6WcXu752jhZ27wt4T\noE82eo4w84I8nM5b9gwuqxUadshZALFwOI0fO60eYg6ONTCV7Eb+k3InX6zC\nEGrsJF3MOQAGvaOxxE/mdA43KX0A/aqmw/BQMIWBFnXwOnRuGA/C1AZWQ4D8\nEPP9XcWlJNRHlzCre28SUfPAdbmXYAO6o5dhAuLawSJNbCJP+m1DeHzSgCsf\nIwqP\r\n=Ngyb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCagbAiwnY9hATiu3UNOxScOBqmyVTCKHbj/6NrEYJ+jwIhAO5DD4ghk6RSJDmig1lYeH6V6Vku4FbOpP8Dikz8ah8o"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.ed6b8660.0_1600190652681_0.4459705273676329"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.9c2331f5.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.9c2331f5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"59f9c402cf61ed25b9563e2c228a24b4fb13e1cd","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59f9c402cf61ed25b9563e2c228a24b4fb13e1cd/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59f9c402cf61ed25b9563e2c228a24b4fb13e1cd/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59f9c402cf61ed25b9563e2c228a24b4fb13e1cd/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.9c2331f5.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-IXXOqy/j++sHtyhk/bTatKHny/Yb3DnxYZfIIq4Tt39SAdjeMN7OVYfstBQb1rdWIkmNtLl7krwlOizDZrfN3g==","shasum":"4125aa89780ff65bc85b83516cd7ebe74df2173e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.9c2331f5.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYP50CRA9TVsSAnZWagAAfrQP/iximSLuqvb6QQAcjFdI\nRJ09Tz8GI3RU/0zF211QLCcejVLHPXCL8Ilp0zc/74tlGqM1E/2d7XorXJo3\nhHRly478/ZL4nn25sbI2+ljugOXTEqp3Ty8qWF/QylRbGakOjWiGfWe91HBS\n0qcmGwOunGQtPWBooAW+V1+dHkiTCn82OZ+44EDvR9Ky61umU/UJ2jd71rs0\nLtxW+zmgIajgI8nrJauWaQOWlzJSqojTj+pl9X8t8Urizks84lFdu+BfZRkv\naGzHBTOacqrw/Lq3+7jmo/JOPegotMlGMf8TMCz9DYHxonSVwv0tJwtGzNbs\nEdDJyo5EZfPzkdA0Oy61lwA/M2J+/cPLtsDycJk4W1DWU7aKi/8dtxZglQ4w\nM5Q4g07RSBNSJtCMZBG6Q4lZo1wDWONvbmAVxypAGqr7J4qZTGf8YXXZ6Geb\nWXbmuWiGPIvQdFUHzAjHEZW+17CmJeFAXyYL1E/PVOP7FZA/yyVc6rIEiipI\nuOIu560Yltu9lcxGN3mgi2bPY9g/GBvGg3Gjm/3Bc15+QqyBYnaaTUzj0eUZ\n4GTQbFFgRlPmkulaFit/XmLHSe3J9bLfrCKbtRyL7vqP7F7ukrqn/iim+0bY\nRu68EEpb5zGT3ymP0wQdsnqh3MuH9vWWMoPYb8v27h4a5myjSE7iqJOlGrak\ni5oE\r\n=KJ8h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEbjBQy71lVnfO8TCTnT2sFAT49euxvFT/dmp0KeDguCAiAvwi7H60A/o625dv1O0zZjusTQybe0ebdZY30vEV3dwg=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.9c2331f5.0_1600192116381_0.04085250232496995"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.63a5f088.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.63a5f088.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"e26f8baf20e7e3a7056a6b95b14cbd94c380a1a3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e26f8baf20e7e3a7056a6b95b14cbd94c380a1a3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e26f8baf20e7e3a7056a6b95b14cbd94c380a1a3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e26f8baf20e7e3a7056a6b95b14cbd94c380a1a3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.63a5f088.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-OdM1CLd48VCRhfJjA3B2FDdJMHxbGlWQrzT//UpEgRMaDugqDqnG/FDIcibNRZhi7usKIieULcQAtIhlAHzYYg==","shasum":"5a8614c2d8b1ee37a29432b79439c721fd9df602","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.63a5f088.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYoWACRA9TVsSAnZWagAAlSIP/0D/mc4N+KuWySztWsaP\nKe1gZeKporXGaZ+JOGNyfJ/FIXyfIBMx9qd0RGo2B5fVR2oGBwGvX0hdsTdo\nq/4sCv/IcZ3RakT6V9YGYXcbZbpxOTIRVHXf8eSFMbAV5rPZXtRasNzOktZ4\nAhttPpGHBaVozuR+5iOqnHLu02fO6YFBgkn2+IWQpg//fdDmQg6xksda1C1x\n3uqXROiHD1BzX7RbNL1QSXwQIhWKm+50RIYAH9IXNYY1X2PlmO03dCIOKD6I\nkKqFdcGm9jj+O2xqy47Xz/S6tOIz4NhNg2gbPl9ia6tOFpLdxKv8mtr2pLpq\njuBqjR/MGVA5rAS8tamCIpMlc1gQv2b4Y7uVz3ItD6bnrrtmALgpwgw6GC9P\nl72saq9UvHwtmDC1gX/NCvsFHGuTBt3JdWuaBCRP/yfWz/62gCfCO4qDb/PF\nAjhwiv2rhZEK/ycDYd1xet6giHYYt5nQ+akHlN3yICjXO6xmtj/ZQ1cIJrC6\neY1dzEo4Cr+W3ph9qxRAVSapEUXzDtc0gPBertNmevlpl0agGIoBZiJn+gYx\nb1pI5zA9ik/5LCzjhsOEHuC5TJF/gT5HJJEOVGn58OcI2cQmdTxVVSr9JoFt\nZl2mmD2/axP3BjmKFxHbOsPu/2GvEh8lsDvR4B7QRE8UA8TYUoqUjjYB7DJS\n0hIt\r\n=GtL7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCE8BtN4OWPBZD5Z5vQ8h3FjPJXvyMZoXn27A2URp3K6gIhAJAu+UnCjMwsnBXLXeRHnkTeWOem8IQd4S/g0eaXundf"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.63a5f088.0_1600292223974_0.7607237867509669"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.b7995e49.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.b7995e49.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"18f169aac3491f89184c2463a837b86dba845e82","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18f169aac3491f89184c2463a837b86dba845e82/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18f169aac3491f89184c2463a837b86dba845e82/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18f169aac3491f89184c2463a837b86dba845e82/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.b7995e49.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-9EBeg1nLsrmfjyBjPLUpWBQTakqOheV11OFD2nOAVN0sM9xEk1oliDMb6guNQgm+qIPPvYVxZVKA43A7Ark8Ow==","shasum":"0c5dbfd43bc5d6436b2f75b3559608a6c333cb9f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.b7995e49.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYp8CCRA9TVsSAnZWagAAqX8QAI/csRW58H1RcUHGv6VN\n3FuPI2ibqMkyC6bj/2PwQDRUC5jJL+drzk7aFuwhnVQCHKneb2tH/4Gz178S\njwc4C4SiAmGj1ytDA59DqgpgxyyV/XWZW5/lCBNfUG5CIccG0mcR+R6Wy9eF\nkDKYpsP5SHOTzrMO9fLB/42KIWn3zU+rr6+j/NsfmBtSH4kwPO1rYmB1c5D5\nqVY9Sk503/vrbiHYUyf03qDXO6lVVuX1d+cdiaI3AAn73Yz1fh7XLhWAp8Cx\nTmUrbzE1q0maPgQ9cExyHSedtK1g6pQUMb7d7Ix8w5Hbm4JyO5kMw9yWWzj0\nrBtVWT98B6XfJtoODRmAgswcV8/i6tR1VXoXB4tzaJ0xbNsuaa5qPgEApqqP\nxin3t5OTOKjroIRywo/z95NWiiVnzL3IRbBFeQmENWyX+OR6EgH3YcWywkr0\n1A5vJ6JVwG3WR2om8+cEM9q/uMj3ZKHkZ5jAA/6/HOfbYlLWO02O5f835T49\n03sju1VPN10J0CM0UDrjtuWeq4oF5tTo1oPOeCq74Yt+8TrFgohE2pNcp/0v\nkLQ+MpV+/QHv+zq+XFUZxgZf+Q797Lma2ZbZO60HgUitJmYZiNHLb82CNEku\nzDNLSezvEKzlIvXaSB2a35MZTkBv7LFfSjBPJXjb7hcUacwwst10HNJl1fxP\nU2Lm\r\n=yWu8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG3fZ3wqsxbcosk5PdfFm8esWdJFjCoEv8zMQ5Uomr+MAiEAvAVCq1ERJBZVetoJRtbUshv/AxnAF1Bn18Qc2KAKxSo="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.b7995e49.0_1600298754331_0.6627575507530832"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.0da3ec97.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.0da3ec97.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5f18f76403ebea15763db5e696b84d6d20a3768e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f18f76403ebea15763db5e696b84d6d20a3768e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f18f76403ebea15763db5e696b84d6d20a3768e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f18f76403ebea15763db5e696b84d6d20a3768e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.0da3ec97.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-Ors/9bpPSPrz3ukjO91AQDUU9Hq00+citGhYbbR+S+5V2X5gbT1J6nP3aUljBHm7ZJqJF/18tILRolSxX9ihlg==","shasum":"6484438a718674db1a37d429abf4c6112092b987","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.0da3ec97.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaSRACRA9TVsSAnZWagAACe4P/2UiHyx0xTvPKERAbjXK\nrA92XWUtX0F3dVO/hMp1UYIcmy9hRabvYlMysGfJwlxfZep0KMzez43FHmc1\nwHqG8YgCCg2PzB+RGxMxHRW+Y7ByxX6SJTqAqwAcggvzCFz3anKv1SN8Y2Uj\nbVpiQpdovWe8jaIJef7zbqlKjLZQ5e+C8WmriuqTGiin+SfIun6suQ5iDaNH\nDCyjFZ7BqlVocekBWsE8SaWkNJb91J2UAm1Sxt/lsQia+mU5eM0Ak0WqxR92\nZR0r0PidoA2/j1m5gjwUk3vHPjWC/RG6TMqqZvbSrS8CSMHV1QgE0B9VF8at\nTmvZuhsUys/rycmTRlP1CwLIGfJ6MSurOyGjmq+5UpcxP++aPrAgh9YGjQYV\npoBZxbSpaBAqw73105S7DnYF1kc4PcuaTmfmyz2pG8sAtdBEL0EWZa4IrOr/\naz/nzPQitd6hfV+QTM4LK6BNNXvEDnh3AJMua+TvQriAPHwi+xGeKtN64F8/\ncTTXCd/RJ3LrxC5LfGXoYOA1YCPt8e3aRrYDvNWEBmdHTcuNSj4SAG8B6Hts\nyf2TLRy218p7QB2aTtpamfsAfJO9Ul2FgeoTVKoPelkI2JvPC7EyAIlmJkpR\nB8eZpmgbOfEmaNDsH+NExS2wCPpEPBdLLs+k1I0V8OjppF9PYJzV2RM0ZBou\nPFBZ\r\n=xG5+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBrFnHZAn3mNIWm4GvPnRqn26r2fSBkNHPjRWX3ka8p2AiAK2lJdSX9pJZIrxnF6YS99b53MXNhTMx8R5HQI4ABT3A=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.0da3ec97.0_1600726079753_0.3743281983892226"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.a0793c96.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.a0793c96.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"4332e148b28dc28d9b324306eb18987b31a80ca5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4332e148b28dc28d9b324306eb18987b31a80ca5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4332e148b28dc28d9b324306eb18987b31a80ca5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4332e148b28dc28d9b324306eb18987b31a80ca5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.a0793c96.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-DlBgysOniIAAV2oxBiJDUttS62CoezWV7P9oZV8bh2E7tsomWINtMSnIgRxPQrTDhfrUIS4N0A5IrgllYoO/Vg==","shasum":"975e93d96b5b6c2b1ebc7f1ae4c81e35682cf438","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.a0793c96.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfai50CRA9TVsSAnZWagAAlLEP/iFRKJzE+v/ZAQuBakH4\ngxyKVt5HVNenOOK67jy8yMYV3i+OUwhmvGoNrL8CObsYYIYFm/sYbARp0sTZ\nFTb6N00DYMGAd9SvZfJkEtT2TdA1OfPKIGpm8pIJRyPZDsn15ptpJWiWNk7i\nM6+qUapRdH+oPAPDMcSdrkJodmRWgYe23hX2dKM4uRGZIRfbB6Rdz/iwg7xf\nP9us/6sPbmmtFtt9HpGwMwCwB3nbm9xuG9OTKjejiNlu9Gt4zYZZ9fgJrKEZ\nFdwBbqrIokBHPTF1+tmKCsvAkf+yquEFtxpWZmYi61BltGhA12hqkNvhzXLQ\n5mHgRxuBgL9oYLAhUr71mTk/to0bLgW3lfwEc6x722Nk+7rPGJ4EyPOSEX+W\nKeydX5V0m/55BuD7+fAKtihqbgI2QK5hsfyrdGGB8fR9gLcWZrDOOUtaDk+z\n8aF8wIPT7+lwJizROPOEiJZpxMgDmbPzHHfGKzp4MQG+ZGgfHK5XJCniiAw6\nnnGQb7Y9jgOr/ofTbwQ2Bp1X+Qj2tYuhzShtW02ytTki4UvmvqNbKzRqGYVj\nrErfyYePrIKGdOg38eaTNs1/Y6C1uxbzLHdHAXtFRtWCuHaezR+Ypu+FMfx3\nB30i8iExgOtmvqspyjHroPma8Ny0XButCcsLc7ueOnWrJPSOzGp7w5EkuoY7\nsYMz\r\n=9/vd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+skKt/Ql3EdVF1lCm71ULQnm6M8v5m9vqwQAU77dQLAIgbpfB3cV7COIq5oJfAsiK/b12kIOXipCXq7n1VcIWg2c="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.a0793c96.0_1600794228382_0.290944380796351"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.06998a3e.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.06998a3e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"decf3423597b14fccc721d29e0ec911320eee3a2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/decf3423597b14fccc721d29e0ec911320eee3a2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/decf3423597b14fccc721d29e0ec911320eee3a2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/decf3423597b14fccc721d29e0ec911320eee3a2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.06998a3e.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-2xXR/bI7W/8bkbH2V0MzMi9WjZriJ2BkwmiNU4aDYmOXnP6+g128IJ8s0G2f35h667w9Bu31pCO6VcKQ3I7EoA==","shasum":"3c1c683f85a816ecd7a6ebb26bc11633bc31cb4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.06998a3e.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfakGDCRA9TVsSAnZWagAAhEcP/3i1azvHSuAcJEEJsjyR\n6YSJgvw4UI34aNVgRfeWWacapH4BawuBuS3kol71qTpwq3pKuuuX5Ew5bGVY\nU7C3/+Zq5yU9146bj5O7BE43RPMuU6kvQz+m0hjFGYMsXheBL0EdI5PPj3cK\nLT6ITsbTGVYsGt7OE10NubYHP3wmOVOWXTz+UXfNmlmzEbXsbQq/wJQ/pZd9\ngDkNol2rGtX+WJi4i6/zjHAdYVIDRy9OS8zLVsbyfIIn1SiPY9EASY+bV1rD\nZcCjXdV15885dKENncCqR80Y+RQPnmqb0ervxPxfZH6HNf0QuEJTsi8M/5eY\npyzCp5aZXaxOadqoZfdf2CV2V1BiUSpYJX+83cykYAOC5jFDHg/vG6TFD0hc\n4H+FPfW4ZMNuzN5/dH905UkPtar/yjjo6Sat4SFrIgGXOELd9dOlVQ5ReyNS\nCtDvPHyCHkQ3GfuN/fg4Nrt35lJsF9ci7t9Ynule1XUDMoGAuWXerSSLROWJ\nLfC240H06KJ71YGMRlju3ft3QIB+Z/pArqmjxyc0VSjG6kSHJEGPO8hITdV0\nyRedhrqVu0OWSmkA6cGNTnV/Uj/hyoe3KeDQ1eU2feZkc+P8N50+oZlFTYtQ\nRUSLuNCyIda4EsEgdkiD+TmJ8iKZhjVFugdgHaz9f13qTr634/jberD+88YU\nTf8Q\r\n=FClC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELgRAQmmtRwwQvwTRsPwdNe14zzGsWBtLisqUWufe+1AiA680RNxiuGX5o0c2wFdF7u858itzBkXEOMUCplaVym4A=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.06998a3e.0_1600799107254_0.03750797732783884"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.3484a90d.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.3484a90d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9a495a0451ae2f8e95b786a624153a7b57c4760e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a495a0451ae2f8e95b786a624153a7b57c4760e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a495a0451ae2f8e95b786a624153a7b57c4760e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a495a0451ae2f8e95b786a624153a7b57c4760e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.3484a90d.0","_nodeVersion":"10.22.0","_npmVersion":"lerna/3.20.2/node@v10.22.0+x64 (linux)","dist":{"integrity":"sha512-s8mvOZk7IeZQE0Ul+g3YEZyfp9m4jjWPrsyVs0PunN/lIr0a2mK+3bOYvLiNlj16WQ33mJqUHXlyaNnLK7pobg==","shasum":"4384c4f05f2310d279f0feba7ebf46265335de38","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.3484a90d.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfanS0CRA9TVsSAnZWagAADNUQAIRZ5sAmF7UGSRt+5yFX\n8mgHLGA1HSamZWBXhf7KFikD/KLcD9KyM/VCilxYhyOdRo7JYhRxnyyXKMbX\nJGz0DswREwqKdavOSH0xzTwvPvLkYu4Hjk42wzEs0OPqXKyhQptGl/puWbcg\nnoFhnioSt92+Ex9SdoxeBaTS8kvvENRZeFNhPWCkiUDN3kU/JmfOqStfjxt0\nmYzfk/pwywU/Qv4xQAsnM7Vv/JCXJS/E47YqqUyk9bGTopLTVM7FG2/xve5X\nprW6KQOVjsnxn0zs3H3JfpbQnIdtDg2p/mpt6qA8dHJyPEdSFBse6TcBr7xk\nmgcHz35qHwos28uIpgYpm5jY1TmzyjZYQbGRh+HMrHZxFHxSUmuysButcEWy\nsqQLx4n7x8PkwiEItNnpZtj723X/xjONltOOA40nfG2Cop1EVOnXCQawRUDN\nko8d7E3aYkT9Ww+MBhYzU9XdSjEooTf7NE0x4uMpA9mf0ryJClge/HRWiJL2\nqirQ4FOX2+az1t21G54v1sfKubnT2aoIwUYDvp4KFQMaizR2sGclmgXhq2sh\n7hC2cHqb7ECUFEyIc67l7cokGfaMfuCeYFAPXe2tA8Ey7uteGZqujWqn4FCu\nmqQKZFJBiNIuf18gGdb3LzTve/vUgPBgrEUoCTId4Z2DzDluyG0hLdCMf914\nRwKx\r\n=Y3LJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHVbad+b6XpDoDDuglCzlAdTV/olO1D9OaUO1wfSXLeMAiBbKKmlV5P0ZlD8kFC+QgeM6Vb4wS5hoIEyQsjTpYQecA=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.3484a90d.0_1600812211546_0.6322354170371611"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.3f99af40.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.3f99af40.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9c1a716646d54bc9aebac750a99d1fa752f60d9f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c1a716646d54bc9aebac750a99d1fa752f60d9f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c1a716646d54bc9aebac750a99d1fa752f60d9f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9c1a716646d54bc9aebac750a99d1fa752f60d9f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.3f99af40.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-EZWA6sTA2TruO9BaK1NfBfBwfyY9KXFNLQlAM/+Qb+HvsN35b6Qwm0oWd3kKWfV0rgVBHuYW6OFduoXYd+Ey7w==","shasum":"7ed4292595dcf49f4a38947539c23fb66f09c1f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.3f99af40.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbSnECRA9TVsSAnZWagAATicP/0O8l+FTEKYrLswgkqOW\nZOl8X6S304mn7W8tnTtCRGzY/n45nHQ3tuEOxll/UINGuRkEpDhYctLO4UZB\njl5lG7f++zsqi+u51Rb3YRoozT4g6dYAfMllber8H5oWjJNzoPqqt1F08h43\nibiSxr5329tY/4pz9w2AfEuQriXQT/FyOd7ECs1fkveF8Or3JCtoIUNB0pjd\n/WF40d/6B4zWZRjMO/U7ccF4iaPWQcrhV/ay2Dl3xz54mvztZWfEo4LIdht3\nrpIjaCEcMpJAS2DCQE0dhuR155TMLf/sEi1CThsz9Y127bVLMJPo0EMQ5pTM\nj0FfxfXMkgaxqeefoPBjH6cjkyWDEOIHGdqIGUGBQ5Pm8v6msOGrqA13t/ke\nObCbQ2RSw11ruZdQ71/fSH15Md3GYs/F5OHnIOyI1b65tlCwbevBpi9BIHR7\nXpvpdgQoj2Kc7IVjZiPvoOaU950OHNwcoASu343Fxcanz883hAijNaCBRIv8\ncSDA5Ok9JaOthFd+w96H1NGv3pmZmX23cuMtWPX/mTDcEfum/q1RtUXmT7NJ\n2w1vg5wdaD/GnOoiu6XgjPZu8u8UychNHqZgrG5/mhU5O72W0W7+N0ACcmbg\nIfs/iF3jqwgRIXvGUg/iQW6DBqj667MyK0fRD3bGPcePDCi+fG7YDMDNSrx9\nal44\r\n=c++t\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCL/uoXqQ/c4XrjBo+NsgPC5PvDNIo70EqWR/qikNPcpAIgY9H9LswDNedFFyWgPAvxu864w1CkQZLSrPE9529nNXE="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.3f99af40.0_1600989636151_0.3920642539878407"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.72aa1129.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.72aa1129.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b0de5dacb779cde3abc9f66672e5a936030fe63f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0de5dacb779cde3abc9f66672e5a936030fe63f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0de5dacb779cde3abc9f66672e5a936030fe63f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0de5dacb779cde3abc9f66672e5a936030fe63f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.72aa1129.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-iDAHR2yYtjyzGLT2QacKfeo0J3xZMoysrF03NY0qxv+/KrrrazplfnygB1mFm6qYrXGJXbVWTm72S3fi5WEVAg==","shasum":"76d3ecb25a6e4c86a80f63098cc084bb15aadc51","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.72aa1129.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfblvaCRA9TVsSAnZWagAAIvEQAIAMeE2MUfHFv+nWTr20\n0XLCw9JdcmLyPrwkIsnVOq4WM5n+6i8Kkv2B4Q1cr/OhDaKwRKdEdKdZNzLE\n/rDeTCOoYlYc3DDWHdGn9GUSApVUqXkDCA1mqeRXvTpd8Mt6axDnnvzrvvGq\nkUP/ZKEhkr/WDkMcXhUVNmtgZNKp4ia3wjdU5zGtublwKqmrgyt3D6cV6IvQ\nquaU9UmrZ5kuTf8GEPP7ChpNmXPvVNe5NzobzPyZegAPlewIVtembkLI/9tS\nMyIlKCXZpa7xUVlWHsHTugrFN0qW3hsZsz0jIS0DiDrphR1josxbd7ud03QX\nUDyI6sfVfvEWSB3oHgo2t9ZHJux8Ylu6crp1JS9qAhbYbPERq1Y1qKbeJNYc\n+sujV5m+StnBsYJYV8iwOUYfMpEJnxEkY0vGFPqLsN5E9ZvNxeRiYIB1kU2L\nnkFAA/hfj06OoG25n/LMUXEQP/zKn7Bx8Tq6m1LVFYmaV0dx621ut/vVsiOQ\nrgNH604RFfh5y/L1RKqX6C2/nrm8lCtwGEU5cZyN3KohuFiRLgJHCGkwDADt\nPghDmAgj85udSvdEBUytyk8lDhubtd0L4ZTLkB1mawjOAKr2N7pLBg34jnGM\nTU7I29f7ZHeSFUcfmWBokYCsLygR/HGsRKrLEex/y7f6UJhOX314gB3JmSi4\n4gI5\r\n=QO/0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVzq17qLo7c5qf5Z+iTs6I1w46nB3f6VfYC0yUAUXvDQIhANKjIsT6qyaZJgWgH2vzCDqmxQ9j6d9vmHzPG+ggd36z"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.72aa1129.0_1601067993641_0.2759272684620382"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.394fd3f6.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.394fd3f6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f7ed30422433da24768cee2e9ee84140331af4e4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f7ed30422433da24768cee2e9ee84140331af4e4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f7ed30422433da24768cee2e9ee84140331af4e4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f7ed30422433da24768cee2e9ee84140331af4e4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.394fd3f6.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-ttn3AyH+v8kRiHnjYOzyFrB48SxAB6hSNvMaCNxyJabLbojSaH0IVtFKcNwgSsGzI5UyU2A+guC3o0+PH3OqwA==","shasum":"239f67f6314e5c4ea9974a82e80182c298e2ade3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.394fd3f6.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfce8CCRA9TVsSAnZWagAATA0P/1pJGrT+e5EG0VUBig+U\n+LRJ/v7i92MK21MuDyT0z1NaB5t4daYKWU30AZRRyfxFfIaqbG9gbfLDvLNy\n/K8U3/eDH+Gh+kEpcnBLD41Q7z8cygFI8HrYTfZVLQrWUaPjpxmxRECnyLDw\nbxinqfOnJ5VUrBx7T70Z4G2KB7rjFvQEQYc2sssQ701JrXnk3Vnv3QszVCwh\nuouDbMGK9rxfW/h7BOVS8YmzWuLUHx01nAYraxS+GLM8eQBxrf2+rUygjZbL\nQefcXkdxnQAQ74XEaAQr+bFgXjzqEWYIJOKPLjOoqzCjQ6iaQWkeWv4vFMNd\nk/8pnW/tZOErP/AmAHJsrqZFBOm4C2bnRhZK5DPNl+idkDOrhFhWf/FcpQGV\njbB0aCF46uWUY6nZNk8ZhhehtX01MulhSsMGvL18D+x9datldUc4QpARuHvy\nZl4ObmV62jg3ITbWj6ZVBEh9Icz9dS8fhtWFEl/FNbdoIhZgqJa3T33yZuG8\np/11sX++X7X9PKl6xNwHU9yHDhqAeIDA9BikDWzh0m8CEnCptV9DNgxY/PZD\nOx/y70DakcnfomGIsJLHdSrpYusu/+uNDyW6sGeMDwc7n/ramYCxVG1pB4Fa\ngzmJYvP18CbanLu2ZJhKnU8IgvR/vLTjFsuMv/UaNOWl/IhDHhGmN1rj5BNC\nMT8M\r\n=0KL5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIASYGZvA9Sdgi4XM/WiRZuDct4earqZX+rqJq7g8ZH67AiEA4VDtL9XqvFvUUHD5W9LumAcsTMZoEDv+qoYwuT3wgqA="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.394fd3f6.0_1601302274228_0.9681575607740782"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.347110f1.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.347110f1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b51682018a9a68b95f2c2cf2ebd16682dc3f2e22","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b51682018a9a68b95f2c2cf2ebd16682dc3f2e22/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b51682018a9a68b95f2c2cf2ebd16682dc3f2e22/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b51682018a9a68b95f2c2cf2ebd16682dc3f2e22/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.347110f1.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-6nTB5H5U76rV93K93trWumR1iMvCZO3Vf9pd457JSCSnC0ReSonuf7Dm5oCtR7+5nWLrX03rTnVfr/jCd4929w==","shasum":"c8c24dd60bd93bea1e7ca73618c16b49b376c749","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.347110f1.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfchQcCRA9TVsSAnZWagAAoNQQAIVVo4AtTFpCy9e7/rw+\nuc+lWzx1p7SSH2sUlN6qedkdb/28n/YpBwr84NYEKnPjaZlIoWbHmUJ2BuKN\nXXXBaZyCcy4csFf+nrXIrMvXOiqHave78np0wbPoABd8crYgJIet+yZsrdsK\nFhal3etinGG3rY1/oNdH/QXDvztDylQUZxgLhFiSChdtAEuqOPPF1CnVQ1ht\n4Uv5SXryRy9495cxULb/PJGy1bvm+XgHPqhwYSsicHpuosfVfeOlLwYvhoik\n7dTFrwESRs7baQUUfqZfpgE8m6jvFypuog2ZwO7XXZu50xqTywQodmPrRVyy\nm+nZJkTEeUvPJiWtJLwd/gPn01V/AmGsyZCuh96GZFpMdssXZn5W5Ly6AaSJ\nlgGWVR1nZNvuD3w5ibv2Ht0Hl4aqdJSat1lSowoIfxnHhzSIugUSyhPqR7Bw\nSXr/svgBqUQ3elczx7J3Czt2Lav4Mr5uyRCkEFEC1umddcxqv5EctcZS6y9R\nDg2WS6jFlklxC6sDOLX1Q+IjqkRpcQHsH4nfJGHTKyeRWOfIUXRcNmdq1eYK\nf3qzkA0IStngMABFfWCmoN1WlRbSAd+YXe4ow+6+kzBWF2clMhlnEhe04m0k\nPr98G/6y+mVK4UlX7tqT407bSIv1Uvznrclu34cFwq2zs+fcTESB0mpZKEuR\nAhjM\r\n=TJLI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFwYofa1mNI/NEXIK94T9kpOswejnvtFFiG1DVcY1m4cAiA+G6izXqn/ZCNa+wJhDpmHMUjvtZXW1BXNzhXVrc1hUg=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.347110f1.0_1601311772405_0.9885179995628981"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.5e330bb9.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.5e330bb9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"edd7d263d4d4dfba81c2b086b08b2be10b533b2b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edd7d263d4d4dfba81c2b086b08b2be10b533b2b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edd7d263d4d4dfba81c2b086b08b2be10b533b2b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edd7d263d4d4dfba81c2b086b08b2be10b533b2b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.5e330bb9.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-7oXbtH25x3My7WdIWbDTxJlnhOrUr0YzU4q0wraBOHtOdLONBvAc/5+o2Qq4/s1QfZY3dNMLl8cHBgC+fyxVKw==","shasum":"0e6ca828cc30ad3ce4a432012631ba34d00c001f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.5e330bb9.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdQACCRA9TVsSAnZWagAApigP+weAr6YZZH7/dQF+EGRI\n4mzvS0y00UqI7JdRgogYvLllN7PEX08Jmsfho8FpRV/agwq/w9DGSbf4i6aZ\n/p/ZZLaP7+FBWVfzbjwEK7kr/VXcbUmskbydU9KrqApA9atW8ARgQsIGEpIz\niMATSBRjyISKk119d6AhZ5S/cIus9JV8BoK0bcV3fSdl+ADyuXLoLddq+24C\ns09jC7n21/vMJWWOxywJ8XLkIVoRSdkZJmuMGnFyhTHNNxUQivI1MudWVXRN\ntH/PuFedtsf/VP4NQjg5zQCZvRH0j6DWlwCdj0SkcTdevLMaSf43GAw5XVlY\nAgi/CztF89UI8hXU/GfJoVR+d/9Wu7oOS6voKJTgk83M1Um3e4ZOXm/L3gxx\nkVpPEXgrkDQEMiLgBNxFZahASeO6W7mWemJGyM7glyRYvn/JCZDT5fLWw7wB\nQ6G4blSR+OutJTdxuNeoppIhIoivRiwzCKj2m7S4F96bvXUxogyYRuvHuCMw\nvzwzin7lJMqXLqo0ecLcxNQY9XM2Rta3fvxc78cpZoPy+IQUObW3DKnqsZjb\nafKS06rl5TFtzal/Kp9lezNBSYymM0MTeKK6AYpJfREJrGgDYKt86KwOjTlw\nl+XGadfhuavxYZQu2sAKYI9L/ylClKmoTK7SurIChh7uWoP93skRRK4DzX9G\nHm4N\r\n=14Kw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChn0i7mWg+vSMdeW4exRxH07qUoEB28Az9fCf05pwD4QIhAJFpoVQA7JWxzrtK9A9xEvIV1k2FfJGyYHPFkJTkjQWI"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.5e330bb9.0_1601503233987_0.5732014431045689"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.30b9e3a9.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.30b9e3a9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1dbc47f1a0c4601e30ed5a9eb0fc9f9b56564e1c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1dbc47f1a0c4601e30ed5a9eb0fc9f9b56564e1c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1dbc47f1a0c4601e30ed5a9eb0fc9f9b56564e1c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1dbc47f1a0c4601e30ed5a9eb0fc9f9b56564e1c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.30b9e3a9.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-5sSayfcdWuqbZU/OJaIvepCOTET6ho+b1TGWqjmx6/Xx7XXmVkLMNpgmnaBU8uPOuaSm+OUR+UcVFvU7uBCcZA==","shasum":"e223bb86a26ad7ce348a129f583c1beafe603432","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.30b9e3a9.0.tgz","fileCount":11,"unpackedSize":23360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdQisCRA9TVsSAnZWagAApcgP/0abUbvqp7Iq/6Zt5LvC\nLEw2ezp0B/7IRyWgJTuvVjl36vSE5Pe9lDtl+/GDb5oiB7dahnFRe/7cCSqN\n8c7hS1JNQ11iyX9lF1/TGRuViCVKVVaX3YhT/fsJ7wTIoSTOrhUp9zO3zWii\nz2lrtvXgS89URQV8txP8jsjY4mXTvrhtYeQOQkfg20/vFzyHJSZp2l/S6wwP\nfpOEryRdDdplMsj6fsw4ZC00nEfZ8HBDM73JWCOiXp5cmMCrKaTtQ8iFmpwC\nRlO9Q+C8twQEM3H5XWeai2HW69yzlOmY8fAMV15GmZ2d29QdqcgaA+2Uzyvj\nIqbdRQ3+EvvjyDk/9WNWB5b4mwDxr6/lXU/xJpSYifir2fgTcTlXBicA1uee\n/kMvvEFjBSqC0iL1OdOVvw5W1ADa1HJrNqLuBFZrOVpHL9329oaI8CAJBFnb\n+4w2uhyz6/n71IJqkfhtydBkIzNgs0rKEkc6FWJMgg3cRGRVIufyRZF8gCgr\n/AndfS5tNNZg6G/wTLh9gLJz26aRu4S8EkGjLt6uT1i6LHsNEoO730yOUa12\nXMlJheni4yUSwWHubNGjNhcay6cSc8ZGkeLNXhKHLCFKHT57clNVV+4TFqjB\nuss/k282SfLKsKDwdkBAwTOAwzL/Y4ZMAFJfXqFmlvDw9YLE7KSa2Ljam9U1\nXT2Q\r\n=qFI6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHCoRYzlSTpBMU3swcrYAPy5UpPaQgrFmLu0aNrakvozAiB7hL7eWEfBc4E21AbpRGud9DEvGsy6yDdEu0Kl1SW7yA=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.30b9e3a9.0_1601505452296_0.7317099402318537"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.7bb04b9a.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.7bb04b9a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f4137a832374dd43b862ca8a4db665a59c1a70f7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f4137a832374dd43b862ca8a4db665a59c1a70f7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f4137a832374dd43b862ca8a4db665a59c1a70f7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f4137a832374dd43b862ca8a4db665a59c1a70f7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.7bb04b9a.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-XJL1XfFSRtbfFjBdZz0WWJCH6gCyyp/HUJLjamK5NXmyPTU8sRjKMJtlmdxIZan9ER4DV+8pwC76vLUF57Xoqg==","shasum":"001ba3842465fbb89a020baf1c034182f9f2622e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.7bb04b9a.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdmSlCRA9TVsSAnZWagAAszAP/0UzQdQuOq7bo4K7M+J5\nGGvyTSYQuk71DMIbXa/ix07Z8kV7+KoI4hiOcstb3HCILFmsJUmLPZwjnYVk\ny1nlXBrMsnMQTxihmO6pI90htdIRZaa8Q8l16Yu0nabPUh5810S32NV5HaEL\n2VPUMg88+vIbRfRlyK4ppzB4VDjLRXVt1h7HjLbf39QqVswzizCPz1QfaLp8\n7SGccHVy4Jnj+w7F5VQC6gQfVYtTUXM9e9bdxbxn7jGBkhRJa2F9jvS80qyk\nXFi4aoRT6Zi74b5wLesMCpqy3N3dMPozE6KImI5AKKL5U7ty4x/J2iaTQ2vJ\ngSkzROjcivzI7nIuptBzHJ6oOcPw/iVI7KUW+DVo9MOJOEc8K2GuQgaoXdoV\nPD24EpYwG58UGSgWV8Ig6h0xZejz5xsx+nLNUpSoV082+Il632A78s0pSEAw\nXYiRwjP+XnCpqOfKlkfK412Jlv5kF1xFop/C/DtAYBzrgpeq94D0liT+DV+y\nVylKlqoNFEZDqpOf3lPLFmgcXsMQPkWQttgPIKl3JUmJc6OW9srNW7biBvk+\n+60W6uTsAgZqs0YiqK6jI3n5SvS1JEpjaRoJlthpB/8zH3f4IfTYbTQ79J1m\n70I+FgWSA3vvSQTXnzcVL1kkT6ubh/AOQ2ZWLz7b0tFq8dHanHyxUTMk/wvn\nyYuk\r\n=dN7M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnDEqVZGVgHLIL9whZnf+5Kh7eOfeQ9x3tZhBMH8tglQIhAILeQkvE+pDJ3PlPnIT+/fdGYIRITmt8uepW6gxuSMX/"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.7bb04b9a.0_1601594532591_0.1273897664588295"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.615d861d.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.615d861d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"31f7a82757513b3944c605422e6c70eef13bbd54","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/31f7a82757513b3944c605422e6c70eef13bbd54/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/31f7a82757513b3944c605422e6c70eef13bbd54/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/31f7a82757513b3944c605422e6c70eef13bbd54/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.615d861d.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-rcnNcHsEFJ07u/dYydEhXrtjwfI0PXdwpXQzfqP/8/9NOhAfolPws/RrcsTfYRew1m1SzRZoL9a2phgVJCkwFA==","shasum":"ec6e7e3e48f1b258bb82d4d142b68be6f5a4c74f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.615d861d.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdoM/CRA9TVsSAnZWagAA+iUP/iQ5UYa9mEpYBLknFsqe\nv81gDOZlpgl8gFKmVygIm5O9W4gbgLhk21WHcPCQ0MqId5yP/2zdMqqIpAj/\nBQoxrLMVGkI1HAfzqmfbvZ5+JKsUGNKINA0ShGjLBDkAqM+0vys3+Xuwzeez\nFINfCWbMQQERCioo+9uLhR7pja+yvrmC9clQuTituDARaPZ1nw3ADOvZpYie\nRTI4MJ+ZHjNDl+zCfVVJxK3k7XFKS/eBjZXMYj0EssFJu0zewyNY3Bt2hzJd\n3C65ZkCd0sEhl30uYMsTVgKV6XubjG4m8xyvgadGeHW+ePqcm0v0GQ/H24e1\nr4OyoZcXPEFwFgFlgGyxlKxPd23CrvXN/4+hIg+Bm0EHZ8tHX3FO33o28Y8R\nl275C0G/Wp8TW+hjVYzlLzSVL92dmeiEYYOJVLU4c3pDqJELGpY0ADY5krCo\ndB9hVCuRVEet5strJrk6o7diRpnLME6aRxzFmWe2gLvoYA9M0TFIOGhKj+Dl\nGSsZ7jVYQwcd9JNK6l6ZYQ01wnYMC7LLxSxE81FkQHPb8HST5YFZCIsPONE9\nVm5+wA2HBCQjnJRrrzHQbEi99Jpi5kE1vlpBelr+3NWXMAvkzUAbnMNV9cTW\n0EOGOTVUWKxH0Kw4o2nO271ITu37RYjCxZzta9SZLhizVe51seF0u+40BuiZ\nNBDc\r\n=iMDv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3Jm8GEQPU8+OWTDn8MxETarVNSJzQrVkOz7S7gHdt4gIgBSlNFdfWXs768qZuDInqee9f7O06WhyDmdQbgsiHiII="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.615d861d.0_1601602366678_0.047566945644946124"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.af110e86.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.af110e86.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ec4508e75df333e18bfc60188de82eb9e90a6d01","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec4508e75df333e18bfc60188de82eb9e90a6d01/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec4508e75df333e18bfc60188de82eb9e90a6d01/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec4508e75df333e18bfc60188de82eb9e90a6d01/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.af110e86.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-gF3qC6LzQOCcDtkJNO2EazOQ5h29ElPR2jxUKn4m9/aXaFSHwUuN3hd7gRQfRHSZgMvvmIS4uXHK0+gIEx0INg==","shasum":"e70bcdc3b829417d673641c0a13b1e671f260511","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.af110e86.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd7x+CRA9TVsSAnZWagAAM8YP/2Y19D/zVBJdiG0vC7TN\nzOGfhX7dnFH4x9yyCkftifT3JmbbADV/axLVtSxQIRmhthfChmR+MSaTFOE8\n/1My11odLgTqXgZR0WY2qnwSs7HsHexIaPaInT3g++zWmzFpxAfOCEsSGXqG\n171V7oh5rLxkDtT5T3lKOCnSlZbMPcxwCcDFjvLMiYKRGD9BfjuwDuO1+PfC\nMz+VXk1GZQ1LF4etIDsfE+qcmLIarJT69/Q4kKM0vJXY21OfWmwYZXboWYWw\nbK91hxy02v+ciuTBWm//TOT0BXZT1EwMJ6CM5IhVBvcOl2ezHLXNn200Ulqv\nucsJuFFma00SL6kpGjcIsWKhIIN9Wulmq7c5+c7Msa9d0mpYrqzkwI9t30tN\n1UFBCt8G2BLeyyS+db/M9zusnu++t1hJE2tconMv97wWf5EOL19+exm/+zGn\nCp1wXX/RnNxOS3C/jBL+eBB2o48KVZm8tTVsmVwSy5Mct3PFf1howmfyhuqv\nFiiK+FIAFUo0Fvb9RM+Atwh1F476cq6mXtUNofQurtuFMTCH9z5REIMIUkl6\nNjsRqh3h3ffKAW8Bqbjl8/DzAj5FHvNUQ0dJOfPqiH7iKVUi7o8bYZ7akV6l\n39/ttldv+MtrW9kmKfonpu50MVq21x5AEVBuEjzvmsRUhVYYtSSXThtJdaHv\nz6vT\r\n=XM7W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHlcwfqsoVsG1dp6caegqhZF0ljUkAipm8cumbWL6nxMAiEArC3qCiADBwknzZ/SZJ6ZtxOkqwRabbaYgu3HknUJ5Y0="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.af110e86.0_1601682558324_0.9740749170194283"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.89d27ca5.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.89d27ca5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"fbe5db689dbf4abb9f299c85581f7fb95f80ceae","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbe5db689dbf4abb9f299c85581f7fb95f80ceae/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbe5db689dbf4abb9f299c85581f7fb95f80ceae/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbe5db689dbf4abb9f299c85581f7fb95f80ceae/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.89d27ca5.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-pe8Rk0Nph8c/20Dofy4BB9BE4nbNMwgVPjb3iKqvSIdYhe1WnBOUKtEgwPMZTn/sbheEyfLBEdkc3vAWbT7JUg==","shasum":"589e566addecf5bdcaac57cedd0eb9de109dec33","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.89d27ca5.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfe8fHCRA9TVsSAnZWagAAv3EP/02iPsU1ZkChDANVuDLa\np19mPO280UAUNznGyykdQlamyR86w5c5Ea6f2EAjw2Ba0A0OQBMQA4Sk9Jj/\nvpNfyFr/DuHEs9+UPm7f8RV4fl+GblxVgatXHCnn0S1IjozLHmblx9ET60vc\nQYPoOl/STzK1QQLka79ISNRQGYn4Q0WW9lm4BCHcW8iNuoSEOEFhj60r3Nkw\nnxnAKWSe7r/PaDGLXrc567pX/d2dtljNPBtKoaH5NNhCRSRuYaay9qMj3tNg\nLwm/AqLEHE3QrBuJu+HXHh5X4trzxMO53utm86lwZ/pznuhFAhV/9ERW/LQL\n+SO92akDWwlRPECCsZt1Cs10hdpMrroOd/MtAfTBmUWEjpW0ON0Zcbh0iTtj\nfQW9bJPHty9VB/vrJygNF1EvtQ+D77TI9sHgz+oqL+OuALqq9u90Rz/GDQ98\nGM63BIzmSX8vJO63hBI/WNt4Ec7uwqn2kFJZ2+g3t1uZ/6w8bnBuFdDZ8Q68\nrT8rgTv28d4bXO0p24gT//sxWSd6PUOSyAu+zZnQfTsa+Nm+9HXredvL61hs\nV5rquad1+jNWdxexOr3cHmHTFaZRyby3SjcYRNn8pctc7/3Hfg6CB9gPz5O2\nymiaNBZtBJtBbqRgeFySu2/8ldS3nQkgbbqIAFqe005V7NM34oeokVp/upa9\nK9SA\r\n=JXlx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMe5mhjzVtnlxQguzCvPdFUAWIyyLDRYMay501ev2GQwIhAOx+G+D94nXsP+fM1bIOQVkOGkJ0XJX/bDdm3YumgyAO"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.89d27ca5.0_1601947591291_0.9499335770766586"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.9ef2e7c2.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.9ef2e7c2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"05ef0de8978ff84725428953056488d768d115b6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05ef0de8978ff84725428953056488d768d115b6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05ef0de8978ff84725428953056488d768d115b6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05ef0de8978ff84725428953056488d768d115b6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.9ef2e7c2.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-MvPMRTgK1ms2VBWeEXuesp1aUyapSssyLLDnwXFXwjHS10tCkfHkCeHssGTvBYf5MFuDKcekWiE4PwEvvo/P8g==","shasum":"89bbe64de1d2549867572e20f88c20aeb9f9fa17","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.9ef2e7c2.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffQg8CRA9TVsSAnZWagAAl1AP/RYWgvQfIO/BKOb2d+cY\ndVUps5ValyoVzgvJZDivXRCtZux5cr0cTkN9Kuou9qZdlpCU/9ne2sDF4w4y\nSnzw7LrEn/rYS4pQpERBQjhkAOK/a2eDRPErewarYc6In+/hXR4Bl8hbY2KL\nshAMCeX11rFzWXa1sBEP+1Hpz5Y1WHYLe3XgBkJFCzL4zsSoLNDhXjuDkhd3\ntO8V699sTAxfrg5GRw8fNx/YWaTul4rPWNrl/8BqwYBk08Ry7+a5+REu5s3Q\n9wuL4f3/rBb0vdQMZTbZcIIooy/pEgl9ORBd4FOAn/lWO9B1+g+6RMomf8hv\n+E8/LFdxVooWimBydDfaCRlpH7ivGPBmI1877jE5wERzaSLA8H2ZVKlWdAY+\nPfv8p0FYn2EL7TVO7enCXuT9A4Y34QfColz8ogo4ExCJnc1q3gROKoRVFczq\nUOZvo0r7HTTOCMRdGJqWPY6e9KrmL2geam8ZNgVQaN6jD70Es438ZlFch/bG\neIio7HnCHAw+ppLuru8nIoCMjASytUv7vSaTkhDShjrUXxeoBHXTuSTD4xuR\nspqezHREUOVQf1LzpvZIpJRkndp5mBWADp9mhxZUgu0GY4zcIxvSk9h8IUuK\nAOcj3HhDObUYIkr2rausSOTvPwiKrrAIamTLSCN6tMIwGwbZ/Yp7tIFo3qpA\nVqwV\r\n=eQmJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAuoIQptupe57R098FAybVTjUQZ9cC3smKsuybf8R23TAiEA6kJtl3QUNrhZczGa50K3O1sysKtF/zxAsJ+n/WC2tpU="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.9ef2e7c2.0_1602029628583_0.16693058499022428"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0-canary.96c8bdc1.0":{"name":"@material/mwc-icon","version":"0.19.0-canary.96c8bdc1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"1107015eb30f3673820101dee6e42cd62841721c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1107015eb30f3673820101dee6e42cd62841721c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1107015eb30f3673820101dee6e42cd62841721c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1107015eb30f3673820101dee6e42cd62841721c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0-canary.96c8bdc1.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-0IlzWLxMWwspxIL0SzULE1d70dX2GjMGOlx8VYf+MeXCfKTj/hPto7Jjs5zhiFXiWxSii2GarqO0i9S3RPiVEg==","shasum":"90a598a77a8d7a8235d4ce99a42ab0f700917ea3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0-canary.96c8bdc1.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffh/mCRA9TVsSAnZWagAADp0P/0zB3QjY2rVb+oLgpqqt\n4Kdsuotvm/ErO/+bQD7nxzLfkcHHWZ+GtRS7HQlRl8fKaO87zTl7AM667Inz\n2ZI1uhZ16WBWRwhQ4jKomuXawxB5mMPZoVTZN3SbBIk94/O7LDUo1/PPk2tb\ntaaKtZky6WS0LMaaj6ekgx9ci11EF7CCZoZpklxsZ0aVhWkJnqcBSF+y1XBb\nR9t0lS0AZRZwuqWaN3PVSUBDXDOpbX7lb+J6PbWQh1otEPkaxkO6g1abLq6T\nFnGEEyZ+P6iaUc1896FYO+5aZLCBDcRtzPMRqqKqvV1rCDepI8aZ865wa/zi\nFbu9h8DtUPStYiVvrsEYVa2L92AveLJCerZ8oliXKr27xeHgkzXbjYwmnxYg\nb0I3uxGxq4vHlPS+4LFB6U4/jNWyxS9O3fdu7p8MBK2Dp3B/p4iUE+Kqmj66\nNk5ZWY4uB/0Pifw59RAY97AfOeZ1HZvhtn5DAKD1tyvj5MoKBythu4cwgPm1\nKD6SvNmAllFCWLoZNafdLLqrby+8f7ak6KUXGB3uUy0l1YNw+9Ox73/X+FX4\nLotHsiLooZu6bmmkKZYf7ksj2EMOzJ54kuv68RRKsGTkAM2HTPOtjwnzp/LR\n6wA/dpwnXE5Xf4nVvuDWbZh3eFK5mxHO8maN8RTBdiExqxsnoL/GAXfAeGHg\nqiox\r\n=U9x/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwgr+GLAHBNnf2v/ofxRH+RHm0aYpHrWOAPODMF2vnzAIgQeh5hOzCcp1nxCvnlI1dvAQiAwjtrhldpX9QD6/LRU4="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0-canary.96c8bdc1.0_1602101222351_0.3477678130231332"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.6c21f034.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.6c21f034.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"367e1d2c78522b5c85dbc2693548d691c8b84d59","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/367e1d2c78522b5c85dbc2693548d691c8b84d59/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/367e1d2c78522b5c85dbc2693548d691c8b84d59/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/367e1d2c78522b5c85dbc2693548d691c8b84d59/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.6c21f034.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-Cvsb3fq89Whe5GVvFjoOXTCBkIAtPr1KTO2OcbhlRaHSM2DATNNF4vj7fM84Ts1fzWg9OeQyyw/QHjbeBG/WTw==","shasum":"80c4383ddf7553d44fb3a4036e34f2d11e7c355d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.6c21f034.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffkFjCRA9TVsSAnZWagAAVoYP/3JzCNlTbhDK9pUQzW1k\n5Wqp972YD2qLJ9dkgFWysrlxI2YpWgw3ULR8uaVPf7FIRe6iWIlhpCmt8pMJ\nxWIfDpoxxu+UWq5dcZ4sps00soQtsX2Gr/HGBMIuPYAt03WNAUf1XjtyuICZ\nRotni6cMopuOjtnrkS0NTCO6OKm4HDvWqRJL70UTOwwEMFfzqtWlXxjubWpH\nohbWoXVIzvvPdwP6kandSSxtW7jGpUeA0DdTgZ9xpyRzGuXCp+utdEdLVkwE\n8zYQijbKN+BAlAIAJQb/zW04MCm4xJlznRRoCVT69F2X88N2nIgE3Ud00GqI\nOC5bqPgV/1g8MobtsWAO2ZV0rzTfzSkMgSaXcszRQAgsd8HrcNzb1Ig+ZTVm\n5BJOAncvAa5yRCLESUTvq6y6DDBD+QkmlNUY5OUiwjjwvQSIb5VDCM/im93t\ntdGIz8uRRg7haSdRXwc1SSNp4XGFUT7vtrOZ5B2V/vi2hg9bjbgwaQE7wkrb\n3gn/SFEy7J4nAaPJ0yaKe301LheK8IU9CxDhY0jTseqCDeocWn5VAbKRJTaY\nlvAC/BO/hog14c24zDQGeeMa0Nr05BsOIkoFYavYaia4v01UpIXmbEI060e5\nBGnfqx1IMWSbrkkAA0zQ6w8A2xWsgFDw5qZIhnzMPS+FlFqiCGOl99R5lqxS\nDhls\r\n=lkmz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICoVoPnxuzIHn7SAFjHsH0KNTTeEb0Mpqk/ggBK5gvVMAiEA4IhnBzWMzkxH2tIE7ralebjqladJYJIdqFifxqSVIQc="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.6c21f034.0_1602109794793_0.20489951856042365"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.0":{"name":"@material/mwc-icon","version":"0.19.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6c21f03466ddd0381aa030eeb2fd8f9615a3ed73","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.0","_nodeVersion":"13.8.0","_npmVersion":"lerna/3.20.2/node@v13.8.0+x64 (darwin)","dist":{"integrity":"sha512-9Zz7QsstIVjVsO1gpNP6eOMoXU54AUEdcE98poK6HQTz0WvYO+UXGgUGWsAZAABYP6/Ue7f8yRcQmnmH4DH1TQ==","shasum":"4c152b2f79c381b6c1f7c37cec2a7b04d5e09d7e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.0.tgz","fileCount":11,"unpackedSize":23336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffkIiCRA9TVsSAnZWagAAlj8QAIOfKr/XFYRMbTHiBpV3\nvs2Z1cTjF4qMBw1hfevu3SD6EI3hGhAE5Q+riYuujTArQALPzfLEA+v8BL/c\nkWnW5Q8C6tPbv3/ij+QSY1mgv3XU9ZhTVSdfi5pDCpSL/1R4i3ogFqIyTaqK\n7aaIxjLQ7fiMcSdgXcSjamlW54i4q4b11tYEhvTeN1aAFxfLoQYLH1BTv7xP\nPZaARE0b3iq3dKRlZP30uyq4+Uu5ag7TRm2YfjG9chHIWU57u8p7L7hyDGuU\nJAr0EhiEGaoVqXTJB/hyx4el22pZg369e6iXpIf8+tDFnqxXa0QlUFofIQrZ\npKHnnUEn0ZPTSmKGiPQbBTtTjSTymto/NmQRGVDEfWJY8kMl/2HDeKqg2CH4\n09Ol+UJdxAFUvn+OMRHbDvnPW9Tg0teJGBWEgrzACOIGC6s7uLEdgI++wauw\nZuF5yWBg6PtWMT9IUkpNZjuq2ZRHuGZyGLsPtnQpL0ADHzeJ4pt1X2bTE4xs\ny53QHXtyuBAaDClA3izoWUCsOTIAGuMiPitiBbOYiQYxTKUR08fYCP5XoY6r\nZFcA6sPKmkTM/rE3O6ULO3pVFh6Vmac2DpWIoiX2FVQJ5SQJ8suBjumSgrII\n+VVWuhw2RpUJyKuFTcYzH0Gmy0pBLJKnBwbqFYs6EGiRlrndfw6lYjMJP4Bv\nJpvb\r\n=D+0c\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCU/BNJPDBEe744Ob0MTlsIeVzy2SMz595/7khlNxMz2wIgaduZgw83SOp4Omz31PdWunXNiJHTr4O38IoKaV4Bd6U="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.0_1602109986539_0.42300615964407573"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.1f026aaa.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.1f026aaa.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"3082455321637675854584edbbfeafa95d95dd1c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3082455321637675854584edbbfeafa95d95dd1c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3082455321637675854584edbbfeafa95d95dd1c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3082455321637675854584edbbfeafa95d95dd1c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.1f026aaa.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-0qB1yTC32yz2gcsYq3M8Bt1KS7Cf4g3rZXRpv/Vm8ffnEbYJkArM27NdvLMtsqwzqoh+VK1PbJhIogrGFFuYag==","shasum":"b062a1a17fd307544a3672ed98553c9cdecda0ad","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.1f026aaa.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJff5hRCRA9TVsSAnZWagAAq1wQAIIHtpbyco1odYb6Dx34\nLd0cK7yajS5f9XjZyGnp0COj8IPFmdx8q2n58mdIaQPivE26XI8KcIdFIudN\nh/khza0UApN2ndZ4kzqofZW7rKx5qNKiFmxU+XUL8Gpj+6ywTZGMXL3p9HTG\ngLPV4jx+XUilsfWg66e6fj5yy2VU4HY6kGVVdhjNvKXXVBYdmvcWQkWwS6XB\n+/ydHoYmfdt8a1fawz3/VRXK+4scP2o5ulgdrxMemLAgQ0gXkK1A+HE6bDOi\nrWL5fQZv25uAN0qsoWWobeiT6Q0JfAVOB9lFQA2tg00Ug6ejLzx81t7587yV\nZ32lrWkJ2uOtxgwahwVpAtEDiw3UjpVYe4m9ZX2LLofvWtOqo5a8+w1eTwAz\nUTu6o9am902hSxSBZRRdtqpjmeSGtJ0C5Ka6f6dwlwYgPwUZNixPpM+kVunZ\nqdTW5HVGJuETekwo9SXdUyhUeWd9U03+WHxKsH+s90guHXbJvYd3gtqLdFKB\noY9nyuAQLFXqnPFJEsjDJ2YKj/GvjkeciCcF9MSbz+QpxbTRhF4R3T4BQFGB\nw1aCFF6Aw50sqK+xD6M7zmpegk/UdreG/djeEGcyFVUDZpyPdvLnrs9L7yMA\ndgLdyDFDXfplhxwcgqZm9gnuhAxBGVpsdSsaidQOdfOVkvFgckOeIn0necR1\nzuwd\r\n=4APV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID5VT+Rg9UyQVF8qH+IY1tSmnM8hK4mxzSOylfiBiPS7AiEAr08ywK/I50rflPtfF3Z+g7dHxMd3FiU4vAsYKxTyNcM="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.1f026aaa.0_1602197584782_0.8996859435046403"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.19.1":{"name":"@material/mwc-icon","version":"0.19.1","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"5f6894b191aacdb7da61e0e9f91bae96169fb190","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.19.1","_nodeVersion":"13.8.0","_npmVersion":"lerna/3.20.2/node@v13.8.0+x64 (darwin)","dist":{"integrity":"sha512-MM3Qz3Inkyo4gU5bHDp/o9TEk9K53Y+glbJGiAUj1dAisrRSwptd7xagROzzmVKlcxN+OHqBOGLFx49ztFP/7Q==","shasum":"4dddf27a9f24262b02ea9cddc39800fec8b42920","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.19.1.tgz","fileCount":11,"unpackedSize":23336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJff5s+CRA9TVsSAnZWagAATVIP/jE48ThJQDOYoaB32UHg\nfxO4TduDr+34rpQggN/dndj5lSzy477N0f8kLVK5dVwa+T7++MiGbtKhktje\nrRd2aMHBBBppucjWO9ndKp9GoSROkBdpmQfd+ubvAeVSRcDVuwfSlY/CJ1rZ\nMX516LbHokm+9TtAF4EGdIyP90qVMj58Nypz1M3or1XuwUgn5KM2A/Y4dvYx\n1WPxG8HA11WOMHEdm7m9Y6eG9R2n+KyK6m50rnnXfCV5pgpI5Byh2x5s0FKq\nkw5XnI+MjeXUmt4bHZYO9aQcMt6FSi+Xl3PlqVv4heSInUdc8Mh8PoLIHOTP\n6fNUaJ/u55SVFD5wDEwHB+xZbFspDPZ0aajKFghZny8GzUzoFePiUUa2SUBX\nFfaM/7LnDyXledf4ee1n0kE4mI8WvDkSjKhJW9n8QZK1j7uPInF9L+Yx3/op\nN8GMx0/+JO8AUjGkxW8ywu/7/nbQtDe1bbJAvbJe7IvJfIdVMPR3E+YGEO51\nlzzTmE7C6C5lYtv/8Vpgy9dHk5bVjTmWxAvt1zosjHyhpLJAycBqvCTfrMVh\ndWFfPeRDRAGmtkFBxuTmquhDSJGLrIMp7O1jaWgNKxFnPFIvN8Aw9e3miKPW\nuCIbG0E8WhbvuYh+lSHRuWPCRX5GUxb2x+lIDIn1Ha9D6c/iZUv1jLUO4nTa\nIFOR\r\n=FjKT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHho4cA9PN/IIe2KmLzRIyQdCT9Uy5k728OYiDz77lvdAiEAr+hTxaUxfe/38mGOlw744bqbYHPey525G8dLKbhmqG4="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.19.1_1602198333936_0.3424168140382544"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.5f6894b1.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.5f6894b1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"63718fb08d28bef1d0a9044bb2ae8026b49541a6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/63718fb08d28bef1d0a9044bb2ae8026b49541a6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/63718fb08d28bef1d0a9044bb2ae8026b49541a6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/63718fb08d28bef1d0a9044bb2ae8026b49541a6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.5f6894b1.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-qZ/tV3ZqoHasaT3BYI2Ofyvvh1owNm9gF97UB2ZBgVyWSh/rhdayCVoMqHkKoskl0CddFopbCt50p5jzLG27yw==","shasum":"d30fab07dc79734503846fbb0fe781d8cefb0d42","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.5f6894b1.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJff5tlCRA9TVsSAnZWagAAIX0QAKPoti2lSZYAkCZlW+cA\nyPCSdC1ADVxWNTIGfagwcZYubIvUw4eFG+ZnU3BjtTc+WwE80uTSRD8z4n7B\nyudg3snU5m52WX6IrbpyVNua8slHROOANQH6t0M3J1JNFYL5DPhdEJNPVWfE\nIhX2PwvrELDVTHiyUwKBACtXerAh1lRYiqVkN2v5prCfP1gZNWTN5VXnxeXy\nc6KSiArxOCkSsjXQXyAlnafNRAKBNMDuZqjPVerlJJuwgFnK4LC+VqYUgSM/\n/D/BHJazhFazNOcKqESg5rOamAA7gGV/Kc/V8aW2loL7wS9NRt/YmuUiVuAh\nSKRwAe9vUhHyoPRU1o4Kk/Cq0bV0DONpX5x4Rnjk6emIbqVld5VhFP38Q/qt\nR4pOO+ztvAy/eKr7IFZzs2RaOsMxxmZ9dkj0Hjy8FBPk08JU45sWiJEyWHcP\nJYJcI1po7D44YuF6F5ky2Pz0dQD+yYCvGlsAInOGudYayit/BHp3kiXRmNTo\nv1AhPd+ujhfHIdfKZNmcu+TlTDEYgLGl8MMvOM25obhhrwHjAGyL1y0zbSOx\nzm9vC0axSOHwr3J6DnqcfEfwCi2Bcltf6mXjnu1HPjYAE3aI8FhyXejj73zp\n9hqDNNwLWGG6XDstmbH0ixzYM4O2X2B3h02U4rp0v9TzCYKnc1ndXB2jSu4z\nTPRB\r\n=5ss/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFyECOoBtkMEb/AEDhB1Bw/4T6Nvd8o48Qr4X15jo35WAiEAwcTh4rk3w9DeaclDhpbk8zghe2zYQjHTGTcwrrlDA1A="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.5f6894b1.0_1602198373032_0.5011735344684036"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.f6260d06.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.f6260d06.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d0f921476509811c1109c8805b0eaf1e5cbb3218","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d0f921476509811c1109c8805b0eaf1e5cbb3218/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d0f921476509811c1109c8805b0eaf1e5cbb3218/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d0f921476509811c1109c8805b0eaf1e5cbb3218/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.f6260d06.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-310TGTvLBznhp4oY3u4asaqji7GhSdMNYguoe1fIrY6c2yuwPalVPB/rDdMg3BsNFMcwMrm7jJvmOiEMvrBYEA==","shasum":"0ea75c193f8c58ff3733d69b53732e49df653f81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.f6260d06.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhNnICRA9TVsSAnZWagAAPwsP/3wPMjtRyyokkodOP6Mk\nWlMjRD7GX9fJS02M8DJO/L4WWn6kQFNIcBaLsM9o2vc310iIqFbjCG+sKmT+\ngEbDQHUHmy4BWm1Z9a6e7yHovscVUn4Bey73mbGWCmGzVnKPkZu3ykiQYzgm\n/E8SfRHtcQwzjQcNrGfEM9VoSOgNZ9QYutiEq9DOF0T4qWFLiUjTsa5LdRP3\nVWc0zuPnz2xylNHI/zW1GKLBbx1bipEkryJ3tZG1PMSNVSa85vLKmQIC2S+R\n6BXqQTP2WswPFTmWt+8t28k8lq2ahLIWeiKqo2OuRsYWT3dTVcXrVPgZOxpF\n8Sy9lr7lcqsCqgbeGmGYcRDyHhLk/MCqMmzvPGtKANq2lHGKvgC19O1nuNJK\nANVusqvpKH+p+HaSarsh2ZcZM36BugYm9G1dGjIuZ9JL/N9XngXcGczHGkn8\nCxvx+k0AhrTN0jJkxXig9y/kHTEwJREAWYYeYr7kffe8iuODnQa/WA/8hpSh\no7zqZBdyN2OKNv+AJcdOXlCj8S7FQZfausw8LmHgzJ7igi20/FTwJV6+izm+\niem9Yqd4yzth9uUVIblx0uu2iGv3imQzfUUoIrR4Hm83Ev0+FBVkTPHhTLxS\nuep/THLHtZzj539tuYdb8gcc7AfDfQikFFHOJweyQZFJAm3VaTWi37HQrI4o\nNNRN\r\n=VUnf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqOgC2jlYjgmMXV10zPm5BQofDlz0tcCZhe/6/zF7UmgIhAKOhutY1CBbn1fM1dYXZLcUanxGpIpb4wQjH0zdRT4aV"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.f6260d06.0_1602542023493_0.05545720580992586"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.2d1b08aa.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.2d1b08aa.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"ecded3a50181254f2caf9e2d7049466e24129104","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ecded3a50181254f2caf9e2d7049466e24129104/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ecded3a50181254f2caf9e2d7049466e24129104/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ecded3a50181254f2caf9e2d7049466e24129104/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.2d1b08aa.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-M3Um7FZ6qEfrSMrnoXNBCj6ZD7z8NFVazX+9R8oR7N0U7bzio19KPWS9OX4okZs2xdIIMGxLQjK1OPrPfIiCsg==","shasum":"18a6372de6b0a1e96a3f10e18b6a8096cdbb4728","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.2d1b08aa.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhf47CRA9TVsSAnZWagAAWB4QAKQ5rFu0qRuyk5cORmzv\nsIQJcqnRyvPSBRh+VWo5rj0Evc7eSrOIgEqDaD8m2zyhIBFz49G1ycswMmU9\nXG/rQ/9k1mWU7c6wbgNXEFlzCHuxgD1um3e6NtzMMxCuU8WxvKbNXC6wgsMB\nXABvcDGJBQvuyBtz5cNYskvJbDfifsNZgkBCLzujMG3SLDdNm4/zBu0yurBu\nmFxhJu98Rgo4srpetKKIPahLJBQkOfWWhJ+ang7lFpWqADmmXL34qqaBGYdg\nQS3U0sI8xwrefID5KhCI05ynmc6xe9YErxaBUK3EXd9J9HosId9VgWNNtYD4\nRKg+g0mHVQGLt9fcK6N5CeXaqV8dMti3506NkHl5gvNe+3Lox0X1C8cBGUmr\nE1FSdZNEJJiwzR88nyCgKks7p/ORGvPhZ9Wi+cMb9P7w0zzBu5n/2JlVmFcy\nASgLkRCePpb03NoYavbvkS3zJOkixjICHcPbHUj4B6apHTR0HU4KzD90Syr8\nmZUppbG0Rjtb3+yEUOFDizEz6CrfnGrNDy/rKHIDoJOLy/HYuG6zmMW75jaj\n9LjleHrXCNX61pCuZE+ZsAXfN1xuHzOkCA+QgbyZrlk7cowFJv5CRk//YiVd\nw4yBkM1ZU2STLSgwKU5xPG8BPy9XaHi6BJ27+iS5CtLKm0QmFCVoFVTZm6L4\nNSjZ\r\n=UTHw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBLBE2q0FaDCgA2YuUeFjypz6gql286eX395V1EEk3YvAiA+1nCRFjkhjZjcxok1pjpL6yfc3W634ve8ohscuha/ug=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.2d1b08aa.0_1602616891530_0.16966117221001142"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.5bd58844.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.5bd58844.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"f577a3de2e8463259c7e4a5834fb1873a4bced9c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f577a3de2e8463259c7e4a5834fb1873a4bced9c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f577a3de2e8463259c7e4a5834fb1873a4bced9c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f577a3de2e8463259c7e4a5834fb1873a4bced9c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.5bd58844.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-hmN6Rhtw0FDrLdRRoBDIj73hVJUPUodNX1LkMPCAh8yxnaflcrnof1+m2N6i9Mcx+nzCuLw/6H3o3eVI3G9GMA==","shasum":"9d98bdd39fc84945c443f3b10810980d37ea21d2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.5bd58844.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhjwiCRA9TVsSAnZWagAAx8cP/iCFMPPQGmd3sTky4Ven\nDvza9xZVUqRBsOW/qh14BPulo6fbWcxTFMeNaX124iPDhkqw6IlrnKax3Q7B\n5ggVG9ytKxUpdZDipAT+cBf/2OJXrEwu+RiN9pVTLp/CiLu9WPZCglwbO5Xg\nzu7BtXHFBp2qLxVr1jztpmm3Epi/dEE0FqlSUHHvLESvD0AjarewtOwh8cRx\nEWsQeTgHW+zBbTRZlnKYAa/j7pIJMMZ1/kWlqVIZ/5PoklQ0AuJHxzv4htfu\nr8dtDSYAopurp5Bj/PHMSwmrKtqUQ/D28fAo+KEv0Qy/IXWUxfcnMS+sdaA+\nFMn7B3V65P/DQwlDcS3ODJy+ibntWnK2102LQWJWhP9Q+D3AKvk1yRZaHQU6\nnZpDnJEMpNrhfOadI3ObVct5GZYt1w70e1sg4GoATX02AfIKyaM+0lEhKMrI\n+cc0bpslq4Nun1t+NOBXuSkkRa2hcKLRozA4jpXPVhLeMVFU51cQE9XOFpcB\nU58Y1N0r+caOq+I/JUjSutxzcZWfSpI9ywK6vPnILtYzVR550p+7bpyHeu8J\nBDytUzJobw6p/MV3cep/JuFmZIGVZ15FFksZBc2/FVmUmFOwlX4s2vXXJv3J\nLkH3g/XYV9bZ3LPimNjO+tQ0wdIniYuqQ4V3+CoC90cttYKL1zTRLUeVRaUq\nKNVJ\r\n=ID8D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiBm4MG4qXqnAXBhiaoPMbIZ8ejYHdW3BnacSTX07VhAIhAMQS35q4IdMK4jZ4qYg61nynnbQ+v4MExRW7rZNYSCwT"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.5bd58844.0_1602632738210_0.4977799984184108"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.bc846b29.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.bc846b29.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"08ef67ebd3aef2e1a1cfc139021dd528a4275f6c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/08ef67ebd3aef2e1a1cfc139021dd528a4275f6c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/08ef67ebd3aef2e1a1cfc139021dd528a4275f6c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/08ef67ebd3aef2e1a1cfc139021dd528a4275f6c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.bc846b29.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-7DT3xe9jT7yn52QLgGRAJi8ZQxbaszSiVkW0jrQn4AlYYZLz5lFDSmBT/bQMo3cqLD639yULrisc5pMAsw32Fg==","shasum":"9ad8ca2d686a32c025cd6346b053154de52505d4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.bc846b29.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfh0AxCRA9TVsSAnZWagAAbP4P/ixpOJB+R+/ACmSAuhXR\nTDXoq2szVkHnSDZXUPipOBGs395rV9JKm+Gy0YTmNY3AjDOakK6TzI8JER2V\nbFJyzizGMmnQHI8/VcKRE9SLZx2tPHmnUWnJWYEcS0/NzqFxLhldGNpASkKH\n7OKb8uLlHp6huR3SlTcpUKugHTdYJ3ne3oymPFnn0s53iYDbTLWtaFmTpg1v\n0CLnmoUcUkqbj0RKl+Yi+e1NVsmUOiT0/pParU+h//X8qBVCJWBd8zfM87rX\n5yWfKwA2zNeyhRZu1Obi3j2ccfLNDR8MYYcBAnGu/1zumRndJytjrSt91kyP\nbpjogcK86V1zy27BknwqyD2IyGJcLCDoUHChGHx79Op0H+aj4ZQYPVIlRO5Z\n8z9Hr5IBZ0/HHGEdfTpp4qoQezRJRVpbXTsnHVT2DUjRFy9NWcrhn8E6ESDK\nkqLJKam+pTVRb2axAy2Hdc9U9Ct0ehIGZIatk0kbtgJY2H9fFhlxet5Zk32A\neUfZJVmzUN+IHPsV2XEWRjPfVCr3t8hcO+C4HmXEC3DQLqkwNyzfbpgPlVAB\ndxYswerwbHZQOWpCzfth2I2kgYdot+VAx9gDuGn3NikDd7wICzz7Pa81JzIn\naIGxJkaBXKkbgGqo/jcIyrFqL//ZNbKS4YVXfw6AM3P2u0aT2SoWCGBCglww\nS6o4\r\n=2QFi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCklxVVHB7DV5jfX1pxiaDIPfD59DfbxuLYr4lM629PIgIhAOWa3TA/3RQsV/5sRtmXEKDQiNkeDPSV7yPr359Ip/wA"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.bc846b29.0_1602699313448_0.9024210670555965"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.3280b686.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.3280b686.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b97a59c2fac8d04478f24f297f15106622007735","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b97a59c2fac8d04478f24f297f15106622007735/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b97a59c2fac8d04478f24f297f15106622007735/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b97a59c2fac8d04478f24f297f15106622007735/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.3280b686.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-60XptAH8uOXdzYNungjgPV6r8INSmt2pwNNr1ZxljHEox2aIx+pQW1WJ9BFoA9QABaMrVm9ZWng13ncvaK1F3g==","shasum":"086c26d75e6cd3d6a174473bdf36356c9853c11e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.3280b686.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiONkCRA9TVsSAnZWagAAuaAQAJQmCqZJyc41d+GTb546\nFDggtiGPW7q0qkJZfySd5ck9SpokrgwEtjTBicHGcdONwL/jeUcALo6LFqNi\nAl/nKBqnwRIGh63d3ZxEifSTDS6mMiKZpmr66+VL/XOvNgyQBMOJW7H23t+p\nK9S5mpnx9Af8NnypxV7de/RzH4/FbxvLm+qZkHoazyhLbFE4lwgIFIzfUD8d\n/vFbxOfyZg42NIhsjLIXpFgcGgqr+pPCUoy27KttdzjmRfAHp1IjymC/T2dl\ngGhevnW5E6/iP7BEcrN740LTdsT7fTF6Q1aoPCl3sP/xTtJzxLNhygdYe1E3\nUY/pmmDqdi0Ta2P1lwULWYxOd4CjlHhxKphO5eZ2iPixQpDkcYuZ54p/ERZW\nF4kAcrITlLHjf9PGrz4Fzk4I220EIpIp0GizxnRkPE1FmM+iRYr1IlkT4v7Q\nRLqh10P7mc9RrJT9I1I3dIyLHuZ60EMa2oikRnmjoMjfleyuZ9DeNj1IlgZx\nGKVjy2GBeA6TYhh+Bq66wleNmn39fTd0+xEvVn0JTgz9fdTJyYUnJeCuRUUI\noDm8PgN6ZOqZnOxbSMtLAde/TapLaeCspV+kNnouyorgDOGF87IOs4h+OTvP\nYHlO686QZfAVk+ZaFADf8PUFC1vEn+G6EBnko5HQmrLJFzKHM4ISXobjQnBM\niNub\r\n=sAOA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNkxMXf/vYUbW+cAkVTaOqDyu5CcYBOlpJUD9aStHLUAIgLMnNn1pJG/FP5paDvllnJZ+W/ECPgkJGHpzvL+K68y4="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.3280b686.0_1602806627476_0.5413048680503396"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.9e94cd38.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.9e94cd38.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"805fad1d9b182d084e682ab7e59a4e45d40872a2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/805fad1d9b182d084e682ab7e59a4e45d40872a2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/805fad1d9b182d084e682ab7e59a4e45d40872a2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/805fad1d9b182d084e682ab7e59a4e45d40872a2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.9e94cd38.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-kxZGesb6/onzVU8j53TRSYvDRPUt5ldWKNpveg4Kmi4zN5trX4KtI4xW8PQ4kCSBvvqHl6mmtKEb5jisNUDYNw==","shasum":"b321822c46f5ec6cbde4798bc0a28c2b620535be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.9e94cd38.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfig0LCRA9TVsSAnZWagAA7cQP/igI2oNhTpoY7KVyyAH2\nA2QyDFwWO8OxPuv4bcxJkEe+1S2b4Mdw4SBJFolor6hPd3yPAfCHBuq28OKW\nwBbF/OwQ9LzWwu8PS6m568/yxkM/2irwEBp1zOF8DSml4KXiZc+slF6KTsWX\n0y0RnPQbcrQqyVUIxqfgRs3Hofr44ToWOWh3eqbu+1szkGeTe1imE+CrrOyl\ncwMx1VhmOBdSLTH/486xLLJxOO2fVIoD/QUfUYnw0vsjiy4p5EHxm0BGjyyZ\nZKqWWTq/hawm5+zVaaqEa8l8eWkJm5/8Bo8tO1Xuqvyc2sc4SWuDOBxHXZpW\nlThrrJpENj7TvVjlQLnbYS7E1h+rXXfD6cvRqHkInuS9d/Jum69hZOCmYpyb\nWZ5i8Yd57U2NQgqh84o3qFIogTGomdXsZHVaDhn1wfKQrs1T01TEDVN9Gszc\nrfz+Y6bpkW5EvIwhO5dLsXLQD7SdHOpxAuZTE45wdtVaczcWwIR0fyt7GKJj\nkRqz9iF91eU/9RAXM1mfymRUbd1vCVHclyB0PCESYwX8EzSe+Zv8zYQssnBu\nXM9IWbO0xkEkLnenBF7x1xqvscdAsCg01jploaIygH6y9ruOeymarvShBpn8\ntf4V59T/k95f0bXDIREnjH4YRzqlVZBhlAUKTDonJw5+FJLT0hSrA/mZmOoR\nWBON\r\n=Onnj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDp4eV9TUdtT5sY0Nfi4tf6WkIkuYiHmxqawgrDFpxMUAIhAPxCp57HIQ19HIExn+ufs7TFXdapTxZCwJvT5MbSxaQj"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.9e94cd38.0_1602882827383_0.7623936885178282"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.4773c773.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.4773c773.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"fbc8b44864ae10f0bb46e568b25bf4de49eab777","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbc8b44864ae10f0bb46e568b25bf4de49eab777/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbc8b44864ae10f0bb46e568b25bf4de49eab777/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbc8b44864ae10f0bb46e568b25bf4de49eab777/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.4773c773.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-iXsVgUlDhNUHQMnc9bfIL/8t80GkbR70txyI9W3mojMN0DiWdhEvnj7HnnbXNtruDDuu7kCw/p+BEph3C5o2dg==","shasum":"f126c50f7f658ebc0ba4746f75d13858fa51947a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.4773c773.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfih+7CRA9TVsSAnZWagAAqG4P/jY0LO3+RtUFw3HeSXi8\nlUJKTlVG1TKre8/ye2Rrw4/a2UzGb51YJ28J1pEQAtVHPh6uaO0VZ392z3eZ\nQK2mtDWYGr+k/FsC9kb1pFyP8scdwbsNp3xrT4TSYRvhCniit+ztiLy4tvlv\nJ+xlGvA/dYxIZAaiVo7JUXXbyj2BgvRauXznr/kdV8eX9YtZy7g+hNrA0uCI\nOvCo9x5Z43bCCGC2pwibMuqCYX6IhXLoj9QdRzMJUpFW/8PVwHxs7u4IU50f\n+0zIY573YpAPFkmk6vRzseUfMYCbiPEcZ+Y6ObXRXF3PmmTZ+62ahQgg+fBu\nV22W93iC/1X+4Vn3N4XqFUAU1NnEKWTxhqqsK10+a/GEBGRI/KRemxjoDNtn\ngutepFKurLXCCKwdSy+I1FrdfWi0FB6VTr1VWWFNLtBci46AuEczjdbfTfmY\ngoxH/Clqt+WOS5RC/4o1EjVK+nI2ClRDNGsAnRW5Txa3/6QNx0waAf2xFUwU\nqP9j4rPgnzVVN+L6nLuNlNWbHYw0U2BHev1Y/rAKfJHTlBjwmwbeiIF7IgtU\ndC5PoioNZYhtXkTUGaBP+zfHGDObNHNdlpB7lWK5ftMTBmD54Ru6x2gKW3+Y\nvwo60YFyy69RjAORTG8vLUjz9ZEh5Sv7ejY7x46oXCxDGSI0DcRLBuHkknjv\nGSAV\r\n=zjZ0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjoCXq1OZBXMBmPm8HKZ2EzyYS7W/QQSSGusrykccnwgIhALm5GR1xxdp62tCeL/HqmgUTMbAorCdMrcKOBHO//F2U"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.4773c773.0_1602887609580_0.11119018781837764"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.65787913.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.65787913.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"b21d55977da5e0c291e9fcf3fb992ff4c683233c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b21d55977da5e0c291e9fcf3fb992ff4c683233c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b21d55977da5e0c291e9fcf3fb992ff4c683233c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b21d55977da5e0c291e9fcf3fb992ff4c683233c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.65787913.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-QvXhqzL4BUBNDZ5CzQ86YuPbliqlvjPTHDADBRuZwqlBbZjisz9B6d8Mw1hkCgQKvYiYIdTKF+VeV4ZLJemhfw==","shasum":"540c8dfa6b04c2d886ceebd6ac1700f5c2e0f9c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.65787913.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjd/pCRA9TVsSAnZWagAAE6gP/j1w0apurGFFuFBLv3yF\n7P3zEDBOstTOiQG2lsNBwD6dAo6H6oYfj1xEB35EbryyvvBNSPnhE0B0liK3\njqkNj/4zdD7UicfH70KpYZKXfRLalrTXDQSvijogqGZrou88880WeGpqlyaL\nIJO6VlpGDu5ppCK84DTcMW9JolQs05G+ELD6/GSa9jfk8CsjEOmw4v3k/eGx\nA5p1GIOHdt4R07vzyWNyqfNrTbTplhfdeIFRlS18ewx6qJv/kXAwWFRDlloM\nUpizDU2wJnkqpnZiu7XSv9KruMcJ+5VixxdBtDG/Lh3UHVZT3AOvef0POHEb\nLTbb/fPyeXmDqc5cef2sjtnrTKXR4+Cpedf1MbcBihqFNp7p3QbwUp4Ph0Xf\nsiaTF1AZd9+e796Vknq+qDLhfsvu9jVwK2ET/KZn1UTSGXWzL2EkYuGSgGaV\nxM2YSv7fkop2gAAFkKFh5nfcMgigIfXyzaXZF7uMuoWvVxr/x7fKxK8yJ0JS\nbGkCVXjia3cePVOvl3e/P8iCv06iW9aEhfdNe72Nm8QpDdFI5BCOHKlKqNne\n1cQj7b3cmxtVniAUk4LTwTBTHNynZhXIYVWeeqRU+Psr69f2XF7Ed8Bc0Tm0\n33fp+h1X2fG0f2DiaKdJo/YjodKiRgYyF6UjfjGDMl2VoszojxXH+pmS0ic8\nEvF2\r\n=yUeo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHR0BqTcvVyg8sZ2Cof5v3N5QnPAtXuj3bZiVWbXMwFMAiAGBvfNKvwSd+WuWQmduicWOfO3Y2QuaxzSVVFu+VQygw=="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.65787913.0_1603133417332_0.3859705472622257"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.5485fba3.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.5485fba3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"9648298c6a3406f312222d0c0949954cc1e250e4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9648298c6a3406f312222d0c0949954cc1e250e4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9648298c6a3406f312222d0c0949954cc1e250e4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9648298c6a3406f312222d0c0949954cc1e250e4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.5485fba3.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-ikW+lUUduvGKFgSKmDA4tiIslqJW84HA+YmJ3TNoQez5syuqI3FeaQnkNtZKsONZJ3SO6N/pC4D7F+Iyuoisow==","shasum":"cec15f52dee5e1dd186e646b2a5eb7f50b497cc6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.5485fba3.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjgPXCRA9TVsSAnZWagAAcHcQAKJ+tpvr2DziVy2jL94Y\nKcTQs/sheVJtq0PXNGJp+Vx1BzL4QCwB69Iqk6fU6rwFaGja52bEe1zOEfM8\nufqZF36/M4oEiGErEgeEOB0iMoh38h2BW9S+/KjS3ZGM1eRVnKqORsMXb0Ms\nKL2F87YtgOr69Vr5yFd3uFydyYMOTUWtoIa1t14Zj9Qqd8iYUAu5u4ZghMl1\ns+cj9g+cBIcBdLKDVS30acaDgWKx/hGENQ/O9pjK30w8DDdlr8G/RsOk7JHY\nwVfkxc5H/P/r64uhhc5iRNW9JYjuTEM3nNJyUBS3b7/0baTcrJICdC5liov7\nQ25ilbbozeG5lALLF/otV4/zRN6uUtBp2A5bfnpsv07UkQVnWqJFmq3Jlrex\nucPfocq671Pa8Yu3IZxotHVHZp1Bbo/F14ecSL53duiTG86KTg9TWUY8kEry\nx6dYmFnwIVa41xABXzzJPQVOvKS61EGJK6JmM/uUyNP/uxhyFun52n+bzlC+\nFScT4Knqd3RVlrQpj2ntlDvhL3JbD0FHTnzv1lsipwi15w2AEqI2+WrD1jnj\nFVvHAKZnJ2U4qLww7KYcNWjMC2716NcfaFGw+xBheIrw2UxpK6rEqYd16F44\ncjgfhy2fmuPt03arX5/mrO8SpkH9rsuUh4+egv5lOIXIQw4nYDqYOAYtTLlA\nlBqb\r\n=gCTN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAHRVK241T60LmD40TIFvX1h3q8e4F1jNeOUPJAPibpaAiEA+7k4SlucW32t2jqL65drYYBs20zNf1q9E0MMi8fGoDo="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.5485fba3.0_1603142615475_0.4138560426081339"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.a39d0a92.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.a39d0a92.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"c523e6fd9acdd92ef501444da567a8910ed478e7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c523e6fd9acdd92ef501444da567a8910ed478e7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c523e6fd9acdd92ef501444da567a8910ed478e7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c523e6fd9acdd92ef501444da567a8910ed478e7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.a39d0a92.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-nIHP3xOUtxoUb1pzBCcDl3msP68iIH8luktarO7jkEASeDngpc5FSnGeQ5cwlxa5wHPXuWrvKx0vLq3kOb1JWg==","shasum":"f2c3209f38a730c90827f23c824abe837b2d3e41","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.a39d0a92.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfk0m8CRA9TVsSAnZWagAAFPkP/2djLx1xktAh7+E5NCf2\nY4VQhtCGmMrflXEW5okNZskImDBVTgeFo+mdY4w8pXEOaXN9obXMR8F2lk0u\nzfmFFwcBBBdzzDXNDNQi+0lLEsrM70l8G+ThCaflZ3dX4HMa7WUCUiRNbfRa\nLR4YfkE3BoFImaO+OWkTM1QbwiJdD42GGbP026oIDi6fOCH17h6+uBy/SxTZ\n2bNCKy/Nh9JXgDIiNol9InbcMtjPzxh6E7baZYJb4vjXfIbMnTpe/UN+pPEA\nlx6d45nGkK/EU/RuUb54FJ/vjfEYYsuF9AO2NNUFFsOM2zUv1+ESv6TKyHhY\nz0mWJIfnBBDPlln5vrlGXTW8q3rnfHqKayaFmhvisnG2ZfDvqCpUvGbhnkPO\nrezQ2Ay+gIRxvQxA+/nS1jCbNG6+/sfolk3c8HEdC6Kz0AgnEFHNqgUO7qik\nacdLDEcl21mxkawhWGlETBEakCthyCWnEGwWXeESvo9Tu8WLKkif+DWuoA+G\n6GPqDMFRWMrDGuOdA4hPrQCecznC9lqm0insfpppHEqoHOUDLdpqqnefnnQW\n4+ZOb31ScxnHsXvGNeBpPVWDkSqg7VbGBMV4/14Oud6xUyN9byDrBO0xAZes\n0rXsMnnqHddG/0zMSij4DBLvZzduIzRO17Gqia7DQiD/CPNgwn4He2TD5Zu0\n7KKo\r\n=f7oU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWg+Wibj7oKVLWxQHYEB2O9kspV2Yd+I/VYVpc+mmB/wIhANOEOhBBwHevsv26s9gRumoMsquY8eHx66AjU29MtFXc"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.a39d0a92.0_1603488188012_0.32255617806466175"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.4eafcbc1.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.4eafcbc1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d5be869d7cb28aaf425a4fae37a4f61d918dc1d4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5be869d7cb28aaf425a4fae37a4f61d918dc1d4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5be869d7cb28aaf425a4fae37a4f61d918dc1d4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5be869d7cb28aaf425a4fae37a4f61d918dc1d4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.4eafcbc1.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-dozTHExkaoGUqf7HzjU+msNCJZPeTQHWeyeUzhhyOf+VI4DCWbdkAYwb3su0ZYix0rQgvOfJPRTjDDfyAAnXvw==","shasum":"eda3e80572b768d60c4d16e978ab858469cd292f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.4eafcbc1.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfl3XYCRA9TVsSAnZWagAAsYQP/22AE7Esr4N2UA5ohxqc\nhsg0w33X5wd+3O3JSCJmMyg0/qAgQxuALP6xseudF6i8uJszvVpCqFmkgI1d\n3oRjYue7nZdAJS88/yFQp0OhqAQtFjM5iXSvXRilcAyoPVjMwfxuJzyR21ef\nXcD+BoS3qSqhw6w5jEXyDk1At/wwJpmSjAlW5F6a5WVU7xHUz2TIh4VYECFB\nWAbwAIyUb4EZzAyecTGpxD706t9vY2amqnWxV9iFBDSTkDVdThuuA8dD1xim\ndo0KxVd9jFbwqhG4sAae25LjnH3Mg6mWowxNpY+uUgYsEW95R1/eV+Rmkw1G\n6k1d3bskzeUbkMYj1mS0vVLFrdh8QjZAVFZkBQm/i2sfkjSo/uPTMess4fpM\nqOxGNXyd3MuOHo8D9UGEx8pTqucvS7VOXbZjNXRLXdYAAshBI6ex3UXzv9jx\nOOpAGQIsUdhJHF0RZHrYCakLnEtnUDl6qPkkzhQG8WB5lKnF64mFH94Xm3ia\nrd2Dna/wN7Jxs023H1ao4i9QP2jftpw4ifX56uXmzYLLDskRTa9MvT/dY7Ev\nWpZ5FEZDjYxk+KOkUqUk4Q8dOsPKmZKjW6WiEc+Xb1ZvOLz3dvQXjVqzc61a\nueMBRdvUVH7mCvpEGmurQSf2KAaChR+42UV9zMzAdQy6aGzZDVMmL3kIFEgD\ngKZw\r\n=6IgL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtBNTHthGq2ZQ7KdpFj/71kAMs51yXy9hW9a9Cyi/HvwIgMctJdmwngzJxho/vhE0uKX74gQyYdEdD/hoTsL/5eeg="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.4eafcbc1.0_1603761623972_0.17016829844434933"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.32961593.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.32961593.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"af0d60d5c2174ff8ae5098ea73212398be59bc74","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af0d60d5c2174ff8ae5098ea73212398be59bc74/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af0d60d5c2174ff8ae5098ea73212398be59bc74/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af0d60d5c2174ff8ae5098ea73212398be59bc74/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.32961593.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-4Ct1zePTB+M75xb8lvd7TtN9Pb4qKfcNclMOHPKHObsqOV/j/6XlG9Tg9099bimMS6zFpYGQCv72U5/5KJzV1g==","shasum":"af41cfbf25e8122f5389a2b999a1108d905cfa97","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.32961593.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmL15CRA9TVsSAnZWagAAI7AP+QAtvqZW4Vg4gE+JCzhN\nkp6ypmGASijAsdEp2bLr6z9dP+O/LdpThERtPnBuD1p01wPd0GYvIgDDnh0N\nh/+P0WzU5bmrsDpsuHM8wf+1leNsnjhKZTvvbkKOr0h2FA2DY5rvezkVO7W5\nVBUJT+CTZjLue+ZQBN2lAxpN0FU3JSW0mK8uL8b61niPVYHp32rUl/60EGcS\n4RuiNJabS63QRGnIZsSQeiMTW42bzQanwQTSp/O3ZGRU46MavfHAnKoVrUEb\nhO7aHER/KGZIvv8cIpmU5AhpfN1xlyXNRktpVjSx88im1NPcajICVrzPOPEO\nHC2VBhHAK0cifCxM3RYbGvpuAwmr75HzfBjEBSyWigDUzf/ERJTUX/ySoIy4\n/zHIcWGgNpQc0yoRpeIw5yigYyacyEbpxfssf+/CE95KZAz6scHTK/TNAVnn\ni6sw4kzFgvGjugUgyTG0Hojen4XV5nC+MeIygsvs427NsdzJbjextrTO3zCv\nUkZ4BNWeo8ObcTcb90kCiP+UY2YM9j7GKfSXf0LHXpqWr/D/yruadXoeaJmn\nWwx7wiUVqFnCKbZLyMtWZohlnj9XrONXNNR6jEodNter02AiF1+rOeR6CvOr\n6njJX27D11wjYu3B0ZnNgTbZn7UtvnAbEVxa9mS/qlWFctizev+Al4U9enR3\nQv3A\r\n=wMT2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCO+GBHlZmGmrbehfHyR6V85w6KKdmDFBJ/sbWfvewRHwIgIUmQbLtRdJtq1OoQD8YtoawAODiEis4ckB7rcdgs1mw="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.32961593.0_1603845496613_0.34545254518602064"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.8e3a0601.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.8e3a0601.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"a21493f177ef3992fcd667ec3ce774d4fc926d7a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a21493f177ef3992fcd667ec3ce774d4fc926d7a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a21493f177ef3992fcd667ec3ce774d4fc926d7a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a21493f177ef3992fcd667ec3ce774d4fc926d7a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.8e3a0601.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-In/hOmnVkuN1S44EuF/a7AC4D9b0xfKsdK7+Q4ECqLAzxeBH7gqJzU9HQpXHkJCoXe+OkklhclyGTuWuO8qPZw==","shasum":"e415238c02b906269bbee014438574571af0fb5a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.8e3a0601.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmzXXCRA9TVsSAnZWagAAt0EP/3Hs/veOQSB73Cqp1I4C\noLZ4q1muNZKGkA6RRmaxsYBjO/laibNtH9E8r/6bnI25R0MPoKijdikPlJtn\nXEePI8c70cGM3LSsOe2myAvuPFJ4pPpWRaCRnF46Z0AfItEFG+e/DH4mezcD\nD8Kw+Psav+KhDMIjhf4nQtiilaoGRZD07unfj3OgJjMfNk3PJDXeAHgGDzyo\nwceUSWGKCjrpSEQTvq+fO1DnUR7J7Eql9ezgDjRDcAl6x0c/On6vZrVGXpUz\nghviSaJx3S0J20rD9ELoNEyFpLtT4Kix2AYFiPrmJ48PNwxufZBEKrCAFgNk\njs9av/8eJt+nV6spD3QiuHQuD82BTfv3oJ8BvQjisAhFnik1zd6Zr9FW1x0h\nZlHYWMzZgs2nQE137inJcevIKODoa/+aKLr2kPnDOOtbUP5zL9G3dYkxZU2e\nQJDgppvayGrt3+202L3RVTe+hBuO7ZsVSevlpta1weJrP4HiKxcvZEIXPvy7\n4oiYH8ejRpW88KiFog2Pg29k8N5fkkh6q5n1NGVvg0ad+pzLqRKQFYP7+StP\nBNxbZXcIHLAV3JauGuX0HGPUPbygLxcMzhph6Rvhn1Yk0upItSbjT6UuPiXN\nRc9GLi43mAuZezURCUK1IUS89SsfeLOYsjLt1uIcWuwo6IFoQHGP2zyDykjz\nsKw/\r\n=Osoy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIACCTT89aexluF4bda4gm2XvzizWhrHW1FNqVtlgo8AJAiEAwByvZHYKV6bTAOUIxY96+Dt6AKhxpir/23z/PAm8NQw="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.8e3a0601.0_1604007382592_0.5600292376208869"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.178c25b4.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.178c25b4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"80850b707414fb51c8072422d293bc7fea8a6d8d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/80850b707414fb51c8072422d293bc7fea8a6d8d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/80850b707414fb51c8072422d293bc7fea8a6d8d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/80850b707414fb51c8072422d293bc7fea8a6d8d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.178c25b4.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-RFQyAdqkoMFy0GgBcR2W+OonNmLerM1b2s7rq5IhWWAXvdkueRjBsJMx2WtpvlkulGiEtaftpfuIKsq2Y90d0w==","shasum":"7839aa1f1fea92f722b55388ae4e00bdd915e428","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.178c25b4.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmzkCCRA9TVsSAnZWagAArqwP/ieqV9yBxPbx0j0oddIz\n9PM4mfqIRoVHtgL2hfXBl9cgrv4A0LIxnGFYD76RHYOjoQEuXuc6yu0bfbts\n8aLjcujBGC45Nvu6qFvM/4IB68fCSNDQNOfEJklPvwk7q5a6qVzYZmBISwEC\ncitoKr3CQFgapP+5RCZ9e9QPuiLceB6jbhq+6WXbOpqVkP2ue5+0ILEEEVfW\nAgQkSGSbLM6Coqa/pB7dq+Sxc35rYuO4Yp04um6KCC8kZZ38R2jvF2vCdhZ2\nJdR8GYj7scMDvKKxpiSoJhwtN+hao5ahf0RaBy5kQynE6DGVX/HFWb11BzAM\nDAvoSbEYKNjapAjogZRClQz/AEX4/myO0057feGe3z6G0vXRvP1Ys+EZkxJL\n7HeyJUALoIQi+MGeG+JZEbU6D91WiSpk1lgEwXE4360Y/r9tkqvRY2tr5rZI\nIE6NY1fqcLxyzo9N5h0t+2CgVU6R8UXhCkL02ygojAXiSDkPv28exxHbZ32r\nMMa5HIvhYFPEVK5vhki6+y0b5ScyNZ66eWxbXWgSE/CZdkUEVGa8efpeYXev\n/ldv7SDE4hB9Sjyp853FbaBw1U+F4Jxg5YLLJpfQfb4gVcm4szFAaAY1SYrZ\nTt6+k80BGzANVNrtPwRu3+y0q9NOsB8vxa2oOR1rApdOkbFHDnO4qUCoZY4Y\nVZgm\r\n=rDdJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+R69iAABKwNrIi5Tz58Dx9huiZQdbrsalMwKo+Ab2TgIhAPyGu8N8gaIiOpFn7xDJv8p3+PAv3aXQVNmeNSmCwF45"}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.178c25b4.0_1604008194077_0.900317742019928"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.124beb49.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.124beb49.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"8d314226afe84cba75086ef952556fa1fc0c5de7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d314226afe84cba75086ef952556fa1fc0c5de7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d314226afe84cba75086ef952556fa1fc0c5de7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d314226afe84cba75086ef952556fa1fc0c5de7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.124beb49.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-D/bz0Lh3w1f9k58ZkppTg5J9K/tFACFfGz1Vbjb3VN9TIbbmnV82UpAPJm4ncrFe8XdWziFXhw/Pny0PZTbP9w==","shasum":"c2ad08cd3499608750dad55e210f0225b58ac03a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.124beb49.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnKpnCRA9TVsSAnZWagAACo4P/0nJUzqtBPcSpRaxuxcw\nrFCXNYyaH2w8ER+Z05xr71EcAd7xUZFa52lHbuo5SfuL+lfeWdqmA4PAvehE\nlQqVaFx1ZGIZznc7vgLWIbNRByX6qZXiRaCDnKXFrsElchY69bLYtBsZaa1b\nV0yxABBDoWqLVlAGGrtOrH6mTp4sHjPnQqwBRYfl9I0Q06jYyKSvMXvuHwcZ\nzBm4c+mxnN/7EXQ++uosXuEBZIbEY0VXcck8khC0vm0qEGNAaVLSZ8FIwIOV\najQwd3w5aytRSTUHsyQfV1gqhMREj2kbE1mkPgKweYhM7+NlisCL0xrEjJjB\naQnZB6EfsFemFgowxNjzDPUVqCtvpJYbkAUyd9cbeLyeYpBOz4mixOJBOqsp\n09uJ98yDg/pNr6gXle5AHzh+8cK0ElqZ4eC3Qh1xI0P++fqs939NSmN3T3bj\n0jzcb5EuigP45R6/AolL0ufvxQQYp9zWJGVC+NRV2VGqNo9t5Ve33dhRUrcS\n46E4yte04QbfyxHmA2x7Kamwv6zI80lG8jAt/wU3lgMt1blH3llYkMcBl9Je\n855RVkBFSYuslAZA5eelh5IpuCDFBZgAvy/V9UNaN6Q97Tx81wbk5UlmVq7J\n4P/lAxmgOKv/JayfNZtfraNi4IgPLAM5BDOz6R+JFugvOTJgn1ybCEEe2fmG\nOdlZ\r\n=nmDz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA1EOU72TknvdoCR1aN3JU/WRCivFS3lXgrWD/ljATjTAiEAzcr9TvrkNUiSDTlzw9jESaLENxlpLJqpMhQaMMac0w8="}]},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.124beb49.0_1604102759010_0.7073333176799865"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.5937f468.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.5937f468.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"d1d2934f5269407a8c0f85d5112be5354c17a971","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1d2934f5269407a8c0f85d5112be5354c17a971/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1d2934f5269407a8c0f85d5112be5354c17a971/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1d2934f5269407a8c0f85d5112be5354c17a971/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.5937f468.0","_nodeVersion":"10.22.1","_npmVersion":"lerna/3.20.2/node@v10.22.1+x64 (linux)","dist":{"integrity":"sha512-OupEcc+0t1XIhp/PS4yFhcKDIooY55RB5fdK9jAwg8bXYl5BvCGbTaKK+LTSkidkpwbof0givVX4wRG46nRS0Q==","shasum":"c5eb182770b2748aceede6489bda79f0da1ddd91","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.5937f468.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoxd2CRA9TVsSAnZWagAAsVsP/A0VAR+5zXajWCEBFFm2\nBd+pOVwa9JA4/+3I1ISEE4LpNCOs+jnfdMtIoIeO1nijJtcqyyBL0eUfI8r7\no5iw+0EQdjekN2JTa0XDo0GD1aP5O+EhOhVEJpRDDYpJKxKrqMWUJdwn2oOO\nJsrcnTeKEMnXX0J2R1EcPgOoY77yK3tvRItoSnrEgJotXiQgjmRRMls5Z3iP\n+sp+UlXunYavPCRsITeEdmcDUaslGGNz3tvYbG+fQZc5iE/SQYlqVDUhgvMR\nEEtBA3RiMFBG2bsYw6cDKbxFvGeduKyxSI6kPxUBKWrEdFKnhH95qvOue+gr\nBZhn97Y6uNuGvEeH8KH3MbY007O8+RicPzAzRjWVbUfXuB5pK7FUUm2buYVR\njKQPsVcCPMRGw7Y0RlQj+VpDN0HxB2aSCuAqa4oxZcu+Fo4a/0ZfGm+a3sjk\nOqsZumxqogT3EwsaevZhAEKD/8owjaH6hx8TVhej8P46x+84SBHTwYkZCR/6\ncBnunvND1EesFg9Jxhox4j5wvzL54e3GYMaMOoedheDqpT3RkVvsdGZNCXjP\n1ZCH27ua3acADcHoCenwpHbJEXI3XHy60wXtnPt8vuR1t/KwPiFmw2g8UE0g\nsbabqceyyGKJYYuBxFIzhL+l+jG9TmNjs39d7W5+usLM5729BqUjg1aPLD4Q\nEDOU\r\n=B+hw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE4jyvXb1v1CqmbiLGDj8yWab+qHbDUthBwm5abZ4n/uAiEAiE3e/bRmHm6fZAeMnYvOH1nDpKBOfn1UX8OBB/Bdh+I="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.5937f468.0_1604523893662_0.8680594191502506"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.a9bafaee.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.a9bafaee.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"672dd0ebc89e93768abf9e9fb4a31fecdd7873ce","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/672dd0ebc89e93768abf9e9fb4a31fecdd7873ce/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/672dd0ebc89e93768abf9e9fb4a31fecdd7873ce/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/672dd0ebc89e93768abf9e9fb4a31fecdd7873ce/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.a9bafaee.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-7dHqoKxXGm5ZxUQslE2egOCixg3+7tR19FjcA23QFPNZcUIFHOk0S1Gd69Qn3xYF2FSxSJWEcYlJZXgXxC4EIw==","shasum":"90f874396464aadb09518e9518cbc96b9ae08ac0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.a9bafaee.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpHz2CRA9TVsSAnZWagAA1xUQAIC5k4uh2t9t0O0aZjqg\nW8hWSKlqOPs9oW8tCzbRjHkmrlE5CQ8Jl+N2/Su70gEPfuBII96pKuKkk0dW\nxWgP3+xFkARLiSt0yd0tIIy+IKz7VOYi6G6fCpWXQ8wBZXzOmRKvfu61lmN4\nF7otBhin++PIKPq8skNqADQ54KJbmJvXIBmD1ZZ/XNjqjmzg9I/295tFgdGx\n8PwrdnXX7qCWtUAql+sdOZBuWDrNFGryZNu6GqBHmiIBck6h9f28qAhY+Wuu\n3U0mHcwEN2mFtRKuKZ56+Fj9nmJKJOAi66Y69ghAFNpvvCRJPSGSRgzM7Q/Z\nOvalMmf4IzHgM+PL3RZtCUBf73SyrFGM03TdlbMx5oKqWLx5gbohNiMjIxqP\nxtfUuEYlbakvpRruMn4zAQZX6SF819Z1AH5wpuytnK9g5RtXpOzLfYnWTs6A\nQly2xaHV/w5tBzv6Z0SwYzgXQNpolPIH4+3VSJpFLlDRnFqPIUorCY3PIMah\ny7Co0Miq6+vmPXoM1xSNUuoKfL7ET7YLwBSUmuZiboeCz6oIIM+8tEZOiFgo\naM176F54v3T3mUJ85rarz8nGe2DmqdV70HtFEoDXUmCc5FeniKrxPKIKXqTA\nFkpA0waEohtEZ0AftSMZKMq/CQckp3H02VopVe7w1316aZ7g3j/kLsv3T6pf\nrkeK\r\n=IU7O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIUj5/O2SXt5usMz/T8y1iWYRnl6H5rCc480ZlKFctSQIgdwQX7htVVsmOOZGUptboMeKpp1Ge8RbP2wHfOgbJLXU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.a9bafaee.0_1604615413625_0.4848690556735318"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.184861ee.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.184861ee.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"292f005e510c59c9b761c4120c56e8c9854e4595","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/292f005e510c59c9b761c4120c56e8c9854e4595/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/292f005e510c59c9b761c4120c56e8c9854e4595/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/292f005e510c59c9b761c4120c56e8c9854e4595/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.184861ee.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-3t3Z87mIw6++iIGT4iMhOxSL9Nl9nX85htJFA2KEQmiyfP6mLEVJXXuSRJt/oYVHoGUefOO1XLCJcuVVlJNz+g==","shasum":"d5e86e80717697bd3cffa6c7dbefd44169139d3c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.184861ee.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpew1CRA9TVsSAnZWagAAnWYQAJgfYduJMuVTNb4v7sOr\naD9XrvG0Vcy6OuryYS+Q5BxjM+vhbSQG0R49UcDQ/2InwypoqTN34quPFlAk\nnD6tSq98hOSFD6ir6157kdE2WhEgJHiVUJ3Ibsv7NW5Z/ISEevKEndnsUtMx\nsHgKhiMYsNRwkPiVq78E45rm3IE9zODJttBa8fFdTc1Quj3IjMZmF+I1W6ei\nswRe5ChRqEz3AZkbL9zYNMNJj2wrzb2gIAHc48z+HKgQv+tQe7YbFjPMQni6\nZ/cRcmOMD9TpdxOo0ZNfO4ChNLeIdKVQ3llFLabA75fJcEm0hKeHyKvdcRmU\nZZDQ9UoWnG+pvYnAxzvaOt0HL7enqhKDPx1nekWt3EL4gmWNNUWOtKdqpQli\n4+ADn3Kg7xgKeYtsb7bxGVarHUSsYfOyiAGI0uQXfZSj4Ljb9JDKj/+ep+do\nTFqDsuglQk/iGqPGxgnLnmfs+a/G1f0sVGbySutr1G4aqjNcbnxNODi7HndL\nmsG9tU6H7qw9QzIpHZCelIMsKEUoy2oOMNyNzXjN0Q6NA1gCN4fUReoG9adf\nW7LSxPc5lKEx7tF34zYcQCljwdNSfNIXKFgPf0sMFF/UPvAxaetdsBpgrmG4\nW6pwnYa4WrjtrGGDl9AJZ4vq66JJ80vG/3Lxu02jHJ2s09Q8SNlQlnzz0dyJ\nuXxv\r\n=b6YA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDl6mjQJygltyOWT7lOlc393DA6nVsNrhSxhz8RbR8eRAIhAN2ZQNcDg9PWId03NLZY3RaJ+/bFsz0LOJ24T1WOhmxM"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.184861ee.0_1604709429223_0.21157737411221111"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.6c6ae2d6.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.6c6ae2d6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"38ecce3da3f921a8c45ce342e47456c702623761","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/38ecce3da3f921a8c45ce342e47456c702623761/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/38ecce3da3f921a8c45ce342e47456c702623761/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/38ecce3da3f921a8c45ce342e47456c702623761/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.6c6ae2d6.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-5acBCyB3wkK4wPYxg3ZChV2GPgmt16Kinrzqe61UI7bczwknXpYwdTPyIS3N14/iWKWI4OV8lbeVX15O5e3f6w==","shasum":"496415b34fb05dc2cb2ca8f208a9c1c9a583baa6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.6c6ae2d6.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqT6FCRA9TVsSAnZWagAAObwQAI2cVGhvK7g3AF0DWI5m\n+7e5pVCTRFZry8H6dbbTqglnzLMfmOqL8HroC8A8b8TjsnIe5Gp5c3dXRfRW\n7nM5OgZgpsJTo10YzrmH+VABlBlngKDRBxnLYrZFT/nsnEyNSE1EWkloCayQ\n9uFgLW4CTmO/xdbSymgX+I1NStp7hj+7gFvp7nVsWyfN5lzyPzjHUGVpOsCB\nJLDpZNkxOehwe2P7cyzeCoGOqoSUE7xxGi/0FlLXxAxpRymfoLuFTdio0421\nnOBcIWS+Yv+60R6GrfV+8xdLgXFZPABCaiBvJ2MDHmNsB1fQgvExfXUCNpPh\n9BKIFajcQ3IklYls2W39pNOme8ET5jkZjBb0zmLCZrc18ejaugcfiZ/3Na9l\nhqJYYUpJ2A4hoZhD8V/Xc5b6Jr7Ea/H8vHhL2zkvAgi9IeG+/vqOKVO5UIao\ncQW43mILw43N5lVC2cQXLRcpwxXc8kGQZmsNIDltFZtQJ98nnocNqlZvKQPB\nHM4EiQiycsgSU9lK38ViX0yhl7cAStyDjdzcNxUsaePYd2fzwIbaBF7vd3I0\nwj8xrPayPU5UW75vP43iP1QLSCPAPD/jZtCrwJPcMonXU5C1yoSjCx68pe/t\nea6hhKKvCyFirHRoD0XBwKGJrhWZ+v4/OMxKfi+nDizcTgyotP6HRpH1y/DX\nAriH\r\n=9Ux7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/HGuuRBLL8xsL2zuc4PYpWTsbjRsXaK9A6zYjvmT8AwIhAMpyEvKlR57fyRtNHN+z6Pm2gi6WYp4z5sPeddqvXCIY"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.6c6ae2d6.0_1604927109034_0.4771349245872365"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.ea2aa477.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.ea2aa477.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"44e884f1fa66508713a0632b0fd8052b5a88aa77","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44e884f1fa66508713a0632b0fd8052b5a88aa77/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44e884f1fa66508713a0632b0fd8052b5a88aa77/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44e884f1fa66508713a0632b0fd8052b5a88aa77/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.ea2aa477.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-sv8IAdDVO4YuS3jLfOhdfqIrS9VmL5e6866oDAc4TCFGqXqtMZBm8cOS6Oovzp7Lie4lDtIPgq7QNBfMQR++bw==","shasum":"9c6e5a6a83c7dc43e84529622daedb717c65b8ae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.ea2aa477.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqddYCRA9TVsSAnZWagAA3mIP/iTiYW1YrncnCcunC/AC\neWhuh4x2WCMGq7KnDGXYdEy7UkxuqBfBYs7Qz81lHj2cZFEvEyLQ3MgGNuNu\nP+h7ryQw80ysiR3UR91ugdtztXCu9yeTXLLmLBZIURfqqZE5bUJZMUdG5ceD\nlUdnqKjLdjdN8qL13FUmHDOASl07mraN0+8nAYftH4ZEgHDIFxBDBjagrmnQ\nr+oY6CLaQIbFYTm/MupSv42Xeg5njs1i+Q5o4bB9vEOynX5jM6YZYTULFywo\n3s68lynAQry6yCZjCq4Ne5Zv0rmOcLORBtbjZ1t8ojXoZDmdg+ir0KsbywSw\n9/j1tKFVdeOL6AkbNbtKOxsMfB8i6vh6O37FAZmoQQ/ggm4cHgr7UoxoRvaV\nsFBGWJ6gl8/tey1Mm/3uchpsYEP4M74REveGjSvkt3v+UIBKSfYDQ7pfgFyG\nM7a3CDsiv3ZJ1ZJ/609BfghvIUKC1ip0HDK2ict0gSUiz59Hv2R0IQNorCUe\nDD4uh/91XKdqmZwQam98PfOax0bwYjJFwC5ccFFiyXBAD8lEbCUhaP027KPT\nGnHZXdLGCA+Jp/t61nGJa7DQz8Qz0MOG5fHWWWv1UbTR9kVqSovjQXjJlbrj\nrhIWjwf4ohvD6nBi6hVoDdQ5Ic30lqrm3d6VEzmTFRSSLwNiOWtUwBzRLaE1\nFhGx\r\n=w3Kp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEbSW1XeCVJ9aMvkYgiKEvhjtSCAtPwShRgvEtp5whoSAiBGz/xwh9lJ1bYOs6grj2lINu6spsZYv0i0k5TqQGxvuA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@google.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.ea2aa477.0_1604966231647_0.6715356786213047"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.a2c088dc.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.a2c088dc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"60aecd658763ef0aa8ea8055ed91f03f6d3697fa","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/60aecd658763ef0aa8ea8055ed91f03f6d3697fa/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/60aecd658763ef0aa8ea8055ed91f03f6d3697fa/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/60aecd658763ef0aa8ea8055ed91f03f6d3697fa/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.a2c088dc.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-qIYPXGutDZ9IHDDbO1YPMbilxiQKzR3/46B5y1a+cCF+r3RQpA7LuiNA+HynpWTHpDPj/+xdlLVxASkpBGrcBA==","shasum":"32f8441435124e2d8050f2847b0b04efd09cec50","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.a2c088dc.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqqJTCRA9TVsSAnZWagAAxNsP/Aska1ThJd9Ao6gC4NQq\nf7Ri+8ZySgLVo3Z2HrEQhC2QBHB9lk9cESVJRSFj0Y9Zl8YRZ1IUXKpflqyH\nTCtBZoP3NraVL04SjJJZKlqtAzOwDlKyAk7YSe5fyn0JhZ9cqjvM0R4LVrxB\nu18iP9/zCRABSPbdR1+bmoph4J4ZlRAkwUxsVIoM2CYJ+UeCJrsvIQQPNVun\nwUKJW06+KV3K7TeI2dgNuJUO5qGYQvfcilfUXXATIqr6MxRCw4o4AoXE4AMK\n0K4hRdHQaKSy4ODpbGmNSaC7hhcL1Ma1ZHnVYOX1NzRxOo2szH3TjbRRnFGh\n6vproxBqLvPswdd4S309X26Qss8igcxAUDRxqcjQxC9clLGpfX11A33qiWo3\nY801gOLPLMQa1Mec3X8UrlHEBXmmael1yKjEoXjTV0KQeGdGCCy4NCyIIHYy\ns4bkqonKcGmniyQsuYUrOwK3WCFS6dN7mAhOBgu5FO92DNiD7KTv4Y4w5K/n\nlu3Sb1JNm0poenOY0G/ZukqnJx3ebVFpNejbq0KXc18v6ZmyEd7cHLNWTEjo\n9nTMG1xvj1MdtSTi/TYKUjW7IyhYeYunoynC7I1I68zLSAfh5kIF0rOy/OJQ\nfBfrPlLOTY2AHeXLcbPspLBBVpHero8bxngeIJqrTBojQ1+70o5aHtN2ZZQC\nb9p3\r\n=BsY7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDj7hUMhtYICgyiUzlgQMlml5DjgUapy0z5YALwvmgI0QIgDgU9ZjwNOsTOfigSffTTrH6xatVj8GmYLL1Xyx1FxVk="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.a2c088dc.0_1605018194956_0.7988097842759212"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.b04d71d4.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.b04d71d4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^1.10.0"},"publishConfig":{"access":"public"},"gitHead":"6c9d3a1dee5f50ad7d82b0f0e59f7c21d9524452","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6c9d3a1dee5f50ad7d82b0f0e59f7c21d9524452/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6c9d3a1dee5f50ad7d82b0f0e59f7c21d9524452/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6c9d3a1dee5f50ad7d82b0f0e59f7c21d9524452/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.b04d71d4.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-osSIeeayO608+4Cs1djMnplJjl91uDfKwe5Z2uiXn/9cjH5NKhMaTNSbHtnnLXIOVtoNqHjBbsBsIEg2JOpmQQ==","shasum":"5190b7e4e4a5bcb792f6feb8ff73069138ce2f22","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.b04d71d4.0.tgz","fileCount":11,"unpackedSize":23354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrRFWCRA9TVsSAnZWagAAw9EP/R5IfrS4DAhAgSEmzjZp\nLjAe8e4nfLlHc1rjOH7I7QNWIUIVgyba2GtjbNL1Dnqzxm3tmdDhp7aZR88T\nkrvLc1jxM6+o8/eYRXjLXXz4UyHptWcpKOXkVIqEUg+H7GuSG/02lY8V0S7G\njzgxmXf4Ghsp5aOCz7wsuWUzE71dzq4fDqFsp/pmZNu4drp/xzZCwpICjujx\nSjbL6vKVRriWkOk2wYmkD0guLAW351FKuZhaKYCrFwtjeFy1t81PmFzG74aP\njjMy1Q35x1Nk4T+wypW6V6g4j0X2F1l+lE12NMPXuqw7oufqgYcfgfSRiNLU\na7ZMKdQGnlAahFMRRgjn6OklaObcSv7rCqZQn/QqsA7s5mS21fgvJtTAmHfC\nhv7zl8MvOLeisgNkRcSGEUvBPaor5H5uBx9DDOPXS/U/e4WDeoMMzWRTyVlP\nkhm25lgMnLaRyDy0sK2gO6TBKRWwmPIa9OWdyJ2k7xB6mRsjqa/iH1b6YGjk\nzsGJK3YX29CLDYuFFXgrILAk41/XwLE9GcfyCar9H/AEaFDFY6c+cwzgyPlV\nbNARRj3L37wj0EFii0YBnF2oITHlUzTiodie8nkZxWlJVMqwFFbilYUQDnjs\nph2pZjq7JXWrg6G7cxTR8UpRFVQf/Ch6KBPWPWaJNN0QYGxAaj4uCkY8wuRM\neq2P\r\n=cqZD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEsbzzL2vnlbJIhDtTkjH9MHo/5BJaiS+5Av97DXdvWwIhAO6cM8+lu+L3eOT6UEZNu110FWxck1AplEPlfSRhhXXb"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.b04d71d4.0_1605177685751_0.5566392865169358"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.2c553352.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.2c553352.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"7a02baa2ba85467edeb67014cb8c6e5bba77edec","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7a02baa2ba85467edeb67014cb8c6e5bba77edec/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7a02baa2ba85467edeb67014cb8c6e5bba77edec/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7a02baa2ba85467edeb67014cb8c6e5bba77edec/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.2c553352.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-Fi75c2/zZSByOwVbZ1fZQql++yyk8sObeWxMkKYffyD6aolfpLlLjf8D5KZe7Pm5KnvXcswk5D7GxNW+TXO4ew==","shasum":"0264302bf4c8cfd852de72551beefc5644c4afca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.2c553352.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrbpACRA9TVsSAnZWagAAH5MP/1b/ZbyCvwoomZZ/6vfN\nE8b7AUMowk7Gv3Cae/cL52qkWqHMM3GXAICyzOml441mYXkER2QO+3Gvnf21\nkSdXkH1EUS1LMnuGOe6kNFEoZftCALUzptXGo6B19amkQQbMBFrpJhX5NVJ1\nQQelBc+EAzMn5M3nsfeo01W1ajGeu03A1944ga3RsI3bHKC3y1q0fv6HCXqz\nSnPQQ3TxCP4N3jXy+OXeYWqG9TzjLHjpiF4i6tCpsCdsJRdk1qC37m/f55Iq\n4ohz9181m2kCadomBoLQiO9Amd5X3TlMfAhSelXvveEoIUmGJylvVd4mfMeV\nNck8U+jj8LWatH5KB7eUhg/iX6wTu+NCMVc3J2WgcyZNrZv4IWLHyjFYFZm6\naAffufqyPzv4om2vPVctgRBiQzqtjnKMAUgfFgBvnJxlopWoYmQNVv8AdKs0\nXEsom6gV2plxbSDU6DhbXX81fsMZkbATeEJwwCUXYY1+S6w+3H09PvNhYHIi\nipVw4Mrc0bi6RGlCxt/D4+30rnJSPJBY6+Sz/lud0RZWy3YTjKUJMuUE8cVc\nqImB0R7MG807AtAeLS06dIuP21EYJXemCTJAZmYQzE5cos9DRecQsAOwzzeZ\nLUOZpdOj1V8CeexM/sQd430z/xXf2vm0MTxy/CSfX6eUG7sLZkl01Xbj0SIB\nDvU+\r\n=7WPd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNIMee01HE9D738UnyTBztmBp7+m9OwnH9bSWXtceQBwIhAOP7CO5vQ6Uc7y2QDLah3Xj+e/ewDnM/Ot4YaM9i8//W"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.2c553352.0_1605220927909_0.5873262400107075"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.6560d19a.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.6560d19a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2b2093b7a8ece484614a94718cdac5a72d7e9cfa","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2b2093b7a8ece484614a94718cdac5a72d7e9cfa/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2b2093b7a8ece484614a94718cdac5a72d7e9cfa/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2b2093b7a8ece484614a94718cdac5a72d7e9cfa/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.6560d19a.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-Ac/hYDjycgh7VrnZeXZPsdcXi7JyFrmoDcOKdGyC1Gdy3XQ2S++ByZa4xmZbGvJ0S0t7EAhSz1tCylS0kF97OQ==","shasum":"963f0df87289d3aea928987e0f18fd59c009216a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.6560d19a.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrvD1CRA9TVsSAnZWagAAv8sQAJOIaNlGmNx5BirO8ILQ\nyO5OH/uiWzMBD4TFC0di27liHN8il7A/8767rPBR26u/Quqxtf3406j5A31w\nQfTzzds1mXIzidA77jotwBObY0BhNsdDLCw4QoK0hkgIao3ylvZv2ImJJ0EN\nzQKCOkoBB82yWluY9fFjFAG+vh9kUGZ3zKl1Gbto5nh7y87B0+7aYSEccASy\nJEKFS9wUJ+Zmd814jCPBsAxjhyPpbjc01n7LMxHaWSIcOxw3F736J/2rqUnm\njMoT9gfOFfRc4fuqDEVXEazXz/tNU6fdscBfChUOsyz16mLe1yhdonCjdwA8\ncn68eS2YvpBz/1tqrOyUL8MA2bTGMg0oU/VwnssARfQgZN3XQaeAiPO1JvDY\n3fphmlQj1pmE1eT4dQxg3bvoIEgDB4gLHdKhJ0rFRz1wOgeZKQtwlI7uRMcC\nzBkTGhqLVXXt92GitOT29vnfI3Q+Ep0UXjO7xFnc9o4FfpjMmvefrBPNBwoy\nJv/imoD2qsTw2r31Ku0GuaG96m1etaKxDZ9jT/KqW08qVkS91iZOder/3ECe\nZu4RozkK2eFNNLQJ7t/4vBFaT3+iG8FnynY/9g2zYfHxDMK3dqbHmGycSxKX\nk6mXM/s/hA6aU1n1u5635ekgcIRHq7ZWOk7KAHm7cWZiZIbdQyj5UdMjF5FE\nvAlE\r\n=mZsX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGF7hDTcd05wxRY/c/E6khM8TIQYiVAFhNzTCZp8IYhBAiEAv50Ny3EcpXbLAEKugQ69HB2Q7y0J50R+Rh5iC+bGGQQ="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.6560d19a.0_1605300469076_0.1555813722454269"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.a28d5ec3.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.a28d5ec3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"f24283a75330ef6de8cd16f8373ab1bba0eabec6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f24283a75330ef6de8cd16f8373ab1bba0eabec6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f24283a75330ef6de8cd16f8373ab1bba0eabec6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f24283a75330ef6de8cd16f8373ab1bba0eabec6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.a28d5ec3.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-gp8nR/cbrtvpLferFVzHDZ8Iv37SbCD6nDATXhbXDJGLPfJ2gxvdsrmyH2uPybrxoCyUpnE8Zmyyor/zzFy/EQ==","shasum":"e1c8fa278ac076e125cbfa8f935e60808b0df1f3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.a28d5ec3.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfs+rmCRA9TVsSAnZWagAAZ8MQAIICW07QWnc2PnXik0wD\n03v3pzcUSD1mdX2e5q4lokLs3a78yU8LpBYa3W9/zA2qWDZahzJTcK9U9lWi\nnAbkxVlN1ln4Fm3Q50NXunUU+0ylMI/1MORh31z8PaX5Z+sH3X9ubIw/nwoC\nWxBgnnAaCDfDgF3siWOfTFSoN/nQfy62/yJ2v/m+Aq9RDqCNa4yR2cHf5PRT\npMGnhwmcFJw3rpFFZES8GXHxJepm9wwLOhQwHm4hCir7IcaaAyo1EmeE1bal\nURilXnBtmPk+Vr6t6OySiSgm8en83noxzb4UgzQEKGgZTEAhSqiXzF2pU+bj\nIIXyhom6N5j205mCexkp2McN3euefPBeHxjxb4exQu7i7ab36JdPPhOR1KLF\nMKXvXsqIaEJLLn/AUMMFj5ssGe3xCfoYvZoS3u0AVRDbKVTimikXqWa2+JJw\nRbdlx0Yfb2QlLi4vnY+AehfzVNO2JN58hD6PeBkUXKkB/rbcmwu8ljSeQQja\nde5MFMFiAhrsrAn23IXTuQHY5SFVCbDDOKTRWInWUKV1zIfBvFOFz3dcH24p\nJBo9sYeMXWwWhxN2fcmh8Z2hYPaXqY4RjAGWchlHlaKqqJueq1pQZoeGYoFg\n1rzju4UZOfxbtPgBTt7973DnCWvNBoxaNpbP3teqbi1rn3hLsVpxFqEE4U+G\niwLM\r\n=Vwus\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDL5z9Wteeq0K96oedon+VJyayramPCP5hDpCrkkjb+6AIhAL1Omg7X4F8D1yTMJyTnw57SN9KUgo4MGpAXdmIBmIvi"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.a28d5ec3.0_1605626598171_0.3684707003458896"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.03e7e778.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.03e7e778.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"b828c4befe76e485a57dc3be64c348c56f37f89a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b828c4befe76e485a57dc3be64c348c56f37f89a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b828c4befe76e485a57dc3be64c348c56f37f89a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b828c4befe76e485a57dc3be64c348c56f37f89a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.03e7e778.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-s5kS/2on8nhJ15XoMH7rBNl+m78ZTrAoGsnmKWvJAqgHu1dc68QHEpZACD1Lwssm7ubcwWDF4HlwaTN+gmz6dg==","shasum":"906f9f1dd76405c32dd0788cbba5b2b230a1053f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.03e7e778.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftCOECRA9TVsSAnZWagAA9hQQAJ8eWFPziX+m+nOZktPE\nIb1ZdIKynwmG3iQkCPeVKotdX5ZEus1BhD/HJrh/SaklJWDvN0VV+mDlc7Fj\nZkKbgSYzPi+5GVPTuNc/1oM7u2vJ8fcDrVAK1H6g5JtfJzFD5PQ+X/OV+maK\nZAnhwVIxVkS4zBmHk3ryY+mSDXVM1bJl17Q5lg1Nvx8J+LdmJYOXQy2W79m6\nRlfKA9MPSZmycc7gy3Kp/v82dkll4W6a/forwW/XfvWItoMuKw2EwrucGYDa\neJ9Olpab74lpcTNysUxdfF4eJCJayi5q8woXRZDtKUQFdzkbqgVTD5x+M4+S\n/Ccm1wWLbGEEVeBYGyhe2kpAQXP8Qj/ni4L3RPxNRuaPcTO3bM7DfOsC+j0C\nL/cF1Tlp6jSiJY+5+4FZvUfqFZptXYCHuUo/WvEU0y4PEv1dlXhbreQyQuXP\n8qT38XhV8Q1PXxXhbaQ9c0v7OBreXFqo3I7em4xIih/jfz4D0Rl+JBsRycep\nKJQ/PKn0gzaUA+aNBg7CI0DQKBRQJ57BS0X3iXPD7NdTZ6TbfbMBcz1smH+b\n3Otz0pDXeX24rHkmTGcXy/mbKweaxRqZXre+Ot7x9n1/1KERRo1HwB4a/onD\n5lAYL5hhNPdzBeM9ghA1+Wc+yqFMOx3p608cTbkw+Pr/RHzmzclCuXyZNXxk\nNhca\r\n=gY1j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQ4nvvLnTjU809P4yeg+9LDnoNZ9NOX/2RdQwHLDGNYwIhAK+qeI2k7+luzjUZt/41YTVKSlYExkVh0i9/AA5fMVYC"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.03e7e778.0_1605641091738_0.8845748438039265"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.ac8ed597.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.ac8ed597.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"324571445f4ed0575cda7f727c54e156bce8d624","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/324571445f4ed0575cda7f727c54e156bce8d624/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/324571445f4ed0575cda7f727c54e156bce8d624/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/324571445f4ed0575cda7f727c54e156bce8d624/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.ac8ed597.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-7dsB2ZFMT+GeLg/UggoOxnLCyqVE42ZXxkVYtNuUBvMf4XxNVmOmASz5AXjJgMDREQzt5YEuuarflxLXftw1bA==","shasum":"d84dd075c6122c2854abcba8c80b7acd9cf2e59d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.ac8ed597.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftEp3CRA9TVsSAnZWagAAOXIP/i+Qb0dZJCexHaijPA0T\n6AvfzDgWpkfbrZW3mlvyObnuIpbN+Xs+B4ApyYt6MCD8JsWMSt9ibVnPdyNC\nG21H+gJQPxHXAwjudhGanJ8zBymmqTDhTo7Bg/2oDlA2xfRpShaLwT2vTEIs\nUxNQjq5z/SRwGV1nrUL2jB1Ufbgc7bXsgCKl6/eJHXduw7ZGwNvzzTxAuYcp\nxyTc+lAtVZKRQuDmkz6wkVbgVmjtl3+GzcexwT7cmvCEFuI2DMXHjaoW1AHi\nhB5qCkvOI9EGVDlSWuU+TWyA/0EUbtBS/cAwBr8l5JENk5KKNdt6kwalDKqO\nQfJfuah+cxRqUntMiPmtlTVooNzzTNiLAnsL6J43La3qDjxBzC2pqhMv2y5O\nkLlCG3dRZVb4eP91cG4c94i4zHaf/kVzRLz+Ll3VJgWEiAYfCMMug8M5wdGA\ndUa+ToKlzq3gZ/SpNHQKVZPbM3xA5tgtOECQARCEJmHDDffcKhMqk6c14Oso\nFmuMU6Qq6F7y0SwNWLfW2FRpiRJ6DHM6Ge/Ot4VOrtK2DWH1a+dz5semvj6V\n3HRa5hYiQY78ywg+crT+5NVOYb68eQlloAtTqbJv+UUtjE1hHy/q62cWZjtz\ncezujW38VvJM0PXKpqKOCj0Ehe+xzQ6QKNie/SXN5XtLXgwovCjhhJ50llCc\nTl6g\r\n=6FCu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCmHrEYfIzLvmVrZHb5o2t4RuQl+KGj2yVyc1PfXZ/q+gIhAL+b4t/KcZcIg5oV7cMLBEB227AQvXkeyu6goIB9w6Mp"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.ac8ed597.0_1605651062717_0.2665417463564208"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.b6a60f60.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.b6a60f60.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"423d1aee62c72c8c88e9e5e792712bc5d4d10b13","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/423d1aee62c72c8c88e9e5e792712bc5d4d10b13/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/423d1aee62c72c8c88e9e5e792712bc5d4d10b13/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/423d1aee62c72c8c88e9e5e792712bc5d4d10b13/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.b6a60f60.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-whb5DOljDsH3RDjmfQ70yrKFhj/5EPYcy3+lJUl/AXDpMfgOp211UCT2fo/Nalpd2qzXcbTbdRgyZNn2NbjM+A==","shasum":"3ad5ca540cc67189972a682bdfe490c412613799","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.b6a60f60.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftFPzCRA9TVsSAnZWagAAnnMQAJIsVBc+iPwcnQU8cD7j\nC6cQ/PuqLcwa/HAw+7k5Zv3g5EWbyF3RWNoFQQGhVWWt201ETGYcMG2gEfhn\nUmsA3Wbes9kT57BJMdxb7HjVCOjyfLI8PlY542CExsA8cb+1GcR0OJjR1o0S\nzjRFctTuu5QmL4kwwZmXwyLgOATUNgMwufbRSMAF/fD+PcTgkbR/sspVfD98\n0ktsm+FN/IPNf+C9Ebg8J5u8gI9tjOOYktHiLQpYegAs+PJ/F5IHD5DH/Dlu\nS1lIyj9xV7UgVweiXqPaACDYzgGzqrfn9GaNLikxlUAulAgdsd9+9dzYyKIA\nISYd35MYMCBo3Jr6wvSF9cW8EhSRziUDgS69qB7odDJqBVYADdb2t9pVbwtb\ngHytx5An2eXylY449MiivE2u+jumiTsAykiWkxjoIGnLe8ANjCeYZ0wRYSc8\nyOMxSSHO9ryZU97hh7+MZ7e1Ohg3cqJVAlGugVTWTSGqPX84Kl3frNMyQ5d4\nQEQHX5WBJDzj2xPJs7oPvCVlxzxGMBR4WYi3PRis6zzPYhTgAwmeSietOQ4o\nyoy8FTM5uIGBza1RuoO0m7QpNnhcBD87uXD7o8duTmXvc1ikAEcFdqhCLdO3\ncuGk0T83MUQDuSML3ehf3T7aOWdCuaW8zOze4iDEDbhE7LaR1ftKJ6yX9tRN\nUA7F\r\n=ggiL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7bxVm+Jrd79awPn7smhJDDc780g6G8QVdDGADtq0HuwIgWQp2BtbplVnipFImD7TYCG4rQ0GeqIlinQJuBGXABsU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.b6a60f60.0_1605653490802_0.11884678031970886"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.71cc24fb.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.71cc24fb.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"04fde8dbd7934f14927b0407ac285d7396fe68e7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04fde8dbd7934f14927b0407ac285d7396fe68e7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04fde8dbd7934f14927b0407ac285d7396fe68e7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04fde8dbd7934f14927b0407ac285d7396fe68e7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.71cc24fb.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-fYAznyuOdMGadE+BHL1WtAKomZAb5B5OO/NEyPBvCN2SuYmTRNwW7c7tGlfNft1w7xlvDRw0AIOimrI+U0t8pw==","shasum":"edf64b8c77bf983ead6832ab930cd09127a88b6f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.71cc24fb.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftFmvCRA9TVsSAnZWagAAaAsQAIO72H5vcR6oD4TtnEpF\ne8rNj1RjT0MQSuifhATFUHMbiJoO9t2x7fAtAEwAz8nJxF+kxlwbH4ZdrY1+\nU1PeAdeicnl9kn1Q3/fO2nbJov3z3X/axQMBaxsMSP2fnkH+ZpAS+PVgD1+r\nNDGoT9AG8BJPNjeVWe1oAeRT9P1cDGSf6RjwU4WB7Bmq3abN8AW/pW3bJQKX\nyG5KI6QJZoiYHLTbHP0aOa8ivK73FWAGRA86hGULyogRj3XVRNGGWp1ioPbx\nsLmg88u82XwEmo4mg94cMGvpgryQIL8WmvwxLgB34QYTy44cTVq98Rxngsab\nPGGMAj3qXB0nz8lo3TemDRu8aLftaE6cTExMJdi1HPdz7KA3A7tiM9SJrgRd\nOD3kw46oUHpwNg2MrZwIoXooLAtHu53yDSqA/3bmEA+k8E4MBjKK2EKnxe/3\n0gF5WZCOLhcN5ZnwftksYnwREcVs9GQ/a274/KfTipmSq63zC31V8hkmXr2a\nwhT6T9Pt33thofheH4lI1H3HwBVPTvYTCfAbg7vgg7qyvBxc8YdJ2cVhDQxL\n48zu74kqhYmyiBBRBj18EIHiaNSEXjh7K2s5qPmQfWvBoAkknHUC+spl85Ep\nCpXcJYuHM3t6xesG/2iKc98R8+x5tacOmRy8EaVBULRNP71FN/uHnfk4l87c\n7ssZ\r\n=F7Xi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE+3gJos47c7kSpisXuBQSJf1f/5VOLlPPL1E8ZxwuqSAiEAkesYHGdJijkNbpu12XRFMfn/NXmGFrBH2NAdaxCun8M="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.71cc24fb.0_1605654958705_0.5708318550710025"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.761027ff.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.761027ff.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"eef81b2f51aebd88194386f191f7a40e504b6a70","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eef81b2f51aebd88194386f191f7a40e504b6a70/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eef81b2f51aebd88194386f191f7a40e504b6a70/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eef81b2f51aebd88194386f191f7a40e504b6a70/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.761027ff.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-HW9vMGUfdqTP5E7nnKhcvizSZrPMrxRPSFCT+Ks4Nv1R9HgnIWzS1ppyjsSVL/Basc3oTW1dbOE2uOwDKtk3/w==","shasum":"37864b335c7d8c43551acb54ce0914304f4c7874","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.761027ff.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftZx1CRA9TVsSAnZWagAAQxoP/A2O4V+WNNjdND2dDgdQ\nME/soEJC9kd2fyxaQbQddxoc2p8EMqVHeBV4j3arwo55H9qz7O5BxcyggLzO\nmeIsGwvUZyye7gg4rkmwcmMoY5mHzPugKnOH4Sv7QVMu+ct05FOP47upRedE\nyi5PuBvSlbxIWgKkKpxMY69fetf6rlIjUlMPEh0W8Uo1rtWgpSU6AmDKjGHO\ngLZZ6NCaLgi+h3FVZ2TWOooNPUUvkMHSTh1QXr0jcCWkduEPCSYu0nTzUQQd\n/st+C1mCLQixI3HK0MgvH5qyDc8m1V2QPrDZryjomN3FFEPSU0EfoO9fYPRS\nteDVamLckvadDu6MNhn7MJvHmNwRmXa94OQfMcbkH0R2ZePBsFMf+EzOeeUr\n6//GnAqlHclDC53ScOzaib1fRulP2GI2tDE0SOk2cIw7+BZakOiMBzMvDJyB\nb+qckvpgeyEOZ8yMuC7BiHSkcKYVJ0CMjvcVHUH8quDShEKR0jmvfw7PemWz\nbOKuPKrGaWwM0JsR1U2Nk1ZUSbL/h6X5BVwe2RyeGjhSG0UHNiFhYCRpNowL\nkBKUE8kZ9+izt/uSoX6llkbye7Wei9Gc2YQ73216Pq22nlJaq9tHDv+/1Zbe\nce8HtodAMKAMKoNHTwzcDcl6yqQwN6sGohNpFCej0YuXrat2UH1LjVXqkYIa\n2eUO\r\n=Ftlz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDHFkm1RpSMerYYo4xFFx5LniiUycgMAx75ovC/2iVnHAiB1arhR1eYd1GvDxes7r8mXBHbxG/fAARUukIUEDTqHAA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.761027ff.0_1605737588957_0.5279074474312808"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.dc93d04c.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.dc93d04c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"c3e20c69c9dd47eb0b31f0ff51e8150d8d27ee3e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c3e20c69c9dd47eb0b31f0ff51e8150d8d27ee3e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c3e20c69c9dd47eb0b31f0ff51e8150d8d27ee3e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c3e20c69c9dd47eb0b31f0ff51e8150d8d27ee3e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.dc93d04c.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-fAAsog4aCyPd6QREAvy7nJdTebqxPoK3yBojHomBP2Uh6lO8gOCttJy7Eqh7xX9JRS/47CN34UEYUp+QH3GDPQ==","shasum":"a6fdd9a34aff575014ba77d1aa13a446891c1b54","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.dc93d04c.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftZ3iCRA9TVsSAnZWagAA0K4P/2U9YrZZuESz8AhqA76w\n+bENUF5mBT9Pie4wAjQrLK2Z9vlpJ8vQM18nHIde2vi3ydt15+ItlYJ5UxWs\nj8XJ01zTSWX5FbtdWutCfjY30waaK8y9FZGA0YnaBsnXdbHREj+6ccktqkgh\n0Sgxx+L5mqsE4qAdEufo8VlY5ncL3gXnslaV/rIbOZ0Sz4DcDskYfN1FU1qR\nsnTQbRL/XmJ6Gp80qZqrmI8fXtEGEJy/yMPsZt4unvE3bMadk7viM2DLwBOp\n/FKWX8JPT/q40d+aiN/9wkLTkfAiP6kh/96PDXD+wjePrjsu3o+xhLxEdDJ3\nXR+WZCyr1Tl+BMDCizM5qY8/xruAYZw8JywjWqMwiD4dNr8toyTnLqihYs8O\nwds6WSW7PTo30Ezn0SFNfZd/aQsyHzRxKqjhwkWiZYo3pDqnZswvQ09i+96p\nEzuzVheiKcGOp2GlGKKMNCeRsyNgq+eKtiPDhmglbycRCkul8jAe2MvY3G1F\nciAuOX9gJq2uXtz1PP6W7sfg7CPNonb8V0Oh5ADaNLa5hXpwrNIim1dUeJg2\n4VYHh+JpQ3MYVB7HJkqBKKJZK2s2NHhkO04qbFoH/RDTh8d1f3uK4qoIc1XE\nSXwFQNboFkA8qs3uPg05yBW9avpUsMNkrhnpw5ADKQfoweaT+1rOnEggD0fH\ncQHm\r\n=iVd7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2mMTYfyHDQMacmDTAzmG6p6DaT+BkKd4qwlb8XyMTpwIgW4wSyca4Gqh8XmGVroQ64zAdPDMFMx7d+lh7eD2mjeI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.dc93d04c.0_1605737954494_0.3821645736890251"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.4a5d4eeb.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.4a5d4eeb.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"6b9b0de3adf5b550661d63baa970642b71da5fa5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6b9b0de3adf5b550661d63baa970642b71da5fa5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6b9b0de3adf5b550661d63baa970642b71da5fa5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6b9b0de3adf5b550661d63baa970642b71da5fa5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.4a5d4eeb.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-T8BAshByvUImJWUP9mn4kD8eZPPr4iKXf+YsDQUXR6yEnfESxOsWWIXwG/E/gk5GUulCNbXQEkS0dT7zceoB7w==","shasum":"9f6749a0033ad831e9fcb2621378733e3c099df6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.4a5d4eeb.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftlcyCRA9TVsSAnZWagAAnl0P/0Halq4MZ4e09XXEoSkX\naIO7YkfNC5tNVSCmC0f1lTjaIC4/EVLGqvKf4K1LXl9jW4vzcmK+45bTg4Ke\nxpEH6ZxREcD964OM0n6FHkNUAivkpEfBle+i0LkYXvqmAfF4U4/7XOl/WUUu\nMGyt+CJUVW7pRQpkgmxcOTmHY5GGpd82fGDinih4tm8PCRa2ZKnaunJETbzj\ny6/VIgMxEbowiITuYWCxjnJB1R0CLCN04hgLJY+de5B2NM06jzxsDjFXzVEY\n4jH6mynlWWD//HsVr9ILzx+kHB9aPy6wFPZxQCKEv8nhqIo+3/7f9hzR8Cbz\n+HpeHi63OOtHYVl+zFSmt+MNaFKQhWNZJRIh3rhCL+RBv5AqDM/iKinBuLYT\nB8hgse6IUekLvTG88s8YW/xr5VROtg/TB6Owbh0EoxgiSSX98Ig1LXmBBPDD\ndYag+qJZ2zgvcHH/o+XxNhNpy7/vBMm2E7F2ca19dIH2YVXPgjNsLZitSgE/\nKHcHMbZ9iQU3WA9t24QwtORp4V8t4V3LxlVbXK3f17n+DRgWAcDUlRjriYfa\n2f2oCWDnWT3egq/PW/uwL3pUHAQplp1mU04aBakeknVZsUoJxrzxHPkC+HjX\nm8T5VOXLKEakPzq+h+TWD21mfLOsKK2GY5BnM/9UZrZ5qYpqhLcMP7q7tOET\na69h\r\n=Dw/M\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDg2Xg5VyGIVGG6tkRgn00crHpQxvs14kJgAaw6aHo2EgIgAdM+yyn7vsd2XLGY3jnFguJPwxztqhoDUwca5HVwlgY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.4a5d4eeb.0_1605785393969_0.10867829537475515"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.bd176a15.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.bd176a15.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"8c9d27b834d60d0f197616dd1acd74cbf2cada07","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8c9d27b834d60d0f197616dd1acd74cbf2cada07/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8c9d27b834d60d0f197616dd1acd74cbf2cada07/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8c9d27b834d60d0f197616dd1acd74cbf2cada07/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.bd176a15.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-pF66DMZhx72nP/8R9sJsMDcrL9JqIT6U/3s/tkGbM9p39O1i3Py0zF35pwOLulvLsauq5BL80r1PTyRIgZ/nKw==","shasum":"3e99cafdcd87db912fc4d054f6dece3cc4f96aeb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.bd176a15.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftsLlCRA9TVsSAnZWagAAq8sP/i5n24+BTy2vJYT1aSvF\nf0BBtxL/rwxRyQ9Oo1JKzRWzNygRyc0bIdjWfwdB8rCbJ14fScXOfTQ3d6lH\n++wX2/P1hucHzixiWPqLKQv8fUhmAkUXoUOMYjri8IglHwjw8UVeHqcJScb/\nVf185iBezQJ/QhL/4o8OVAwGQwJxUpnzk1oyPL6v0OcLJ9gbwX+0aWP4pNUr\nUddGCa6NkECLUWr4defISX32H824Nif6Dncw1sSl/eAb4HOgsFM7WbTmy54x\nX67JoUissDTM8kmF7uK3G/poXYcH9bmAy2LUvSu/LIKd4/Bke+gEH/CSFgnR\nGyNv+03Dqua73V2PEJ1IO8fAoiUOdrJusRzyxf1MBfJAMlcv0mgzVO9lWNgE\n2A3DO/X5/hbItYmXGQnmHR7dvjTXNOG9SQgTF16h20Yzl08Tjag9LNfIsdi/\n1vGj3KA8qE4WUjBQ1cGmu50CHXjNbpfyAFg7LVDLmGmZanxFljyM4sBeWBiE\ntk31vPxzl4NzRYzY/ddDc8b8d1l1e2ENbDBhRsO44V85cpjfYS89r309fVoN\nVWKFAdtG4SDrf7E5t6foMvHISSFPdRWyip7TtrY8ajWrcuCsdMJ7Nu/5qEOd\n4bC+PQb44rKC2rsipRzvutOXG6nPznZSEjbrGssSC8vxws1fTeZQAH7X8wXR\ne7pF\r\n=yz7z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICx328xpmRdZdLn7GHK+oqAeaAyR1whvhqmTzvelnxgVAiAMKye6xNtFJFbkvhc+d2vwrD7mZQ9FG0i8G4v2Wb0QJQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.bd176a15.0_1605812964656_0.8181854667799229"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.e85aa60d.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.e85aa60d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"3a749ec8278eb0b5833500696f08308837328144","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3a749ec8278eb0b5833500696f08308837328144/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3a749ec8278eb0b5833500696f08308837328144/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3a749ec8278eb0b5833500696f08308837328144/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.e85aa60d.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-OSzyld81+oJ5uxobCLLtsI7H6Ua76+/XGmDsJ7KLZIKpbfgslHtwJq6Vwi3Z+T9yitM/fzgATpxATBZicFv1eA==","shasum":"119e780e8a86b51319724d294b3618e89fe1197b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.e85aa60d.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvDZ8CRA9TVsSAnZWagAALB4P/iWrQ3pUJ3/v8hRlvgXA\nQ9C3Eksbc8M557z7+ELR1kitRPNG1fQCCmqNKeHgxOi10FWmHqoW7APCkeT7\nllOPuY1zbuSd9vOPzPaCH2hu0vH+B5dnODvMpDy9TrlAadmsdYMmvoXlPx/5\n4jbdryj1gGpu0TR1x9OmhQxIONNYLe64sPNR3BBEt9m6YVuSmCYtCV6z7qm0\nVduJ+K4J6oZiLBC4Yx34jTPtJTu3mcf4VWUpQ3A0Og+Un14lmY+5jMa5EZeq\n5ux87Xn2guxKLV41gIiwMvjq4cWN4TfoauO8xa2w3emxrLsN7yomveoCRd1H\nLEpG6r0CxUMMseEmwuZi9NiQcj+9ykomLfHJVdFOtHoIm5rzc98TaP+6PahO\nuz/vCVfNdxBNFSqq68c+xg3ZFBOQ+4pUFLqgv74/z9XHDTDHRfBP0QWAdHM4\nXjV8UJACT/ixduV3XpVbVLlQqR2y06pvfkVS/nP/pfuUFAERWWeTFjXCCWG5\nE2mla8ZCuyF3H7I5ai5p2gWlbyGlnjUH1D0eBJvPC5lX7MZKcNTk5H9w2II1\n/i56Fo7b6zf4/FZR81V48vitDOQeBIQ73fwuQ068cyzPrVQLHn4JUs9qEio2\n4/YD8miXF54933aXDijZMKNgughz+gKjncGRitSlNlh0NVUQhwzoe7lq4hAe\n0ppI\r\n=B6iZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFX4gqpMQiex2qcP6DAz32Cc+lp5HAbX/IDmPefQY4DSAiEAkWrbk5YzzTg9/GkSjntKREx/natUpo/vZLeQvP4gTq0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.e85aa60d.0_1606170236203_0.035445902055673884"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.72092360.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.72092360.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"ad7741df1b6ab1f1eaee400d6026dc5ab7821d66","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ad7741df1b6ab1f1eaee400d6026dc5ab7821d66/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ad7741df1b6ab1f1eaee400d6026dc5ab7821d66/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ad7741df1b6ab1f1eaee400d6026dc5ab7821d66/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.72092360.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-bXku2QIgctqc+zaIfISGdtDPluL+3VdmRO3cAeqLYz/HZJ5VuimLzPTGiU2NaF1x03fYkVY4ZQqMOz6pMdDfkg==","shasum":"1764c117fa203df8c82c360b9f4c5b157cdcfd77","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.72092360.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvIlcCRA9TVsSAnZWagAAiUgP/251Ueu6EuXVJY6wK/iB\nfoCGQEVwZbS6NvARQ2VsvIDP5gFdCL0oNyt0pTejd5tPkuq2yHpSdB5ZsrWX\nXEySoVYh/ssL+VY8F61Bzw17z98lEuarkXW0G12o4dQ5evh5nWRL744AnYXD\n/XRKFW6tnbWuHbII2zyoavjemNdhn/o4tHonUGg7CDRqtbFUxNG3j57xw5yq\njrwacsIEOp4OuwQU0fN+wB1Dh2mIF4FNtfFoFj+tSbl24Bh3KTX3bIQH/IzT\nME+NAUnnIDssNX0LTttYAVhKbzpr/yjIhXmbtH05a8oNXCppYH6CVMxgWd8S\nmnr6VEj9aCX8WU3tiM2lDBBOFiWgeSAXlBLILk4YMtXmqHIGZ9z1hitTGzg1\nZHdBr5jsWzlrnYgwi84ncvUY583+znO7RXM4XHzkhAH126cEQ9SiS8mSMyLL\n1hn/NtPe+D6JF96I6zM/jZyzdh/DCAK2oP9GA0hXGxgYaK1+iVWFDf+wFyCt\nZhPdRSD3JwUbp8pSezIgcQpNLnfNkMa//y3wkE7H8cb877nTuFUBPklzxq5D\nSsQvF6DjnW3cWGHz/nQqEdLhxe/MMPKup9RtS5fBHNcRELkCG9JtnBLV+Lkf\nyj7g93nOMoSke6wwtQYHGcmwo8jiylU/WRKvtQL5ztW1l/hbGsuaBagx4TJ0\nPY4z\r\n=Y6Mc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDj42P4PfeCCSki1qGcqHaylVOcjtgmMJPvGuQisLTRVQIhANH2fmZBQz3O5RWJKQPzPsTanzvS9ToKuzXp1XSz00bu"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.72092360.0_1606191452300_0.33328056267279305"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.baf9d39f.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.baf9d39f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"aaf8660af2b57dfe4523a224abf621deb5b5d3c0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aaf8660af2b57dfe4523a224abf621deb5b5d3c0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aaf8660af2b57dfe4523a224abf621deb5b5d3c0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aaf8660af2b57dfe4523a224abf621deb5b5d3c0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.baf9d39f.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-KH3NamWxWHweFsRqLCgmbd0dVMWkeYGV89x8Gn5b8HD0l4sVhkReYMbXAiioA1Dtd1OCZIWw+iRP25j392uHWw==","shasum":"5607b6491bf9fbdaa5b602c472668d167a7175f7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.baf9d39f.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvtD/CRA9TVsSAnZWagAAM+4P/2AlrdJx/yqtolXDd1tL\nQqtuUJrDUwHBC5mOHz2Ymlt3xxAFoFtFE7hBjcmgC1DuIegJziw9orfYQLyy\n1qtKEbQULSicpgTVEdjJLYvK10AQV4ISsK10RVYYWvW75opd0RdUAOzqtgTt\nJyDNPi0o49ozSx3zDUUVdLIsDADoUAds5jCS441Q/cBry6+ODG+5kTvM9Pbg\na4tIwuxsGJsgdbuVbOj5TaAmxnW72IcuH1hE8TN7TZuF/6gxv7wKPFmkP59O\nFh/Jg9DIxcPPrt13/NT88JicHgq8VRiUhlxFnoip1tMFe9amu3iMppi4wvTZ\nRUCjmQzrHYZRxDxtpo0xkO4jsNNWfUZQF1GIHsq3ZjpYWWGqzF65ByLqeB1j\n+RS3nHo0vM74zYxdP1+oXC8Do8oNRg2gykfzHi2F2nWvUve/BKNeKaBlFHpr\nDVTuGxqUoctTESVJfXktKUWWepZv/ouEwBkTP2Pr/p6T8sIlqOFB2bZt0mFv\nM52svweUZBzmcfGjezO14uyhY089DehyhWeT384zjfFOxhF8aIDthujKlFbd\nzFwvnyYP1m2fJU1+fGF8fvzrAVFdQjP3MqIozNyfPTn3tkkpWFHA4eVQMLKN\n40yBATv9twuhFnlKPEQr24bWkJB1oQ4vG0jZCJKNwJI3XslY9lZUyrqoR+WU\nIj2V\r\n=BYK7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE1WA7ZgQ5FF4kY5r0276YoXju9PLMiid2BjgnvCLFEJAiEArv5NdmARHAarDX2X/6QIg0I51SuOkZHSnC22U/tKM/o="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.baf9d39f.0_1606340863087_0.9626775546048161"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.51aab0ad.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.51aab0ad.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"ec218298fa6cb371e229348142cfd266d65cbfa9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec218298fa6cb371e229348142cfd266d65cbfa9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec218298fa6cb371e229348142cfd266d65cbfa9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec218298fa6cb371e229348142cfd266d65cbfa9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.51aab0ad.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-hXLiJv4ZHlC1Nw/fGieN1uJa20qo53Cp8ahpd638A9kqW2oqi+dS5HcIBSI5XqOdVl5BjyaH13oT2z2Bh7d+EQ==","shasum":"07d44591a5e86c92abe2e93f6a17c402c52bc091","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.51aab0ad.0.tgz","fileCount":11,"unpackedSize":23353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxZagCRA9TVsSAnZWagAAObkP/1buZvqt9zkZKgcod1Jo\nQi/eC3Qzgx4pAU+mjh0MId6NXNCKZTXnvbRtwqdmtCq9zD1Tj5SSfL/uDdGB\nQh4EdN0cCcrNbu5VFVsRhGwQBfidpiF47dT4hmmFKFg5hVr32LyvUkRW6ffH\nHZWx3YrKkopZtm+x6RfKkMx1LwfmyXEzmiYKCgOUco7Nu0EWw0BycI7eonSX\ng10K0dL3/yLPpy1TFESo0AzG+sEzSewS/vAvKhpC5whYitdZpSjHhP+vy0hJ\ntV364elP45Uiter82L+Xe3YI39aH2oU1mydo0M8mb2BrV9jRSjp9ib7gArSr\nxUWFLKAqt2PZPNYl4xC+7JMLVMuFOQvKSBWU0cCPiQhcHT5CvxxHGQotszir\nJgIs5lXNWuUGtQSBDm0tfm21H9DLF+DEcbeEdq3eqBnNZKjh17q08Abw/lyq\nDDnUilyoF0MHijiIcyU4asAAK3ePRe8ylNlLM7YRXF+iYZnJcoMKVYq7m2oy\n6VG5cxUU9Hbp5CTHewXFN/skkDqn/SohncKr78zPwsereXQihFuQA363ysF2\nGY+oah9VMQ4yIIEWLPzbky0umy15kgvlCrLGRNzbEPmt/35eL2dmXEoF+wA+\nPvEJ3nDrWUukcJJ4hu3uzQix6U+1Mn2SdYpmvgknIJhdkwsq8yYEDtA/uHYD\nEQ8/\r\n=z/8w\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSilb2xZAuRN/DUYhP2MusVNvMgF/xGUrqUmYeqamWWAIhAP41CS712lYLLsYjZNUfaioIXyN5d7wRCp2HsuBa86Zh"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.51aab0ad.0_1606784672099_0.6264505396239657"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.8fd4af5b.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.8fd4af5b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"5b16bb5535dfd0f880b710b51d20b7085d91658c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b16bb5535dfd0f880b710b51d20b7085d91658c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b16bb5535dfd0f880b710b51d20b7085d91658c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b16bb5535dfd0f880b710b51d20b7085d91658c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.8fd4af5b.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-Lvg44T56/NJfsyndLiJwWtAYkhMLHXrguZHHNP3joc0NqsNIS2bRNzMeW9XXbmPIHu3SVZxuoHlVmuJsJNYguQ==","shasum":"f8a1668bc181367879b235675c69f381f4f17d81","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.8fd4af5b.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyDC1CRA9TVsSAnZWagAADKkP/32y8ZN2oEliPtAp1T4Q\n3LQXRGbI/ITsYIyRocDK3aL+atX1WRJphoE/mBEHoe4QGEbYSlyGcw4JW2R3\nBq9tcURG9v6v+WRN8VLjDx+1hE+BlsNRoGhPmnTEN/X/BJxrWQBxqAhX+/mu\nIXYk7GH7wEd+t9gmgH+79xOXQBS8pziT+ElyurixYtklULpTvqLtKZqOr/wN\nTni4t3XC01gUK08T8meQvP53Apha7EdPbTD0bpeqwli0ffY0yRZX6vV9Qdf5\nk0a6mVRM7GGCfHdKCgc2bHv/E5W38eyB7QHTdKwKuoFKIVZnfyWg8gM7rSWU\nL1wYyi6Hbi1OgP+6lmBA4nvVd5WbcL+egTkpmXygwHx8JvObKLnHdruIzJlE\n7pgKsE7o4kW9KffoSac7nTGlbJldt17/7j0bynU9UmoUAc4qEDbpAe1EnSJX\nYjCZLd2Y5pVfdSI8htSvYHJk9cVkh5ALw5yyTUQP/RBLxTEwVRHkKnDs+zpJ\nYyFQEp5Iu0nc/0uJu/YFRtAHP5140pNAz4OyTNZ3R0kbpoxBTi+JuKqDZ+Fz\nHEz42r31Ln9Ok+rijPxVbgRmye8kxA2pwSBXhhPD0+TcaMqVKXzAcK5IiMsH\nnEOxFwOh7/JTuHVAFAiag0Slsv5DPnq4tigpSIMrpDTaz9qiQMsKRKvyoyyK\nOfz7\r\n=NZkf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH+pezXs+kAfmPntt61zh75VWKTmh5er9Aty0bxJeD1LAiAeAljajtlgC3iDQBGCUU+MbfckjD/1sWs3ls5bHdRg4w=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.8fd4af5b.0_1606955188574_0.8365995639279302"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.26d14d2f.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.26d14d2f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"50590c8a7415327322f7e0115bead5b6a56b9d50","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/50590c8a7415327322f7e0115bead5b6a56b9d50/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/50590c8a7415327322f7e0115bead5b6a56b9d50/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/50590c8a7415327322f7e0115bead5b6a56b9d50/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.26d14d2f.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-WuyIXW54zyVWDSJB2W1iS7q/MDHuo8ZlFpguyS2CwXvVulGnt1iaA8Q5i06RoDVdSEt6jtJkEcd+hOSO0wvi+Q==","shasum":"0dde4a299ac36c15a881b579cc4c0b4197c2f133","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.26d14d2f.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyDdtCRA9TVsSAnZWagAAGoQP/1MPIN7apxxW00yfe6SV\nbOfa+07EfEjYhOHsfMLgxvFB/wzoYF/cuSbgGDoIy/czICPmk295wqzWAHkO\n9+cECfrFBMePcNOIFtS8GAsz4VvI3ZYaMX7dNutYtVNd2ERNYQNFgiix522X\nQ7LkE4LUQ+hpFN7bJlwLlLGUO5s4Z11/PSsAdyZzSSOqwtqnq2QteYMGcZQy\nyG6s4V/zJrO5KS8jcKacTo/I7qCgYLecHo0+gQstBKzn6KOYzE/Gyz/mVYsb\n5IjKP+SmEqHmGOQRVxVMpBWkAK9IzjiiqCJzkd3ZKlmtbLztlsh3fsNGGS9q\nIoYfL+HGbRLsHIEKJSWY9pR4dTH7vNQziBPre+gFTWBdZ4rzlu8GO1zUIjmw\n8Yr/O947v8X0mznxsARaG12u1y5rIioJJW2dm3WloqZi6AfrczmOwrKVUVJ4\nXIRRwq9QvfoJc0xZidHhWIxRxNeNWeOD6nNTJ2eU4xBAdT4jwT0hFa29acTq\njz+IfSEy7HGY3t/rX7yiequ+0qz9biRPrC0w8A9PdNT8+9LmwVEcnclTwQwe\nwm+/liUMv0RIXZ/XxOH5UJgUL8SKtnvIGb7r2MxU/ABFJLoHCGokluXrUhfz\nc+SjNdWP6chK8BAtQs05KIcyrKjmstGriDeb7xnMc+D3twiK1+B0cAvxHIkA\nfKx9\r\n=Hxot\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF69+chg/jlvOQynPqDcTCeBzuapbfrdj3mxn2T8SPLCAiEAn4nSx5CxPegcEpaUAignl78AUribk5yxGs0lSj8zinU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.26d14d2f.0_1606956908576_0.3105786532863888"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.1663d7e4.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.1663d7e4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"864efc8adbe583a57a2a7554cb0b3d625f3d52bb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/864efc8adbe583a57a2a7554cb0b3d625f3d52bb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/864efc8adbe583a57a2a7554cb0b3d625f3d52bb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/864efc8adbe583a57a2a7554cb0b3d625f3d52bb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.1663d7e4.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-zl/i0K1IH+NwhaP+4k5S5mXhHv2zQAKV3Ubl6Bv8fUwHa+UBPSmssVp+pNZnHTMEry1eZUGWrpFRq1NqgHqtAg==","shasum":"b318068dbc829c4161cb98fa057c200217b2f673","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.1663d7e4.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyDw5CRA9TVsSAnZWagAA4fAP+QCN65ppKKWrrU9q3oFT\nguuSeQgyH1PqbzXJCBSHma7SAfALfVBpbYIQwSGJ+fVI9IC6IzBexInnIegq\nwu/8Ma1BvJI2aWqYoE1OCcXPE3F8G1rvHMSklM+Hv7RV57JnZVmPs2Vz3Jzo\nTea8HrU/oGdbqIkq6n3Lf+E0dyramx9Kq6AydYlS250iWaEikT9b3DLadOCX\nx4otJHMZIn5aIsci/IFdOOQ1kPDtpfgj9Vme5+U/1mAfBX2E7cpJx+IlTVQ4\nBO3pt7neTuIK254JZ73ALj5+yO9aLlQBta62HfA5PxCSg/UWhz+6mKESH/0C\nCM3RLoRbXh64UhJXTxQ4xzGOxBl99wyAEMnWI7ljoIVFOJ7bJ8fMHW/RmYLP\nPRl8Mpksm+ncy5UCEOna87KkWz9IIxL3WWcOMH/X9HAElBtM3W9fVZgIRTQt\ne17JCVH6lC467dexUYaqP/5F6RR3tDTr+fWDEm5o8/LDreApa+MbFckeJqgR\nnRKsSEqnNmIY8tLyNn8GzoztzBGyvf6JN6rl3rTjRo2Omg/WJkYIiX1RzK2Q\nPj5YCkr+qWNWd0Cn5VOQySMsa+/OP9axsEFg3Qskov0nUteTVvuodykHZNTq\nocSMLOIJLQ9e1Eqc2JjJO+mx3+EVD+cTpaol0dqMGZdNQLrIO03J/6qOarjc\nz79E\r\n=YoSb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCA0EDPdXJUwzO985zmp1nxMmf7ZOYKKo3QjrQr+pC8SQIgb09RxMQ/sIRkGu+sACr2mA2CtieuY2kz9WTIsaXpEN4="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.1663d7e4.0_1606958137472_0.6853998791411693"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.cbe9fc12.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.cbe9fc12.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"ecbb2ff521324d43ca1ca402e290e52618e0454b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ecbb2ff521324d43ca1ca402e290e52618e0454b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ecbb2ff521324d43ca1ca402e290e52618e0454b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ecbb2ff521324d43ca1ca402e290e52618e0454b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.cbe9fc12.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-fu9k67BNQxyGnNFf+itZlg/VUWOkwkgzWntQg9CHxgT8HP7nqtpO3MOY34HiwNQCb/szBm5cFfFoscHpstoeSA==","shasum":"6f65020b4282e5454e4f0a4e592ce21a65da3b0d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.cbe9fc12.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyTc0CRA9TVsSAnZWagAAffkP/jM5xO8d4HI1YWhTc6Ug\nQbKt4yVoucvGmUF7PxS3PuUnvxi2BcgcXit5DawfpecIJCd7aQ2k5UuPsY3u\nJc77R9uuedXawwCg/LeFntWrq6WY7KZsR22Ytu5h+VV+PydyEYKP9gEUHnUi\nfl06Ruzfv/4TPrzzHixKeOXvKq8AHDpx0+1pPoISxk3civMh/+m9dgu0MnmU\nLxf1wIWVeieigVBG9ikglXyAgZooCzpMVBYH1n2t0YM7H9ea7N4Y1oSbk6qL\n2yN7dt/Ha5Hkkv0Xw7r1DlGEnLQriQDUYcMT9kwKz87ftAvx68THqo7iO3SZ\nIze1fJ2sCL4tDlj6RUPm6Ivnf8WvZGYI+peNMfW34xcYtpLlGHtRQlqcKZsg\nQfQIvt8gTbm3mMOAkG6M0/GlT1Btl6qCkK/ncUt7zpMroJjsBtxNR2bjAAvt\nnqqrJ1g1xEegtpSSW6NG0ja17nMbKIxUPx8vmpvh06wG0f01ITVzBUhw7XXX\nm31GQbjXNJI1I+2cPeJsxt84ycu3WrO8p6si8XkhNiNPqstEFe/lEzSKyWUF\nPknAFccGqO8mlZO9tbEbR+0hrhViVg9KESEGdr7QoNV7eRkVNC513mZuMT4M\nieKUPqvzcWW1ni0pwtd5I4H2+A6vMmQtmgwBcU0sG8+yu1hxNpWLDFVgA2L6\nN/sx\r\n=bGbp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUiSNsBIyfm8aQys8XkW5a0au9c5vYMgBK8u83VhBl8gIgOIv666Sc1qvqVwHbVsBSh3570ZEHQ3RqFr0BQuvlq54="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.cbe9fc12.0_1607022388020_0.10385386573714195"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.9755be10.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.9755be10.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"45ec0e755bfb97f054d48e3543837f693347d6da","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/45ec0e755bfb97f054d48e3543837f693347d6da/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/45ec0e755bfb97f054d48e3543837f693347d6da/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/45ec0e755bfb97f054d48e3543837f693347d6da/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.9755be10.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-e/XtdI+K6kRjWcIju2wnv6gSdU7ll7oyzGoHMYQIPJg4mhW1T7z0w6geC2e4dgKeO3bps7ZpZW/mRHcfsW5R4w==","shasum":"b9ef3a5e03dc3c7b9eb5073f683ad9060b55d705","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.9755be10.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyTt2CRA9TVsSAnZWagAAxWIP/00/Oi5/aZdy/7X5lWpJ\nw+MBjEqdz7KThNiYPqnCn0Krdr4AhZE1g65EIn51kdiL07wfJR8H6X1zMpQ8\nTnbLPGjFyMX0yYitMRTUg8k88Rz8oWOosKqsjSQVtG9q0v3tbhTnCTwGpE6K\ndUpOsLP1r1F0rVG/bC1Szgak5G/AUMOOaYplSeg+hCqJYh1kACTYlrgWKQYt\nqgraRFGcxYbaYWh6tsUbka/MWMUo6C8IK3FZiycoe6tDbaG+Urjruszia7z6\n32biSqeL4bj9UDvoQXQNl0PP8rtL8F5o18DbntoEqCkE/1jheVGabQiQ0ysd\nOqCQsrdzhSh46+9xgQAfiquW+vnF0mNBnVoi4N67j7qG+9DMb5y8DcypLGjo\nO6MtS1GToDYSdH4wB5x68X43ZAGA0bYQYjiBwLxkxb7ZNecNm6sDOch9FP3q\n6PDIaANkn2GZ7uxYg+1zs0bzSHPJqsP6R0GsnzrFwjyVt3g1ZNDvn82lBR8W\nJCJdxRvVW8dOYKj7tpT7C4XnQukLBcXVjGjToLRHJOLBDpV6XB+m03wMyzGA\nTGcfjjsGxVhaZBi/D+EYKN74GyfmwmeKzgkdveGlfd6gTEfSv/lBxkBjoRnh\nHhOYL1F3h+UHuqJ/YLm7ElgG9u5quGMfeyi8aKpRdMFUheZu013cwWgVIL75\nQxOX\r\n=exk3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCjPbe3LFlrzzT+/uALH7A7t+WMr9ZtXfq2tTrPpOAzZgIhAMlkN8eqUWGBmcevVycVWy5JR2Un+PhyrEzZswMxUzJg"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.9755be10.0_1607023478435_0.5070420844230576"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0-canary.3f64270c.0":{"name":"@material/mwc-icon","version":"0.20.0-canary.3f64270c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"048e0b4e0ee67cb81910736a7dcdae5e949a5eda","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/048e0b4e0ee67cb81910736a7dcdae5e949a5eda/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/048e0b4e0ee67cb81910736a7dcdae5e949a5eda/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/048e0b4e0ee67cb81910736a7dcdae5e949a5eda/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0-canary.3f64270c.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-1b5Cp2HQaNc7yjc47a/6MJwwA1VNUBB0uKYBGT5VYSoxz77GnaR0SVT4leDVDNiHYdtKZA7f82o+IlyUpW7gRA==","shasum":"78706989a3471627dea1bbca0b77e396bfa6dc79","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0-canary.3f64270c.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyV1PCRA9TVsSAnZWagAAJHAP/jhYA39/obDaa/yJGBZ7\nqY5sBvbnanP0LPb3agKzip2L4Jlv33muADWlUJm/3hDFvN3VF31EPt7xgF8O\nBt7y/P+dmdHYNQ1PjaPzBDrV1HTzScj1NQkn0AS/tMoXOEG06SZOFNSWL57a\nWjlIaAJdANeg+/3mRD2iL56/wxtK8j22o3pkHuCL8HLww3E3xRoLuAXXG4SS\n2OFU3zUJD210Rpcki5W+7LWvKHzHUOpJUVD7W2HpAXABJSwDapWKgTWW6wGh\nG+yEAwgrSJV+lyCOaVac+40nXlXB5KBl1JJAbuEArP9CXjlFvP9mMEhBIorB\nIHefumi06pKe/zs8jzERVRJiHioTBn5gdpUskiB7St+sf4q2t03k9sDs8MgH\nU+K5iIMdxa/CsZF/D/U/Wh+BjAQa3+8ZHLSrwNLrCkR9e5BFEwxx2jtzHeiE\n9jrUWOV3yhqe+h/SGFkun6ZND6m8PEufdPumkYUAHDlDfVJBhYJAAG+S9TDl\nMayy8z88r7CjNYFfC+vmWUs6XZ/vTrwzv03AOWoVZ+mctdYJamE1p02HVlWI\nZtWHxjDEmV7eDEBvqmTVqVxPEcvyNPlOc6JkhnCRpoEcumOsfVjmNuWI8f5H\nnraFKX17xpcpq0kEywMscUvBbr5c3SJiOKndlDMlHvOxved+Gp2y4VDaP1z3\nH2Zb\r\n=eUQ/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDximIDhDtPx2l6wbg8AhYpOO34dcAXIAhtz+i0it7f1AIhAOVw1PqBVjsoVS0JZetNbhOXFRqonVZ2g8V3cFykJlEu"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0-canary.3f64270c.0_1607032143355_0.4993774044200334"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.d893b14a.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.d893b14a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d85f7378e0640c2cfbe4f96436e664222a4c2571","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d85f7378e0640c2cfbe4f96436e664222a4c2571/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d85f7378e0640c2cfbe4f96436e664222a4c2571/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d85f7378e0640c2cfbe4f96436e664222a4c2571/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.d893b14a.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-Cs9o8HaolLtKuT3H3aVXLccwS4NfjwyyuWqhLnbU6QCqVVBeHZIYMryJyXJ0TBIWUrSfFHVbFk5WB3afyRdSsQ==","shasum":"590fd05a4bd89cc6be74ed92fa38fc7833738840","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.d893b14a.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyWXGCRA9TVsSAnZWagAAzYIP/3C77HHRsEjfPwg+GSt6\nDGcdpUEUZBvK9KZ+Sd5mH8OHBtGpkLhoV+Guavu17tvLTi+05jQfZ3JAqyM1\nTTW9MhmovlE1yXgs0dAl8lLYP37VP08GJUNVrRPMIg/ioPN8WeuaQFsAngQk\n22gjQJ+IP334eBJ7n0vXKCRp5tx4uBerE/ZIoIywEHRfhM3093lAq2S5Zb5i\nxF7DXJE63GG70l7AcpIwUVMt8ZFUc3NQlHBs/rkGXhm+GHE3wFgtfG//eMey\n1uo7GiHp961+ETdMTYFRhGGqxzeLsu98kNZsGPSEyD8B371DpBED53YYBtUB\nsSnKVWCaEadoi73rLSI0/9jljThBzkO42okZ+FygE6tk4tgiRQEPTTIxgDJd\ntGfO4ClX3XZwnxFa0VBxpLOXQ/guiBF+lvQpymKbn3KqAX/XRyyK51R2yRkB\n4B4VsaHSXJsmM2vTEETWiSlvKcOm1MNoRWuBVBmsWIuL0HcxzTAmbS3i/PZx\nveV31s4QUIVwyCrUbnCuXs8g/aimqRKDEatUGZS7KETk6TrzArkvf+bgMowu\nzOpr//ONUH3TCppcK0GYnGoSFbrWbkQi/u1cc/SiC53kgP0fyMIElFZhKjGu\nTT4T/D1rIf1FsBZvPXKoW5N/vzZkYPcdLDQvXcrxqYZGsOXlXIMzP5ZPhOUn\nYP5w\r\n=fo+R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEK7z1ubEg3R7lMcfqKW7CTsMUaluwoUiEcPqIsK53JuAiAKozHsMxYBkXAkw51i8bQ7jRhJ1LE0ZHd9qxEg6f/aBg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.d893b14a.0_1607034310152_0.01886794874924136"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.20.0":{"name":"@material/mwc-icon","version":"0.20.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d893b14a0846777b90c10839f3d05c36bc34692e","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.20.0","_nodeVersion":"13.8.0","_npmVersion":"lerna/3.22.1/node@v13.8.0+x64 (darwin)","dist":{"integrity":"sha512-YCtzWbJVSZGcvWKVHwIhwfGMLEqAmRSVGcXTCAH/rOzGU7RkOxQkfNDkLAuTRAX9a7HYQStIJ39ENVcysElljg==","shasum":"c2c42bca9145d4a75f63b4ce1567270b41986b47","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.20.0.tgz","fileCount":11,"unpackedSize":23362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyWaQCRA9TVsSAnZWagAA+usP/312iAFGbR/tF52VjqHi\nwi+8ASIhrlxjzoGSt+Y4xHYOElUHoT6JnIeLky2NRdJlrAqeJ8Ejuabbp58T\nY3nSKN5zaHlcZqB4ciI1O88NftpXLmgVd9AFPlsPFuoZvWffyG53OdHhpG/Y\nOFJ+3//IYn0tW86Os1AgQ2sf+OFWwuzdQ8pPH2XLsb0jUYANbLAzIKgw9HgB\nx6GoHJqtpviRPUP82i4q9CmcVOkiRClFHlzAFJ/QCFVQxa+SglNgdra4lqTD\nvRhxMow4El81fgdqDlXCKpMO2Xqd29fWIJKn9B5XgGHXEVu3P74M+yP4SNRs\ndkvUzd+8YSXFeUpLQYvnj0ReFGD0jmTkVMuIOXZABpluXmvyv8vVsaVGyLHS\nNH0lrBIz5vYXuRttc4Flz3dHV/1l2qKkTTf5LE31ZPtDvij8xIfE+eJwhfMu\n6EVFqwSpXleJ9Z88VWXT5MEnTBWanuu8HWdsqVZ2owhcmw6bADu7YnaR1c2w\nSLzu+JHevHNG8ulDcYCU8wuk6SsQ+8QQhlozoNQJFbIDL718tMHiRTrWesih\nawCc2Hvj6ByvTDeCApLqyDxbSxCsqszVNyP9acO+YzowEXR2Km4Hbd4Yj/Sv\nvmgZDXZWU/WoBzS624/yxSl9P2uWKNfoixVgLaozY7JGM+NUwBsLA5JoOZIJ\n4jap\r\n=EdXY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPXnYzjpUZe97qNgCNmAFekwKiWU1Aax2hkMdkxnRdhQIgHxmkiqdCoMsgm9zGUvW0DSo7qPPtTx4VP5jbWyEbjWA="}]},"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.20.0_1607034512110_0.7682078862195796"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.47c7d7e5.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.47c7d7e5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"670d83aacd771290b76b657bfe6ee631865c037c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/670d83aacd771290b76b657bfe6ee631865c037c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/670d83aacd771290b76b657bfe6ee631865c037c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/670d83aacd771290b76b657bfe6ee631865c037c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.47c7d7e5.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-O8Tfdre5BjYmTTBRMiPhQ6WLpqO3vyvFiFMNLRriRLHwg/ju4fQYqqtkVlqo6kLLEwnPiqSOUHMUJFpixpdleg==","shasum":"5a848a0a5019790cb7b6eecac080623698792241","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.47c7d7e5.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf087dCRA9TVsSAnZWagAAzsYQAKDWKJp5RKFfTcahLsFU\nt5iiqQ4Wa1o9xzqYfqmuh282ZMyUGzbk50lEQJ69YTkmm+fqlScXSekEaHaJ\nM0bdu6Oum/1hoBn6p0BsJ9W/5j7uw0ITVKhIU8SfN7Ucpk4vE8uUiyUc9WfN\nudmgqftvdm/P2w7UmAFq1cI+GOOqb2d+Ma6G7P9gtLQ4CaiApDNZ8djW+AVz\nJSd3dJER6NbOdZxB0XsNkOMfSkFVl7B5e7Yn5hAKg3Rdv5QkFJn4mksTbNWn\ns96UpNqv6jYmOSSbNq7uDqyuyDwjlKsvezTkVBhvWfw/HjN4KEfD5GBq9C8O\nHsYD9i0OgrSJodJ7CDms2husdV0AyBysjHX6cTGKT80DTAQsasgtoUH9l7S2\n7P+wQhb9C34MTCUee9jF9v49yVlFbWCffBEwST6Xa4hqB0JelxuCQ4QnceMW\nCRbaUkBvzigFaVaKW+HNI3BkWgZTBf7ixdGA28bZcWU1yXx7gM09MOHBuHyE\nAN/rhPDOKmZMwJqsF7lY63CZjwYMLa7IPowzPwc5TxyWCrgKTDDbfDGh0jli\nOmUX/TFfo0x9Nurml6GlpuYL3cxDFkXm/WJOOzpmKe2+09K2+dh9H/tw6YiG\nQRXpU2l0++tXm9evb3YJk5SrCTnUs8wI2U8fVlRH5g+REsSOgvg8PNT8wJdO\neIZG\r\n=WeiU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEX/86y/t4yDHBEUVHcz7QvFGMmrEcnbuP2Vk3cw40CAIgS9TamneaVjABuZT08j8tCB96PZNZ3/TZJ4tnvRaY7Lg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"brian.t.vann@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.47c7d7e5.0_1607716572652_0.7280492156109639"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.b304a78b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.b304a78b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"44ea71b47f36de83be1e3319efa93b6fd3690c2c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44ea71b47f36de83be1e3319efa93b6fd3690c2c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44ea71b47f36de83be1e3319efa93b6fd3690c2c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/44ea71b47f36de83be1e3319efa93b6fd3690c2c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.b304a78b.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-mbMfrpPuypgm9drfIAzCriiyBIq2fhbYztB7/hftl0k7as+ve3wlBg9xipixitvnOJ/3NjG1LjK9GUW+zv+Ouw==","shasum":"a696adf946983a4303ee9646e960f5eb23ed321f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.b304a78b.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2RZ6CRA9TVsSAnZWagAArVQP/i4Obbvs6NujtgbXIKo2\n/fsI33//sUCOxo1j2Me3DugvGtN72fApX3Ra20w8UKewbFuFhvSjtHtFy759\n6E6BZMOOrMaGWO81fVWxeFH7h+ubdDEdhf0ZqcIuYn75ibn4YlZmxrDVuc+Z\nHyNMtAtiz+w1Es9Bkv6bE10a61r6pR5oFsDsJtyoDSdL/7AmXStWVocP40f/\nahg+09H27brA3iCgPwn0jtNSJEZQA39LwRnjSm2oS+jRNvWITNQBrkP24eAL\n7ov8kl35PgJsXQw3iCNBpnHE1PehEW9sUvlfxnx9yAqpht+qnDkt27/eI7Wu\niBnw50P410qfYFZajfIu4ldoQ0Kz5lIVLKnFok705plV18OuRa9dviBGaiUk\nuSzFvfKRESwI2BNzIQDpneaKfWPpU569O59LlxdNBPloBFgKtxJaWiHWYr5J\nEmyM3lS22VXNKrW4OMgWozbkL3vZ2c5yQmsdNCKlqMhOdnmh/JRpkyYcJwE6\nS08oYtJtY0NM0/PmPH6v96goOVS3uJwTkYFt9djhQ1kw+0P+uedY5k5IFEhn\nFq/QUxbufaUR0889mbFBFZ7HpjoNksz/q/4lNOw5BFwFRQzQj8/Ez7qL4EOD\nWqvWqp6xdyur0Kv+GEqP4+FZ6Kfsn0xR+zyo2ipGRtvxD9mYf5rUfrmIV1Eh\nOJUN\r\n=DTrA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1Yr8CteyEdAB4LwvmPLSCSPuMZ7rD9lRRAWXaruiLwQIgWFQRTrSS2s0Be3yJJUOSbM1x923KIWDOBUYWDwbLw/U="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.b304a78b.0_1608062586337_0.05248685739386505"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.777c5fa4.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.777c5fa4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"8e5f0e24042f2b54d3ebcac6c8bc11f89a7c1a1d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8e5f0e24042f2b54d3ebcac6c8bc11f89a7c1a1d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8e5f0e24042f2b54d3ebcac6c8bc11f89a7c1a1d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8e5f0e24042f2b54d3ebcac6c8bc11f89a7c1a1d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.777c5fa4.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-iiVepk+EOOYrQYRUTCEFeSOQxc2xy0rVYdmuNBpYD2R2wEMdX7z/tRdxtpGTAueQ+VKwIf5io3d0/hJDsjS4Dw==","shasum":"5ea7c193a82df05bc19bb77d4340059f334d13eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.777c5fa4.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2oHSCRA9TVsSAnZWagAADhIQAKA4TO3VrqQNloSMjr4M\nzRftz8Fy0ompdUwJPVlezmzR1ElEQ6AvNyxYpH+XpJIUsC4/UgCfWSiirTKI\nWdr1tp/tY8R2ElFf+5h+crsp0dKrvt+i381Y1s8N7Imro8w03WmEgJxlIL4D\nUhZ3TBGgNNaGmBph9mzerF4VyTkCMdC+SU0vld8rNcyvxrK0uiuAF4Iq72Qt\nydQjmMmky84NJ+9K3IEOLDfqGjfZF22WJhZGd2xHSLkTDQBtpE3r0QV6iQhh\nxJu4Og84qYbgD5+/oYSDOEZ5k1EKzq3kk0drYqb4phaVIJpDSdl3edLTvoW5\nH/HaTeqNGK8v+4V05LINBMp8gEkg5wvr7wbzuI1oy3sh//VDPfl/mB+Hfo+O\nRf/osZAlhJmtiOTMJJq1buY2eJn4ImRctfmPFaTqmFnnTEezRhWvz9TSM1db\nd75mNbfgriMSkmzGyCrnZaSFOa++zm/gWH9i7xljB45qOFccx0GQXyUWn4Ph\nLxuwN/ST8JHipmEso8nBz8Fwf7BxogH2cgPbGV39Fv5vGGig8rWpHVWgvGOb\nAB3fl8/auWEehzuOPshSGXsx0ZOn0ifS5DT6wMgcEZKv/F74DCIkKl2wM7oz\nZ5h1gVQ8yswxnPcqWU7WgODNqltAG+ncGlpLnZDM35RR5hXXwHdrZfPjV5CX\nN0o7\r\n=s/Xw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1Bi3gpcOdKXJjtcCd5fH3PEQ3GKCBKpL8LkrEZaAEOAiEA29liVnZmTGqOKLbP7YQ0/54v6q3IZziolG1+rtdV0AA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.777c5fa4.0_1608155601859_0.011750877423206019"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.635c7996.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.635c7996.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"a0b572136cec769df6b66314ae5710101b643ea1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a0b572136cec769df6b66314ae5710101b643ea1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a0b572136cec769df6b66314ae5710101b643ea1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a0b572136cec769df6b66314ae5710101b643ea1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.635c7996.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-dOb8JY13fMj25eRXS60opTZNut5ugmaU6MK+g++EufjvZH67VIkhpVGJWwETPljS7/l7fVYMbZyCTLLOzUPCBw==","shasum":"ba1c7f8dcc319222a0b3702433024210aadccc07","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.635c7996.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2+o0CRA9TVsSAnZWagAAs04P/AtHH09XpcGU7cpHug9u\n0aApVcXjF9iHlFipWV8VbK+cIS4GdaBzE/giDjMgHZrYZE1K8ipMaAosmxOZ\nbdtUNxuYoHqMoSRokN9jJkG+k6T4qT7PKvFMIXGCFCmh3fxMIMNtrB4vD2lm\nTuliPw7a99/qLQATwSVGGy/LwNJ8R8MLz5XYylPd65s2S/ajHNx2uclNlOsN\nIOVm5LBx4yN9qBprW/JOEXEsqdz0SPd93sP4LSgGM65UL3CZlfxMKOlbBksW\nxkxhdl9SGr1IoZwcCKajozf9CQdgTScdsdd/gsU/Nch+grXWoBDDqfHfZyU6\nbHOBkOxhc3P4pCZKj6zDgWYqvvR530g+9bkqSCcX3Fnjg0hl1EakM64W76So\nSGuNoDfYOxHCKurBX1U4YS687b3om4FmUl+H+c8Enw9yzdScy3DewV2EPi/y\nnGhSrcg5NsS/U9t7Js2RBciWUKILsPW+1UUlsoMKK566Dic/cOjeiaOyp7r4\nI1iFbp4D2h9ETi8eriCHAMo0zYxJIbbUREiqU2zv4nHLRzN6U98YPfX9+TcZ\n0PiR9LZPpgsorDEfehngRZ+k0FA1r8IQA+DdXdsZoZrSI2y9dckzxKKmpo/I\nSH9pUc+gc/5FxY3myRiK29C9cKyptOCEEh8iGWifa6QM4hWRlnHtoZlAfgUU\n3h8y\r\n=G4EV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRCIE4dwVX3e+3zPb3tC0jA9vHERKxw4dkQb+J4UUp7wIgHFAihEwT0Ysbf2BH76QvfOzIgISBtnG/ihwAHNrUDcU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.635c7996.0_1608247860365_0.5726876597750288"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.20b0045f.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.20b0045f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"a6bca4682b5b0bc23e8311853608b98f5594831a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a6bca4682b5b0bc23e8311853608b98f5594831a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a6bca4682b5b0bc23e8311853608b98f5594831a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a6bca4682b5b0bc23e8311853608b98f5594831a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.20b0045f.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-wSF0mEPMNCGFIizt4eZz6yZkRB/fcG7DfqUKXQlNTFdtz+w+3yEoHUDtO/9+f4p6dpKxx1CdqTiahwWAJcT4Kg==","shasum":"59015794dd5e5fad03ec84b3117ace9d6760eb02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.20b0045f.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2+4tCRA9TVsSAnZWagAAhVUP/jlFtrCp+TJPbWv0z0eE\ng7jEsfqk06Ru3XdJCCSYXLpMQIc8uuYOOXO+Kw+iw3qcTTkZnd49ljxzrRkj\ncFUs5WzjlvOdtLTcLSALy6IbqldcNiZy7+4mnP4otzvZ/KFdLEWYVoRf/s7D\n8KKbrqo1xkcvINP36i//fkNRQ/9fpn1xkn44vuuAJoWVomB2Fq7PgdfFiaN5\nEwo15+k9LYrK9OmNpX6aWznhQQ3h+pp1Tis2fXttWwuT25qLk4iBcwNx4E8A\nFBWe/BIBgMxATAVJodULNsHvLqXXLmekqB/ApkG2YQ783t6T6WmhwZudVTNg\n46j0zCha2CVWsTNDC1iV+4+38wYDR6Z5Ze2WPm68QAeuk+7rpfVdIpapxokO\nliw/13uKI3lSYQZFp3kdZgAM9TaK4aLces5YbT/w83SEJuj+we4AW7hmLVYE\nb/wsY7JQoaS8NTQjGBZFzWLEgCCwY5fX5vpkL1hpx/hu77jkO3JpkXQLYuXV\nJR+iMJbFXQV7gYoFJmtj1ee0hM7Sh/tNvoxtWBtsMKzZ49adOfhgp0NVbDNu\nkOHPZGQEEERGwJeifa+wH3Ttg6gtMmWZrvDNPPCZ2PBai78StidPtzsfrsgq\n8I7MCbK2nNPAfQDWMPC0xj/crqLcoiyVChZZDvPhCFdtTiO07AizOWdrHBfa\n342a\r\n=JNrY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIClTB7kUVpnWJn6GrF0Z++g8U+Md+eLP+cNsZimGrxhUAiEAnkmgKkL+5xGpuEIw5KIO7W8+ZfXGaBY1Ela71tYetd4="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.20b0045f.0_1608248877430_0.8587186821290462"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.41f77000.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.41f77000.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"59ffc250e9e7d85ede63c75495b12e981e365677","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59ffc250e9e7d85ede63c75495b12e981e365677/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59ffc250e9e7d85ede63c75495b12e981e365677/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/59ffc250e9e7d85ede63c75495b12e981e365677/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.41f77000.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-PeKimSFzu+8Q5cRK03FHCL5Vmdz30fjnwWTc2riEi2ZzqtM+yFXOVFrFEnWCADurvv3cYAdt5M+xKGCmCTov9Q==","shasum":"5121f6a9582499633336bb4221a11119b7bc0b7f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.41f77000.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2/kTCRA9TVsSAnZWagAAlmcQAJk+SBldE2ZwsTjpQtVY\nXGI6IKaBa9UahBdrTTtFGYZjnaCiHx96NaIrFF5ChZ5n3XA/tqJhQN2cQREY\nLgc/1cqg2R1uAT/GUp5yuiQNTbwAREDyZ3OhBx1QoDzZRKOo1aqA2leaQj96\nuehaTzhzLePY+tErIyH70C+Wub7PiP7n+vFqmUCBs0Xwyz+FLezoSObNsCkr\n3kM+kbDAxiqqcDHVIta9LQ73ZOQiGMwF6dNzOx6AYrT94ZwejGveFNOfrpxo\nuIFfc2BnpIsh4HoVRXBwWvTgF/dptwz/Yd0cL9chax0fKR3kPb/gzJ7P+3+r\nwoc2CtZWjxziEaqqeazVf52aY3AV174Js/4iWy8RYEFfdIulK924IgzCummd\n+buGXxsR+BxFS8hf2xtuEJPQ8gWVn+xV9TrAyjYOezljTMDLvgnLbGe4z+4Q\nMH9+lw6ZQFN2OjRyx3rW5fN2n9vWQPoJZuqasCEsIPAnGAYeqGoyV2JdFyFM\nOlNJ5yY3TM9rZBvYARpqtXmwTHliZtW9uyc7fuJblkpIH8xZbprtiuJBLK5w\ngSdMxpx53/OIxIWml0fAW/3wPHnevwBnkw1wVJOAhRw8jAE6SaK23/c8HQSn\nAF3hjZx/QtCjELQGRJyDMeXhMEtuWqDS/Fd84pYv6Qxl9+nhrJ4xwSW4v6re\n3o3U\r\n=5m4I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEF51eFCHJZpyTlf1OK8vwaTLVxSlD0WfnfasrOmCeglAiEAoXlW/HHdY3WPiizvGO5mQYGNhTJRord1vHufSHkuJoI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.41f77000.0_1608251667348_0.12122454165446905"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.afe4079a.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.afe4079a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"aeb3539e673debaa2381e0aa7f186b95e91ee563","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aeb3539e673debaa2381e0aa7f186b95e91ee563/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aeb3539e673debaa2381e0aa7f186b95e91ee563/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aeb3539e673debaa2381e0aa7f186b95e91ee563/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.afe4079a.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-hYRpsTMxiMCq1a48OpVhIY1EGe7zHufHlxiTVUGVvcqcNZKliDxK5cnyJ0I73oezXsI+YF27o9fCjQEbR/Fgqw==","shasum":"74d3b4e4cca62c717d918a582aebe19acd8c6d89","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.afe4079a.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4i86CRA9TVsSAnZWagAAzRcP/RWgX7xLviiQPUg8YclG\nTsv7aLmUTrB7mHYwgi7ce9sBjth2eqQKUDZnbII51vW5atQn/1kw09uswqbM\nRSjLcI1skU7yW639s93AYIse26xP5Cjc3wW0BHL5bz5e5JFvOF7B1ONG3pKU\nM+EAa16KuvzF0CGVM9D99Iq7NdIv+mI1OKkqbRRKGfLzbKkEeqeU/+28wcKN\n6MhIBiRJo6UtTAimfvduddQYtaf9tk+TN3LH2nyAm58L82eWVgYxotclmu1q\n55DV1t5NxmQB7MNINiq6plUZfcVLHNNBLb+HDY+Z4ERQ1XMS8S+b+g1ZLGju\nFPFdC67BCFnDLeTKlOBsg09rGtdIkVcmBdBFGL9/TiN0iWLxtWmY9hNW/vyH\nMCfXPkakwemoyDasu6HVcwxsqaiQXpCut1eWtcWXCSidkfyVdv0JBT4pCUe0\nhe77xE+MFfzgrsskjdB5z8Pui8AP4JyQ/GgOqZKM1i4/WxiuOS4NvxRO2J42\nIetEBKMbWRbKKKHMmTuPrsIGEmaT/eqJ+t97KfLQQfQxIN8ngHc9v8QGw8yz\nyNu3VOepNgeDH0XK+ElQpRNQGmm0mHemENzR6PktO53dyKnxAYtwuJgbAyr6\nRkDgFd0grmcVwLDZ2xmGfleJlc74iFfTFPUFE95N9DDukAKyUsGNO8W/kyzK\nj74h\r\n=vKb/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH89geV0VfhSOoflxQuSjd9R4n7RcrWjavmI9kwg1gz2AiB9u4DaZEcP8fJA4laQGHdnRCtCyJclc54cqP04t0LIBw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.afe4079a.0_1608658746391_0.7436030480182756"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.407ef8f9.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.407ef8f9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"b600a06f2f54a052373cbcc038980333a8068672","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b600a06f2f54a052373cbcc038980333a8068672/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b600a06f2f54a052373cbcc038980333a8068672/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b600a06f2f54a052373cbcc038980333a8068672/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.407ef8f9.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-ZRfAy5SL0V7Z8X3Zjg/4N6QUNwz8sEWGLFcqZKbEBWq5z2xRhzuJ2vrtORvm1zkNGZz5iD5UU4Nm1h+m4enIpw==","shasum":"0cafb1751c22d5619985e2bc2a5da2957df41579","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.407ef8f9.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf7QbqCRA9TVsSAnZWagAA+aMP/083+ypnnZMCwrbEWIjs\ndkalxdepBmrxvoRQONVIOVsWSJQ89TIcQBG/zpp5Jp3GVKQPa8gS52EpSGFe\nUfuIfrQhhKIbdFWuIAIpQHt1CvflOiHEcYh/nhN0AY9oNi2JfEQb+GBlXJB6\n+Dr9etffA5bH1NlGraj/XqwpxBOcWHWhZt+6ZsSubUeqArDeKo8LN1xGHlXi\nFnpZj1FxXrl0lB1q8c4+xUMsR9u3nZm+4iPm5JSNbtVbCzOCi9lVRGvgz3+I\niAgKuqZ/pw0m6m+/N7/iUxGyECNHbEqfs4SmHhu3hyD5bHzBenc8F3LPzIl+\nf2Kv+mJzIlCpLmGedcMXzohPwghd7PSrLNcI/KcyhfS4dQLvaTTwcEvs8dpJ\nGK2pqBUXbZ7IP+9rl0SFjVsQ/7jizoCYOF7rmzi5qK5E0aRXiQD3krZL6u4+\nSnh1JGS6CHjNRFOU/utmfBU8lfb9N5jBZWTzCwHt3XO/lgFCTi+/kxioeaOV\nbA9+deHME+/x2bKAj6wFmT+2tpzqDS8teEVrVnRbhIHul7EY0oQmzP2a6UuB\n7koM6meUcvruOx0RtZYHVsq+ibuvoK4guuGoQaJfqv2WPXerCVEBnEnrM4Rt\nR0zdsKQnvS7t7RNVwH59vcmwgzYOPVYp9AijrdfZ9MRlDAL46Sgl/Gn8BKST\n0egc\r\n=L9hh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGIVQ1w0j+9Nmo7Jtcpx6nXWwfHhbfXkZCzHb0e7jwfPAiEAihUKBWhSN5griOiwpKZdVH2XFn+/1SIMLjg9brKMREg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.407ef8f9.0_1609369321873_0.8700720637059849"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.2e26e137.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.2e26e137.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"cd3d92f8ebc04ae6cd6d286c7983e3028e380428","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cd3d92f8ebc04ae6cd6d286c7983e3028e380428/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cd3d92f8ebc04ae6cd6d286c7983e3028e380428/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cd3d92f8ebc04ae6cd6d286c7983e3028e380428/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.2e26e137.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-/ZkQI/xSa3bDuPomiA2ZBceNVvjVzMyDlcxp2kxCbDqZPQsx0jHu/s32Arhgqm9Llh+KsGxeKTJixgn5AXN7Aw==","shasum":"97266e202d49a3082de04ac5e10a80bb7543fa35","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.2e26e137.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9LSUCRA9TVsSAnZWagAAFBsQAIltTUD1a2WcS9WeyQEP\nQaCqX4ugOG8m/h2MLNah8iSblWAEoJmfKXJiI97KNJ7QT2pdN66ZqLGPShug\noEJ90Xh7CzLMI9Aa3wIeVp/a2IduF6oh3AM/053nb8CfXs4jJJycsy973iWa\n1ri0JxdhdLMLz0Z1U3onnTiMgapQhsUmf/rBX+1l+Yfp6rfoOz80WGW0cBP6\n/s1Z4WAthptt9dOkZvm8N/nUNh5iPEg/s+wjz+7MP9z5AC6h4Ys/zNKGWWpI\nsc8rH4YZVKzcZo2zkGsM0fo5fXTO0fRzBvhtP3+gekp2g9m2jl1Lgy8TbuTH\n5naXq0O6LH20zT3GAhopCdJzIsSb/euFKa+T0uBcXRw50ASvU20DUfATbgjq\np6vNIMeoGlEsd1Q4oYjj6Z+/6NuWh4r/J9mOXAn7hA9MEkRQmRyNNnr7Rmsi\n7Z7Zuj3SzfmWlwEisfY8dafSTH23uhv3WtrVSJKwrmyWS4+vjHqvtWB4XBQX\nNelbBxrULAfxlNl33SOZgHn76dBoyaTtjv9o5d8H0AhMLUAtAg61jb0Og+h3\nddmmG01NHo7GMgKekrkDEA4QXDyt0/pUTgl92yL9ruahJQHtWpi5btegbhIr\npLXoZWTq3ywIoIBv8tHdhQquJQn1YwxynIDqzuRYhgOL+Sr5Df7h3UkBM0gb\nWvRC\r\n=yLN0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID6Aw5HUSz+s+rImIE4e+WCGFtjgT2bSXttJcxgHkSK5AiEAq5S95Murf51tvoN3/TW9YTIIju1krligD0hfSmnbboc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.2e26e137.0_1609872532188_0.8263800684397602"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.9009f6c1.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.9009f6c1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d6f3ffc9298b3af3985946aa3bdd75c862b5d8c3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d6f3ffc9298b3af3985946aa3bdd75c862b5d8c3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d6f3ffc9298b3af3985946aa3bdd75c862b5d8c3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d6f3ffc9298b3af3985946aa3bdd75c862b5d8c3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.9009f6c1.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-X+w5Y+vhLD97xoB0HH73+hBhBrPI+0Dd4pi1HO9G+mNVBkLgbmLe7FPl6KIXvpsQc/Sb2O3BklP4EXsahTi85g==","shasum":"125245876434ab387f4cbac153cfe272888b9f7e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.9009f6c1.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+Lg7CRA9TVsSAnZWagAAsqIP/2Y+ucsm+vnAiaSoPb1T\nd5eiFAjL2x53alDrqMB5jbaYfVbkjBB/Jok4uqoET3594fiHdPwRDQo2vi44\nlt5RW4qxA/biES4fe1V4sTAud3C1RqbME0/NZF/9RJFvibQXJz4fL/ey50NX\nFcj6wK1pJHORXgDoOYsAoZKQBKjKtqW8UYgig1bAj/A0jBnbnoBvc43NLfSh\nXAdsibngCalLbqZaHZZ2Zvdg9eJy0ARbacERQPaZaQZe2aP1FjUYZKOk4FhG\nsze/uu8w4Z8tQlmTy6QusmsynoW+4zSqd6T3Uyg1Y+SOxsqev835xofl2/ZV\nkCBZIgaVVKkPyOP8HwU6+iVFKLqSbH+azI3don2yEP1HPNZAOxYA97yN1jXR\nrafadxSfyYARcCov+9gV8BsGLYHsMSj6AJ93pYcWW9HKeSq7XJjYVbDm0Cg+\nDwlEqPdJmKRLlWEbaPSgnqZHnIfs/UV1LolVxe3Gz9JKEo2O90uinAM1UU80\nTluqCVnhFpbs+8YOJKTcRD7vvsxX5D8BatP+mzbnrqNPwBQp31WwewtmFOEG\nXka4P7i/BtmG6ubiHRnj2uosAQTRlrPEy2jsNcQJZGhdwVmhPTtV9/fRmHoY\n4ZaZdBMi++I/miz97sQpbFj0lOn6mddRNMJzqs3ChZAgQctBNSJKahTGbtxD\n7S+H\r\n=VWLm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBiXuhjWQf4KafC+58Rfyrs27rud/eCWsbi0ocSZGgufAiEAodVe7Qxoza50T5HSwnme9CaeHdfmFxwFaO/rd/GNie0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.9009f6c1.0_1610135611184_0.7087383684363255"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.ee99b646.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.ee99b646.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"e3bf8197782f6099f32f339bdbc9218093828cdf","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3bf8197782f6099f32f339bdbc9218093828cdf/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3bf8197782f6099f32f339bdbc9218093828cdf/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3bf8197782f6099f32f339bdbc9218093828cdf/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.ee99b646.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-tu23TegBFm2Sl4vR0wH3B6tNkV5PrCgwAWrIImcJYfhmj+uiWel8BOxG+PI+e7EXtk+mjBnXJyJKvlcHvo54vQ==","shasum":"c60686b43c4111ed57ca5e8fe816005c320a4e1e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.ee99b646.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/NosCRA9TVsSAnZWagAAGUEP/3P5ldPd8fJ74SESK6MS\nTsRxh04fgo3kW2wWrJbyyeGAN6N3ebC5b7lKHqObYHBybQcow+bRBNhR/TxC\n1K80HgBEnYYUe+cTIQ+Pvn/W3CaEYWPPf4JVrCguXcGAmkoBMVMOxMLuFrOX\n2ok7+JSg8oAZqMT901HsTnz1V8BuauY1vK6RuKrweUdKqIYW9973hWR1RB0H\nBNLsd3DDC6WFFI8cLTy6t3krjQ5BTrKaK81se9d7KX0qNcjfpE7YPcxGOHDf\n/PNnab7CrTy191LuW+b9fOyBSSf3tYb3+pPxLTT9S3UcaN26apv0d31uLb/q\nkbNZA2ngajmqmzlz3oZ3BngEOYsKsxmYw40eqm3bg7gj0znRCjs9vxD6h70I\ng4HeHTHFaJFYpyRyqiF7kub24eP3UmiMUWiDcOTo3jXgp1puJq14esuiRmLa\nRNYyE2PUnRsdCncPy7aMvwkc5+zxu+9rApa4s6RrbPWxury55F3jsGafKZka\nSoQbdLPNsvS3A+RWte//fn2mFE15F/7469zgE0z4E/5pvqG47ZlbVp1hTjW5\n3H0O/lj6txDh4XH+DPJSq2D3Rev+du3ERnou7IIxd9pEfk+Hc5jYSnP5PS4u\nSQPsbwp3Q7ZbuL/Mf8Paw2oFIDaI4riHOFjzzUFaleZcCmeUYTn+Np6e5+cc\nfSo2\r\n=PeAT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfoGCK1Xzzrp2qK/oLQ6A+VqWOj0mZcZqThYCcB6zM6QIhAKADcl/4thfgqMHLVgjrJfHbdrx4yYtuKnV8vgHteh+y"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.ee99b646.0_1610406444278_0.7661928859032954"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.740ed33b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.740ed33b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"fabdf055e5efb9cfb69ee02c46f968eb33e417e2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fabdf055e5efb9cfb69ee02c46f968eb33e417e2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fabdf055e5efb9cfb69ee02c46f968eb33e417e2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fabdf055e5efb9cfb69ee02c46f968eb33e417e2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.740ed33b.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-ixQ7dCIgjpLv1noZUF4tOsJnEQTB3OMvYrFvcdcjrQP8pgX+qKFkqjIw0kXjn+kvTClrsCLThtlcQHdSDikpcg==","shasum":"37c868dea15d2c6aab89759f0c76ccc86ddaea7a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.740ed33b.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/eRjCRA9TVsSAnZWagAANmcP/jlyJt14j7slXeOM/ZCB\nT8WdysIWCHuLGdrGfCtR0LmGokvtAiGZFwID3wo5xVktiKIEJUC50b+k7FWj\ngLaguegMH5lIdmVGjSqZ4UN7W7NHCHbDfmc4eYRZltShdZ6P3GOYCV9a8ZVi\nnDxkKaDCacGYVDlW53dGf/w0m7JvFc6sSB9Hiw1M3iwW8o7j76q6q6q9IvDx\nuhaUsonX+T57/IGyFahwDRePXKGsuVmayaD6Xov9Im2jblRvjuSxpeksQB5k\njY4IIaIsTs4FZqKSqbj6S+fMvrbzgMYMLKZ4e5f766LSGDSLrBSnTkvH/1EI\nCiGkwGHtmmrVJSFW79wfIj/CExrDaU6Xlwtw01hmk+N/SgXQfLolxblYbaHN\nmD6XZS+WR66jEk1mRBeLSdEsHrg3on9Hifq6UrhNYaUbDQo+BCddVuhrt8cS\nYgFhVU37z41whST9GQ+bTsiTvCgVwWx4kNHbCRWzzjh57Xp2A4eZ7aRWELgG\nsvbnZPT3KrDGw0zUbIkoJFTWKxvirJEafOA5ltimR2LJT0LwdTanSCKAX9gg\nc2k9FDbF4bASdnVz5MnZ8rMKK5El2encehNgfbDL073CAd0tCMWGC6xB4MBg\nhl1QuEyA8jB+lFGDZRyt4JGluKoMQz85sX1W/TLsYm6qF/YS60wlmH4lbM91\nsUKH\r\n=Gtyj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICVmJBMVqSFbLFECEDyvQb+eOuNiXD9k7gYDiWDVLUAYAiEA9AsW6XPqorBKTuekiy/ix182YAGY3t6rYcz4x9AvTpo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.740ed33b.0_1610474594934_0.7351871333877056"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.c5c541b1.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.c5c541b1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2845f0e85b6a37bbfaf5110a5f16284cc8fda6ef","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2845f0e85b6a37bbfaf5110a5f16284cc8fda6ef/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2845f0e85b6a37bbfaf5110a5f16284cc8fda6ef/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2845f0e85b6a37bbfaf5110a5f16284cc8fda6ef/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.c5c541b1.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-ZPq3ocj+2yDh2np5k7l/Df9v5KcqoeSMVqlRnvEyPgIjJmABoL2XVZ6jYFBqAeMhNliVyQaIevjKauEYoLGbWA==","shasum":"329d79e9266971c89d4442b157f50853632f1fde","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.c5c541b1.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/e4eCRA9TVsSAnZWagAAj60P/1aekuYXWGi/tKMm4lqQ\nLEEuX3RBoel5suZlPvmnOKbdBATSSwYgFN9G0RaI8lpFyHKXI8iBYZHRvAXy\nab67aQ824Sf1DCP6WXEKIWPLeVI77mFLE8pc7GvV2Cqn2GOBdjqHq/NQxJKk\nYMTShZgQxUo7r0GtneKec+lIuMLSbzg3PRdWtiI1k+ggcHhpehWiV7o8iUIk\nfzA5gxpVT6y0o9gskx3BrKQfQKa3lyO5W9jTB1FxFrJhS4Otj/+R6efwxs11\nTDR/ueETKNiKQcgqyaA4zqYrsQyg9gILqr6Ec17ZEsE8h0Dwn7S4XUBmWcGJ\nJZEMf4tFLGgzxYPMfyBygws2SZGEKr8CUrTczgLazb+jgoulRdUPLL8KGhiC\noPm4NbRWKcoBkyb+AuUNPqbPbD3CQgZTua6qf95nypfEQgcI5ssxvazUCRC0\nn14BYc/tjR+7gcjxqhV2UEQsI6waa/R17c5QjGqKsDaAe3d1UFcWHRZwd7Wb\nT8zl5SiPMtNBA5/z42o9LCvCca2GBdujc/sfX3BvcLC5ynNUTCPIjrbn+ebQ\nv4XVB1K2Td36OpdypeY2U4mS4TEn0j6FqvAIm9t2l42cqpzaV1uwB7CT45sO\nPSugti4xNWKQob92TMomdI4F0hsC88PyT84toZDblJMuvDsoh4WWyaak+HES\nhbpC\r\n=A+0l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+uGYZvdHcet3E9NF2EtN4u6Pr+27K7EyxZTvDPZ55gwIhAOsWlxZ85RznHyjfgtrP/j3R48Fz6k31YD/ZdlS6lymW"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.c5c541b1.0_1610477085689_0.2969827424900089"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.06fe9d90.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.06fe9d90.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"99a3aeb2c1659185c9597a59e5dc7599bbfd52bd","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/99a3aeb2c1659185c9597a59e5dc7599bbfd52bd/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/99a3aeb2c1659185c9597a59e5dc7599bbfd52bd/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/99a3aeb2c1659185c9597a59e5dc7599bbfd52bd/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.06fe9d90.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-t+x8oB/iTojnYUn9w7CSbaZXqVIIqyhtBEaI3pWkMJNQcMxlTGXIUrNbCSSy2qS91K/dUMNOvDIOc9wJhloRLQ==","shasum":"65fc1b6e2159821df51b15fad415f8ed895da756","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.06fe9d90.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/gx0CRA9TVsSAnZWagAAbZMP/1aZWyHDvK7CFMcTM1We\n0xwhh8SP1t/4g4WFMO6NYUsS5gjtqaa0wj/gvfVTM0ljZAxpKbWte1BzLKfy\nhH9TV/zG9HedeaygYA0g/E50Slot0I3bl4ky+2JO9636imF3noFzFFWi6Tu1\nOZR+07SejDan7Lud2UKelGoweg1Btj+9XvciE4So5I8QgVJyJY66r2wlE81a\nuowcYaQ7gfWv46f9ciZxYFKeByU+19/Jr6t3GlT+Mu8yuuNfBkcQp6Z9/IQV\nAdwAyInCUutSO0w9tLPFZ5JrB3JHJjRsBc7DwvZ3nXdYP0TPS2Ysq7LgvC16\nG1qAjMxgMJDCwaJJUQHTZqKUNCUHPIzfeB7o+ENQRXu+um4rm0lWJRS83dhb\nULwgbWcuVNV73sWutLcyj9Q7tj9w07Cp01t2VpgieIJpWMhypZxAxiANLLyi\nZ6KnLQ3jjIqDaqodFd+91obzNpB02lZuoH53cdTNFNgDq6H64RUZSgAqkLLI\nK1dw3PVOdgNbHvRMlR11KdxoMhLjdJNzMNpwShPv36llwHOjInHoFp02HB/u\nvf3w5EvOAZwWnLy5mcsw4+nlCQIFbooTOw48pziZKW5bXlaxXnKAb7MXNRYD\ngHT8M0vxg6M6zcKAufilsRKjlza0s0kHbOZneH10TDvDo9ehumdPTE4zM6Na\nxggJ\r\n=wduR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgPJLr08p1HqmERsB3HDlqmgt2Plzita4zARDT6RhuDAIhAM7IYPgF6qn16Bal1zWkT/YrxlOqxbJwXO0PCRTsREUs"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.06fe9d90.0_1610484852465_0.8967245958506627"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.269eed01.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.269eed01.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"537a9df54fcb929f413d5ba5af0dacf0e2654c82","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/537a9df54fcb929f413d5ba5af0dacf0e2654c82/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/537a9df54fcb929f413d5ba5af0dacf0e2654c82/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/537a9df54fcb929f413d5ba5af0dacf0e2654c82/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.269eed01.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-eygCWC40ZbbnyK1JKCOsYLgvr+/9RbitBIdfyvv1j3VXk7J2jWBjR5vf4RqwCASwzBJIImVBxpeerPHgCMXRgA==","shasum":"9b962e417f2ada16b76ac46b25c6fea433699c40","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.269eed01.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/2nDCRA9TVsSAnZWagAAHRAP/2nDruXNV4ONhuUVbpoc\nmwroYnC0Hz8xo+BytERBEHKHIiXdHQK6AWbic37pBNC8NaoRPvHkK3+vNLC9\nQpSmM9QP9iEJCLDtGusspKo7fZiVWmxbhKZ0sp1mpIqe1znEwZEjZMG0t7C1\nlF0IH5nsc4Hfyioy9eu973x16V6xDCLCFRs/4y6bEOnOBJ+O8EmmfEMRdVFU\n0duoKJcndLHmRAAx6ChldQ35z6MGJ70W/RoRITWA2xMUDbL9jQKgN0b+83qx\nWqWiVOy/F/3tb2yzH4WNWZvLztA+sMqYKD8+a1RHZv5qarwMQHTDs7fQaijm\nNmupTP0OohDW/yDxsfi9uqPeIazGQag1MlrDhmMiXQ0v/cA4XTwVaXV5XS1j\n3RqW2DIxFOfR7ALMazzyTQaVm380XsAX+xeAP63LopqO19Ca2VDo7QR1p3AW\nU5tM6saxwhgrfy1B4oG+4GoSMYPbweNRvidOfuG7JbRlERY/AVgPvtb/hnqT\nBbLofJ3V2Uge1m1KTSx+C8+s2YbDOOf2Y1mm+Vr6V0T3CkzADgdUIAaTs7U3\nZq5KsDmzSq8dDqeFcK1iW1/HqZXCQPEqp3OwIuntb0BJJ75O0HmSiTKaeS1Y\ns8YywIhr+C7diVXKLUvoQMtQJMuMrunzhmnB4tUcRXhhlcusf99tCdUQC13p\nv3oH\r\n=SF4j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFD6BARPOmlElKcJ9Ibz2+mbzB2dS3xi0FF1NtfFxmfAAiEAzqinHKjsDm8/z/J1l6EUZgwGFYTUbYCjOMdabqdqMq4="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.269eed01.0_1610574274558_0.12546547889337734"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.8c075f35.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.8c075f35.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"8757321e04ca4329877d8b8c9924f78bd58ccaab","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8757321e04ca4329877d8b8c9924f78bd58ccaab/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8757321e04ca4329877d8b8c9924f78bd58ccaab/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8757321e04ca4329877d8b8c9924f78bd58ccaab/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.8c075f35.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-bUOe0rIv7p954+T9ykSM+EV4BjMK4T34pe+P2mSguXTI0PWa2Zn2pweilvrOocMxbBcuISoMWdxKSDI7PkRBOg==","shasum":"fd17098b5dcb27676632eb5e5e08c622fb8784ed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.8c075f35.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/3zgCRA9TVsSAnZWagAA3KoP/Ahd+8Ccs4KWjQvC3Tgv\nBtPYkuFXwdlohRbvQxG29lZ+z4K4ApiGTjtNAGBWRHrGanuZ+j1ptSdoO149\nbScbksRAe35gpmXB+uLkOnd4eoDieOcnHLoHRT/eWwDBr1mJqBRiAsnA8zqh\nWOWq5X7eyMhkdqed5uePYGm2Skw24ckJUi8SPlnGf/pc6UreSS6tGblUGWdq\nMwXK8sH5nFw3+jXAXYYL+RtkSayE/LZ1yeomcoywZoc7NV5YxRivGMyzJ3+b\nnCMizWFPkSLTwGVtLsS4eR83NDwNTWH8zkq0+e6mWHeX8/X6yJg0DpV5Ag8z\no94DpHIY5wlTHj/Y2Q5qCvtlTgVE8oL9p0z3KWWiyZ0xhso7XkzjQ3hgdhyd\nMvQrNufWctOps/aqS1rG7HUeav7R+KP5TeMHI24CY+4Vx48cf2gc6IFUnbPa\nM9dqxz6lS6e5pqCuAWPOwnvvoqJrJZmSa32wM7VBPvD3TJkrp91O655Ey5n5\n8qaidp02XVe+IXoiuVPoU3ANw3oSEfNiM/3ZS5uFsRTJsoSMzcTKi/adKe+T\nNDmw5zZMPRqYohYAPp6Qz3mE2sTL+k9b2j6LCUI8cc6mLKiijN+VoSB0E0Q/\nL5evryKDOomyilBfvlJcm3JVz1cyBB0yiQmIIlSl/TL2CNbPFJ+HyqK/nOVt\nHxu0\r\n=iIJy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID9leqS1ADtnFcPMxMjR+PEuCDsK64rhoDb+ROjnD1JLAiBrmLWd9atIKEvkkFXc7XVgK1na1OL6wP9U0naWXKAEtw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.8c075f35.0_1610579167540_0.7724555976851519"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.3cda381b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.3cda381b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d660dc72de8b9d23247ab075b6f4f44053c9cb70","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d660dc72de8b9d23247ab075b6f4f44053c9cb70/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d660dc72de8b9d23247ab075b6f4f44053c9cb70/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d660dc72de8b9d23247ab075b6f4f44053c9cb70/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.3cda381b.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-bO17SEfS4XPlrbgeFW4Mt7eFocM3/FFNZWDR7JOvF4DPvlvP9w6wTb2jZlIYhgyJT61LpYY2nPIaoAgxmbCJCg==","shasum":"7d4a18e3e4ce1241ade042c168c18e4d3552e67c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.3cda381b.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/4plCRA9TVsSAnZWagAA65IP+QGK7EqOxbxW4BYhy1si\nsnzpRsIfNfNEMMC9A+HPiMA4MwCfdmHyaCDu+pUoSgfYAXnuNE307kF0ITle\nFoY2hdxk1RhW0eStqXoD9yAea72i0y4OgRrALP6lp5+AhiDLsf//oITyssSc\nobIG3cklMrVG3vL9yc7fHK0csi4F71+cFxmiSEJIFgX1aZvVlhNEEeQ0E6Py\n1VBYCT4ZxqrFCnuiDsPFp9eWbrCpvGMn1tX2UsIhM9ysnNQzLL4iesJSn+Tf\nbj1AQQK2H1UoDHOcbp55MMFGGDzqLops6u/sk/poO+iH5tYixF/M/A76lMTs\n3zlnysvIBsWujyAdskLuLCiuQNK2RGPfPXaRJv4Zv4Uh2agZ2egfbmnVkrvz\nS9C7i1gxWABZeArlDXLBwch4HISs3VOMG5bFoVrtW2XAp74xKk5tshUkHxSr\noAWKTkXx7yvYl9Z+9oaqqSD+WXihXylFFMdkTdjObZZhdLLLgxe8ybivTWOw\nwBQ6bj0XpIeMKoe/chBz6FzMvF8JLYPIhhHFzJ3PUlcKBFzVIMnSuS/Wg7AQ\nHEt2TmXPSAhjSlu/jZbTUz2dMwIyfVPeDW0574IJ3euFMBanDIjvxzM2j4lK\ngF1Pj9yTWrVB4w5MUwyWjtasxC7uRMdlHjqn3Oqa9t/DfdFGwDYWx8cNgcOr\nZ0Wo\r\n=lGxF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC39TfMEYV9fivlqTvYlBvhHjJ2orxLvTSw41NuCeK3MwIge+idZ3OjgoOO720B4GOnbuX8Zod3ki7ZQEjvr0BE2gQ="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.3cda381b.0_1610582629006_0.36496367452239187"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.bc113605.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.bc113605.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"ec7a00c7b7cf2145c971f64e88b375c09a5409af","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec7a00c7b7cf2145c971f64e88b375c09a5409af/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec7a00c7b7cf2145c971f64e88b375c09a5409af/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec7a00c7b7cf2145c971f64e88b375c09a5409af/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.bc113605.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-weZZtgyWfNXt3oFlYZdzNV05fE9j2uB56y7/DrhSM280mc5sgqi2PgkFxLqgsFgAfx2XrvwHbbmpzmfeHwoxtg==","shasum":"3b1fbc12bb26c07babdf0d445adda7035618b7c5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.bc113605.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/5P1CRA9TVsSAnZWagAAPkQP/0vgd9bDOZTyV+TEyu6w\n577Qj1jecH50o0lYY5GC9ZTf/3Hpa4SVBbAbremb49MHXgY8DCXtypYmg9h5\n19TwLcGIVMXi+wFGB7oSPZNd6azGF3Sx6F7fuU7pibqcC7ourE2bwKYO9cWf\nT9iq9oxpNo8ap7Pwfozpxylwn1nu5A0JD+igsAowgIPTw6zq1NABbiUBySqy\n7iFEMRwrv96Wm9aSb1On0fF9u9w3VhxqiBq5NKu4WL0nNCq32R7yZq1x68eM\nsJ4gBCpQAolGKhroJei4zdHg12u5wGHmbFvD1xJw5UFd0LDP6qwT8pDr9usK\nU0XSO/r3tkiOTk/WFBp6/socQds4rL31w8VoivPd1/1s9R8TpjZflsdesiPg\n7gUS8KEJgv0HBT5NO87wLg+r86kKwIAqUJWTK67Hwzp0am2TKPFtc8q1MOXq\nrwsrMs25EFdqQt+/WVh0cjKFY0K6HtM1emufbQErsMgf24Ki0/aQWjNDTXD9\nU/CtDGKCYXztoHby3vVCQUGxOfv1EgGOc4/Ng7QPwj6cr0AnTL7C8hMZyEhM\nJ8LEOahjTWuy+OM70FiJ2dVg9IBnl8ZrYPO5VVgaQXveMelR1jdgr4QcBKVw\nTv987vgE2OFBJ6k58Z15aKLMKGSHWwRdgio3gdL+MBtOIrjybLgn8nTz7rkH\nkbgA\r\n=6+5i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICTaa+RZq0JiNrm2FHTOPwPcABJYTaCSnlcb3oTAIUv9AiEA7+Nc5gwbq+73Ey2XVwm/3hB5Pdyg5dW22PGNYJYiNQ0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.bc113605.0_1610585077558_0.666507212273175"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.0c1d6ff9.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.0c1d6ff9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"5c7f60619e642de2f6951662670ef490a6e46e70","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c7f60619e642de2f6951662670ef490a6e46e70/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c7f60619e642de2f6951662670ef490a6e46e70/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c7f60619e642de2f6951662670ef490a6e46e70/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.0c1d6ff9.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.20.2/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-GGh/p2ll5MyIkSaLTO2SLkLT2d2pccwjjlRoXvP2i0dEF4pIp7XZVz1pr40X1OC9jo8ZP3SnJ2IntH8ExPwAIg==","shasum":"08b3865439e5fb080b4ad208599a934a445f8ae8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.0c1d6ff9.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAfZCCRA9TVsSAnZWagAAOTEP+gJfdamGobTGCrPnzNYW\nODbOGVe5tQHIWDhX3gtG7P8+LzWFGtNlQtWa4Gk99dWE9Ji6wf4omuCcZOE+\nc+CMc/AlLPUt+jzIZg2dJS8Eg03Xm28TljJZuXeNanhR1IpM4domKvFHyTQr\nxzEtG1eiaxqx1OkG+1DFdWqeUx3MMlFinb8U8GPx5Mx1CIweqI01MdObuPyQ\n7TJNBkPqpdCpwEtyKD80ghMAf56i6imXaa0DngWuXpV1h+yBWTGw9iDSc+/i\nvg8An3GVGJze1ATXwGTmnHYHT4BryUL9uHLGZlq9ZqnFPr/4nVKcMkcOIJ//\n8U4e0exTN0vt5t8rO84kU/fvWyzWN20cMBvFEl/UBTkSMYV38QdE1UI69pmu\noG+ayNuzVXou18XLt+OM0xQRPtlYYOBIYNB05uFvI7lU84oVz/T9ARv0uGuu\nxHjEBQ4znBM+7aXKY5Wg9/snjJ03mII0tQeZ7aphY8zqXSgZ6vtYIG/B3prx\nl8ggDrElK5XpDRPSHpwiVy7VMipeif3UFdjVGesxNVpwocWGznUuXT1tXULB\nctWN5WryjUkiv8W5LnExc11M68PxVneEbhGvoHIGQXtWz14BVKlNDfU4HOA+\n4oc/Qfxkpgdj1ObZUwmfkkj8auksZ6LJI6HOIWUpYgSwB+ZD10CH2jJH9mXm\nEgwO\r\n=U4Z0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCoBp8CKHxb6v2F42PDqq4MIZkGfnlFuGx5r6efI7UKMgIgb0v0aOXsLXdM1aax+V6Bqh98RhJA9pVrbbt1tjwC2ao="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.0c1d6ff9.0_1610741314107_0.2973830652474174"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.b4332e00.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.b4332e00.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"823027b19badea63e32aa35bfece324daba62e19","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/823027b19badea63e32aa35bfece324daba62e19/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/823027b19badea63e32aa35bfece324daba62e19/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/823027b19badea63e32aa35bfece324daba62e19/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.b4332e00.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.20.2/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-Cl3bgyVYEohXhHnWrxCH57zIv1JaWISBkc8kSioYlm9QCPSs1d4pe8kpnYSGnq9L0X9WYvlPE2XAB7EZjbklhg==","shasum":"19171a994dedf25fd4bc76e9e0779402ff10f9f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.b4332e00.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAhH7CRA9TVsSAnZWagAAWsEP/R/UwccQRce7FUf5x9sE\nkjE+EzDb/T8c1tovEUI1WpybwKM9Cl+S14P21ygMAFrEBC5RpYfpYNR643u9\nqe+/j1KaaeFYek3OqsAC5kPo86zndYl1zbMZUP/s0LVuCiWelchJ1V0pJ7Kp\nBq9tfuV+Ax1g26uexycEgD+me7aRc2Zseng8283+Y+3BQN2C4lqUwXHj2xhn\nUkV8YkcVfxf+KDL2kw9SETDlqgjwrtJIl3T87kCMFC4jNRfDVNtD+UeFG3X3\nTcDV6c8snFQQtZA8iP8TvDyADWnuPvQqi4HZxMBX7hL93Ca/OBiDn5gM3G1b\nVhxdbdxHc6VBHrxbTN3MU/s478dZmKoQz2FEc+1Juu2jfI6pGzy7gryoNiuh\n4v0+zuawZMvZmQuHwwc1llBVg0QCkjBnBY17zpMu4BcHJwTi2RQezmnb+NP9\nF1l6xIu3mW16f2gpZgvhNAWylz18KBVecoIaNMa9C301CkTpZWC3mBkD/e4z\n0KbfKJqRCZJ4RbrnzUf7MpOj4nWtUHEND+IX3taa27EJBe7ANfmwg8LAPQiO\nCHFU86lAXjW6k+DH+FhDsUGLLWklA/aZB5e4E+koQudp+um8frfy/4X9RXo2\nNfu6Ar91T8efvbA2wcMUvEpIqr/xA4IKsJKQlbo9vb8mu89i+Huid8Veh6jv\nfsVP\r\n=/e6k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGSOmGpXeRniMuTFVjBCFhHwKETulitCk2U3GdnDh3CAIhANw///tOMhaZQMcB4fV9QKJ1JpfEwkMKhFYm2Cc1n4EI"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.b4332e00.0_1610748411200_0.15011578799502634"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.2899691d.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.2899691d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"ad2d9fc5a5b47298a72fb5fe6e82b8c7c9ab8e44","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ad2d9fc5a5b47298a72fb5fe6e82b8c7c9ab8e44/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ad2d9fc5a5b47298a72fb5fe6e82b8c7c9ab8e44/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ad2d9fc5a5b47298a72fb5fe6e82b8c7c9ab8e44/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.2899691d.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.20.2/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-gJUmO1VEHyaeqk0UEz0utVEtVxrotZPeWLP5ih5y/mCf8XX1tBWMy9UQ/fPOyLY5IxLEpamNA4uOX16tso8U1w==","shasum":"941412b310a28185811fc082e744b382455bcbb0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.2899691d.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAkTaCRA9TVsSAnZWagAAqeEP/RFaQbBl/Ff37g0KZnPG\nhl4lweOEXC6B0CvxETkeHQckJnw04i20MTfEVvUM16DacROrHghFZXXEhRuW\nT7ihyCyYwNvxnYS7J2+GpPmTrx9n8d3ZfKoYh7Xery22BX/+MQDv+hm16OA6\nqY6BlnXgZ1FFVrR49fFlmBS2e79BMRbrS+vL2+E0XU4ufbHjguWRJdGZjcKK\no5o15sAWmMBBVLfHMFHeScNHpyd/GprW5ssobXuU+vY6O8unUuHw7NhBJm1Z\nb0xXYgaHGmjM4Fn8c/18BY8tvMnPN6GZcxUo/KqZndt0vi7xxpp5sZ0KmQDL\n4apyksLHG6eSy0VsZWthh2Kse+K+J8jxhTXSmCEoPITCu9YJjTriq9FBadC5\nbKA9K1X21BzJhFlmYUe/0o2IQf3CZ7RGH2aXSXInUMIFCieQr7kGE2qtX6i2\nqeH83+kmvm8lgZQnlxA0j6v+d7MTvnxjEr9kV3qVxIKt16HSbZV4dYojyF67\niiuPA5P66ZC2PgHnD77n+8V028A0wgD0QAtE6k/nqVem4jJIc2o2C9P8kgYA\n4146z3eYdutBDYNV82JlhukWNrOG3akJXDK56Szfdbuokl79D6l+UWOqhuiY\nnfuFP3PLyV1HeQMIp+s2Jkqv7jGCAWnI/B6k/Xe4VkZwkxAdd5S/rFrNWXru\nPHjQ\r\n=6Bfi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCo3RupOpP62tiywnKc9XQS6erX3hpauE1mY7F6//VNwAIhANuhfDTBzgzEekIxWNy8W+uKsdhXdKFqCRRVNWwGI+Pc"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.2899691d.0_1610761433793_0.5480128106659066"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.fe73953b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.fe73953b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2464e59ad6a1d74aed7f8ca3477c1f8d244eb8b9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2464e59ad6a1d74aed7f8ca3477c1f8d244eb8b9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2464e59ad6a1d74aed7f8ca3477c1f8d244eb8b9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2464e59ad6a1d74aed7f8ca3477c1f8d244eb8b9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.fe73953b.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.20.2/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-fK+YroYflyln5A0H3Im8ovWbwQZZ7JKUGJDO7173+S1n0sXpXb4Ib/VqHfvgCZ0Om63zZPmzDjpl54Yfw/JXIg==","shasum":"9a9edd1f7a229461bfe3bb049f33b6e9cc8e689a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.fe73953b.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBzEJCRA9TVsSAnZWagAAffUP+wVVTqEGEa1ZfGY7/RMg\nobFQfaA3xS3PjvCkIYKYhSMY31MyuNn0/sXp+AVUsufLZoYQ0Yw16whl1JNv\nmfF6B+pIU0ELn1ti4u5wXLWDH6P5+NuIQquW491wBLd06tXCApyee6qIqMYH\nre29JX5r6lH1lhhVrUlKZ7dnAVO59ceCP3VMHxXmJEhArRzx20rQMDXZBo7m\nF9kdwKjZVrvL2VaH49gOu2T42IKLX4ujS7QlIeXN/Q8pQkkZ1leBEHvIs/KY\nVZOBUrrt5dFZAvec197wEDMUnHRWHNKRxR2sHxip9kNnTnVlrilF6oujO8bC\n84bvFjeWI94IzYhVtAUibc8m3+TouRsIH+rVuXJYhgrQL4xndqd153xGk3/z\nWeewZQUk90JqimOJn9AAr8Ie9vN+Dxq6a2jt9Z6z5O+vAgqd5+fcXuEfVK0q\nF9ZfJZWds2PSS859rGIjJlKWrtgMhGK9WrEOIng0ELQyt7yND9yF2aHUVu4T\nV3euKu4JO4Axoti08ZFD7TiIbo0S7StsDC+mORDPsJHoXDUudFlkNm4/ceie\nVrq8BhmUnTciV+gD9BBKEIaEVcoyfqbDTcVJEsvPvGcBZg/0H27HHbQh0SrH\n6AWmbRY4cBx54CXB2fvNbpcEbu+RzHb0VGOFitfkJddm31XfUuNL0YPkbj/O\nPu6h\r\n=cZL9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBh9MiLCft8Ny/LkiL5KIxThEHfjT6OaclIPtZN27udoAiBjE01+6CkxXzn8/+NEyWSYd5myvsk2JmgI3QsWCX8oMA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.fe73953b.0_1611084041142_0.11290684912792237"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.d3a16455.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.d3a16455.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"cc074ab80b57efe95502e551eb4d0ce6a153094c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cc074ab80b57efe95502e551eb4d0ce6a153094c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cc074ab80b57efe95502e551eb4d0ce6a153094c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cc074ab80b57efe95502e551eb4d0ce6a153094c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.d3a16455.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.20.2/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-2Z8sG1Wdoo8JQw5C/NpU2e39YtO27ziME9hV0/wmVUBazvVghNmVw3itRBQGEPpOKTDJreuAsCfCnOS1Z0vP0Q==","shasum":"a820cc2db91f5d47d9933f4e78a4fcd8ce57f645","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.d3a16455.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBzhFCRA9TVsSAnZWagAANkgP/19yNzxJmn5DNyjrBBy4\nZlLKNal+pAWaHysxkRZLWGUCGsbSBsGazPO7TazpdF8+j8EfuKYilCfVLDGp\ndsgYwGlhyaQD/f0uswrkv4pwS02BNs1phLAMU81BKfp0qgcFtbCQw69dDiwR\nXbmA5RTtoIZfTQgtMWaCYQeomJzanJKOCvX2Oj0rLu/jW2d0kiyR5bdJWsV7\nvH/JJKwFGMqH1yhCh8qB6lYkKQAMNu8Li8ORh7O4Wve2xahAgypRcoN5TEKu\nBbJodvWoeVTABJIe8NT4V+mKl06sPWL1vTd6SDd0xRUBB3MIe+EZOUYtbyl+\nLw/cPsUVyyFMwgHSfoHZ2Js+/GFK+jK6iW2z2B3zbbXuV7vo4OC44zxAs4XO\nsF44wFeU5tH8HyRuzcK73AqxH7wEjXdHuj/niHMpGRzFP9gePNdd88oTfdWG\nuCy265GyQwt6ZiIqP1M1cIA5C2nNJdqIy//wA53GVuoiS3e1X6jTokUcwtVL\nJ5VG7SRhuj9WPmFoTfF/c1K9hPQnlz5yvzbK63GstwqkWxyVU7aaLHsskk5O\n5CLqmNJeese2UKkpUv9usPcg2tgEEfvfvZqF4HAqf9gbpDIjDAl675DyuwFv\nv1kknthBtT7zrYtZWOlQ7uFkyVbHCShJwOJlKlk9nuHAs6LkBn+ELBCGjjx/\nH29d\r\n=MxvA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDE59DKiyxvpQb2ui4HjISHGzGEhYuxmEV+rJwuby7uwwIhAPBwzWOprmBKY2/o8t5sczldicTtmVVlw6IleWNkfX9T"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.d3a16455.0_1611085893483_0.10539569418379857"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.597ca1b6.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.597ca1b6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2dea4d182145f148cba1edfd7b358ed05bc6c8ea","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2dea4d182145f148cba1edfd7b358ed05bc6c8ea/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2dea4d182145f148cba1edfd7b358ed05bc6c8ea/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2dea4d182145f148cba1edfd7b358ed05bc6c8ea/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.597ca1b6.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.20.2/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-ZB5/9knl1D7k9lEQnIGKMR9TmG1pHfwgN+LCzAOmK5r7PsVJmJrg97jXQgbr8jdcqM8pu3Q0B21Mut8TE6sLTA==","shasum":"dbccfaf100355a078e0628b61cf7984c638cc8b9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.597ca1b6.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgB4BeCRA9TVsSAnZWagAAw6gP/RSQaiRslSlu9MQwOjfh\ntUVdGu7MDTC69iIvpXgdyaQvv7Vo3eSQxj0ykOPFDLzAbMUIzTwkY6dEF082\n3GPT2JXlme3qx6Vj7odhOeFohfwy5w0y2hU9U821gsqHZ+YWKQb588qOnBvD\nh3/SMeionBTCoVGIwO7Zz0Kcp0U3MQNAOroh6U37KvPRUBUW7qAYRe/WbgFn\n8YxsfPZyoh7IrBaJ2sSk5jSE3RJ3Cv2dOvOgjaSqgQg1KAg58zaTdTiqbd7V\nnCw/WHeNMtnnoDmqCFP9e4QI4GjMzmeL4Fyo+/QpA8zeoGhk/cyhZMZ+rpCI\ndNThBe5BNTZRWfb4hkFyYNBeZKo9oDRlOycUtLNXVb7MESX3p3VuX4B2oZ9g\nWzVRDxwvCllra0EUdeNgdh656p5Qp+IJglL02E9laVnqEPyFcF83EBcnlWBW\nXe3gcey54hR3Q36cQl9iirC6vAME3SGvmddHmlRhOBLgLZNg/VmmEJavir5e\nygjlQgZQBeNymYwEL8Z7b3I4CPLRVXKyFsDz4NikjSUjjUAM+8IaK3CkkMbi\nnqE4sNXmr4opo90WOFRwRFP04ySK1c/gv32cz09eELg/pAkbn3XfWxtEFGSm\nXaBSzleJIXsTNAvJzj1iW0MHzcOXxCtp8KgrSeQdXaNlvqsbm/JQaj6hB3nU\nno+L\r\n=rfMG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFayW/PxJenNvnzZXJAtfRPhVDkefdZZYFpf5x6zjB0aAiAYFiEQdtzv5wu7faBKF6A46dfzn+YHcrxhrCZ7MXtoTQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.597ca1b6.0_1611104350369_0.11524557325535145"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.3c195efe.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.3c195efe.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"5832b828afcaa6412dff007228c15a665862a145","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5832b828afcaa6412dff007228c15a665862a145/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5832b828afcaa6412dff007228c15a665862a145/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5832b828afcaa6412dff007228c15a665862a145/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.3c195efe.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.20.2/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-VkRp7bjGfOxxEtSUGgKiiz+VdIIbfynFUmdSnshB/6KldGPNc+JK9sGUZCn3aszRrbFLutImi6hsSR2fr/jQIQ==","shasum":"4ad7902e54f4667069669f42e77392bcae41a71b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.3c195efe.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgB47PCRA9TVsSAnZWagAA7dIP/jiyk2l8VFvvaf6xHQkM\nh+M+q7ZrBSSlb4dGyHGOJRIRu77a8zZ/7nPdrkyMQk5IHZiMsKBhh54AKAl+\nT+1HG0LycqTc4ljimzGFCBV64MVcD7aePmzAS4NDU9OFiLzmU4PGTFfqFyuf\nmWj/T8yX75j+37Nd7iQmYVJC9AxvkZfciwC6dX93eMrf8kwxTp93Xio7Js2+\n1fmKYOmIXjjJ32JSr9GYoGpgl06T/vEXM5cySyimqdKxlTgWE1u6jLXuLHYm\n+7IGLefp2EXyldtkfmiqBaow0hFRoIfLOl+8E8/SQHQy2dNvuRdPjbFD7Dgm\nUIHt/KDLH0gb0ZPJRXaquoNZwzEvvh1B7zZNH5A/wXuB//ikj8QPCZSaIJz+\n+0H+plx67HYh8/7xk4mCmVr3XRIvwqdf0fCASvX4wlXXBTeP3NKYd+nIaGsX\nhKWHdKeDUrY7zl0tdKGHM2rsxvwIKb3ir8GyxRxNXV2rrHhaorazZNn6Ik4y\nvWx23Y+DfBd3i3obkdJGptRrFNtlENgkq8iYA1tCYSSAydu/8uQN/RMQQr1U\nI2k4hxJQ1EiRAiil6NUapiSPi8sCefseW6trpxt6onpgUEKC5eHfDqXVNHfC\n7dex4PMAgCbzhmUSvo3oxKIaPMYzQlgJH5ldEFzSlHY9h0ffp+KBAA9r7wiR\n3+3G\r\n=gJbD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDP3nA9GyMV7iDaROURN7kXYjcHxScyiBdw3BOyZj/wzQIhAJjKohkSZnlL+v6YcBYfA2nIaVeheGfE2u5F7+I/I938"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.3c195efe.0_1611108047406_0.23200320358762783"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.f7b8755f.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.f7b8755f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"189595c9eb20e25a71796a5720374331d50a7f72","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/189595c9eb20e25a71796a5720374331d50a7f72/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/189595c9eb20e25a71796a5720374331d50a7f72/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/189595c9eb20e25a71796a5720374331d50a7f72/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.f7b8755f.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-d4Yq2729Oq97xO3GgYs0691KZ5xFM4n410Js3QYWcZHmWvZdPSY0m8gOv4+nBQJvPEMVUCQK4HGpGwJ1i+CvGA==","shasum":"1a6f7cecc284ce753fb8088a7273e0912d8ebf51","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.f7b8755f.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCJRrCRA9TVsSAnZWagAArtIP/j5qGueWMghd20g6M8Mi\nQkHxcFGO0hwkWgtSDUiOvGIRWv3arecqe2mrgy1RVKEP0WfusstHJg8TfUSo\nOlnEENNlQoIxmK87u90D5WzJT78SRawo/lrR0qNpYTPEHDk+Sq/Dijmy73Pf\nefxQnJoZcaaxcxuJP+suAaTfUlPH5qRvB74wJWpsHjOkZ3vrApJVr4W4ZBAx\nFpNnJEVcE3Z4CvW882DQarM9fSj8mrZgrhwfYmTaObTLybpnaH2Cr7nylyfq\n7TesaTi/OS7NYXGj7GUNo+SUQGcf+hY7j80BUml22HkJvjZqy1WYvEwg0XFn\niDO1lh9FVjZdXaabVNH1AB1GVNNdsVnS/xuWovuBi6dzIOjY8joY6jH6SLc+\nz0KNPnOrDRE+Sbssw3fHfYAYU2P3f+j7A530tkrtAwEN0b9XV9362v27WlR5\ndCI15n+84syee8EK1aERZ3z0VnAM/pZeLCwd9YLcq2Xs2cH3sxIws2NqK430\ndhFs+ZU4c5KxbABehZhN5vnTawTd05mKjTM8/+KoRZfcOaVxYm7KBB9mC8nk\n2AA5UkjZpHu6VlB+epn6RMMVjXaA+1dE4FjPpwRB26bei2a44Wikz3VNvvs+\nRewKshblKCi9CG/ewr2Zt16FMsiX2/J2PUPkuBsxNNI0OR43vluFi01S7Z5R\nzS7S\r\n=16Dv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDZwDTiz3/b77oKJ+375veaYkTNlKwbWCFGjJNsZUzsJQIgeQSoYVF6jyJoHz/qiQ4RTN3+L90F//+i6CMVBR5zOiU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.f7b8755f.0_1611175018996_0.4098764430411015"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.f60de7df.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.f60de7df.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"ada07a353340882b0d087ddf967d399be3009123","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ada07a353340882b0d087ddf967d399be3009123/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ada07a353340882b0d087ddf967d399be3009123/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ada07a353340882b0d087ddf967d399be3009123/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.f60de7df.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-c3/iIXLNAEflmMeZvPPj5pooALxhGW4L6YB7ofDa0RKYxCX5+H8S47bqbRM9aUkN3Xmn3Xwm77vBvbgtfHB8Zw==","shasum":"f40d966cb216680d8c7587b1c6c1dab5d19c1487","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.f60de7df.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCL5hCRA9TVsSAnZWagAAADMP/30++jLPwjGz833CLnCn\n01s2TtydiziL0EJm+/j6c8E6Y1aS7NHwF8q/uZxLZO9bIx9/zXtfP5AlEfSA\nkPXBaxitrlZkV1ueS+fz2wqP1jBJtCtTOG0WWrfG3ocNim6AEIJOVlay1ZuI\nZLJ6HVLVv0DovdoqBi8uo8LljVsRoCZ1Zoc8s6t2l6Iz5Mv8xKrywBXgZ+Dy\nFuJtrjSHij3r8Dz/LE7B3QHB0Me7G1jaJ6U/DwonZG3AebmuPTWUgz8Ck/Kh\nXqZraGFlMZm+d/+YTwYFh/+Jsl8YswMeQKC9yKgyVfdkR0gVu/fUUU00kvAh\n41NGrMMuwbCFHRVthX5VmmLGJvRBf4ZaAOrVJ9YtcF/2sNR39kssrnnQHmGW\njahjSKntf8o3qP3dhrTs0qFANO2Ju/qHnUP4eM3cdA/wZbUfsozFYnh9EIo2\nsj+4Ap+bfLOPml1PYIqlNyug0D2cSGwx7zKX7HzQBfnpvOANs1Ahc3qyaGzC\n9Hu+k48/tuOggZGUR642VTkzVHlrqfIeusq8yev4EDTb6veIHobLd99Hbdsy\n5k7abRs+LcTRf8oUALzVNFzCom1BAqn1SHqWMsIiKkbnuLaZrzR5m0YKEEpG\nJfM2Y5jExMLOgfogzSBhUTUXb1yFc+LTND8ocwTjHvnun88xEZgx7tPOI38M\nKlVg\r\n=fgSH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDA2wfwyvN4xYHyUTBUaw70bllE8lS2yxQFkQRxz0K5kwIgEIsanVPM90GkcIBcFzau8BLGLxRWzTmcbHFUOMNWSIk="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.f60de7df.0_1611185760563_0.03436215289551625"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.664a2927.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.664a2927.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"af2f8cdb8d2e4132b15e0b5a79f060d43a3431d9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af2f8cdb8d2e4132b15e0b5a79f060d43a3431d9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af2f8cdb8d2e4132b15e0b5a79f060d43a3431d9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af2f8cdb8d2e4132b15e0b5a79f060d43a3431d9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.664a2927.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-Vz66sXawVbE/sE7Q0FZK3N88HHye85i5TMb/n488hE40MCiwSV8SYbjpxuwKTPNhPnVzc9CIBpzQp2Fdh6f2Gw==","shasum":"0cbb63bbcea96e70d178ab28243adbff0e449506","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.664a2927.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCdNiCRA9TVsSAnZWagAAN14P/0BphdvbwGSGzgtFKErz\nKwe8bbGvUwPinj/901a4P1VwcLDfh0WFumQ8wQqoc3kvZsXaaL3SB/wvnzKz\nWLI9HMbAa0NXa7xdJybM2BtDpHj8l60FEbmvV/x/0uGGrXtO/j0gYQcdqs5l\nlG1CQIBzz7ydPVdljo1+8TvbXuR+y28uLy6ue9Z+3oReVRjC9qI/LjGLJ8f7\nAYWp7frrjkDuzVe/DFTQSBUQSVQ4DvBmUJZ4qXNrzku6Cgy/ScsmAoLXufF8\nF/YnZtks8pqY9n2I1IPcKK1SZ2WTS83XTCogO+QQuFBPvP8sOHH/zDMrEBhp\n+/kW8eA2b5ZX94i0BBy8Zle5WXwscz3eY9P+0lBfXp/97WQe56NJOUrRorT8\nieTZQQUZEa79s6CjlV59QELQwSndc6AdYkbhhQ/7l2kwD+0NJFdlwfUv/PCB\n1+1bU1QEZXuT8G30rOntynPrC/D1otT2UpHLQKHQkNtf8UY107mS49Brrypb\nobQ73n0WqMvkDV8rpWG12mzxf6p4ppU41XvAfy6hCnDfZtqrnw9U44asnMIA\nxEp0mIj62JVB+qYztNPUh5cPU/xOxX+6A9pDr/GNRrdoWZW9eY5A7bDWs8o8\nHUf9uWPWPu+zR+B87pwvcH9gLA1Nr0RUoqolv+uGEVXc8L40o86vcJhuoE1V\nZJ3u\r\n=f0N0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICQrXVlE+cT6kpo/KB1Pp2xpvPsxtVE6dFzjoOLwR2s7AiAo2hzUhXZ8KHPHvBEmWL90VDWOBHBHg/CecLMbPKsJCg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.664a2927.0_1611256673791_0.6773105458430941"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.a6d312e5.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.a6d312e5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"c9a270f0f64518469d960de40537a07c4cbaf812","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9a270f0f64518469d960de40537a07c4cbaf812/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9a270f0f64518469d960de40537a07c4cbaf812/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9a270f0f64518469d960de40537a07c4cbaf812/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.a6d312e5.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-1q91zHXuWI6s3hL/UYRsexYzJ0VvNY7nyTmbTBZpkFwwe95l/4JyZxtOnM0gfouLvWKOfRPfrAHmWLj37heSyg==","shasum":"eccb57246deb56038f8c516f6e94bde18d29c364","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.a6d312e5.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCfZKCRA9TVsSAnZWagAAplEQAIwlvZw62s/yx6li4sjC\n2tRkUnf9g51jDUeUJwctpVRuz93RCzYqzsj0M7VdyxTjf/B6ctJLRiXjXtS2\n7oGT0rl1K0pkrt0pG8n8oA7PgrUoSmZ1L1wcQOxtIR0zVDSjVhDKh9ZZS2Eg\nuNYE/WNDm90SVcg8GmgMAa3tixDoLfcs91MO7Ep+e0aihSl3IzTq+rJer9kP\nB0Bb2Tb3v+OZTnXeGI2Su6gV/xL+AiIA8tLlKdPLKUddvcr5UMTYvPyRZUpT\nSXvhMSjXoZCFk2GErKeT1IFg9uyaJlqp4+BnJ9QiLJyFOG8J45ZeViKp4qqJ\nppO4KJ41BkOHMg9M5mDJtVuwX4zTlc65mOIHpaKGhznpNcKM69V77ZEKK2Jz\nTwBlSHQtBW/mM8kS5fXr/4m8acitgSPAAWT0kPvdWbOhfilqo7sVLZWk1/mU\nb288zoTlgLtc9jOQsTf0QE48DU5O87+Dp/cWmA4nyYFuPiDTnkBoDWXKiZZh\nDrBZ3TklSXYeUfciiYD44jk8ljfGxZZzRTnsOIe0QJJBAP3bNA1yDpBCkPRt\nlUfjRr59g/WjqMao8m8rr1VMjAs8IZkFD59hE/GETnqLk3BqRCTJLcO/3Ltp\nHBAdQssvbpvktQYcaR62JpUpHM8WCXQrM6PkEHlBMfwDrbf1u2v6Hzq8uOVV\nklf6\r\n=YtL9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA2ADZKgGu58Bna2x4pMh4cC5RsN1IjfUM54JqPDgSA9AiEAn+EMwHb01btIcjteui9bKHYaRoqsvWKHBh9VOHruWrM="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.a6d312e5.0_1611265610088_0.02293083486908354"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.027365eb.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.027365eb.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"85e9fc6866aaf5bc83721e8c823275ba9232a536","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/85e9fc6866aaf5bc83721e8c823275ba9232a536/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/85e9fc6866aaf5bc83721e8c823275ba9232a536/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/85e9fc6866aaf5bc83721e8c823275ba9232a536/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.027365eb.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-dSKfcj1hoBlAB3rlwyL/GNHw599gUtmcXzBwb3JCC9h3SyGssP9B1AIPlJzimBvnSlbYTQBu6N+0AT0d1rOavQ==","shasum":"b4b1a00981e6a28e6f93e8c2e5e48d99324b5c03","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.027365eb.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCz5nCRA9TVsSAnZWagAAOkgP/13iiMt0UlQvI+G8JxTG\nvN0TArLoUr3v4AAWpgFbESWpPD4JjrVV/HF89ktTRzHdgT4QdTCk2Vo9M4wC\nRxqCCJKl2dgRYT2lzV6ZV9IG+aFUbeorkzKV6UBVvA79zsKDMHKBwHILKI4M\nvKMj2FtvMxsRFzcsS9ATwTY2FSFL6+ldtXcqow2Fwx1JxKupP+5qSLQWKtdY\nownihORMqpTmpA24tfH2+XC7TYxxBKPlPOG3x+RfYv+LNGYESBWBETqlA/d4\njDQcOQS2USu7Fh/cE0rKM0kod3IxMImxtcVwJmcrYvOogMjMiwpclsg4eINp\nD4FEj1zJ1li/wpBWAiVoDfnnCUuIocGado6U+/1A7cG/GvVguaTI/kayMgH1\nrcYffj69Jgxvcr+U06OdKXFP93989mQIcj5WPNxj3kvlGCLlw4CMAWXLmHiA\nnyib/n+XcHbf/4XNfLjMxFS2WmL5sonLGFlk9UK+VePVNCvziE4I2l0/u8up\n0uF37VzWtslkJfLTe2blsIW4LnqufWzHHMXFVJ50JUvzwpHbbJ7gTtShYDkg\nf9tFO4rF4ykhyoLI8LKA5VokOZI3TkvSZYImIqF9NjKd+/XoA8FwCAZfzLQ0\njrxzgpX1uO8Q6/fbxbS5GOtToSM9V/KgRNfyuXDWXY6k5ueT6jzEBZna3+rc\nlkqq\r\n=nom8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCG8NkT7RQZOkNPwmKYvO/J1nZqU7GG6eNjAZJgRBXIsQIgODzJAMiY3hurCo2fLNVJ15HcKSKezU6Kfa5wxrHgKUo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.027365eb.0_1611349607411_0.03728405831623238"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.7e72b66d.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.7e72b66d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"000cf6108aa08030d7569d4ad30c798e7ebe9da3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/000cf6108aa08030d7569d4ad30c798e7ebe9da3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/000cf6108aa08030d7569d4ad30c798e7ebe9da3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/000cf6108aa08030d7569d4ad30c798e7ebe9da3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.7e72b66d.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-+tmnRZRw/OyPRiUkky/uZkCrO+3tjJeZw2ZyU0K/4vDeggWCe4z0pxiO7WJNCCvaqYEAXcs8F3mQbdSBPuWgzQ==","shasum":"f30a58e2f6ebbfdcbe93a30afca96c79d11d91e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.7e72b66d.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgC178CRA9TVsSAnZWagAArkYP/jt0ckK86zj+oO1+//Jb\nJnp2UJp7ZBasZd8P0Bf928TtWHjIEZdrRYgwHMHBu/Hefz+uyP8nv82ld0dx\nPly+bp8yK+E8Y6uNZug69joiG26tN+n+p7zd0+IRNCYybb4iVU3ijJ2DnfCU\nC7jak40/0NfX11CJsGCOUbKb+Ost9xh+cYb8ukKfs4MxyzVVXstqeOV7KK7t\nngalKnuja3YJjAiarqJBsCCy277UgdBmFxqeKQHPeRYZuRcBdGcRWIGiDt7v\nFLsPMDRLLmb54J5EM4tw79u6V3JQxUx9ovn9VXbkkIvxmtT0Qkh4BSqb2g4R\nCQjT/1xy5Qm0CmzV0T1j5YLE6uppmMwW2gRx6wsthzIsmzfiN6EKadVVICnk\n+/vXaOqJcHN3Bv6GSmH4lz5vRPX9hWtEjYcCRqbZjOolJxHW4xOF/Hrdy7Nh\nqS5RVrcKatVD9IPPhQ9ybASarA8sgwovWHoN5oTiRIu4OKmrQYsEe1c0Pffp\n3PL0W7IqdLpyzf7TQF1+wRfK8h98rRZPdn/XGjkdAFeHkGVWxl8CjKusX124\ndjLiM8EytRK0vXJVsAdcH/W8/KHV46q/hiLpGV43arLMxF50M/iurSNcxD4q\nMQR9glhsmDkZcWhcvK93kKEitjYLZ7WCPcONOdfBMkx3HQNStPthYJbgIgYj\nF4qg\r\n=BBqC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDsYcXtGzV+Btf6DRRvlw92N8GYmg1n4Wjpe4Cphov9qAiEAtDiXy3Jh+Pj24vGRUMXMeGX+n3aoX6jsd6fRpfGQudc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.7e72b66d.0_1611357947841_0.9367089245271878"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.a6d6a1e7.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.a6d6a1e7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"24a3d6e567ad7ea6c29b40c2088121baec3a5fc3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/24a3d6e567ad7ea6c29b40c2088121baec3a5fc3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/24a3d6e567ad7ea6c29b40c2088121baec3a5fc3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/24a3d6e567ad7ea6c29b40c2088121baec3a5fc3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.a6d6a1e7.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.20.2/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-yz+pREB3OcF9qG3K43NyHsRy/KuhvOZBO9KZ3FhtuAP3FWONIIZK4SW4bCGZ4KHOWK4MjQwx0pT2vfYW180t5Q==","shasum":"1a7441ce9b4022d11d046e7e4e6a8b8a25085825","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.a6d6a1e7.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgC2B5CRA9TVsSAnZWagAACEgP/RfI5Jb0BP+6WNXgqV4t\nvcC9fcW8goynLZ+iu1pbjJERe4Fd45FcA2aQjZnf59J3CX171Cr5s99jCr++\nu0IgGSK3c+DAizKTarjAGm84X5guVrLnrPPcGlOs9FArYM8FaFTcOAncq1r+\nKe1yAwJ3Dc6EI+wJusHRfuVwQSl5HOXVLtT7u5sA848jteIYZe+K8mvJp2ve\n3fw+WcMjewNuiXVcMm7oOLcBVxxJD6mpEaC8BVGgG7ThN/YKjScoIf8XN2hb\nBy/DtEN2UcPUO/zAh3H3bdOiazUHBOKFw7/zhoBrsuIN+a+eq/9g8epIkgo0\nNG/AXPaF9ijbDlTRLRLjLonxwW/V9v5+p23lwwDd/ktiP4KKi5uyPkN2lxBc\n1RSvxjAOP9MYN+GmDAZ/ri8FszG/g+auvQkFTNK2VhDZJjiiRpMGGr4/t2hF\nFZJuGzffdyboVFfN3wCb/+7CqLYPx0yyqyu+3CW3Xfe7cQ8gITEZoGx3s9/c\n7cotgj9W3yN/dKGLmDpPcaZfM2DN6Kz9CuL7YyGugSRskcwA4I31wW9QfRwP\nxM5MixN3X7MSbDDfaafbSx2OcRumRZQkK947ZlR80GR8RnvK8F3nmxbToy/p\n5WjUpmK0/+63s/X35WRU2/+2eozesBzMNo+anbRst8nFSe9b6QxzrfyGNVqw\n4syL\r\n=Nwmm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICMnhigfj8gFm8pES5NlR2nKT6ojzWB4s0h5Gm/nFrTqAiBgiJit0i7AoD8Xi8T9HbKQRpUa7SutMnC6EMJvY2jZsA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.a6d6a1e7.0_1611358329474_0.345888701036144"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.b95fe100.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.b95fe100.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"229d3b172620cbdd5deae4cb60852f0ad2d4671e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/229d3b172620cbdd5deae4cb60852f0ad2d4671e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/229d3b172620cbdd5deae4cb60852f0ad2d4671e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/229d3b172620cbdd5deae4cb60852f0ad2d4671e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.b95fe100.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.22.1/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-ir7uMAdU7cXAI76l3hYyYrr4s0utMjM8fvsGQXAc8EpK3rUeMOtXBxjuAsHP/cIDtHgZs0Fe4HdR74c39UOWAQ==","shasum":"01cd7552d0a041083c1fe00ef916b516ebc63f44","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.b95fe100.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgC2TyCRA9TVsSAnZWagAAPmUP/2qaoIGVvZOwyU3siu0v\nBmip2/fIJ138YPL1gJL0jHUY9JL56O08O42xb719tqLFbMgos7D+Bx8BhXVm\nBFRw7aQOvLu4c+9N62ffIt/UErtbA6yEEtnlRlM2+W6wetErNnEy1tLQK/Fx\nyowW4Ioi+peyhwNlarD6hVTYf1zPQEx5pRNqNiD4VNN/yZ0UC9rd/HjFGPuK\n0KNTkzhEEcXbGamEIHPQvAareQEnif3vfZ/wwz7HRw141cl2CaquhqH/7x73\nBQHGG2CqpVzPZ5n+vGl/evqxwrJZtrIUJU85JeJIX2FTL090nmlR9HZGpEUz\nh4HwVW2stL6XoOQg+1Hau+W1wvij7PQtwPM8lF39TnglNQbNuKRh0VsKfIoh\ntc4vvLGOBKikqh0MudPNyjw0bl+xnkSY3eGF6MehLvDeaab/wfqSGhrqwl0o\nDHl5N90E2RDQ5bn06uaYpLgXu6AiN9n3mlsVQjpvoqco8BTefBi7VcX2hIp8\nsMvlgsTupPXuRddRPupZUJTll/9MPRSovaw5ui86uzNc8AxoUMnSU1ObgeYp\nk3sFpQzFIglGGnO2UzuiBVtPPxdmiGB+7m1cWdOwJe0ImrUeR44Kf4GScsxS\nBZdwwAjuWbK6g4W9c1FyPfp2olMPeg/TQX/Q23HXG5HEi9RsSWa0jFZkn9na\nFeX9\r\n=GEqs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHnvMf1wcknD+mEFaqIzXkuguah2tqtaNh3F+aIK3wdwIgRJiR0Y7wjoxrdNYha3j5XkUTw5VG1MdftxRM8uCuzQM="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.b95fe100.0_1611359474345_0.7543491592868454"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.c8797192.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.c8797192.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"42b37fcb3c5c8e4488b44daf72e5e374bf0e2e75","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/42b37fcb3c5c8e4488b44daf72e5e374bf0e2e75/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/42b37fcb3c5c8e4488b44daf72e5e374bf0e2e75/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/42b37fcb3c5c8e4488b44daf72e5e374bf0e2e75/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.c8797192.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.22.1/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-I5p9UOI/gSelK97JQAqiZX0G+AHZw/kOJ1jjyIZ2KfnkWwMpDwW2hybSveDRgrQwjqW/JYESU/v3E+msjYOrXQ==","shasum":"1088d9715d1c1c0beffc5a4dbe36c8db36875837","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.c8797192.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgC2iNCRA9TVsSAnZWagAA5iEQAILSraatD6rofT2WNKOX\naKNQveLZRSCpIIC7FgcbfsPV+dXcGkUBEu7shOP0YbQXebrkkG1BOcjlqmts\nB7WEoRIBC5nRaPHq1lHjnrzmfQypt4mege9OoUOt4FmmphhS6SnlFaznr/Nq\n9GUlrRquuHKWEHqddMAyDRtdNi0e6efxQbSWcmpvFo11VCU/HDzbLFD4UR5N\n66MNDjN1VjFrDbGPJYzny2pkFYeR06dDo1CvNH6BdoiufGgckRDmS3/Y3SMu\nROkpk63unVZwrrio6AAi6+7g/OG2wDfs4KYjam2DIFWioNzlvMBAXpqhsBNp\n00WtB2r2GPuv/GR5x0HqlNZWine5z4l4MLfOG35J9QXKBevQ8uX4v4kTgqYx\ncYAnRqiQHMM5K3I5Iu33cpsMSXrcPGMJVw2V1+mko/0vzRHXS9Pz3idKuZNp\n2GKcBO2KoHz4WanDWHYkvtiFHmhL1IAy/QoK4/fYCNxoYhaOO82ViZGzSVaw\nb+GQHlT8fmH4SnkmAifoCjmG0p+xeDLHF/IC26r287PTJc0DJUz65TEM3i3Z\n6fJiX1rscr90/F7T/q3sij9YdwkfVaNaRkpPfGaKQ8iU9zSFQXzr67LOcGNS\nihKp8+UpVBD4uN5YugGyfsAxuCOIK7atcHqsvMzJxDR5UOmvqqWEtfbWcXqg\nhSDL\r\n=Booe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLpL2/R4023Jma1YMzAlaIiupWOjfsBQ05m3Y+qcHHOwIhAKek9Om6EC6ZwAv4tV5KQRHljQPjk9ZiAyZ0QxN08Eef"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.c8797192.0_1611360397310_0.07757429942479255"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.946f5563.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.946f5563.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"56b8a23ccbe326cdce0b3b9f5d1fd5c5f5f68f91","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/56b8a23ccbe326cdce0b3b9f5d1fd5c5f5f68f91/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/56b8a23ccbe326cdce0b3b9f5d1fd5c5f5f68f91/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/56b8a23ccbe326cdce0b3b9f5d1fd5c5f5f68f91/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.946f5563.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.22.1/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-YMHWdVN7DOcnw3crgkyJ6oe54JL8DfFQwOm9D6eKk6WlmrA2dinU3SEhyYiR7yDKgBkXxRvFJjnACzvFNouaAA==","shasum":"b4515bf0d6dee13fecce45e372a9b78eed5e9d68","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.946f5563.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgC3EGCRA9TVsSAnZWagAAMMAP+weQo7k7d5pfGDS91Djo\n/WraUkMV691PRKuzInkMHjvoHGROyjxWrPqGVKfyKpjARuFg/4sWYGL/Xnii\nVrG5ATpZc18LxcAwLkb0bYfrlG+Up6RGjauGas+Dvab/U2fSe74nNmuLgHJ+\nt8RxMjdWMDkDLB6VM8P10kUIXeE6Yd6kCbUwZRM4ZgpcSh9o97QgRXb4fBVe\nKe2ZN364uX6fq++h44F85A6q7j34tzLOs1pgT0UnNp5bAw59g7b4vFQHUigp\nxMJ2Hmd8xBb7YK1E2u82kNLO2ZdNj2GHc11/aegs0bagYVKdeN7yZ52L7Mni\nC50NzPQxfcxVClTz4Y+lAzEmKWO6Gud3bk7Q00O2YcI7Lnl39s0basXEPn45\njxtmDkUYI9jYFFAqkx+wj25zTennHE0lY+P89trwEQCp7Bp5ydIi0uOEb1Ce\nHKrP6e5y2taXL7BS8GQ1F5iUjbaYrog/nf+sU2opMzR16boTo3xxgKaF6cM8\nM9eYNr1/IKQS98RNqQxYd9tS8WiJxvuDPlJfgs8U3gCYCmsapqieScAA13dr\nEjjRRVlNM/boH72Rkg42O+de/ugeH7b+Zv6hwQNhmcIx6QiD7Yh6Nk+6F7hm\nPzUgoUK/DY1ZfzWrqzyGWyAdw2wBBolR6wISuqXwuvGRNnLXw8F+s+y9gXNq\n/lFV\r\n=pCsp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAYsoRcSFq1Nj1RX6dbFEedaNp6mFKH/rAFlAFCFpNi1AiEAr08gSNyHtWDXNGp6/7RmFGPN2rus/FWspXMvlOZoAyI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.946f5563.0_1611362565862_0.9535224717272213"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.43664f0e.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.43664f0e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"62b7e6f595b2e13e2e57bd8f8f56ec11405ee0f5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62b7e6f595b2e13e2e57bd8f8f56ec11405ee0f5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62b7e6f595b2e13e2e57bd8f8f56ec11405ee0f5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62b7e6f595b2e13e2e57bd8f8f56ec11405ee0f5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.43664f0e.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.22.1/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-L3dXholW3BqSX6cXth56ccTdrEl15zPpQcjhbILGSNo8o8ljLlOa+x8DsduYR7aLCQjoXd7BJt1jBAUop0LeAg==","shasum":"26642f6f9509eef3e457dea7c95e1366dd317da8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.43664f0e.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgD0iXCRA9TVsSAnZWagAA6+UP/28ge0gAH15OW9RpfZtz\nzI+b5Ld45YMAiLM9U51OK5cC4svzSEiZcGdaA9hCgFDcFWkIg5zuS5SYvfjK\n1Hv4KZRtC/zV+te7EbA7hC+9I+oeX7IfjNoYLGKbmGXi900YT/t+qCpKSCRr\n3fiCVYwZuCjx21vbntCyPxRhyCTU5/MgdThJnrXOMCUH+6Iy1/pxrf9dyLgl\nqPznfAr+fikQ7DIjKKpR3WLtrRrcf2bvZFWszSrKqOkyc+MzzpihwpNXqr7Z\n37LzCsAtLGxFRfuhRCT9Egw+ICkx6DZReZLrqFG062VKWNt8cO5oEQpYGKQZ\nKc7xxsw6JO7bfkTuPwnLyZk2vRJed4AS7KARjTceMUtgTZRKJml50rxPV3/O\n0hOPKSJJavfh8/KoASScpbz1lox6XIQfbqfzw5kQGiy+LB1GgORYBBJqPm1G\nCUK+MghKyuvch0fZ/7L+IahRKjYXYUuTV+CMYCnqGnTz8WbJXqCKKCWsSAaM\n2svAlTfzV9tEiqyhZZwfr7r2qNO30zfm6fooL0o2zGW8dgG7Z7XaYgYf7lGx\n7oI9HZDZ9V+UkfqbSsNZ9NVnRsKiYpDUdbHaB45Dg67jA/DvfMNSUyYmGTRT\n9L/6OTWNLFXF8QvwHfwAnTAUdsYGiTzL1ZffN6YI9eP8qTEXPsxqBeyFcYjD\nSKvw\r\n=oQPj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFaUOEITpMBGEnQLx+8HV74NU51tvU/32e1YcsQ1UBpVAiEA09oDMVUGDChnsgCY5UobumCBiaz7Qd0EigygOy+mrSI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.43664f0e.0_1611614358938_0.3573414406492983"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.2e769e3c.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.2e769e3c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"e3a3fae1109be58444840f6099c0f87c3966367d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3a3fae1109be58444840f6099c0f87c3966367d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3a3fae1109be58444840f6099c0f87c3966367d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3a3fae1109be58444840f6099c0f87c3966367d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.2e769e3c.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.22.1/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-VXmUXnPkLCD59ZINJ38AT8MsErG4vHJ2epRrofqdr670NWlnjF5KfoLxPuxj8JHgR/U6J17bR2rTS/sk22oNvQ==","shasum":"ff21a3725a757a61621fdafe04b1b5e56e974eaa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.2e769e3c.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgD1zPCRA9TVsSAnZWagAAyyMP/iHLyGm82vXsp6pqyeA+\nS7gcnCg72krfU+9TTtFBawmnseezKjQRBsVs4O2w/5HRXkj3UG4ZbUIDcq1y\njLX4BoMay+wcgvXZiOmC5pqCoFgGnzy1SR1DxN5qhmehS4OKO1dzeNsGq76P\n8JSEzrbqGFIKqIZy0kXEcxrGo5Zp36wyvUH9Gb7GrWhd9PeSVCM6J+tteimY\nHv+hUM13B7yDpmklLDOJgaFFDcQ30cKkv6sgPtDnVuJdRCyQiTTV20TCdbEt\n88a+loCzb1KNpGw2zcT1KvkJ/krk9c+MGWpgngYstgoLuSqdfVKsNvT2utWc\nkXFgPOB4gVG0qX1I7hkzCpN+HkgDpo8H2Vc6SJ4tudJMRkadeop6QQKwiNKn\nnDcSazHHHbO9v0RzrG9xIBKfHe4640Aed9j0k7od7nJjsWtl2BDzTI5dZp9X\nZCUagxa5BsfCx5+VignOhbC2CKhikQzz3HpA8119ti44ZrqDj8O5KlONWndy\nSK8AgaSOh5hB+NotTc8Uas6ledGIT6KPJOCGmH8gZA35Y3j/ERQxWF+rr/zn\nfGlceQQE59/by6fR5EI0hybctBdLjTeqrxM+y5YzPtkDuCR68K//yiu156zC\nLumrQE+d+HySWzwcenyLpSUXn8xYQ9dedmqvGMqMiW7Q6Tmwn9yDSx42+CZ8\nA/FC\r\n=OYkP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFlMgfJavom/BfWyeXq0ts6dqeVbudGlVeFSNzTNtd0lAiEA+IrNOh8CpNdBQLX6UJJ7gSiAWHcn1GtUSSxoT268ULU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.2e769e3c.0_1611619534941_0.7033003892802003"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.14e01610.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.14e01610.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"0794659aea627aa04b2ec37e3f0e8cd9d976ae8a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0794659aea627aa04b2ec37e3f0e8cd9d976ae8a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0794659aea627aa04b2ec37e3f0e8cd9d976ae8a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0794659aea627aa04b2ec37e3f0e8cd9d976ae8a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.14e01610.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.22.1/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-yG4rv8DxeFpdiXD85qWdmAsMDWyVPBP+D0IC+3qXT8a5SgeCNEQ+awAowwRkOMGvfLlzBtgtAr7UdgLFx0lLWw==","shasum":"1889cb1d6decbf8695d44387ad6f354bbe8bd5bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.14e01610.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEcQXCRA9TVsSAnZWagAAuiMP/0tX7bbv+r2ZzJlyLfHp\nn/3b5puo4Tl+Bh4z0l8B1kEIOkaFq8ioxCWToTgdX/hc3ymm0A7xkCICpV2r\nlctKZjWSRmRZMcemYiDj+HdC4eWn7Vo+rdLuCwsvvxUH5AH/myhcqrxI2Xmw\nbYZvzgfKsxFFqgDLeyImyALoOzavNXJbYOGXBoqzDd5r9+1rXt4k+ktkHIgm\nUsDkZsH3AgZraJ5kiE1UMvWepx7hEJmSpxuAGyyfQtRvcpkVHJrJ+3CD+wG9\nhhEHQiskxRfKYLyXJdu+oq7fzm+YARxEID03qGO3kmZnHfvV2VT+rk8etO4h\nD+Xj4UUf5rhSzaU3Z5s30Qf/8gAFCiCUuToljcu/rp6gxAougX4NjcyFY+4o\n/3IWd1P9br8sdtjDahkRWO39sYZHHHpxGb3RvNLb2gRyBnY3A5/mFeZDH4Ke\nrqRBNVBPsLoSuF0AWXkU+4Uzy8IH0qpiGqQ0DhJqzWBwTuqTUE1CCnTKBtFb\n+3J6cvF3p87kCB356PdL4TQQvO7Z+GShMvNR+JfylLnLZlL7vg/UTzvUUP3J\n6PaRIGzdMMLiP1x+/BjgvuwVfgLDdPjlf67U6XdEy5iHdbHnXA7zayodDTL5\n+EBsvzso7uYDhfLHsCJdVY+YqDbBUJGUtTTmPdEukMI9pUH4J9XmxPGp0jEn\nxc92\r\n=/ujy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOhPtmCdT73bLknOqFOZOITGqZjrP+0Ol7aEbh+EePZQIhALSZmqatw2DBlD0W8MQo3VIaouFIA6tWjaz2We2xFrNU"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.14e01610.0_1611777047383_0.6351774472994316"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.5de00c1b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.5de00c1b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"65f40b8130ec795f2a349c0699be5b3038a9c32e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/65f40b8130ec795f2a349c0699be5b3038a9c32e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/65f40b8130ec795f2a349c0699be5b3038a9c32e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/65f40b8130ec795f2a349c0699be5b3038a9c32e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.5de00c1b.0","_nodeVersion":"10.23.0","_npmVersion":"lerna/3.22.1/node@v10.23.0+x64 (linux)","dist":{"integrity":"sha512-bGQtOZIZ46whlXumF8gaSYWW/6huJARD+CJkdSA9Bcf90jyn1sNUFWECyHfQ0C8edwupSGFpCqBBRhpUnhXOsA==","shasum":"8bbf065b667539e8a51e5350ed770cc498e1d632","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.5de00c1b.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEcobCRA9TVsSAnZWagAAuxIP/jIjqR/Nfti59oiZPHW8\nVKceLT3wGKpf8qWUARj/MYWBJ8fb3hLl/LEHlFiyZJ1cZpbNYPPn438+ojlc\n94gpx3SD3XJ/Ar5LCyRyKyEOdTvk1FvwceuPN7vpJdW+NGawqc3fpewjZDOY\nWHQphzADqpgBMfq+TWtwQ7GP/Q4iiHe59DpXrRteCFMzoK/RdNsRg7i4U1ym\n7q4PMHd4W0OBA5KsKwZ3oVXy69zd/XgKHX1CWkID3O6wZS3NuQP1YDVngkys\nZ7a4N7mwvut59V3kyUVb7lbt7mgsc3fdIa/C81Uz1dAI4CAsCEasqh86MAce\nH072o0sbNiqfC9/Ek/LK+vBRGUAagjKfl8hfiW//r23qx2cxnRIbj40oSKGQ\nVrBNl6GUh5mUWQC0vH/7MehU/7UTbETceQvSN8SYChJ49Gt3LiqMsrAuaPr+\ndemslwW9yjXSoZ5UxbkK8ESYL7giCb1NB8VDWpHG3djvEqqhBBFnwQfWBQUp\ndrkxZ751fLLzverfwsKK5AVIpaGLFkWohXJXagBO26EPMObq8HFkwG4gqBSu\nANKf1fibywWzuTfYHJGLmOeVMPOjhKKf3ipZ7D+mOFPWw30T+C9jHq0L0uWj\n35Bh2oKBfXGKRehepeonyLEPJCevZ6TDE4t9nkUU3WJ04hj6hy5oyVdM0s/z\nAJ+n\r\n=jxNi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxtvc58+d8fsqWKzRgK7H0ywyMi5rnPH8ap6G77e+OoQIgdQOZdjh9LQOlijT+L+KmqFso6vVRsAyed5iXtcFOFgc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.5de00c1b.0_1611778587136_0.987570499167449"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.5a328336.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.5a328336.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d5547f58c69336881e54d7463a7f7d92a04b53c7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5547f58c69336881e54d7463a7f7d92a04b53c7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5547f58c69336881e54d7463a7f7d92a04b53c7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5547f58c69336881e54d7463a7f7d92a04b53c7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.5a328336.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.22.1/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-d1CYLEErT6bgJWX3Pl3KiF/OrfnU71YZQe4mVKBIrjqiDvWZx38R5dJ/M8lE6CGhw6UJid9G06khlfYwZCyNkw==","shasum":"5fea24d9bae7687ed718d0f2764aee02039ef420","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.5a328336.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgExZWCRA9TVsSAnZWagAAzYIQAJaE3YaB/RhSZE3rSbwh\nWNiYnoACi6MJw5wUftAlk38FEkkBLy+RejE+Q56lpnM5oqGbO9W7a1AW1iK2\nMtYdZuFvFYOTumH88IUah/Rw/qn62Bkb2fCanRkTQ+aXNir5DgWrnmmQOsfS\nuyLQJEuSPGjUYEowNk24GEMh0p+oZ3Xc7JCcEFHl6gahO6FNLy28apKcVti+\nQ4+FvUOy8E1L6pJYW5GMFo1m73kcrn5WszHbU5yI/BfKq7hJjZ+rtQZys+2v\nby3Pqy65UZlUkZXy9XbTOLRODKd8hyhBducWx8ptZeUnX8uz23kFVn4EqNFq\ndVw4UE0qbOWwUeFmQCBuGl09q3J4HQvyQw2Jva8SHSsu+35O6LC5fx8ljIUa\nZR93v+hPU00o65ITUI+DCQRRI4ptRCO85wImNmpBFiXjKio452bNhMJj8aTC\nnzMKv/9dMYaAvaKCNWM+ATahC9p1+SZyluaOSdoVta//ESoZ8I7C6ee+SjHj\nmrB2kA9HbdUUFIniuDFUX58aIDhok5s5unB0UzwOq5faOyr+lQDlRsYhbpur\nVYou+5br4HrsKR2U12ncv9Ygey3rJxLEufcITrvI410NDfTpiwn560QlaPga\nN1bzOmYPjSvoAQgilkEHRxbtpdjsFszktdbjBPRucy8OPcn4D4X94SSXTo9b\nomW6\r\n=CuGx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGWX2ZP+J1lMRBFsAfTStSRf2r8SLdPBgd9M20QmvjCCAiEAmXclhs4xllb5jv+4u4nC+IW8OatuzfEAHQcQAQO3fEQ="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.5a328336.0_1611863638293_0.9009528046806135"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.533b1251.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.533b1251.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"b88cf0e2eded50fb9a839a426059ff1f8242a490","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b88cf0e2eded50fb9a839a426059ff1f8242a490/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b88cf0e2eded50fb9a839a426059ff1f8242a490/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b88cf0e2eded50fb9a839a426059ff1f8242a490/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.533b1251.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.22.1/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-HHRT1DGhcm09+cjsB4+30qYrRvjYcw/6YtKJ5v+Uplqq7yHElx18bXeHlNQHDzikRzAtq10sMFschN7WubjQBA==","shasum":"c20c09b2a9ca4b9ea8b0830fe263cf2a2ee55439","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.533b1251.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgFCV/CRA9TVsSAnZWagAAnW0P/0mM8JGZD2f+YlFvB44Z\nNsr7jyMZY+0hH9BkPZhTjDtMlseYvIYmTxrJT1Ia5y88Du31LglsOa6avdSx\nmHnwWUcDWDvoRKWZgFjaUfe/zPbd3fmGtYk1s1T5DetHKFHAPgZEBI4nkxsG\nH7RgYXr+pMtsNJj/P2H34gqhuq/IMULI9jraqyDJsNb3W0eh424K8rdWTcRc\namkila9jooXYFEpAC54L2G/dU5qgaNVnhyujix9uyQTIqcjBuZbAUGXu6bxQ\n3/XbSjQrQGEXLzLWD96B38ur+lRi17VkdadjxDwTktgV97GNB7EsdPP5iK3I\nKDsXjkbgzxtdreIOkfSCm0LAuwE10vUF0WeFskEXwnve6CAI8ao8aB8DOP/U\nRZ3pzFChl6btXANJQIUbUAZVakFeLmyDgnJiks4eHwFm+JrTezikEUJpaJhb\nKs8Vg4obZ7p9FwselvC0BAi2c7SxpzCW6Rscx4sI6w46ipPqKEXIoMD8qNmC\nNahD4XzZI4SOir125rIozhjPgsxgH8/HHXHPsNZYP11+nWpyohWQVLHMQ7gE\nZ1K2Jpa1tHu/mHvO+DZ84NHCAwRKetrmPDPMldcN+jo+3u3+JqVUgfA29Qkt\n6CcER9b5hL/688tiFCKtNlOurU1u05xKbdaE6pZCf4aiN1oDfaBTwWaYkZXV\nbIRH\r\n=+PcO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjJotI3m04U130zGrwyxBrzVMfx5onW5g6LZlK8ROW7QIgUSk9K4XZ9FZZyUSH1AHPNi6wF25c29WK/l56YAAHO5s="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.533b1251.0_1611933055156_0.14295471607416887"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.ab5c0a10.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.ab5c0a10.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2809af58a44d479ea0c8000c34c546f525921004","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2809af58a44d479ea0c8000c34c546f525921004/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2809af58a44d479ea0c8000c34c546f525921004/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2809af58a44d479ea0c8000c34c546f525921004/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.ab5c0a10.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.22.1/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-J1/jnZ80aEa4qiR4HFaO8qDUaS+thjOdhWXwaEwu1ckXIiUdkNRv29tlVanHYji8dB7sTSO/p3/++dF9rUcdqA==","shasum":"79be41972b731ab4b86bc4d13cf6dabe3e07a8b1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.ab5c0a10.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGbMtCRA9TVsSAnZWagAAjSIQAILORZONjegOk4SA9VvQ\nG2T/Xg03jeRxYRBI5d4z4hL7x5MYXGsvMUajt1AjOe10oevRPrg5FI0uwf7F\n5mAEmrdTkGYI0fF2XSaPAZmz8MsmCgZdw6oBb13fnHXL9hVlNcV8DWN8VK8S\ncqqxGgSlvA3VAsIWx+biqYOVL6chIS0rAIWe6OS1eBw0vFIVP2k6KqKjQaM+\n2guSttDOVU5Oq2Zbk39Ie1thy4BZ1VndVPnJy4KYwf+Csvs4W/KOSxdGQqHV\nAjG4llOK1vh1pDJBNouu+iF7sBymrGVVSyOCiCPvdvx12mF9ImSShimXobZr\nyveitf/0jfPr8SM0oF+KOFvGudSbXPU94YmAapRuSTORK/OdKLfRUH1Hb+ji\nDqbwk/HFZI4phymtQQoEeFw4W2uWoFfEAwPYPBgb91JHWOtyX2XFyo3Px1f8\nrn8SG0V1ZFmm1GnKOCQcKH0oCJjlU3JRikusiluSeozQFC9pgigc2nvCUudU\na9jUqM3V2SWm7V5AQsEOsAO/HYkCjRgLUvnhxxlUKQhGlBGjIoVTg/N+lszP\nhWrdpsiPUiMazlT5CYIyZjHDD0XXFU+KXMnsvE49o9I41bgM+h4tllVX3961\nh+o0aU1c/tFR67gwvqepLtD7PUujRe9oGINuVO4RwNWoa/PmmjoZXz8pQx7q\n+mnt\r\n=wk2d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCH3IgE4Cr1j6GtQ9X1SadcQu3gt45MZEgbgaYpJxY2eICIQCEd3p9N4rK2J1UJi82FwsAETzswjRNkUMQVN1VZZVuTg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.ab5c0a10.0_1612297005442_0.3805318931562969"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.b7a40b27.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.b7a40b27.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"c1cdf08e57947b9dd8b35ef8599a58c0ab3c09e7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c1cdf08e57947b9dd8b35ef8599a58c0ab3c09e7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c1cdf08e57947b9dd8b35ef8599a58c0ab3c09e7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c1cdf08e57947b9dd8b35ef8599a58c0ab3c09e7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.b7a40b27.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.22.1/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-9WykvLyirFg9fs3IAxIbnz3WFOuTWYHxjxMcc5pfcMOT14lfSESIIp4xy3yBMumgdoVRKawOAQpvZlQG/9Y7PA==","shasum":"ccacb0c7a243b915bb0574b540592d85a452dadc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.b7a40b27.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGrsUCRA9TVsSAnZWagAANRYQAINbmBd1eNnse8MbY9Qn\nCwQNJRRYBXOsfukHKbufN6NgNlRSjJ2S+EPB1qZfM6tA9vR6Al/RbANPh2oZ\nXJKT/AwXWVW7eKAjoDXOJtX5JXlyr3Zd+ppiLwSP5kMQl90GrIOG6cNBZ0I9\noJKsoVsitgKq0iYDuBPZuLMp/EwgiQrn2DYHBWRVLKY4JthPbMEzAe7r/MA2\nDsiVAydr6wImtGEEiO7sGtNMwVLykbXW0UbTjhQ1As/Fsc941iN6IA+0bF57\nv8emJOOOQ3MrJTgOp7/QnYtzvudJxLe1lNjqY3RkBY+hWKFKNU161m3bosJh\n+EWdL7D6e6GMRMeL2Gub6WqrD5tf0WJWODAWowdUwG3afFSGoyaLSLGqscke\n6hOIUKIZ1Po6wehhuJDvqK6MTcOa5PRHA82+LePcUOi4EhlJyxUg31MyO41E\n9WgpbHBdz4LduN+r8SB4ttb6C5PVZdZcTBR2p0rVJpt9iuiHSEfS1eG6y7qZ\nTXEHY1v/o7Vj+c6nKT4fgJof+Hmsd+S2AJWllZrFG8cFII0Z6lXrNQjrK6Ke\nL1ofyTHEQQgCgnNmHC4OaOQ8zo3bOWPnZuYl2wA2b1+H3w9z+lxIvKKOtoTh\ndaFxFPXQFU0s/k/Ya07blaSsua2MIXLU5oshkwXgSTlaJBbuCmHj84F1sZKh\n5oW/\r\n=qqwN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB8kuSkEXGb10K/2ZGQQ5AFp6QsTeUtvNH1+IGTRkNSkAiEAyfGVe8baXQ87AYVWY4noHq7tvU7ejeV9jw7GgS+kinA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.b7a40b27.0_1612364564006_0.8222907862972506"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.0fdee204.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.0fdee204.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"f072f9738076b381b1be472e9a6d239553e4d7c5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f072f9738076b381b1be472e9a6d239553e4d7c5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f072f9738076b381b1be472e9a6d239553e4d7c5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f072f9738076b381b1be472e9a6d239553e4d7c5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.0fdee204.0","_nodeVersion":"10.23.1","_npmVersion":"lerna/3.22.1/node@v10.23.1+x64 (linux)","dist":{"integrity":"sha512-ROLOV+U+DaZHxVt7YPY+TEG1wJbIOycvfWiVHPMPlzfFIwE6D3EasnHrN9BElCTSuXHii20saYj2drwyYce1Mg==","shasum":"5c2c008def4f6ded20dc7dc8960bf859f4f9501a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.0fdee204.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGuxICRA9TVsSAnZWagAArgEQAImm0mGEYboT1D/T8pOG\n1uy50UEk31Zzm2KfIxKoUY/zgWw7F1S9lTyd/1Az0hrfB6P2PGr4l0iStPw2\nWzLStcD3hhZuRV+C7vvRcVsIVZ5LXwjRlWIBnbMvBeBjvAyihMhJ2WQ7gZR9\nSCM86qXWo7sqLmdIpva88i/7BNsNNuFoAIVSMnFtp1SRrobnqnY8Q0mw7KFg\nsHmFoQFXRptbV+usU5XoHYD9ZJvMB+9fL/mBi/GuqfP4SbdbrNNQw+N91m1J\nMJasv9bYRgAQ9jCoHrotZmzkMM7HG6O0gOG/pq8djzmNgvs8U4zPEqSmptdX\nluOVA9R5DsTgxKbTpMYOuFRQb2S8bR3nFXaflS7uwipzT/JdB7gL++DZVuEl\nNrXsKTMuCaONukMKSjQNXq9egEhCVMgehoV5+QPForRGlqI+zzFgW2KnXvQd\n1fVNrynXi8BE1LVvgBgfOnFHJPsU6ZpX81Gs8viE2GpeNmKPD1F/wMRrfrJk\n0Xgi9JZGrWdoyccozIY/UuoDYPOyPrxY29zv4SuFKf5hYFWq5bIaQY0Q9rVL\nZBZ2zQ6SAgTJcl38kG1dbONBzWKy+HaZF1m1hM4w0ZJydN0WTJpyle39/VdN\nQqD+wW7i7YkgOGOlHQ2OlHcf04SGaCY009l3hE4BspeOzT7Yv9w49iK6aXr/\ngC8Y\r\n=6APV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJrZGHfai35i6Ka1s/AG9mqxMgeDtNvaYQ4gk1vEH7BAiAHGOYFitKazgebA9wPMl9v1ifXOfseTdtUhnxDynhOjA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.0fdee204.0_1612377159835_0.16457598954096042"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.5160e548.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.5160e548.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"37494b60e468d33d172953edbd3ca17d4aa342e5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/37494b60e468d33d172953edbd3ca17d4aa342e5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/37494b60e468d33d172953edbd3ca17d4aa342e5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/37494b60e468d33d172953edbd3ca17d4aa342e5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.5160e548.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-UgkqQB8UBkZzTyYS/VoZk1WXOYKpKVTbDs+BPQUEoSIcCIDxCzigD/ycMKqHD8JBWFj+454kkbTlqOPdB+O4qA==","shasum":"6fca0975af095e5ecb042f2858bc4ddc69a0c44e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.5160e548.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHdnOCRA9TVsSAnZWagAARjUP/jYjPo8GQQkJc43FkQpJ\nRhVapW5sKFcmrrd53HCnlaCTb9kMZi8sDa4vhlfdC3S5VMHADq8opFL5B4oL\ne+qHQzvWa5KpjcyCSpe9g6FT7kvfUqpznBvSEd4V0tb8U2Xzu/bAEDLJB4/w\nAe7RmwV1S8okD1ckGfDIF2HPzxK+r14Dvz2OxNvGJDqW/+docTMNaXWzg96x\n3WzOh0fmvrw+dVax77XXAjAXr7FPw3ALzkm840b78zUctTT0qujIffKhHdkk\nrGF31qe3Rfv1LVXA+3AJAdu4s05razshJfOaUMUI3eHubhKhgDdsF/SsaQrG\nM4MwgccASvgr5WCi81rV9nIguyuq5SW3Uwnoz5NsiGc2GHKZO+WsYJEY9at3\nidScQGJHT/BQVlOd+dIhCyxYOZXpnBoKCf1IqzTxxAaxTsPcrkNvkduoWobT\n/VRZ1RFTLdKE08tWMymNT0c+BPg3gdsjixC7+jLYtR08IMT2l7MqcFKzYo51\npBg5NuaqL8HaujlZrwXeUp2HOKvjslp1cHA7xv5qaJqA6nYOEhb6dxnSco/Z\nDlHNTNB+ONy30UMA9zibKUbI/DD8QvXBOEO7a0T+qztnpGnEYzDMSH+9i0Ln\nO9tKn2SMpqfs1gwE1iDDnFfrHCiVj43fpgiRWHzprcY+70+509U/Pcmrp+zh\nGqjk\r\n=jqGu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAInfKXAeoWTvKBUk/ADSiD3DApdlhLGK6WSMAER4ScgIhAKH4iRygzoAskBxWwzbUENMqlHM9YDfqw9yIQjdtsv1p"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.5160e548.0_1612569038270_0.42933765731829987"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.4fa2daec.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.4fa2daec.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"49d5ec72e92627f861ab94dde045181b5eea9f00","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/49d5ec72e92627f861ab94dde045181b5eea9f00/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/49d5ec72e92627f861ab94dde045181b5eea9f00/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/49d5ec72e92627f861ab94dde045181b5eea9f00/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.4fa2daec.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-RMGP00WXohE24OIzmrtESuUt4iwkpRAcsq90sh13XT2VdhznTfHcpwcIIwD07PorrdiwemxbOD+mhV3gYjthqg==","shasum":"9f3b977d4b89bf156dd54b02e01135b1b556c107","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.4fa2daec.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIdSwCRA9TVsSAnZWagAAdxkP/1kkESjZJ+PFNZjHst9F\n7SVuBpTOx8FUpfzQY5/uOhtvLhvZyGLH58yW23wXbQ1fhgomuk8ilIgR2wdR\nP/oJ1PKKbzKTP8s/6Z135Nod1VLpvedwAaFiU8uOin6sbkP8CUZodK6KIelC\nqmCl8Gib9Y+VlM5MynK+Ohs0V6ylD5Y+HBrXqX1bRV+jl4W2Em9A3nmgScc8\nW5eWxW7Xwqu/TRMnvpWZcEmwGfWPgcvQVOiyQve8orgVu9YukwlTMmdsZX8y\nrIgCgpGhHHP7ZO7FpA5YWQJkDWwfDULrtDnnSHBk7qL+jJ/87Ut5gAOrMTD+\n1h2Dnzd+VAos12/pSn8oMl+Dl8GCWsQd3vXefvxZ65RGs9GT0/jqUaVpwN6T\ngFDMqJ2O9q0ZmAytD7qrdNDtgIHtkDCqIqUEfBf5VUwU7Tg+cqihtwCCofMa\nzaBT5OYM7g2f4yt2QfDvTizL1gjX7CiNRn8p3nNIH2I6pgGpdko+taaWCyb4\nyjWDJ7LLQnWelC2toehaCu1AtJTm4t5SoqI2FMAgbEnK8DFhHp5N8BP6NJhZ\njfRSMGZVu+IZD7lsK5/ofUoe3LhitTSvOJyFVA+YyMJ2Dyjd9E70tuXNWHVC\n9FT9zho5x/QLCWvuGNZouOtemij7wciGomICfxGP0vGVivI8r6cfWWGX9tc3\nElzS\r\n=ttG0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB6N3TJjPKhbLgQl2RbXDHKpWZswohUeqIOlRM9DxGHsAiBjcsdUiqaQDfYNlj9dMSadqiWVmMa4UF0AVEpKVRnZow=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.4fa2daec.0_1612829872096_0.9311138048018894"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.67f285fb.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.67f285fb.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"04f614de1b88fbd5e16a537f0b7e3f2f9b015a9c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04f614de1b88fbd5e16a537f0b7e3f2f9b015a9c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04f614de1b88fbd5e16a537f0b7e3f2f9b015a9c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/04f614de1b88fbd5e16a537f0b7e3f2f9b015a9c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.67f285fb.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-1ygzY93DmFPnXabhwKE32SQoOcx9yph0uL1+rJjQ+QQP50mfGC/DSk76nqo5zEXc5RMxhpzhyj/bc4pYEqzupQ==","shasum":"bdd7f3c3777611a59fc864f002962d10cafadaa8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.67f285fb.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIdxOCRA9TVsSAnZWagAAVYAP/iopD/q1fOHXlxIm7ZgS\nveUmfVjpaHK1nuULfKSH9GjC3tG4u5Co1lO9lk+OdrE+g0gQDuzKCGLvVHGP\ndc0hrzJLiupWT2SXsBdaHpqaoPlF2mHwz99YDJ0GP+02cdO6thqB9x4DBE2k\nRysIfhDjjQV5eDM5bpeMfz5iboixVg/WI5onb9Zqh0JoJqZIT7Ey3Blr4oN8\nzqs8kzmGKSzs5RC7yTza4V5UjLTrPgkJ+7OCpgTBEoZtbMyyW+e1On/BrEsM\no1MMIwWugzCkB1Yf4f17i0egX1JGNmpA/eZKKAdsbbs42T9r0UxFkufvzDoo\n+8V8Vucf6tK/2Ro3lyslf0owoqzYvJzqWBNFMuunyhv2UhAV3+bF2MaPFJuw\nNdTOiofpxQ4XKtOwMBUA1q99mcELk5Zkc2DX1+Nq8Z/X2we+U2r4djciL3e8\nB2SZl9WO1nxD5gN0Qt3P1b70o4LeblB/XoG4frSkHeyaOcgPmyAzSX95oTzi\nPlrfIUJXZgy1rOfapbB9tm6fkJ0NNNVIlxK1CwJdJ8XVsJTEFjF9uVdYpEOd\nB+qRuVT6To+HmxKyQQQ9HhrnZwv7N24jrioeqAiUI6Y4eIo89u/I8aEN1sUb\nwOPA7uRykqgA/U/c+SGCg4MOccAX3Qgztpd5w7gFRWvostj0gVcBEMpQ8r+3\nKmB1\r\n=5BZF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo/TNgmrBazgUORpbMnUHRHAswIMslpbSXJTh3fIVrAgIhAKdKNbvNCEQgJdYdA2BcxnSc4IM+eG8ub7KwtzYNDxxv"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.67f285fb.0_1612831822461_0.9219705591508798"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.58cd5a70.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.58cd5a70.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"bd3f430e2f5a541d9ff928f6eef5e0f06946dd6d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bd3f430e2f5a541d9ff928f6eef5e0f06946dd6d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bd3f430e2f5a541d9ff928f6eef5e0f06946dd6d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bd3f430e2f5a541d9ff928f6eef5e0f06946dd6d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.58cd5a70.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-s3DHDKUAKCrk2oSfqCauHDAKmpNWo/IDfp997J1PSx+7NOEuoFC2fNQccYNH+DkYRBrkz2ReYVavOY3mn/457Q==","shasum":"4a457774c095982dea2bf4a6697914f158e9ccf4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.58cd5a70.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJZbpCRA9TVsSAnZWagAA4aQP+wdXXVu68dRUQg2A0rai\n75oNF2IbhZrkse4i+0Xpz/MummJSHIhWTlIByLYdk7ZZOfgKg7ZNOGGhgc11\nJYKyjNg+BpuFDPF1dxENZjxiihrSESy/EUi59bMG1pL7pQFx9WjGfQ+nlmVM\ni8LnFaPhNTXbPmVmQI1q4WabheJ0GQCzf/FgoRYp4w3m5x+53WZdjqH7P1F6\nBIWM32tGVTY0Q1Mw/stJz0azzGQmhZtd77mBu2THsExLjfNtj7Ty4MDzZeYR\nG/FRevA/v6KGAxfs7dwe/0n4u2q2FSHQt7iKFirvrc+V3nNcBmtN0q93NMZg\nibZcZEmt9KatDU4MQ9coxCcZKuve6BS+QqeVbYJxJAsNdEFmsMr0IjmZnb1W\nhGdVGlR9jSU/w61u70/qpgxv26Srt6OaNHH+5rAnE4bL6kTkvVX+SUty8ucE\n6OysGjVRJJC/lwfxGm5pEM4oFm+WxjoB1927I2VoOITSvQVQjikm3KvC1z7s\n97En0mmr4jMjICAISYafEwSNHhGuExSA2F/VQbVwTr4nyOhJFTg8+rrGoQCC\nMEag7jc/65pHluYkeTP698U39/tgxTYOv+ocXFYUHKRwXsNDgINU1aFFLTO1\nAxYPok1JvRrF4TKM6C6Ot6Oe347tX3wJgl8M0Z3YKbg/vadSM40Obi5uWP7P\nNc9y\r\n=ddSW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBJYHdb5cpTxV+N9rfQwgL19bqye6jRCbV638tCCcyadAiEAw5kBMklU6wWBYI72NRe36cMadOtqNvQWmfPpQ5vHI2s="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.58cd5a70.0_1613076201417_0.30599407219900576"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.8107ca43.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.8107ca43.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"579eae14a8b8a347a0e4b31bb6650c994d1df472","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/579eae14a8b8a347a0e4b31bb6650c994d1df472/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/579eae14a8b8a347a0e4b31bb6650c994d1df472/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/579eae14a8b8a347a0e4b31bb6650c994d1df472/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.8107ca43.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-BAJH0n2qX8dHIOoH/ziSjcN4BrosD6nwqzIKdXzh/8uLKg6cMQO0Dzk22eHRlk9wb03Xmn/JarfjM8S++k9onA==","shasum":"90c826c08d589926aa41f05695f8177095534bcd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.8107ca43.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJb2PCRA9TVsSAnZWagAAkjYP/i4ABAh9kfFOyRFIeryM\naCTBJUg+3+fkpeia4Fove8MG4RtZ6NuJ6YGWDakhXBLVAnfCsrI/xW4YC7sD\npu8o+X+/giic+Qw3i3WB/Y5XdsWmLiT4Td+J7PGqIoT9H+HvHo4HU4Uxx8ak\nPNrhumsTWvqTkoinJ2BHNJ0Te7oIHPtJMbiB63RzMxlTK+0Uu9ysIZhZXMGn\n6FHAKlL/lZBLJT+w9ukGaQSiwmfYQBizkfqyg7q/WYiAXOnmw5hFGKzuvbXl\nN/oO7xY2lOWbno9z1HHnX4zWwe7+lNOUpHYPlmEY6JMHyteDhkZwcIsPgUwo\nQQYa9PkWKBae211iOOREKem5PTgbOOsGhra36iLnsd2BzYBQ0vUkSbXi3ShX\nJ8OHoWvaQ6ZzuF/6EhbCm05eTlBcu7zrj45zFp7GUFedcouEXS6o6vhA3CzS\nmyPcdBohzdkfeR3xWLSTUUFgGe/geBKM9H0WGAFAqfdvldzA6zQQglB1a7zm\n2G863iPnp0ED/tms6yXXmytJWhXZref+lTMneySktQYYSIvM/y7R6J6swdPw\nUK7/9e5KDzThl9jZSey2g8zeaTacnnfb/7prIf3rBS5w8/UrXeix28GvrQAe\nIq9JyZ3B59/TRy11Jcgu4Rf4FDL8/Wh8lv3LcZUXhxTVOe8pqoSn4sZtRFIx\nS8jM\r\n=rdOt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDR0bSRgvjPIj97znzHvrja0K/ZJfNE9MwfvQd4x6pg5QIhAPJyR35HR3uxey9vybuMEFOKlzjURAhgrCU53UqAHHgh"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.8107ca43.0_1613086095431_0.08881973010479016"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.d35d64ef.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.d35d64ef.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2fabd01c45fe7a18430cbb0070ae8b3f5d2a9dca","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2fabd01c45fe7a18430cbb0070ae8b3f5d2a9dca/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2fabd01c45fe7a18430cbb0070ae8b3f5d2a9dca/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2fabd01c45fe7a18430cbb0070ae8b3f5d2a9dca/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.d35d64ef.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-0rnC3jHpg7eUpDAm937f/hZ2uEmax2JNRW8vbFZNV5nTa78sAtXywctzyWrE2Hedml3QcAV7x/AuZ0z/+wCvwQ==","shasum":"6dfa638f89b0115b353f4fe45812b07cf1cb31f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.d35d64ef.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJcDfCRA9TVsSAnZWagAAtBQP/32SQR+pMTEpUeTBXSl8\nEfE5XPfd2j+/TyL0GXp4W4mKUzS5CB4qUicY6hPMKudOGWDEglGS2tHMPEFe\ncnJBevO2Jm41XJ+kM7PKABQRAK6PeJh5MiJQT0B0WXMr0PFwWA7DufTWt056\n1u7x6qnSzNrdYL2kmWyWqwwnEvTd5SUIs39pzWc9iUCd0H3KNF7YIyxKgi0v\nSJ+MPQKMfkTEi2rCGK1dZBpZoFZfEuD/2Vqi2yEqkcY7xFaw6IKjblTD51E/\ndEWXKHEWMRqjWHR+h9TuhMT3TeUEoO+9ce2qAqArPywBsUXnmKfiXxU+LgeK\nGtGeJeeVsUGa//aU/KxyY38jZAXyKPI7hMxtcQU6Lruo0YcfgGpublF0Sv5g\n9GTdJgg5ptB2DJVE+s30T6h18JFGyo0Ws0kptvmk88eAzTDfiIkAJMfSGL+t\nE6DHoFaHCgK8jehvsbaRSG2tBqOdCxoQx7OARubO6z9/xHryHsXNzj7fARgi\nze+6MMv9TbO98Qmk9J4XWzojeBzXlwCxsfeBORxMKnRWNayEqpp6WdSN8ZcA\n4GRZk8y4fVzuqpLMjD+erskNw5vYUnf7Su1PhA9+31U02InJzApTiu1+9VCJ\nMoeXWurvwBxP5u1grC8K80GdNWjt0vC1D0X7ru+M6Bpibiq6JhrElCNR9bM8\n89bd\r\n=HTvs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICvHRUvykVhXciub5f93/0x6oL2kDPvJ2IOwJgBUFIb7AiAeOUMYk7LPjVsWOqIaAH/ZgyXkrdJzBkXF0rrEzwWm4A=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.d35d64ef.0_1613086943402_0.9956317438987543"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.78bcf058.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.78bcf058.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"98a4001d56b1e200103e0862b83b661c87fac551","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98a4001d56b1e200103e0862b83b661c87fac551/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98a4001d56b1e200103e0862b83b661c87fac551/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/98a4001d56b1e200103e0862b83b661c87fac551/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.78bcf058.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-C9M2DQAsVYkkdHFwNtK0bA3vP6Cui+hey2R170K1XrhwQIkxaX8drUcU3b4/WDRYDMYjPDsSD0DmZCggy36Ikw==","shasum":"70f3155a1b9298018b1aaaeb145ce33f95c4c2c8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.78bcf058.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJdAqCRA9TVsSAnZWagAAaUEP/AjqOhvpbtMIEA+2DE7v\nwMAz8R3YuIr+jb0GpRHB3GMMkRj/3qqFVCn9AGzFTNszfL/GSSm5hK/p9c+G\nsR563AQ+OyjYH0q6guX9GDaMcVHQjjnWuy/6xQO47VBwQexl0EsxMcxe+tYL\naNaRaOgAE2sLSQgiGPfeIdWfnbxi+zaj3ibxfx/k9kQJQy9dQ71cg0OFO+x0\nkFInXWOlcXRbw18taIn/f2izQZziFd++STQJjCem137QVDVxQWdJ5dBY3bb1\nRWcUKHoear55d0lvKM0s7/9hQnEGuFEMsOyw6l/PF8NJOMIquMq65kMu6Ztp\nqBVY0IFAm7fJCDODzXJT1/fzk0n1V/j/QFrGqoZ7X8XtLqcFrGQaO5DFFAbG\n9ebWe1eW8pFavxjaLulJbfTmedPSOLQ/eTuuWt+9yYTCjFzL45Z1Q9bs/dzA\nhc/1PdQaDdjVgWA6r4950BeIYjFy6LkfpQv6+NgM9rfmycw+ieBnceFYH5Hu\nLHnq05bVfB10pDx5FDPikBnVfGusgnXDcYfMWakGlfr4xZAImRD3Nhn6MuXf\nkAuyHrY08SWnZF+NLzn4pzGJZnL0VevXgQqSCdIfnrr1MsXz0g1STHFWCKkS\nCPz15M2QA/C8+YvZ/GqhZpZMX1rU67KG5KvsEWKOdhHgD0FMx3WoqPv5+E9t\nN+Tn\r\n=8IPh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHJlPYtuq0zndz1J+A82F73Y4BAcrtzNgo2WbsRVgAgeAiEA3y6LcjHpprwpLG6MYXh5zU8OcyQwxZjgoU9CjT5l1xs="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.78bcf058.0_1613090857744_0.6992428442606147"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.0c6908fd.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.0c6908fd.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"f290af657508c2392a786548f206e90e8bc44124","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f290af657508c2392a786548f206e90e8bc44124/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f290af657508c2392a786548f206e90e8bc44124/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f290af657508c2392a786548f206e90e8bc44124/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.0c6908fd.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-AL17iBcm/JkTpBwVyFfeyA1yLrUZQ+5jcHbDK321qXqTNQ8KdITAHf/UhYX4s8M5yZpzEO8j7mu/PGy/eB/74w==","shasum":"3626cccfa58531a6008113bf85a9c72950adf85f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.0c6908fd.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJdi4CRA9TVsSAnZWagAAZf4QAKMLd+kxPozW4HC6InGX\nTD+dKdpVd6uTPMdl8aiTlCJn3+LBtag/2YxVxzQiLbXUbtPuPslS6QGXWj35\n096/72nJOomAtThCjFn9VDoUtKb5CNNrH56tabix32c+8B6N6QSoS/Fkr48h\n+wR5YWzecwKtrU7Xz/zHoBGBlD+HXYJU9PS/+VFVDdkzCeHuOz7ttAkCf0Hf\n9cgDy5nqOcFfckGV81fMSj2WuA6jXKCG8djrqZrNUnC2yFEhWkCwBwm9nqIV\nUIa9+jF8b2WWqg+6lEVP82YFTOasnIznOa0HcMWAwJoWj5Jwd6Lqvz0x6xVX\nwVDq/5S81PbtJqz9eTCH0mPAaT0aPs22kMdrfZIsqjF7uQFamUFjJMsczst4\nh10Tg8TEUQfC7msB/u9vnKFdjydpdlrgTIvU51GucNlv23IwqWRCTOcjxos4\nDrgavvp6fARwNhthu/fnQSJLs4lK6zi2N3QdaJeetoqlJdZHxcuzMvDFgR9s\nfhFSwmrMUy+e9ArGzmZg47XH7pDMoOKImeyRJQhmLCQJ6KoX4hDhHn+yD0VY\nW9jwXelB1cGcfWSrNIAQ9Oo1jwOY5+MQhSQkqrURhJEfN3c367utQ8nKPEia\nB+oPbbPF0hz+UbRAvwHFNEd4kFlO7OCxa7fUY7v5GmbXexzQpGKhcD+JjtA8\nTNv2\r\n=zpB5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7EajPZlm6RuCoJNX1OS8HHsEADXYxL0Ug7zBL8Z+dKwIgbygQWLGjL9JrPa5UDm/yKHCbQlfJbkUl4ZocdiLPAY0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.0c6908fd.0_1613093047699_0.141145756720076"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.f1f34ee0.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.f1f34ee0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"b16a616d2cecb5d8aa3c279c76b01b2f49ab6965","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b16a616d2cecb5d8aa3c279c76b01b2f49ab6965/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b16a616d2cecb5d8aa3c279c76b01b2f49ab6965/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b16a616d2cecb5d8aa3c279c76b01b2f49ab6965/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.f1f34ee0.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-8k2jVP5wQ6PATV74vhC/bKoEQw+PhWd67JIV85m02yrUffn3QVTLT/MEQmHymxrObnBvNSIBRj4TvDRoxj1H5A==","shasum":"bb75f3b565a9309f7c07832068d1dfc95291cd90","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.f1f34ee0.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJuJSCRA9TVsSAnZWagAAdP0P+QALF/b1EscTj/Ll40g6\nBrAQ2q8zYAtSUAOmXEFkJoCVmaXOnQPNlNXYiHWQXjUN7v7rJT5mRGdDX5dC\naJmmhmmRWtPGePxqkkwfLCET8EOEp2r6NkUcfF0sVdh3qPpEmCKjZV4Z8873\nwFWLFu4ZY+Mq6BDuamacy+UtYsfhdXo+XVh+pgCpLU1fod6VvQpjnS+h4KoD\nIRudlK7Uae6GMUKmT2eS6PAmJcUYyrkASkpJUyJysISMa6+FwHSTwKQD8MHI\nyUeCwGNNMYh77NZTw5uANVUXNrblZXu7lhB8VsrahvitSA8rJoal5awX9OmU\nT3qnbF2jseqGA16Xp1ywhBxH0dzh28nKYQnbpFg8kjV+GtUgYj9wq14ZmoLy\nJo1pAHRjAaTlto+ULDwZ3Q4KuhfT+kBMfF6Ze7InL661IKINQnvRafpae1JX\n25ss1Jsr8Q6I/Sdin4TVySlQQ6DEsFpOxha6vvuqYfS/Uk4Bv6RoiBFsqRyP\nIQV5XCchbGnHB0z4diflRM07ZGXW9gV1WdsTTLE/oN4+UlTINPjzLY2Jjstv\n8YDC3KIsbOII/SkFkkI/Ww2FtSLEH3t4NYMjK6vwohdy+9jAYvnnGdb3YGy7\ngfAYqSpVTXxqPIrzqLVzyqp3/ukbcE50ly1R56hKMUUgrBQhQal5MwKSH33U\nHnje\r\n=UzEh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID7WGrMnbzwksrddm9DBaRgdtSFxItYp0Ao042zbbQxnAiAcrxod7MIneqqRMW/xIoD9KczlVk3JTDkgRALzDLVFrA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.f1f34ee0.0_1613161042382_0.8781421869428652"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.d84df029.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.d84df029.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"af09ce2e1ef6f6b486ea977ab8890e81af842541","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af09ce2e1ef6f6b486ea977ab8890e81af842541/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af09ce2e1ef6f6b486ea977ab8890e81af842541/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/af09ce2e1ef6f6b486ea977ab8890e81af842541/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.d84df029.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-5/f6iVxUxhCLrnYIZ8AQqigDK1TPnhHgawMfKfmJVwukLa4FvrQbUL2fjat9kIq8lHWkbYt/g1HR80UkBjP3fQ==","shasum":"8cf85626745a3cb234704eee79cce71850840cfb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.d84df029.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLBfMCRA9TVsSAnZWagAAF00P/A70hxijP3m2FskuVckQ\nxjCGJiOcrT8lNYQKMenfdWDp2BAtXx0gJzLPPUSy/HkGx5Mqe46i+zdV9k7L\n5fuxVGGLrypoSDopxsGtQBdvecDPQrRKAWk1pbV9QrLrImHlH2TA6jUazT6K\nNDkRXmgupbDSyLFb2Uz0Plv8Tmh5u92W8hkB4Nd8Z89BYJWMxexnbf/om1pS\nhVafJ9CAPDhR19A3JFTs7SG8zjEYMcCic7fpWCWIrcQgTH8CvFz/6tdFBRGE\nIciqn8XVcZ5QTsO7ZiyTrOotvGbQpEiZ0tucFYInd1NJw0c0p0Cll/SmKqLh\nvInduluUhH7FlaUqZOW4+k1/DLYdXPYY0yVAJ9LuOW2aQwI5xNAyXGJC9Ams\ncS6H+7hhvm14NVZG4V2/BZMEkImSZypTG5EciLQcXRXJLvZSUonD5h2ZhuUs\nhr2lo/2WB/yih1ImGBv+We5UE5uBETi88YIFGxk/Cmcsdhlulal9HySpLnMx\ngqBLFutSOh8g4to6QKYorvthu+cArZA3fA2p3+TIl2ISQ7YEW3wA/P0tY6FZ\nZh/hWR7EeMp6ofMnoKWM8a3E4WoHx6SeF6owapx9e0BHMqCr5JCEFqIS6Wuo\npzhEcqi298BLN5v+m3LDrLO8J2ZvCNT8M4Bsn1YLC1c/XeTqG7BxLsLXjfZ0\nPePt\r\n=PcIa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIADflRCfT4ZEHCQMv65BeBfaQWr0gV2SEcJbPzNtj8HxAiEAjysG9dtem48mf5RxHgXzu0MfXJm4uma2mc5UhRazaeY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.d84df029.0_1613502412313_0.15010721128121118"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.c525f471.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.c525f471.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"eb401daa998f20b7222c2787e22c669e642586fd","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb401daa998f20b7222c2787e22c669e642586fd/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb401daa998f20b7222c2787e22c669e642586fd/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eb401daa998f20b7222c2787e22c669e642586fd/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.c525f471.0","_nodeVersion":"10.23.2","_npmVersion":"lerna/3.22.1/node@v10.23.2+x64 (linux)","dist":{"integrity":"sha512-yPYPELPG23ljhTlklQUejKWien7HnVUr8s7bgrHnGBEebcXs4hIVAc023PFID3ibQ7oCyHlBFo/d3rwwJFDfag==","shasum":"57f7345d2c334bc666e2a6e2f3b58a1bb14731b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.c525f471.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLYIdCRA9TVsSAnZWagAAH/IP/iX4ZQQCKpfWO3aPckHn\nQnyKE28Wi2dBqqOj+t7e73Oo8mkxt/AZGi5+imK5dwg7kos3qmRopGcjHEfz\nx7TvqEboPrqBt7uMIyFhu8WWNd7MSV9TIGRzPsDWkMOVlv5DWeD5tciuuiFR\nRO4Tds6aIDq+PIVS2wzRAwsI9xynjBEqnMwp4p9FWFCE2An86f72RPwL9fPn\nQ/ykfzchgb6BCxQP0j4dmKdbPagvtz/G80Ni1xervSCg/W8opHYJ4pHzXviY\nkO4cME0c9+NQr+lOyLk0cWfDIF9c9kI+liOLHNQZJY8fwXIt5AM48z3sNLDY\nepXqrEh04ZxG7LgcSXmJvvmXfxmn/kZirM1MRi6jlWaohL1OGHu2Ya0BYqXR\nTY/374oyihhITDkrCFvurDZsLYBRet/h5T5S8EzkwgWoUf2awPmIkdmX/lWc\nFIo9FtMzmfWXyu9YOfWPj7yJKro2hGEJzL3+OPPlFxnA8Of2i8T0kC8zeEbz\nnp8DhShtZepr79M5L7/Q8XjiC3fqXqYBnwtam2VbRoZedpBPoSuUfLsquxfI\n/CzMz22k5c3vJpWmZQZFuw3aQYtDjmRRP8TouJUnvkROPA6aAgr+x/oIb4EQ\n0iH3gwzqp1oofLeodT8qjkV9H2LrWBxctcR0dayRBL3iIdzP6HHxT1uOOw4N\nDHdz\r\n=EzCw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDmK8hzsk0bx3LR8s5jkMuBvTa8Ughdx03SMDzuRRb0kAiAaJnXxRbQnkniOnoHofS//QXPTPu+1JvDketSqajkpxA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.c525f471.0_1613595165250_0.024256053241331177"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.ba7a1b35.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.ba7a1b35.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"5d1b1f5b6c909a9e26befcb63e69de98a9b6fba6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5d1b1f5b6c909a9e26befcb63e69de98a9b6fba6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5d1b1f5b6c909a9e26befcb63e69de98a9b6fba6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5d1b1f5b6c909a9e26befcb63e69de98a9b6fba6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.ba7a1b35.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-caIzJgeSHo3fsoFIXGOW+o4Ghfi4H/+eOmmausxeO2Srd6yEYlkGIQlZz//xxK1JYF+uOFf/HKwELv77oM3/nQ==","shasum":"1b1a359ad7f6b2b687518a1b2b2e5ddd780ebb51","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.ba7a1b35.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLwKcCRA9TVsSAnZWagAAMrYQAIkY5hlDOQFr2BGMlVoo\n0YxJoMpzVxVrahlfl5tH3zztClUMGsSD2h3+hVzuu8fOXK7FnaEA/F1qF5vq\n+WIHcQqdMQfvniPZxkBuhcUrhUy4uKcY0yc3ZHZ/Oopqz+CC83D3WtucSwaV\njTb0aNPY75lZbv41Qj5SSisCWfQVNNTtRyo8Lm4ebLGDuR4aSgBkgdxuW11x\n13uN34G+5mUxSz1kwYeNo+QymSwxjXD7Yt2PE7jv3UkPX46RLFV7YgMj/2xJ\nmeMPXEtRYTqmYEnTfpQ5mL34pTj7QG48ZdUU07dP3aPcoogzXwLYnYH2p1s0\nBK48XuddimC9lR1kuicclsNtlhwK6XeNbNqM3NXebup9Tl3ITAG33iw9Yoc8\n8e51KvOjGx7T+g6rcqOuVSXpspcba4HP8lWblqE0pF8p4XcwQzXUIdphziZU\nPdks/Seh7aztOA5Wmdxw7RZdv4iFiE/zV7+xR1b8NvTA94pgpiML3nOQkEM0\nWx2Hgtfzo8luN85dz5drKMqVduXCybzW18rAZ4A6MjreYaoPNUoPdZi2U9Sj\nsH17MRQjFbakeMASMzscuyilJoGCP+aNrpdntW0RmB7+YKs1+cadIZpuD9NQ\nelNnXJpT2CEdlpsYQrLkWj4P0nHIX8DcrBkmM/d8DrF0/LuQdVi4RK8HBOTr\ne0k/\r\n=7VzA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCewnsrHJAgYfJqx3FdAmCvFxGv/OCWooQbWQz+eYrkegIgChT9HnBfkOOLFaXiDYSFhv6e42yJyi8JKoGr33R2tfA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.ba7a1b35.0_1613693595492_0.641240204781732"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.9a566dda.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.9a566dda.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"5093d1f8984fe9f44acd6597512a2de2ef5fbbca","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5093d1f8984fe9f44acd6597512a2de2ef5fbbca/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5093d1f8984fe9f44acd6597512a2de2ef5fbbca/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5093d1f8984fe9f44acd6597512a2de2ef5fbbca/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.9a566dda.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-lItkkHDG1aqyYUzltXBAfVwERZ7LmVHm1GyiDN+wIj5RRjp3iEb7CWAlG3nmMY+HkIxDY6bClyNP90AW3VmFqw==","shasum":"caa87d6a9451be0a8eb5d4d708448581691c8f66","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.9a566dda.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMAVTCRA9TVsSAnZWagAAmEYQAJCFGCQUEm+7WinWY+f6\nVmWDze4msu8DPaRA2SVLVrSYK926W7sNzwCfzzErrBMGSONQ9AwvJ7LQF2hS\nUIHj0GZim3qHBl0tfnoLKmCewhNO+IoLhOGbbTTbZLUNPZW1NPMQF4VfdQ0/\nj/DIdkwFjiYEqOK758d6cpTy7/1etvnuMfHGPZROcm18KjKxd7YKEwBtZjVr\nyM3VDPP1/RJnF+AV4rfX7h7bn2zIfNNtmN3pmo/kd4DXxF+xtG1wU++lSZx0\nxTAB6VmNN1nQlJ8GUm6bm+uEQqSGJyBDNF+RQkhUa+LCk9hxkMzNuBa+BPT6\nxCY9l36uU1SIQn6DLxFkb53SwJYepnVfnNHgrXsroDijWzzl94sprzSHtUyp\ns5Qk0868qyvtpryOiQIZkI5RlCJaUHziUGNH4nlwRwTVcXYMvA1MW/sALWmr\nnV2b5aDRpnEAjWwOsTUWkkbTpB75LDcSILaYGx7gF+TvX1qJmX+O8eSC+xBc\nbGaxuLhh9qziP949beeRtopqC7zISnXAYxwbr4stgPvtNUBC8m8oBlKcxrea\npIqbyOg0Q91YDdILUoaoNKYg+AlJ4lVLWw+lwxoz5IWOzmoJUmXY0WaDGqQO\nJ5Fprrgl8rHAGAp7DeK4W24DDc63w6wruKSjGlm4fInlsMVjhfQ9juwDm9Bn\nAmZE\r\n=d+Kh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGZIb2glvEofbOvDKuVso1mx6gJfuyuRTUv8ggDnVx5WAiBPLgSwnLeiZL3RRpnKJ02Pkyqdad1nICgI4W8WU9rUUQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.9a566dda.0_1613759826624_0.7250857591760809"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.55addb8c.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.55addb8c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"02634c071c90f7c1124ae44f34cb20a61bf49350","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02634c071c90f7c1124ae44f34cb20a61bf49350/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02634c071c90f7c1124ae44f34cb20a61bf49350/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02634c071c90f7c1124ae44f34cb20a61bf49350/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.55addb8c.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-Mgvn/cTcLqOP7GLhrmCfk1pui52tX0E86qV5YfpKJYlpxq5qkGVMuz0CwZSxzouxPaiFy5Y08eCLL6orMpeHIg==","shasum":"0d0b00d38526c123c312ec3306947aded3261cf2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.55addb8c.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMDU9CRA9TVsSAnZWagAAIkMQAJdi6fieoqju+oqitXT+\n16FH7ZQNWawv5MV3BnK926A9BF3oO+tv7Mju03Ua9dg+xZyL9K0bV5Nhh+py\nr0dvMlB3tByi0D5ykgyxYUcvfi0oRyQhpVwQenF+kdIvSRttVeNBRPy6ihAq\nJcHg4stXK5k764YNMdk1PfP8A+3DCfqgvHVx2omV665PLP3NCuEAimhoZ2Nw\nf25+pSw8+FTop15goE0fP0k5vxEfphSA3/LQXzez4WOwhuaaGdrx5EqTCUm4\nMxe4zB3tOffXq7y1BfYz4588R6P/GtouYPiWSC/r9rstVPZSjgrnxrvZfv78\n6YDxPRUdgDTu0CH/hlPUckpyDyRzdMKpBo/n9hBIKQSfovXmyish1L5LdlqT\nXL/Giz+ayy7qzC2jhq7RPY5ID/Zl4LDbYlJkH7hUhHeDQYDOG3ZA21YV4sgf\nb7yQsLmhROcDmrXXwgtZVKXDIe3GWEz8bSETt9R+dVaR1Jc6roQTwABSPyrG\ncQbjRvwgsXTXZc1UgbjhszA18N4WPwj7KsGsCzIqfPDsQi9J6/msfC3+fPid\nXBCyNdXg+K77AP8urJhgjK20MKCA8jR/3ilJUf5W1Ww/O7QGAlfFBV0RdnPv\nu+IqvSeCMM615O/UH0wz9Wv2cheM+EXgjCSgw8Qbp4R6B1UhzfAwo0Yd5jNN\nIpd5\r\n=mOUd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBX13qi40aTg5aWfbIGG2A9+Sj4d2UQA9qHxaX+WSH21AiEAmXXB90upkdMf7Zj0EVlwPvk67nSvkVMv56DuaJFwVbQ="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.55addb8c.0_1613772092441_0.5491909174888006"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.85dd5e9b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.85dd5e9b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"a723fb0b68d5c0ab6eb13c066a9c255b58d1e19f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a723fb0b68d5c0ab6eb13c066a9c255b58d1e19f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a723fb0b68d5c0ab6eb13c066a9c255b58d1e19f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a723fb0b68d5c0ab6eb13c066a9c255b58d1e19f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.85dd5e9b.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-YvF5L8Kr2DeCiT8yNVVB/XxLK42ucl4Qq6jxjGRlBwcjeL+MVUrGdsC49daSsuLqTZ/HJX9KMHAusghCDCEHqA==","shasum":"d1b2a9e7eb02db298b39f2a7ba26905be1234dc4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.85dd5e9b.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNGX8CRA9TVsSAnZWagAAfKUP/RbggMHFesZ69gpOecx7\nHNchbW195JpKpA00Lui12NpRSt9GNVd2DVGjcnN0swvVT2IXvKnXA3INBks+\nYVv57OtJLhtcyQ6Lyvk7SaL092zFufUt7JfNeH1fTkDX9E2Y9c51fZ0h9b1I\n4lBU+iZp59hYPW8FK3eaEETA3JcguVIPihAzA+B76BT5y3QiLUQ2FnqsLy08\naGJloBePOdg2W0lElcsPbZcFuOm1pFXlZxYCE+w5HIfz4+qcyZdnv/ctsJ+0\nGEGLbqSLFIyjbo2R0qR83gQWA87P4e6He/pELC40Yy1DeMtTr9EndyAQPrBl\nS3ThqT4ec5bDmuOyVlJSxSRX06Wv2yEGBe64cSwW8Eh0JBmQ9rv7AkIIubOb\nOGhbAWHSc+WAJ+aD7c4WAh3ziK13/+XihqpeNPSJvz/AqVN8F3Rhkf4oOoLW\nMr6oFQqUR4bTH9V12O3Gr+jXc00vQT3GTy8RS3PdSG0/V9dPStiN+SdFYTwE\n0Y33/CvImbiLtNIDIUXCEuzP+WcLVghrKwS5GQUsXd30Xbp2KlWFvxeD4LOm\ne7WkVd3OCZwUk6lItgMU57ejp1dZwMAYYhuJFpxSXZtrJYCcIKvCiAAFZ2q1\noYij/4Ip4XycEOdVz6wCeXJy9pTsqBIq6tLOiuwnM8NmM3e32KtVBENJk5G6\nlK85\r\n=hO+K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCfk/0V7d6zT1tho/M/k3LiG1uu5c41iRrBga48Uzu0/gIhAJCd4l8n6/ssQ3FVfYPHOGdSDWwnDHhiuoXeCFwG7JrI"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.85dd5e9b.0_1614046715762_0.7650120360344361"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.aa3e078e.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.aa3e078e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2acbbc6ed6d9f649621ee54e8265c9d26c49f634","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2acbbc6ed6d9f649621ee54e8265c9d26c49f634/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2acbbc6ed6d9f649621ee54e8265c9d26c49f634/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2acbbc6ed6d9f649621ee54e8265c9d26c49f634/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.aa3e078e.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-IN8K+KLYZf661wdIiyIX3R1PMik59T4nbn94QWkmxfb5Nu/et2q8PlvyE+S4ldx7OhPketEozWP4r+RTRldnYg==","shasum":"9b52b9eacf4902e3556a2e8f6b747fa6a85e1b14","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.aa3e078e.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNTfWCRA9TVsSAnZWagAAUBsQAJ7pFVUU4mKNZ/ulmkzw\n6p6Mkb1VWKhBUGrkyzS5tKYc3CfziV8lJQ0TrQ+UDaOxuLeRcTZ2CWtiPX6N\ncVZdG8a2R0Mu1Xhb4C8iSI53HMpmtgxM1aN6IWrMT5qE0Pt9FzrHMYHWQJit\nn8Cq7HPHLmbqOt/xztuaHchwGkTi2FsoAwk5sueKJe0VEQMUshlyen2+xx+I\nx93WRrDpPsQl2/i/Wr2F8TeUO2+WzH+qyq2j5xKC3rP3Rbll+CK5fWIoCOGJ\nPqKCLlMm7nHHgteJQQ1hINycEFdrmaLFrUAmp8Ceqw+FK/XRQBvW1BEZaCgS\nd3cx6m2g43VYjT95ojKgPvNzwBdr7rrFp/9qbSEOc3D2mmZXVpWCc6SvCcxK\n0NkWn6DyYc9ZXWzhHzKyqRmHgIIHhZQXSDwXJCDgOTuKDhBXQ/3FlMvbq72z\n/Uw1viiXd5mxaJmIQOQ2cQu92JemMAaKuThKWHZhorUyHcVhJCzIuE8hHUUl\nDG11KihqSrR5w+Hcp4VOJnuVNmRlVqHubp//AHyIZAVEr3TOY+OAeWMOFhwF\nzEwKimE+oSVoHW3kH8rslMQQ/nKTZHfmofA0ly0P0uBF4gvx6S53/0wUG5WD\nKw0VEi5foF4BKC570TauDdS0cVoA9uFlSauYoFEUzFG/eYVsBsauQ8Ls075l\nZbYM\r\n=kuzF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEDsSC0/sRzdv/X/tXjC1k0X3b9GB5Lz0j9rp61dtLUvAiB/SFa4I8sHxuREhQ9TFdDNcJ1TQW8qAANnvS3Lc/quOQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.aa3e078e.0_1614100437661_0.7580885810621962"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.dccd254e.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.dccd254e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"7c3011f1d9328f6405596f794c28c98485d9d40b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c3011f1d9328f6405596f794c28c98485d9d40b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c3011f1d9328f6405596f794c28c98485d9d40b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c3011f1d9328f6405596f794c28c98485d9d40b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.dccd254e.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-NblL8n1+FXKZkfqiJOB7SGz3ZerCAluN40lq2iHk2sGrXm0Uu4fukU0M4wW38uDyRzjNQXosTt/2Lr717yUknQ==","shasum":"91d5f380c7c94f29922b8220f10f88fede9a62c9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.dccd254e.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOWOKCRA9TVsSAnZWagAAK8gP/ij5lFLh4l29OEJNsn1N\nIWH4oMU3xhGeTACWDyaDrY2ozCfNr4luWZeTiDDJgNAoTMaPH6G6q+pjlOJ5\n/4Wyxf3E+eL6+6zyLYL9bQXpUdGhBPGYuSdVaWZd6vuWTrIBbX+BLDsAoJbB\n4LGruUz0qMTszh8SfpbrvXauz9PkR1EEV8t9iXaGZas8GY9uX/sj6O73tzTf\nKETr8hjeyzhLiCu2UAuqQDqd6yw+D2IE10xEYiqLvAmSuvZZhDbBOwubJGQz\nSfi7fAV0F4H7/uWickkV9+78AMKI36pZO+SKlFFVh/b4G/AZWBLGeZWgLpfe\nxDULzVGzlMw0L/fnLSiMRZ6a2Tqlypfcqv4cyrrW5ucrA2xL6a9AKs9UN8Ip\nIZJnfpZjfKVEJfSIB3n/9z8pEKVzPjaywEyB6iROlVC/p/GG2HKL9wsBIScj\nlcFgh1EvC0wRJi73yOsuSS5G+Wqn2qinEAkC7QcONHZ8M+bZsLeQ90AkfFi3\ng4WWJxHTsjDAxX9WZYL4apOdGASmN+61N5+dJh5xOac1Xzbp3B1/1qBhQf0x\nJCdYFD53CoyL+C3x8le3NWwd73f1BtdfPVa8qIIxrci7+9iMlWOsgQaOyH2T\nKbzJPIk8/GxRpStZfEx6QAViyR4IH7OiELRmXQjHolUbkpXLp7u6wZbd4hpx\nDtRW\r\n=XZ+8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQR532JiCu68WG8+vOqAghb9Jdynlv8z8KbJV17CgEUAIgJ/dNT4xcb3p5alZbXVFMWMB8gXujodJmhWo3pNUbue4="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.dccd254e.0_1614373770285_0.4374876776905634"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.7dd1a27d.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.7dd1a27d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"15fa381ead1eb4897aa006da0f445765fa9a037b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/15fa381ead1eb4897aa006da0f445765fa9a037b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/15fa381ead1eb4897aa006da0f445765fa9a037b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/15fa381ead1eb4897aa006da0f445765fa9a037b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.7dd1a27d.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-3nqryv5BkzaMzy5xdOOXdcQDADayvgL+vWJNUmh+OIzO4XLyn1p7UjnOqy6lptHRYiNMXCNvy9Ms2Ln92aYzfA==","shasum":"9bb9cde003d14cc282a9cb2541dc38058b631df4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.7dd1a27d.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPWP9CRA9TVsSAnZWagAALnIP/1LzTayoFIKhj/ste323\nlY7ZumbkyrxHOXM/JbZM7yAcdt7vE8PbVFuS+gR5A4sRgD8zwQIBj4271/3p\nLsz+BHH2oq+PPHw6a/tZ4yZyNY24Tj9IOrE8/qDFM0DtwzAY4ATBK/PdZicP\nFZIur08stDCpZThE0LpWYXuZcMA5ZLnuqg9XS7hUiNGybLN+HyLg/XwdWqZq\niM4FgxD7lusb4iHFchUUkZSHkdVLVX6/AW1CLV+ZZmGUcvghaeBLLqQe3Hot\n7WTi8Leug35RqiSG7JFZmWYDvQjjx8a4feYqfeDofBdT0B0I6ivBvWQIFcd+\nqPHd1FEjK6yMrdURs8DZXQK/pd3SATCpHzpzU3aQaX74CxSlRLB/VoEBx6/M\nkIKcMprp6ezcWPDVXxc9AVr25LHUVfDJ0Ue0RgkbXlhoju/dSyMQzouLypW0\nwAaEctVmYPt0zkpE2kdFJANCJlU6B8JHqXZspN6I5HUJCOpKhgJSN2iAzbIH\nGNBckFkBjD6IVXbwyB9GR+zV1F/fbKYs4T1fD/h4DvsMt6or1zo/UMJ227+N\nhWMfAJRC7wmRfh/S3akNQbXDJCpwtIIcCaAJjevLfXb0RDqakgripoNRJ/qS\nxmdZr+nNO9Qps+MaHJuafbU7MohaFGyLVBQ1Zh/SvKomcLLGjSdKOKALZUnX\nCveP\r\n=5E9B\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsamP8PgdW8QwR8tqrcepLK12GBktexdU+rx0TN4naWAIhAPYV4Ilj4OiSfMg4FQAzQZ2WhK8Y+X1BLgpVgXYgHTCd"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.7dd1a27d.0_1614636028753_0.7531255575925617"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.12574572.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.12574572.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"043d9159945b812192eb864b33d16f892831b4d9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/043d9159945b812192eb864b33d16f892831b4d9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/043d9159945b812192eb864b33d16f892831b4d9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/043d9159945b812192eb864b33d16f892831b4d9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.12574572.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-mdwGUgtmoibvMY70La1FjH5hjw0LWEqEu6YC+mCGGNbXnPdhopmR9ZenVZNPv/N16ftl0IJ+yXNe6aYwWN5RGw==","shasum":"8191d5fcdef006e2bc5622df6845118619ff92c0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.12574572.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPp//CRA9TVsSAnZWagAAaUAP/A+MvHEbIcKr8d76UblE\nNf3JepLodWn+tLUbXY3bUfc7Q1LD4e2YCBPMiZ9OO+OGm3WLFeqv5TOA02Qf\nety8lkXcY2pnxOy/Kt41TzRpVPvSB1iG684kpYtQ+JTCexvKBJGHKCZrs12M\nohUZr9GWywsq73oOqZCztZUWHEVGwRjdhh+1lED1/iB39MI0TNzXdKCkRgGD\nkS540GVpAepWK0s9yJEX9KyD+3Tz2ANLJsOybIkEBFDB5NDpcYaqt+GE1Zwc\n34ZswpX0s0dtCl+vclfTBmaH/YNia5M7aeIiBus03gVNrvybZcBKo4g2lSA6\naDhb1CEvfLwZw0fhmPL0GnuNUKOLjU/O15NFQ2z6KpMJUqg9Fk2ekxCub2ME\nZZix6MoO8vEGU+KBCnj4VoDQ83vFYiEI0xCSReJOPZBc4TAebipcoZpPX8NT\nQO9IpGng8xJ3ZNiSAVqSIZYqNrKmizh35RB1+6dChDMrI60MP0i3Y0aIWfRn\nXklrOKPzqf5VXZrDZROq+sTZTqiR0zF7Pr6SxN/2QBWkEn8GqGOfqxpN/8JH\nhyecJ2mzIsKT6JBx+PdWYURiutVLb784ELvep5kmXbCuLE5iMou50RnQwL7F\niDdkLrY1nxcFbpIHS9TIygbQjMstsUNODgES2pYANkgrTI9mUZnO7A2zBNar\naiFK\r\n=rxD9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICNgEWP7YJv/1TdvjKUgnq8UhFqEhKiwRl2S3tDek856AiEA4qxeR/THKVEjyoJ7R9UoPkyu+Wu1X1SNlWQMfq6fBmY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.12574572.0_1614716926808_0.09960616267071831"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.1109a3d3.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.1109a3d3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"8cdd512cc62bfc703a1cc766d67d04509e4e0c08","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8cdd512cc62bfc703a1cc766d67d04509e4e0c08/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8cdd512cc62bfc703a1cc766d67d04509e4e0c08/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8cdd512cc62bfc703a1cc766d67d04509e4e0c08/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.1109a3d3.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-ujQ42KPobdk59238C0KbmhZYsuGluzzARFO1s1GYZYeoMO8pvnpN5Y6bARp5mpN1hZuKsFfKlVlRfi5nRB06+Q==","shasum":"4afb86b14e03d195b295d260f14c6a3729ff3865","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.1109a3d3.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPqEVCRA9TVsSAnZWagAAbO4QAIeVk3sHtFfke9Ug/KhR\nYIPyu+1tnlfFeWFn6A5XK1P4TUWpoR3SpnEdf6+G00BxtfOh1PsOVxOqZgyk\nqB1cPMinkOYq/UYsX2Iz5wJymgAyVOLRVrIBzWbJqJytiTKdBGk8/flZ9ivf\n5FgJCHppL8eqX8CKHxIUYo2Seza57ykVx4tjOCqSR0j0qhO7BMcUI3RXzq+2\nQwG1lqo1ZtbWz9lbFtsgTVjDXOhTaBY3I64GG89D/lyeRG4XPB8UmNMW7JXF\nSDQbVg86fiy7NXRKuLswEJmt4n6/m1M/7GBw7cfSUapOB8ZWXCeQlG/UPfhz\ntJjdWlsanluqeArR2LKoJg0OxIWJ4rh+DMqtHGr4QYYuXDvVkkOZAK/KdkoR\nHK7a2zWQY9lOZfmL1/NQxHnfUSQU/J2K05k270gMqxVWF+Cea0b9zyjhUb0A\nL13t2bcPdmM/WmywvM/k0A0GDDn3esnZ+RFZ3K9Ozm7OiL4VlZm7zgldWADE\nqCRb47z+UzsBsXXokF/H5CdD20tgHzKzY0oPHKNslDUUDWFRTHwKHPsMKf0j\nH1Q4SzwtUc418on0qW62Oqmwb3NTMqC7PCM8Gs8loGppuQIc7DD10YZvdr8T\nEvJOJmQGjvtNpaMWSONQJ3E8H3EFFPQk6RGxTVRgElo+GilQpOGvp2TI/oB6\nub8O\r\n=hkzO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG9RJqZZk5aw4fmHwyAyBHsVI/dTvJNaDxFG9DSSXFD+AiBy26vbi8hRGyzhc5aUeiJhvEHFS7uT/4cz3fom6aO5FQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.1109a3d3.0_1614717205315_0.9627951391307781"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.b9cd8739.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.b9cd8739.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"89fe0448abab4c371af17b2866ec736d9ebd8cae","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89fe0448abab4c371af17b2866ec736d9ebd8cae/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89fe0448abab4c371af17b2866ec736d9ebd8cae/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89fe0448abab4c371af17b2866ec736d9ebd8cae/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.b9cd8739.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-ueySraeDc/CLYA8CrIJ3uPkxMQQY2MDqy5LVfZYTynhfwFBbO9T0fa7B7N5WRyV7KZ3eeR9pGZX6eblSBLlMJA==","shasum":"1d41589221dcf7b9eb83ad9d6da14413e2a28a23","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.b9cd8739.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP8s9CRA9TVsSAnZWagAA5U0P/iwypEqTw+jFmxf0iHKu\nDAqL96LUqk3fLXGCyb3wexUDlxBmpUXTzM33pBYumBojUgK/Z0sjW9ljHq14\nrnxcYfO0W7SSTu90Y1y3uMpleZi/TQGPDxLngFqVWi7ghap3DiX5H2WA5bj/\n0m5bbV7DKjaGlB5WoeKqakp5Qb1TJTJUe36G/AipR2qd4NNQ4Nceh1nVH//o\n3Aqa1iOPxV+41IpLhlDBwjFd9s0ho3l+tVvJAIeU3LK4v5VigARRh0fcGGvq\nb5c7A9hrC/3g0ufJyEtIp3jS28jSmDCjFbnpvpg4IyHPjVSL0TTN2HZsjr27\nmFc4adZe0QVQb8Yxi/pDtln31dWSudqArGcYNEl6SnaSZGAFe7bRN5bDd8M/\nmxCgM7jlkI9UZS2S4WrQLI/6MMEtyh4qbzCD66wWuOSu7oWI7zltNcyHoc8p\nxdnMAQDaRTEg/EhuKTKF4GsP0wTCe5oarFnQgFeB0L9pGuPZv6W43MmEAN2+\nHSlhByicslUs2cSfM2qeWZ7jt4ql1BY3bhldW+7NqI6FHLBMBCYdNVr2wt03\n+gLgaUlkUNCWhRrOvNH3fh+M+xdCK2eH/M7X83wd8buWw8Bysiz3aGhztKA2\n07kuMeeARG6/Tl96EWi3ZGnd1bzCS+oIhxsvYWn56Zi6UgdpqOaDoju4uiOW\n7dai\r\n=vFfT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAgVdchbdYxrgeZ/m/Byt5HkUmAb3Zancq2p9QIVPmjgIhAPkMzI3O6WB32sSENFJmPena6fbX659qJUCze/aurzcp"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.b9cd8739.0_1614793533122_0.29396327218913765"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.71ee796a.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.71ee796a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d989f6470cdcdd144c7021a4eb0ea47e63945cc7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d989f6470cdcdd144c7021a4eb0ea47e63945cc7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d989f6470cdcdd144c7021a4eb0ea47e63945cc7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d989f6470cdcdd144c7021a4eb0ea47e63945cc7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.71ee796a.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-ncXoLnQbKB9/tDXhBlMwc5oLw30mpiFW3Vs3x2+RZ82bvKqv3eK9+BiGjXol25aHnjL2KR8B1kRDASIM2uH68Q==","shasum":"3ce925d5f71e3ba792abc6b712218f5ac141694d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.71ee796a.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP+0fCRA9TVsSAnZWagAAANkQAJe1pwJUxgPjOBah4fdC\nVhOd+gLl+puwPOzkWdxcXLBGBNrAfqRyEQif4Zsa8CbJHzsXHFC8/TPBWbmp\nXsbVXjYP6m2TaUxFGpifavWAc4Az+Y+AyNAtyq2hLcf1T0wviv5SVkvOjIGX\nVmodscQqlMUcoWG95BmKUGDh9WqiRaTs/iuSV14wq9j7JDsrpjQuxTZiLdeV\nrhz5Ijyz4KsnftIyV8Mx9yLAlXVZjPWZtHP97yB7uJsOs2yiDF+Jb43F8+YK\nZgmbIXG1pYF9QPyhQE01xgLwz/qDZpYMOe/uX46i1MutOeSZsE4oLqu5vdKf\nLsMYjRDurjBAKUAcvKg8k0FGpmUhPFDOrld9b53c1bcX4duykRE0sMsC/S4v\nihEQjpPu5c5gTa5iCNlw5hyJDaMI9NVaDldLkx0y/SmTIgwkvuBYf00YoIkk\npsRm9i4HV1OaSklmOLESRuC+NpoAjY3DBKambKWPdWZvhaVgZDArDrCm4kB9\nUR9hNxeRGEoQ016Q8WccvevAEYOD0prdhHncCog/palC/362Xt4lNbGVO/Lf\n23N9PMKwCT7cwybLxq+0FDRK0vxfQmte0lY5OOMcSsuF8Ye+ndlIFQSaORP3\nkdz1a9PIlMPQg01sr/T4BthUVm9zwxJMPgHdf4EKVhDNZbtX0wjeBZr5VGDO\nAMl5\r\n=GCWj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDh6MI+IS06Z0Rak021RW6NJoZKyemNKx/iEWnz67OcGgIhAJ1ujup983QC2ZcsdtzGQT3t+1EQhdVm+SMX/IVH/OwU"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.71ee796a.0_1614802207413_0.4121881057284176"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.2be191ed.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.2be191ed.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"e273563187c689092eb053c50fd9b94385380fb8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e273563187c689092eb053c50fd9b94385380fb8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e273563187c689092eb053c50fd9b94385380fb8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e273563187c689092eb053c50fd9b94385380fb8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.2be191ed.0","_nodeVersion":"10.23.3","_npmVersion":"lerna/3.22.1/node@v10.23.3+x64 (linux)","dist":{"integrity":"sha512-y+6dzcUmV3k5P3lb0eI1082w18HKtOLXWCx3LWDuKcTwJfk2H42pYwLSAFvJCx4hDMFc/fRq56hApxOooS4poQ==","shasum":"7813a02eb96303aeaad680140566d3d1de19038c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.2be191ed.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQASxCRA9TVsSAnZWagAAewsP/2FvPU3FFy8kFcqP37wO\nMRo6W64+vh+cYHHuoO2fYNGqUCHa/pK1wP/Bou4HiiF/OrIiqMv2c+d09M4y\n1aMqB6pR3/qCjKgM5mEwQeLd2y6akByY13YPedHaq6NqtOUVEEaAxuKBpLDk\nS4qXncrkAPZjy1Z4l9Bd1rRcNtWiC8z5073rn/10G1YW0ASGclesx9RdOjvg\n7j6WVDT1PhMSvDGqHoG6c8flSmcr/D1Xe/HrI3GPpeYmF5aM/T3tDdc2hPZI\n9KsBFygIGkF5DoX+ucZ+qe3ronhteuUNH07cuUfSLWQslAO6p9cKXhrP1Jvu\n5bqoGX/ao3qBFeZdjTHDzasf6r6uwS7tjleRvoVeU/2hAJu05hpL9wOKbwkC\nDlkoleEBM5jcYl08vOujzBmoQREEIlmwqRLfFTxI2z9ttUAd1GtpYfkEm9Fm\n6hMiuAp+iThHxqpvavOH5GqLZlLqXG50mJBics2dHD1dN0ayYKysbV8nui6U\n66NSZcKLUOwSmJdb7Hjip/oh+j1Ap+BwtFXtQxDcaCaJd5Dsc4ji8P0iXFG+\nLZh7lV8ZfALCBtHosMesc13t4ptU9Oq/oD7wpHQgLMXNsbiB+V9S0OatCL2u\nIzBNL0jOmmUiPf3I0T/JoOwE39Fle1BZIkxeoZn38/S/nGJQFGe6wiLnlnFi\n6FKh\r\n=ileh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEe3XVqAAZbDohYflfIzBs8e46uDeKdGuGvcItmwLG8gIgY1N9CfJ5VxLGXq4Km9Et5NE/n2J9tWbisvpacDlDjbo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.2be191ed.0_1614808241118_0.6053296925414453"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.6dc7b06f.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.6dc7b06f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"9a8a072daac91e9fc841e2f6cacc0fb753ada76a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a8a072daac91e9fc841e2f6cacc0fb753ada76a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a8a072daac91e9fc841e2f6cacc0fb753ada76a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9a8a072daac91e9fc841e2f6cacc0fb753ada76a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.6dc7b06f.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-3ZAxuX8j8ALXQRoiaOe0D8vA+6MqY7Zi+Oqxky4nduEeZ8ZB0tkyMLXNbjirJE7icMiyuI9v08Qsb83zxVMWHQ==","shasum":"b6fd7f33d0de4a0267e7c625534ff5c096f50c2f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.6dc7b06f.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQXmACRA9TVsSAnZWagAA+qAP/jJvfpAYgH3HxXabfurq\n1HBnQYuxw4cfL/cl5voM6uu/0x4HOwz6ObarigpshneeDo5nqNvu+DhBiXN4\nJ8YuFJtkY52QqMa2MDmD7qTlfefHAoIJEV41UXeA2DzoDOl4hr0YkygJ+IvK\nk1vwPlcb/QSqfIrsMPD373vDfbUD1edNuyW7pU5QH1JQWAc94/p/+CBlGhsf\nkOJNnSAH5Lu3HrdvTYeDxa+NFVWUJnzd7U2lE+IdX2IL0mY62TcEBPIgME3q\ncDcD47G2HhfIERTpf94mCcgjI+FBiEzoaMeBgOoLuMQ9VID0YZv8ps1hw7TS\nZ4Aq2OEYK9bT9PL0khGt1ZIfo3iozfA4DVAhBJr3tJQMpbv+wkJtmOziV2JJ\nrZ+oCeRDWtdCYBOUObAaM5ZiFiZzM5dNT79Ivw4ZKWMnHMwRNXCFeIQKjT29\n2XnCPLcxM/slrptuRG2YNeCdmy5/2wYGxwmptufnPY9Ia+DdkwSx0Ne50w5F\naJjorbd0Rr67NY+KGmG1MmHMzqrKAZx0Q99CxoErGZOhP5fxhIm6hIZiOaLd\nVNQmG8FtHFg02Gdycd3ytMNSAZnMkIuDhejsbnHK4AWaGG5DS6niWTOnqeQ8\n+kcF8ZAFqED989zxgN7A3A9dF29aPKYgzLiDehhz3uZ3Tes4THfax13nNwNn\n+uaR\r\n=sQtF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDl9zq8YIVe9uK7dFUwJHEsjWSVCTDVSA4fR+XG+lfT5AiAXe9Wxs5KxUYWYpz09eFPOMtvifwAf5CjV38Yd6q0/SA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.6dc7b06f.0_1614903680308_0.8920969635348057"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.24fe7ba6.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.24fe7ba6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d87a6c320af38bd078f91bc9ea457c0e21cea9cd","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d87a6c320af38bd078f91bc9ea457c0e21cea9cd/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d87a6c320af38bd078f91bc9ea457c0e21cea9cd/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d87a6c320af38bd078f91bc9ea457c0e21cea9cd/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.24fe7ba6.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-05RbYva2/K4vRRSI0IqunvR25b4OpGHDzfQB1z2EOz8encI8Oe3F1JRgGtrfGyLVSfX7aJLd0xh+DBB3ThTbLg==","shasum":"b85ff8b17f6a0a7dfe2689dfef4f66b2b8c1e154","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.24fe7ba6.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQmnECRA9TVsSAnZWagAAhLsP/A+61dgExSG7Bd+2GZZu\nF/cWBbgDB178D8tNXoDmjE1kR6KYHi2l99h2I4itGXFjZfQZH+NxgTGgMFy3\nTUFMvF70sIIrGYz8CP1TOKYg7EFgqGSmOogHmUsS4Q0YbaPW/KQ7qsoyjuw6\n4H9QJPzzSkE2IldLP7bPBHrJ2P6XXL4G3ObFOVdZACyD3NHCrdNq8UTOMq/a\nFZ4nD8e45dHqqRgd/kS9h5TP0XuOLWY9rLNV1/9GfYPXucAJAym389EGn/P8\ni/+4gmSieiqjBVYSpZ5Z4/asVF+wm60UQYvCEbIZhp6B93uTEa3VE2Qn8tyw\nf/lgaX3GBbXJbnvhIxPvLqCEdJoQx7Pg8zcCBI+loJM7s1ici/vRYPmhtxsz\n0yP5/GzxfU4FSXMabL0ODFq0A82cPMtNylTmmacmjnHpZvMASP2Y2N9ma2oI\nCHmIiFUi5kc1u3aBvBoDsaDZB94rGweTnyNjmEIyVRfXyXGJ62O/PThreUBP\nYdkwLOEusP2/mUsLcjC1L7skTkvuQnqu7yYl4CtPK1f2r6GU4EiJofyrWM7y\nt/ZgISK+XMfbVDza6IyEEEB9P5yAvXTGeaDUbRlPPI0EVXwHUITOlRj/iprq\nV0enqp3CKQTnKvY3QEzEce0mrE7Mj0YFEDcspJGnIpQ9elhxqA7SayS+j5Es\nmaeP\r\n=xbsC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeE/gumuvW306wAiBa0H2qFjMt+7Cy0f032nc6sUEP7QIhAI8OF7EncYnuCBlLd8nGPbUFAlMBxZuefnyUKbSBgQhB"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.24fe7ba6.0_1614965188072_0.8328880520281052"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.12c477d1.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.12c477d1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"ea7731f325b77f7ec93ac77e442625ecf14e7f25","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ea7731f325b77f7ec93ac77e442625ecf14e7f25/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ea7731f325b77f7ec93ac77e442625ecf14e7f25/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ea7731f325b77f7ec93ac77e442625ecf14e7f25/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.12c477d1.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-osDRj426MK3Dnd3borNSD5vVaJq2esuYWne+yY9YotO+TtoOM+f2a9KQ5L30bmQHTLHo0wiEtolfGmFn7V/zWw==","shasum":"34f05b916f6bc65f01d132cee249937ee7add03c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.12c477d1.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRqO/CRA9TVsSAnZWagAAt1QP/0jblo0o83PEEkkm2Z+s\nces9qzV3/sFKFwS6MJEmfMf9zbeB3uzxxuNfeMn0rCqe76S5w/DkBaI+ZC/K\nEMlyRV2MRSY0IvXc/zZk6aBnxN2qrFc0by5L0OY5D6FaS6L8FrQ8nWrZG8j4\nt+zKmwUdOJHjmLjOP137f0RJU0X+iWiLbB8F62ZFM9YNwn80VSTW8EVwAJtv\nZpxIdTCMLIRNSQJ3joibuTP9f7AwMMzrRZxnw994qzteTmhrd0rfJTBTSFkt\nzyWWFxNJSC3CARPtwdZ1pTMU75yH/ABCkL+xFTdQgswJjqud7/YK1zhJnNKS\nwsO30uTEl3qxBi0nzSeXBB2/b2nT57i4KL4y+LZ/xqnl6kwF4bneGL89k1kt\n2EelSzqsmuIpWj0SSDFfGr2QRtIP8Uw+22XKo6TvuD1kzQWIN2cNxB7DRQAI\nN8K2K1MPQZJlUgPeaM6ZJ1Rr5o6FfeVfA7hgLpbB1tYNWV6xfTHJ8efedXXI\nXo6J1Ff/+szk8P7O4wWQb3hVToBKvEUKmNbis2p5veiYp9jZ5wJYY+szQYQb\ndKg/tJMl1A7Z6PnknXcdKEylEWqzMsKqtVwOIIS2yrT684dpTY0+3BpvjyEw\nVw48VV003YCkPU4oLjfcQfLzlCdFfSTeXOEKdLuK7D/fM3Zfzya6/co7QV9L\ngYKy\r\n=mI4N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHxDjQxm4TJde0iyuuds4AHB+AyHVvo3BDZytYKp1W8gIgDWQ258SKcoKZ4LdrImJM2hDhnUYE+n/vyNVFZccBulE="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.12c477d1.0_1615242174705_0.9771920111752495"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.4c38f801.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.4c38f801.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2f19e904d6306b3a12d41b0158ca0c3fc34362db","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2f19e904d6306b3a12d41b0158ca0c3fc34362db/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2f19e904d6306b3a12d41b0158ca0c3fc34362db/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2f19e904d6306b3a12d41b0158ca0c3fc34362db/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.4c38f801.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-SwxZ3huQG285/SaLYc5UjwdtFNjkZExu/3BasOmO6AJVQoSWBP07mqHJen05XLi5tTtcf8qpr49QGRmAQmQ+0w==","shasum":"d85dc415862fac3c520db016b872de0e845e73ac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.4c38f801.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRrIICRA9TVsSAnZWagAAX2YP/0KumKGI2EZ/n/KyHX4L\nJijlpjsEDr229tTgSHEZp+EhioeXc6dAnE8BPLVKXD6XLJVDxxaVx55I1In4\nJWZXdbhRhQ2imLgNDYf4cZjidZeCzxDFVXs+FAhm8JMXECeW8cKPk8mW1/OG\n2sFjfl7FJxvJld8xChBSFBQ0a+F/NkUnGl0WC4HWoL+8JGQJsUuuK7gfe9tG\n+t0f8XMnOtf6fByfOQ2OYiLVTc7ILMh1AIMi7HwNV4PMITHDZ6CQ3DIv8xtI\ntZ8lVQPTUTK+QlJ5lQp19u4nRwBDZN66ioK6jJ7ibqq9fcgtsdRW9ZAiwE8G\nx5BAh9g29IjydKRLLpwPMT//OFhm/bmtZ6/KRSa6CaW6TALn06F/jdy/6ZD8\nthZ738tdhi3Kn21WSwS0e7k42ktamCj2im9YoHV9l2oQuJmyyOoNxZ1DotSZ\nnsDatb2QbSelCN65ZzSX0Mzf5yFFdsv40qnayBJYHVyd5l0KjX0egfycDpKw\nmszWKZ9BDz5MdJbuQzEYkgRsQeMJ+mBeFbciHes1Z+tGOL7bRzYL4XtzI+JO\nBRenvwkt2dvHGIJi9q8dCOiIVGfjGqg52pY30BmotFIcEjSWUWfVVVfV4Q2d\nooox8G3e1NDnXhtfq4nL7qh/Lx4npezbMhAQNLFMDBO6gOhxJqjofHoIYTsp\n6t1z\r\n=1r1C\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4tkeiwj8O1CI8bdodWF6Z4u+Xr75i5J0EOBU0UkvlYgIhANFEqVC1wJplU6sIIKDhnxvIpIY/7slZKPENiYsKq6w8"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.4c38f801.0_1615245832512_0.2902971481814973"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.8795b83f.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.8795b83f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"e3e75af3d23a6f47c66e86d2168ac672364726c5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3e75af3d23a6f47c66e86d2168ac672364726c5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3e75af3d23a6f47c66e86d2168ac672364726c5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3e75af3d23a6f47c66e86d2168ac672364726c5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.8795b83f.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-7xfMjHgeIKLNZF7x1oxNQb+xGg5neL6nffnNACkeJI7w64B6dv9bvS7VgohNiT0yQI3UPW3qWTTxK2DVH5ZmKQ==","shasum":"a0f9c393914a2b256d4c20a62a65f39b6ece3b9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.8795b83f.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR73pCRA9TVsSAnZWagAA/0EP/j9vvxi1luU94n6NbRzU\nE1FiKt8Rn0qeYMgBPOXq0voxJUzdV5rGtBXv7E7a4GvFCxh4PRp9q/nqWsES\nTaLihiCttYhVzALciKQflqWHsMpfS7dpRvGKpKZNeqQCTilAKo4SAfAvYC32\nkGzBJdYZt/iHLRv35v+mgQXrL4QpqAEjwt3ggo984Z7I/MeYHcsSzQ6qMuia\nsLmaDURTP0CjLEBBFpHzneqVJY9IjtX1Y5Q479G/P/3LYDghMvnfVV1w5j86\n0LSS+cx333zzjYzh0/SdfSAheUFVk0XVwQadD1elI5QZnp38cF7by37snd2g\nbdUvGTxWhRQ2xf5B9fAH4RQYez9/RDEF6iTBQfun9ZAA94lNT05KEELtijvB\nWz9J76P//YfPE7OdDncJzvjkl+4sfDhR9iTmw4H0e0Hcmn3OZrVmueTZh/C5\nW+h3swNLwVH/gzC4Uw/BasRyLnHEIPbsjmS+Wpr1iNZdB+9JSfvqlj6jXBER\nuQKmTzxZJiTF4fGNb9EioPyVJpeGQPnf+BU1dxc3blbfiTu2LpQhBrLPH4vq\nm+ZnoN3Kwgj+7U3/K85PDFSsbCPiSgN6WRz4dRr48ialLA8RQriTkn9tnpPp\nFd0c7BSvMTI0kkcHJOIDaL07C5UtpYPMGQbT6Q0gdOsMqDoenP7kGk+7wLJR\nXFte\r\n=JIyh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKhG6SGgE/nBn2OB9SjC/VqlCVSkhytZ3eIF0HeRsr5QIhAPPPd5qQ99/JyPPtyVVZEl5DOtZZSou8MFtRYKoyk+qx"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.8795b83f.0_1615314409297_0.294065008946103"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.12b84cb7.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.12b84cb7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"1f49d8bf5098f7acbc51aaf3dbc6880cbd46a2e8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1f49d8bf5098f7acbc51aaf3dbc6880cbd46a2e8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1f49d8bf5098f7acbc51aaf3dbc6880cbd46a2e8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1f49d8bf5098f7acbc51aaf3dbc6880cbd46a2e8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.12b84cb7.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-10d0YZIi33KX9NE8w/XChCvn6s38gIF7gxiUpvh+52NrezMHJX1uEURnme/NTD0X6XpFZhQ8V7sNrJltsGAP7Q==","shasum":"0bbf909ff836a453512a2fe7a213e444e6acfd0c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.12b84cb7.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSBV8CRA9TVsSAnZWagAAhQ8P/30yHB/AFQ9dcVldi6l9\nolNq1I5WFsK86jHmI7Iauqz8n6K5uFycGFLov+9Y5SV3Uksmq2AGlWJKa8oz\nn3okw0dBeM3zYKUfe0pQTEo3SXcSXwTtZoOorX7MSJxJp6DAaB/17tG7qgOL\nvtfyfv5y7G5fWb7wRnwwNJCEF9XRKOUwajmidK/92VxZzE6SZwU0/uPahBO8\ndXYW4caNXwIktKp6uN/whvur6V1DqWAbkyivXIy3iU1d/XtVelRu+ACGvJd0\nL4D7KN4lc0N/G3e6sBn6ZVecuUsjP7dYd2RvP/vvod5D6GmTJMNX0fq2lviI\nEsgQlumWFetKSTJ4+mY5ZXsOxzW7y2TxZMCMEs0RzbyBKfkUgRAWVcmVRQ++\nY2MgUSNo1x8+KaMyZPIhMB4Y9G0MACjKOKT5ZRuSEo+Me6KmJmviDIKfN/TM\nQnXiTMlTYtbrl0V4OJ0MTHtHGeBkqxlkMqvcDjgGtpUx/IMGDF/HUOInmc0s\nSmQb/gXeVYj2vX2LhU4dfYIewpoHnhZyjqfxb5lkucoGB1Hy33Ci5IQhZmEV\nWmo7dnmWpPK0Kg8KLu7r2LpLVCQMBohuQ39vonPkcI/iD14HcAbU3Ps9r1d9\nE9ewvvEXBDgbOrgs6KKVr9CpnblGbkj6PJ3FphCLfp7wZc0jNiKUo93sT8X3\nNL3y\r\n=1rR4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHs6H+wqE+mBN+lYjYuUFq7jE325+dW7IF+Rmtr/F26TAiEA05PXwHAHzneG836NhC730ax0Iw9aFej4WSBbPeosdNM="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.12b84cb7.0_1615336827925_0.6169881327878983"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.6ac6784b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.6ac6784b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"c60d8f8df8e8260f94f9e15fccf93afc356b0634","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c60d8f8df8e8260f94f9e15fccf93afc356b0634/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c60d8f8df8e8260f94f9e15fccf93afc356b0634/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c60d8f8df8e8260f94f9e15fccf93afc356b0634/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.6ac6784b.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-eECg0HM3ou/ME6zp+ANAMDmu8PwNQnuDec3ChPs11CwHUMEAGdv/OVcX6HRvpZLQcWQhhnmrWnbN6W9AeO5D2g==","shasum":"24e031979ab1c73a4d16f14d9dfe643cab22c6db","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.6ac6784b.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSBfUCRA9TVsSAnZWagAAdx0QAJFUCuYS8/EDOrmeHtJG\nAXWBJ8TDw3gxrJLJAHdSEv7FQ6FNwdKkyHKI3S2eEbxUiXW6KaGNtRdLGOMa\niNRvBWaLTNceGLBcjTIBLDVRS9XZuDyJkHTw7Yz94Mzx2Bhuv9tyQ6ThNIUc\nZi9uF/5LahlCRhZjp1p0K8r6bt1CMwUVWVhpeg2tFL42ufw8ufbPSP8mC2V9\nhohZPuVsVg7IAtWhD31RimrGbuWA83tJ87gaHQqoXROpSu69/2Z7LK26TDbG\n79//0mrnKlG6ye43/g/F2Fvh2q26aFoClYp/Fr1T8XyK1n7dY2Rfj42zrgY8\nU1xIjRX7iBPnQR5i2g0A6JkZF0nqHuNNOC7ym5eh+6jfqSbFMaPKpiMsfEyz\nv+AzwSp3jFNY70DAh5o2ftMxItXGgnCQzH0+q3s3zre7CpTtRTe1FebYpZ59\ni//a5a+LNNeQ5jOKSpmUv01POeB/04nHzs+1JeaHfEz1NQQlw0EJnnUZdw9o\n1uxIGebNdreZPGwoeSJPhlO9iD83J/OqIE0gGV5rNr6VsYn6oo6pyzBJaENl\ndbLshs00N0iKkrOiHJzATnCH9Sj5J5CrTXpUD9q2JiQE6P7wbaRN9vbm2mb2\nmI+B9aVaupx5xOt77spY4lBanGqiey3iNRXlD5AmEZ0TGKkHcMXEyUYGFH70\n8vta\r\n=NfNE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDGmyvFp8B1xhI2dpzo2FzOHIT0kojRDBvgRvJatS+zhAiBFRMUa7rajhg07zp5sN33AtZbhuU4f7pv7THZdTGBz7w=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.6ac6784b.0_1615337427584_0.29047022415413615"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.b6d92934.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.b6d92934.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"82c48b7f335ed9103a3bbcd062d3163b1eb661a1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/82c48b7f335ed9103a3bbcd062d3163b1eb661a1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/82c48b7f335ed9103a3bbcd062d3163b1eb661a1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/82c48b7f335ed9103a3bbcd062d3163b1eb661a1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.b6d92934.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-9jrAgwf4IGC2Q3fi9XKwQXxBGrUxlv0ITp2+fOlfSUj854nN1M44/fEe+XUp953OudliLYkYTdKQIsHVaUhznw==","shasum":"5be1d5d6a10cb1d6d2905a07c9874a758211050a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.b6d92934.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSUFtCRA9TVsSAnZWagAAgJMP/ijV0Wamevwwde1X8KA/\nac2zRu63xzSgm+byLc1GT33XDsZjsPZflsnfF2W/kfsQL1NeE9MgBPkjgEcn\nEIVJ/f/7WIl0lV3aWfD6O30/1vYp05g2TFVCIkzTMeE9xrMmWbaEFj74yCDE\nLKen2exDw12J43BkbhrmgZ9PqyAoMHP8xFIWy3SmLKMXKPoaOLCIU/HbWDui\no9VXGV9PXmsEGJ19w4sx189Um4op6MW+qD49eEjoJxKHOp00kliodrfiwdkL\naojNb368veWgzcewYR7OsEqJRgo0FE4x3VsIxq1TSJGnzzuVlfkLMYRosMaJ\nfQaoTMTwFm0ajYgSi+eZEUjSIbWGh+h4NmZlzNbBW93VqXYqm04vuOqwMv/9\nCg3mfj74p5uUPpq0ZsWQ7Wy9DLrl7bgcWIkV1cdh+bfdI4EZpPlxP9mU+k6/\nZGan9GeDl4Obi/wKgllv9KUOehONekiiw7T9tuoGlVX56OPSRV0MlFxANmAg\nOLsGUxg9ShxkNkhMwhEvslTX4oTVR4zYgan533jsgWJYt53CSpGw0sqOXs80\nNDzVFBNVY+FeJXyWmYpEGfK1SFXjGERUpO4pRKNRQSmIAURn5AEakMPNe8ct\nvrgvHBZkKXP9/wYWKgC+h1ps8/xsd17JJUD7LDslLetxYbrJw5imql7U17Gw\nSMth\r\n=kFh6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDBqT/SvGvUQS5r/w8iYatdfuv9XkhuLj0zR8MKoqQFoAiEA1CayAMgfYtaCAQt4j6MnikW2bzv+TRRdiM4tDPtKXAM="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.b6d92934.0_1615413612985_0.969415486846428"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.99a55b9e.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.99a55b9e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"8b0d740e8ff12f180cf11caa9a264f3dda6542f7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8b0d740e8ff12f180cf11caa9a264f3dda6542f7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8b0d740e8ff12f180cf11caa9a264f3dda6542f7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8b0d740e8ff12f180cf11caa9a264f3dda6542f7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.99a55b9e.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-etyzKZaYK2KHiP18xcfqI1LBrlp2DRvUF9EyS3TugQ/yLVkfHJbpIREcL631vZoaH0aV8FqP+g6xO8teQAVWqA==","shasum":"74868a382d259bce2a679fdd9b675e5001456144","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.99a55b9e.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSU1WCRA9TVsSAnZWagAAaqoP/isFaq7ww88WQfHhylhQ\nn72RMXekJZNFt1L5OHgw/h2i6DNe4I96UD7jEDkZ/dVaXcqsB/iNSBNiAVGp\nHe3o4vOwXGRtIbxxemYr1DZ3sX4Zlw3GCOgl3uUO074gY80Gh/q7jqGs20Jj\n2/vyD0AxqrbKMYdqq+uCwCEt889ovgAvgzeMayIXglK0CS5C4rdtbZHFpISH\nFH1BcVvJJlIq2SWbo7Bjywj6D+Az4td7NNud/VkjYztWszuxc0bUM+Nsuybv\ng3MZzy2LXiA6GgT1x4XtF0zdSH/VJCwbyLBCZno9OwOHFFER619Grf8jtL9N\nfnFybUeRkmDrgLhudX9PkJvIO7KVyquzZbaM6Ae4re1PvypgGuPH+sd25ct5\n2zD77PAGcK8shiOZZVClenjhCMvcuEFhj5gB2Cf1vGFqrq/1LV6IcMTuxeix\nf3kebL+hvzy+TXlxdhAV7gb1fC0jmpeqm6+YdVsGmHqcOyOAhs3vLfS8OFj0\nHF4N7gfEsRA5zkX+1vlNz07b9nVC5bi3/E8PMKDhFu+fZ9AwZPDzmAm/dtKJ\n+rSn46rbWYjUZR+GH5yVcqBiu2Lapmy0UJEAvmxULgkrdj3MR4RyRLYcsu0f\nPq6RzJ9uoUwQahovMRGMW/jAxvYJAw4BU4ubJynrDU8jbJQf169fYNtnG51h\n8OyX\r\n=S98x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAGQxpMRKbIDgH8QsA1bjHhtXdm6ybYBMnVXhzoi+amhAiBjrStQXdY08NxDfdswFKrX/WAe8LGpbASi8h+ubS1qEw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.99a55b9e.0_1615416662473_0.15627768019439192"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.bb14efb7.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.bb14efb7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"00644005f58173e15c7e271bc9c226535d1bbbc7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00644005f58173e15c7e271bc9c226535d1bbbc7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00644005f58173e15c7e271bc9c226535d1bbbc7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/00644005f58173e15c7e271bc9c226535d1bbbc7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.bb14efb7.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-8U3aumNsnY38vcUT5YvVym9LYCDMsLRGFo0cWEMjwbNlCO28geQmsjfD/oWcMB7Gzn3EK9PpSYMQzD9zSJToew==","shasum":"9cca77fb188e611290ecc2b04f35af9a69934ee3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.bb14efb7.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSVgGCRA9TVsSAnZWagAAF4QP/3l4O4KsOdQzFuyZGEM9\ny+lD24vmSdQk4VKUnadUUaemtKoekoAlsNdUNEItCqZFNlCtMrt4T5iaZw9v\nT11TswdmUu6ZxIDHRJF2pjR1GBWG77a1pk8DZ3Vyn0x3LPyFt6+HBEEpu6Kg\nQbnMBxUhZh221hoi3bKWvs1r8peCWr10LMPNc6k+I2B4P6NXf13IR+nNwc/Y\nPAjyL3dpu8GJYmIy90tJb3g3Lotdge3Myxbywsz3CuDluoDTzbpU1m1JXnx1\nz2iszicSCB+PplLIcWYq7Mn5a+MjN1bSXUZCX/ZcByEavQ/XtyjnnuUkPZgJ\nrLRASOzy1WWSBPYjGIJMdYSj/wdnh6k8bvn2DfreMevKB0BlDKEmHt79WBVp\nroBPDE6xI0tAlI45ON6A5719Y88W2Xq8z78OsdPDut8O8DIGAt5NbGfL6yM9\nN7XY2XJ5QAIB8+yrmv69ep0ket2jyB7wepA1DIQMZfkOLXs6CNWwjzQ8otDf\nfCqaY4bZImq4Tg6ov/ox9oQOBRpBi66Zv/p3ckrU5SAtgc/brBFWYUxpyeYu\nADe/A7SWsWrS2BO414MNLCS02yWfvsyMKxBTY7VwxzE7TeCOXw5RuLMjFEPn\nnAgeiuoC9LZIePgwX6qf8PPss4Kjsgxd60oFnHaxPmlsQh8ieZgpbG6pokAd\n3+gP\r\n=F4mv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIExANuwbgSmLvJCiGkMLzkboM0WzcPrZbP57CzrqS2syAiEAyLSYIJ+eGg/rR6OU4fechNQGyyqYGaoqGpXB3RYQT9M="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.bb14efb7.0_1615419397633_0.5660552552523812"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.9ecf3bdd.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.9ecf3bdd.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"536269b5f421223a32dd73271ba878cee3e04ec0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/536269b5f421223a32dd73271ba878cee3e04ec0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/536269b5f421223a32dd73271ba878cee3e04ec0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/536269b5f421223a32dd73271ba878cee3e04ec0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.9ecf3bdd.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-itgNoMvGo4Wwm61r9MjRqTitYwO62RrTTEX03apDL9ah5ZCPX0Rkm17w+JP+OXYrbCXShYpCOsR/qDcaSBiYRA==","shasum":"5987f2f598ebad8620ef1008953817710524384c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.9ecf3bdd.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSWLHCRA9TVsSAnZWagAAPt4P+wTm8S9IJqUdZ2G7R8oV\nZgrAxQwZyiPOjYkiW0vOq1+syagHxAbqKKvbsfdhTRIMsJqtqmBtvdasU0kX\nABu4c8hQw5U8aEt95tvChpcENHw+Ut8RIU6eu1HA/CGY8HqXJNRYaDb8MMW0\nGaL1fZ03knou5LuiOUIDrOTH+UaVLqSF3D7fMNt+pwuGPV34vg2QS3jWsMLq\nIDZry4oqcWu7k+6jGdewjJHnpNsCksJEvBbwQXuPqp/wRExLiBp0XbiS1erU\nSw00DY8rtVnJPheI0U6BTRrMLpDzCbRCDdMhVRFEn5+v6g3Eqgz8fjSxcXDE\nl7cPXVv+sU9+PuJI9p/u/bfBo1ELzSDDJYo5olQZw6V8S8x4cLEN6h7SHwgz\nJ7sAKGFKGIhHW8f0R9KT75tzf3jsVN58qaqVlwUm1Opo1chU/DEyheexH4Bx\n7OzqpSrRM+hhNkIC6ypbCJkGFp5vMZ8sY1m5CZ6pwmwr/Ns4qiAohOG6958c\nTUbPHfZRuYOHUYpO2WZqTr2H8EjLVc9mozRG0C/8zQi/EpsnDctY6NJO0b2A\nC/sRR+xOlj9lYHLhnA0hPb6/SOO2hco/mzJFXIXjVy7wxTlcQjFfMvxrr8UV\nh7Y2sclGnwIWdzIZKna4+xHGuPkaGGGWFARA1sBD0te2lMHGJNYHCugUOU7I\nqLrk\r\n=wNck\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFDZSUQCmRTb311Ct6iG7hFF5RO0EbISNwfufc8TAyrRAiAoltkvfaZ/Uor8lwiSpOZ7SGp9hbSabDB26A/BtWoxmg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.9ecf3bdd.0_1615422150595_0.8309982608183395"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.7c0e02fd.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.7c0e02fd.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"96acba80bdfa05054613c4753b3c0211e2ac7a76","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/96acba80bdfa05054613c4753b3c0211e2ac7a76/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/96acba80bdfa05054613c4753b3c0211e2ac7a76/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/96acba80bdfa05054613c4753b3c0211e2ac7a76/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.7c0e02fd.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-DYJF0lgJlXq129BGz5CJQ5Tpkx9whwYoMsWJGKHiAtj2JaWHHFBwhwgoVvBqOMNTZjQRPY+ZqJQOo+NZcd1QQg==","shasum":"1a1cf3bfa676ea2af90c8c87d540cb2c52cecca2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.7c0e02fd.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSXZcCRA9TVsSAnZWagAAoRwP/0D/dJ2jVW2LLyyDDkmc\n2foH91jP60G5Yc/q2H0063sa/Ds9xv0meCYyQRNSgXfVzs3ljyH+wbWikM+9\nPzu4G/x1AsNopFNEy46aA22O3CfBWapABpaaCJ/cgvdrYUFm7SZmUT3o4qsI\nHE0VjfpDA0ThQF4aATkCqI6elgGnta+wFoMC57Oq92Q8D9DsC7ZHo+D65n75\nqoNE50yV9b+bkhyeaT6FUpNFhtyqbLXbVfycLRXS9c2BBrcbtdYD6PyviP/+\ndMx7kYKvlhiN7ufx3fVXXaQChGo1/CJr9XKi/QY2kPKT9p96Jzne6paK6YYZ\nuMrMxb/A1fPRNe7mw2Ah20kGJaVO8GCSLSpw/x+pFmTtHJw5vrNxUtWRS7Q0\npN1LxmiAl9zgd2bq5j6ljUSAIS8l1iB+zB1slufV6nZZvvipaaBuxIgoBxaL\nQRUIudwlNe3GComyZy/uubvGoy89JFWzCCX6hVQ6QWx9PV8ER9kzWziJ315f\n2om8WJ3d2Fk5bGakll7XlK9Fh+3CJtzbdFQrrILOycJn2Af9X+qhX1Obpv7y\n456BcYS5v607VlM6/bAug81J3OgChyNrgaVflV09QJGeE+/5sQyGKfcBLozu\nkiBuWZ5CdZFr3mCJilOoHtd93i+H8RQITUiq36HAvRS4GK8tcdGNB0GQZIVB\nZhvk\r\n=C/ez\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEqPOEEZtzJEC1pkA4aMJd/ol/5LUPF4h+bmxdRQ6zCVAiEA2Avl5D5Gm/ql+KnXLCuXubSklr+lt+Xgp861T7r4QSc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.7c0e02fd.0_1615427164023_0.5797525950227846"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.2d6d59cc.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.2d6d59cc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"52ad91ef80e9719962d213826d84928a37cf809b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/52ad91ef80e9719962d213826d84928a37cf809b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/52ad91ef80e9719962d213826d84928a37cf809b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/52ad91ef80e9719962d213826d84928a37cf809b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.2d6d59cc.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-8eceQ3RFyHF4NtPuOgcpwfSPFISyJGLMcFgq4uPKDcFq+cR0d/1KzoVesMhvuYlW5GyiLwaLSWgQCpA6jnOFzw==","shasum":"cc43b713a4cbfed7d33c97861b281413d90981a5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.2d6d59cc.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSmFVCRA9TVsSAnZWagAAq4MP/08kHfWShrp4hEMTBKJc\nFLSrBWudnDS9JG4u3j0H2l+VjcdP9D31msELuJbvClU0G2NqBIuu6EXoFtz2\nbiwKPZ8yG0xulPF17INIilv0R1Ia29RybwjyvdU+1WYbXI3nKAPbpsX0/Fsx\nJSPMjmrwCdGfA6Q4Xwsfumvak1eaDnPKmF3ylqAX9R6sDFDkGCyZcz5piaog\nsm8IaOiYKnZPkGAUUkYW0djV7tEKQ+YbIH+aMczvAZUkNc123pzOX5zuZHjf\nLtvYsHeOU7w5nEN6FTincno/Rv9fTxxOViE73MHRxsXrSHTbymRX3Dd6hv5Q\n5qw7uasS1dYMoky9OmlZtPP1qXcgkbpvRzLaoHLp9JNTUva+Js4YDcUxJwAi\nbpuYJ8fW+odwmQE7POR+q2fLcxnkmKRbzvaH7NAr/37gtEnc90rHfPqQr9JZ\nD0g1p0HT7BfM0032LjIihdrN+R7bMQznwC09DMgPT9Il68MPz1lZn1XdRdqO\n3AYX5BjTESEftAI1pH9XLka706j8c9hfQu/vmZapa47CvwqpGz5/eQeBELkE\n9+8VISOlSNMvurJoZpYDS+DfhP5TJlr/970mDoD1zBmN8Y53vla6EW13+vEN\nsQpzgWG0npB1Szns0PkhX82+1pR6J12lIjQc5hvsDU0YGtHZPXCqZsCQ7TGI\nRSiy\r\n=0668\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuMyrTS+rGmyli+LfoGYLys0AfPT4p6WHPzshGRt9gGQIgIh95vC6o+/zWb+IDYZ1bodfGAeklLphXFZ02JXrpPdY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.2d6d59cc.0_1615487316967_0.05245268734714936"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.0138863c.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.0138863c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"851518435241b4315820e91765f5b26a5537c63f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/851518435241b4315820e91765f5b26a5537c63f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/851518435241b4315820e91765f5b26a5537c63f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/851518435241b4315820e91765f5b26a5537c63f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.0138863c.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-dwClSP1om1jcwYJ+RlXFC4bsHEBHf12vfqJEzrdR+6k/KdkWFC7BnjQJ++EM+ZegnzufNHRGLnzTQ0ietKq9yA==","shasum":"33520240f9157c44187fee3a3493e662801df7d5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.0138863c.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSmMLCRA9TVsSAnZWagAAGRwP/A9RZgF0v830vXIQH4DA\nxsWwP3tWDU1NiY8vz1eHv44laVNF6jRwVinniFag+egFeeZggyWinRaS765N\nUvb4UeC0M2/HJh8zIt3EYEt9F4H+Hx/PB50CfLO/zyYipVAqpyD+xKXFQFjx\nfLUSgGiufFUCpFasByaPYX9tIx53VzNWAb3LiFOfzn7ZyevMFE8nfgt2vMxH\ncRGg6gj8xho6rrO7moHZX2SuNhj2kOmwEAjOiSa9cWhCwLRcq5COPDYz3gZI\nKXsI+0Eclj4DVeMDvq3tgb8Q2EvSwo6MTqTwvCdgb9cQLwzTJp1I8AWup8BV\nkvimqySh4yxRbS4f+NjCj0IKqD+KxPEk8vXgBD4ksIDhCCVDbQUUJNxnk5VM\nX6FYwkPN8haojnhenrx7wCuFuAtCCNvYwg8WqMa7sCbT9DOLE6lyeUJex6eO\nJP4/cT9FNw1FCJi8Rx/QndncekNKC90EQ8WWt+wJjDXtBOnquOK9s022cFU0\niBlaaB2lD7FChfqa9iMTEwGwDmKAg5d/UMVPvPv1gEctgNx9GOndOe+CCg30\nXBHZvVkkW3lCewN7KuvEMD2rEU9MIqiHbsEiMqcC9WTGvUEHkEzKDJ5Ra1Qc\nT3xY9nTRdSTjYBbKxsEjDZf8QTzULbf4P4E2f365IXDioRUJpTWL8KGvXPBk\n7woy\r\n=kwKx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDzbG9eAclEKQNfl4/vg10Ii/4DaVXgaZr8OcMQ288AOAiAK6lDZLCJao0klDK2tKS00F6b2CN2k8v3X3y41aEI/Eg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.0138863c.0_1615487755215_0.9894214904822771"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.926f5bad.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.926f5bad.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"516a00bc24de904c4782b3d5f4f0d285b7fd1d3c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/516a00bc24de904c4782b3d5f4f0d285b7fd1d3c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/516a00bc24de904c4782b3d5f4f0d285b7fd1d3c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/516a00bc24de904c4782b3d5f4f0d285b7fd1d3c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.926f5bad.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-7+NIQJQi98ol9scRo8lCGTmuMKTblbjfzbYkpIWbosO5nhdElwRBr6oQfi03aQ2o4ZulMQESIT/gIRh+MbB8SA==","shasum":"d61937df92c88d3d9a292a3430910c9c0b42d6c3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.926f5bad.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSnr9CRA9TVsSAnZWagAAPlMP/jS+/q6/EliPPCGvDco8\n445IaxCyIcTxRoyfHxnspn744ePkA5sd23v+ocvZEVTaglHeqKCuhbQ0mXdp\nUpuRmsIlP2OSD7kCssQEYIwMZcXC9Pf71V4iWUgk+Ua8JGbx1sU2V3bDNKVN\nDK2q2vIzpXmiGC2k7/D7sagzwS8/0K58rwUcJpCRknXS3JvNG36oTiz9SCFp\nh1CknQvRJfwu+G8St/9JmOTIQ8Y3t5xjjwMkykx/xvt0jSR3Omfh/IGMWYya\nF3cVjVG5Ac+M5vIlpTPbmOHuoZCVx9HjbP+OmWdPZuicNgB1LUqLEdAoQPSj\nUHMG6S8u70ZPK1Nk6ayYRn2aAidVEkYc7tNq40+WxlA3/0BWmogDlSJ33rLE\nynkAnukijCd40NsG7c8zJtyXYxzBCgIIRE52Gd3eGs9+Q2VHxMTEuIOVbUNw\nqRX+/f+tbhfc87kMlHFzjdnGYg3GM8IfPXl3olGC8SoYmnel5/36mqHMqN6R\nLg7olJHOOhxi6S4c7CpKuzaqJ5cIjUm03Yk+Lnc/MdK6Kx+OWivPK1ld4350\nBsg5lSYO8M5k0FggasEM3dHAbFYGWXTrJbQLy7L6lFuNfV0e2BrfB0zOJrD/\nDUAXYDVqSRYktT0W0fP6bx4apNZ3gDMPeAZOOjEA1vgwbHaeL3mVju3dpi6W\nfU1v\r\n=zjMP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGW4XUVS7irIRlbRDFxMyOXt6JPZUW6+Hx+aQJuw1qP5AiANc3jE+Is9s0belyX7/S7sRJda0XUXugvp/jZSL1y1hQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.926f5bad.0_1615493885559_0.7059862122133487"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.520290a9.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.520290a9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"9817154a83b0101256b341e18843332e354f6c08","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9817154a83b0101256b341e18843332e354f6c08/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9817154a83b0101256b341e18843332e354f6c08/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9817154a83b0101256b341e18843332e354f6c08/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.520290a9.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-0j/sWYPiO9pm62mnZ/DFIDZsqRdEvuGNnW8mparPJWTUgz9I8fql/EZmKDxQLJrguUxuBZs0CFWq11c1ei6gQw==","shasum":"b93c46d1556f76a2f6c6fb31c1d28275ed5f1ce6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.520290a9.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSplICRA9TVsSAnZWagAAoFAP/Ahoj6kmW3kvy+jZa7Df\naQ6Ebl1qKY71YddhAq1tN3+eIsGahW2UICwJfqj8jhC0ZfpxzhsW4p7JTsij\nHsaUrWBJjS1biCcQOlCJ4qC9FDHgLVko4eLUNXRy5T3naqm99V0UM3WvTjRy\n5HqnVZ0G8WoYHAP4MT0tp3b25k6TDfVZ0aWPZS7xpeq1QKsDWlSBonE8VTqr\nA+6ULdmM8yR49JH581/NfV7Gp4NmHXDTZyhsekHXTqn+nEjjQ6R+vkJ3rVMx\nHePr0ewrRdtcdlTYf3QSbqTljmgBl5QDpt8+zANb6u58SBa1T28zlOftYS7o\nHCrJDNGgQMc/F6ZDfulaaVRsp8y+hl6S5f2aNHtPVBVEDzZIq7TSdI6Rt3ga\njXyV0PX2YHokb5QcNCUMAu+XP2dZxOgehfKsGIzDYIctwyvdnVST6RDd4QqO\nmk/0czzPJ12ykyHX1xwMOXmKeZpVD2mtMaeh8rijKsqYhJkeBrAQFLaH/feR\nFWNjQedXTAO7QyBNkQl9Aem3ZEUhIKwTUNsVhXWigtDkF3z05LrEJARM8tN4\nhcSB0UySn1p0oLTgs/8E+oZxt4uomRmMrzW8s80i54/Q230LNy3yes7ExHOK\n7yYlmj4saaDOmwvJpMhj0d1WvMVKx6sO2jydAJLq3VCCAOxIfU1N70KDnpKe\nFOaq\r\n=Zbv1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsAkW0ByR0fFvIGTeVZIIoqqQ8Kfsgvdd7db6JCurWewIgCgqAwwpD8L696yzsKAbEkE1hdHHI4VmrPHhXt6MIOgY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.520290a9.0_1615501639957_0.7955956682126868"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.9ec431d1.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.9ec431d1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d7159bb385f7dc7e6077615de2e9bd441747fdc2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d7159bb385f7dc7e6077615de2e9bd441747fdc2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d7159bb385f7dc7e6077615de2e9bd441747fdc2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d7159bb385f7dc7e6077615de2e9bd441747fdc2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.9ec431d1.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-qOiHO4rWoYio+G+c5zY903bR82YfxKqLRgWWCvspiF+0C8CnunQyWAAcyWOLs1PHY+ZhgjSotf9QPbEkJ8ChBA==","shasum":"878f89aa83d02f418b6a0477ed30e70397fa9808","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.9ec431d1.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSppKCRA9TVsSAnZWagAAQZ0P/RwWJv/eXCkHcrIQ8l8c\nUtYsmvJKpqUzV24iv47HO2Ty29x4df/j+ylHK/jCZAwH6HGK4JyNfeOxV1s9\noT/PTnhexPm3Erm6Zwm5Xw1xW1Qi4ZqaFdG8rf9uVprxOgFlEZ70CKdF4lA5\nnYvlfOhsy2nnSakM6VFvJz9spAwfljUVWJX0JelnyA+9IYiW/1c1qSRjn0LH\nWrz8IFOxRxchMnXKc629MDDAdhOeMEgY7VMV7WsQrE51a9XrpuIDoQquFf7R\nTcwRv+kmXjplixjHQGozoFbwmugsx61p0I4WtLDtRb6SGSeTgkOG7L7RGPqn\nLdPopxcPuRI4XoX2rs8s5Jz06AfIPGSiP4TzvCip2bgBpiZ0W049qUy3w1Fk\nwLua12jIjtuz6LGJbNuBKt1CvVi8i/b+auUT2R4wrXbcSy+ZVEaOTY/lqxTI\nmlFSSMDgkD3eCVG5dvUe92m9e9fno1cwBnYRumeclGE/BvYH8zYLs7cEF/6V\nj8/FZQtGQ/pGF+nKmcCKfd/EHUgBcmDUyWuMykwxfaqX2oQWGGFcAvVZya3b\nRP2RXZ1l+cm13C7sY1IxLQAseI5/3lOP5/K7VYwrTo0SKunr8slKMMwb97HH\nvBHzzb2to85JKsbxvbQwQ08H6NceXpV9k4E1VI80Kb5V7qtqs6PDOsXKmSzy\n2Fs8\r\n=WrG8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHHwBKsK8s3PiE35clWYVDJAvcN/i/rQ+bgCvbUVmanpAiAFV+9WszcOgo2MMCEWYdm9dnVDVwHVCU3PyKB6W3UJbA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.9ec431d1.0_1615501898226_0.9579318604422307"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.4246c082.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.4246c082.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"571cad0df3b7d77ca4f17d7248d6115fb50b756b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/571cad0df3b7d77ca4f17d7248d6115fb50b756b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/571cad0df3b7d77ca4f17d7248d6115fb50b756b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/571cad0df3b7d77ca4f17d7248d6115fb50b756b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.4246c082.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-UTQCfFPLemfRFxn1nLgpLAOIRCwCJKzYCmmIxfDkfAnVgOK1rueX9ydqPsq5zwDYs6b9+ezS9cVDZvBBhMF5ig==","shasum":"f323a871c5daf9cb85dcdcb59ba053dd1768b5b9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.4246c082.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSpvwCRA9TVsSAnZWagAAf08P/Aws3PLijhqjxtEpQxMo\nGs0+A0tvSPOkHnp+GG/xHjBXYFWS4d/guUpfuIio/0eGDUXbeHH7+D/0bhUq\nvemQbvrL3XhbCAq3ASRaNay/sFrdZpXlpZs0KgplG7XeGohiN+Au3IDSTA17\nKs9916eXV6QoWoBoSvVA/0gtR7xkFmHugXg9DnW1W3rIzY3w4JEAOTTsP0t9\nUVfFAVpwXUzda3VKSlT6qJMNzAo55dS5EhjBU7pReANRzxP4fbE4wowy3r99\niJaF8pGs+99QH7wRJ6amB3ko2L+jgUydemjCuDKuGyCmKsBy6lkf53xK8vB3\nyM/NFMwR/ZZrS5XoBkucA2ORYnnL6BH7cbS14zFeylkrmU6+/Isa39PJtfGw\nD3muuKo0C/Fxoc8D0YuklzmnQVF4vcyjNTk1YoFnLu95+X1vQVKFX2JODKei\ntdQyoBQ7SvEWiERPxTlyXymHdUbnnLVJWallhII+tb4FIqEKWH4fVd5nbVZX\nCTquB7npKPWxHmwTNiOBy0eOFI3d1BcUjocjYC+gWQHXkEwb0Lzrq79P1X1h\n/BPo8MqEHfOLvhBsanDlpu7haNnUUTzaTVhJyT7rRRDfXN9g3XI7rAASydbd\ngM/4ab0/BLZ7e1RoosrMbsh86Up/eI+xFFtKU9Ho5s7pzNxerog18Lh13X6i\nuRDl\r\n=piTh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFL3w0ZSGWSDBB8l3uVSiYRlKQxQfTCtrQvK0tc0W/nAAiEAphH0twWUVbTON04N4PWpMLTKMjdU8oLtUN02B2XiS0k="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.4246c082.0_1615502320274_0.4662793553502773"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.2d736253.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.2d736253.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"4d8c53039218a8da7cc5199162317802bf01f7a6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d8c53039218a8da7cc5199162317802bf01f7a6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d8c53039218a8da7cc5199162317802bf01f7a6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d8c53039218a8da7cc5199162317802bf01f7a6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.2d736253.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-Y7kQRzB/Il7nb3hNjYTJ8sT5qrO050caQDUgZTI+tLTch6UBcZZNHmrUJVhzblHPy+SRFVdTxiG+tbg10OWyuw==","shasum":"0e279b8c34666b380b63645c48a36fb6ffbb779f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.2d736253.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgT+EdCRA9TVsSAnZWagAAfjYP/A3/PYktsbsI1tckhnEl\nImlsIHV+dsJD6/jVE0f++d/o/5vReAU8hXGNPxgkSQae9vtKeLn8TTT6O656\nyz4rRKtjRpvF1+NQgxiuGGcIhQ9Odc41Ltpu4SkpZbPEgUuA31teMTNtG6O7\nhKdMBKFueEtr0MZRGSaIREh+kk7Yc2IOcmIZA1KxEYFI7RzxN9DgpWnlzvAg\n5QeYpi10tMpdhMWwOXMy5W9OZGg9qtgqTgjptJB30pOJ31zDYGIVtDlL9/9m\ncRG5HC9PkjYYaXXx/qZmVsnyv8URuaW0ENXdEOhHYSwB5yUI58lefBfG5SGb\njh40dT7sUXgbGiAxqg4aIIt2VeRTan3bDgO2adzh/XsPylUOAGMK091xpRVw\nMgW+UsUFM6jw7t77sIN/0gAS/074a0s1FlgK+j+GZzwri9eTQVFhgmEO+ipm\nLxep/1qmR7q44kPsaI5r65x1nx0Xq7XZb+v3AIwzI0GtgGI65upFu7sEkCn3\nsBGUKANK1l+HhCS31H39pMW9y6nkPgeH0UoNp3htzGcZW4lq1gT8ebSJzXYr\n1C+KTT6Rfy+L/M8EL44ZtaHRAgcqxV5cm6AYwUQXaxeT6zHu8fO4/J7qYnHr\n39G1HVK6k9D+htY4zC15FqBzOHUoaabdYpzFOCJzlponBSyuCCrn4Mcdaiic\nPoto\r\n=zftX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNrBvoVzjNJsfjFV02re1JUHc3C7RM0tIJorbQ1SQlNwIgDOrQskfkjEqDYQD95DYjuQjuQVwV7usECpCD9OO6AKs="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.2d736253.0_1615847709153_0.40729070257904043"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.7033124d.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.7033124d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"7797af96dedeb3641f0889f0ae67bc02a1ff2332","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7797af96dedeb3641f0889f0ae67bc02a1ff2332/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7797af96dedeb3641f0889f0ae67bc02a1ff2332/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7797af96dedeb3641f0889f0ae67bc02a1ff2332/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.7033124d.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-iacnTM7RgRFLz9ZS6PixHKxMZQ1le9o5VULQa90nIk8iXAuf9Ajs9MabhnN5UQdABfIpCfiDRGnokZv0O7p6oA==","shasum":"5dedb41682cfc03cd4d090e419ff5cc1e2408847","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.7033124d.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUPrECRA9TVsSAnZWagAALccQAJ6r6hBAbo6TaH6YtpfB\nx1NJ2pPw+OtHaUXVdPtNiPZGvx3ajhFyHRel+Z1768/MwGTsml1Af0nmIgRd\n+bt1xKQyiXdCsKeboKLhtenAl/PNkMC2x4nU/113+jheleoA6vnW5TqHlTox\n57GJpYAmw97gmvQqeKgEdWA9W0eTE+tOUQ7sctc0HU6WSqwDrjcRnQe5Ai0W\n6RZx+GU9ZcF82rdORkzY6To9JZkM9RByrfxgRmsCSD0YcBpn372TJhJ8kpal\n2DjAjs6xevO7oHg0RVRQJaIS6WYR6+gmCcSX3ZHmJOaNeVrrFZELV6OZyd7e\nbxUy5qVKPHVAqvPg3InH0K6iHjDPkaUv+1mygjFMGHXl3T0MgJEIEobnX15c\nB76D5uuAgrfWh3PwaHECE56L6TTJGnztiUOwLCAaISHhbPS1IQoK/sYs+KS6\nZZN7N7zkynYWseFWyEwWXnUQivkh3WLMeox7sh+8XRVKBeAmbIOKJeiKwXC2\nS5VI6i++/7iOQ//XXoxNQlK39vGP1LIGZbs6whuNH/gA5qHT1fenfTgX7xNS\n3BThyp9pH8iXxeYkkI3ySudnZ0A5zI/gaK3fh74X77emWomhGx9LHPCeu5nM\nXoHAukNgneK9B6iZfeKxE4+koChuzMAFptK3z6CLUlgx4w5h2igL2GM/Ny5F\nuwD2\r\n=Wre8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCETjPvmxoWEi8EHD9X9OZhh+R7AQRJU66yYiUGBdPXkgIgCyuYsZzS+iQ0L3WIhjXlEdTfxs0o+iKrt2wwlIXQm2Q="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.7033124d.0_1615919810953_0.058315047305825374"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.6c0ee901.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.6c0ee901.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d7894da96b1452ae771bb3096b993e3f51ce8adc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d7894da96b1452ae771bb3096b993e3f51ce8adc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d7894da96b1452ae771bb3096b993e3f51ce8adc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d7894da96b1452ae771bb3096b993e3f51ce8adc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.6c0ee901.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-HuEpW1J+NfxQfMqHecRVJJHHI4Yt/Do1EY+E27fIAMUod3595WoUikqz4iV2RbHXf4rsMzWzAzLLDMS+shh9Vw==","shasum":"3ee01201f291542a9b4f9340d6a6b1115d0667b9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.6c0ee901.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUTNcCRA9TVsSAnZWagAA3+YP/im2ZG3Vf5u2js2SLwW1\nfbIBr+gUv4b3V8StzS6UkuPg2FLapFYyf0WxIpQ6D1HPZQzS/nEguPfuGR0y\najBR7rXL5pPBhRKJtpj9nR4kDzf8Ugc90ogmT7u+Xta4Mt0gMYsn6yDfK9c7\nEmKiT1Dm4v2A2HoDhwQgnKe8bc937aBtx2lzLNySd50iXvd6kGDtKxzKSfC9\nki0j3rYHI/IzSG374KP0tkCwFOj3eLkFJz642eJ6bEiST6RXY9PJHw0wPaR7\nofJKs9dZ4uwfUVpfE2ASDI7evxl3TRJRsxnIZ2a8Mn+87Exb4al3BZkxVbOV\n0BQs7mAKtInW3EUB5/hHE86+D5a2IeUlmCFo5DJUy2LX86orvdGTs83ZPt2M\nLchB8tAh+pdvsGpccq1JulDOlFpFtE9FUBkUcbrXkco1aH2/vXXiNx6ywQJk\nmSvNK4nfdDVmxcNlHx6pSNxGWt/y5DU4Vfs+nDKzEYV1i3UDqt/NrSE/oA9V\nZZHZAVi2QgUIWd42jJqNlSTDfAXve3VqoRVV0g0aPHmOx/o2Wh6QX46FDNmj\nxNGV8saSXJBsdTNj6W8OeHx36hum75899EU4lJJHZV9IzQody7QFWs+eBiYL\nML2dU+4DvXWyq3nD2Hyjp9GF97oa0IgkUiA7tx4P+hcG2/W3ipSikep5Ahzc\n2gEm\r\n=AaV1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuG6JDUTfNMiMbN159shlxjq8c2QYK88Fwl85SQSYJWgIhAIrsMsFZjT1eUJ0loFZoTwhPT2oZuNS7YwL4pvVxLMh5"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.6c0ee901.0_1615934299644_0.029969471576171358"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.7f0d605e.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.7f0d605e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"77ccd00da9f68d22de2494a2aa4f35b0da375669","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/77ccd00da9f68d22de2494a2aa4f35b0da375669/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/77ccd00da9f68d22de2494a2aa4f35b0da375669/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/77ccd00da9f68d22de2494a2aa4f35b0da375669/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.7f0d605e.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-JAbuuFvOWnwRufRQcEfOUcKXRi0KxvRPXGtxpUfx+K/K/ECF7TY4/8CLZPfYpSbaQXcPO8pAZlSUP3xDt882fg==","shasum":"ca6c6160e663366e14ef058be187169e12c18f46","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.7f0d605e.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUkSKCRA9TVsSAnZWagAAJCAP/1OvfPNvcZLsA0pyDCJY\nwT7OXTxwTxS0uWe/XFtCzFyj3lSzyQQCyBjR3MI3LuTcJiditW0rOs0YvUor\nZ0ImSjhWH327lFqUoIRzgqwqz9F+Dn0NBdCRh44DOf54B87Tus99fPQX1MGv\nLRz9ehixuLTra5uNcOfyWhz8cJHEBxsJkHZxtZdJK0p+YafSv1P4NbANjrKm\n9R2o1Y+8SXUhdvrN7Lt7SUThUGBPoH6yOgnUspXq/Zqg0bgbzSaAsnGI+7dL\nOBv6nY9/lNs9LDIXA6/JRiYokKN2amPIhR3OIbTsQ/IdjybOlu+OZv/yP8ho\ng34dDvb0fE5ak7y+Z6FVYeKzR2RaH+dQ3ai5/GdojV5YzMouLAP34nuAJYGw\nLXhQAGOfeqchxjCZcL6T90MvBiaNlh8QInBqvayMkcWEnc6T+hxgEw7FW4bj\nyPyrUlNVwPOf6+zFHD+Sm3MPHt7RisXnd29nFWSzO8B8IT/vGf+GDQw8IDWP\n3S0lsLgjo4DJd8So0t+qgoOx59ln0lOVZaQ90AgQCzks/EEuHpv8YJgpLCSN\nxpqJ0n+G4cb6BQq39ZBIyxBMW06pu4jqwACl5nsj2Kl5eExSGRbu4cYpfXWY\nrD5ktMqEvzdr0gO9z14pUeODuax6/G2etcxIxaX/5YNjHr61fFrJiRJLVmYb\n8lLa\r\n=CCPS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF4loOujFk94ADcQclrxYh/u2kkjdJ6wVTx7/WBthOeaAiBkuAWmCRudZ7PUEAig68RKPvb1NeNKHPOeHBAlTgSjqw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.7f0d605e.0_1616004234181_0.6471194219365879"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.572107b5.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.572107b5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"9399ecfdfc3b2f0153e16b3970555c1351c9ea81","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9399ecfdfc3b2f0153e16b3970555c1351c9ea81/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9399ecfdfc3b2f0153e16b3970555c1351c9ea81/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9399ecfdfc3b2f0153e16b3970555c1351c9ea81/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.572107b5.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-5hxBCRlWRLne30GByxDyUscL/L1TRgWY6+U2BKj6rsDagtXXJ5JGHyd4WRrtrgb9EOXL+Pub61TxpRQ4SyXovQ==","shasum":"5c53f4192149e826e53c2947b4c7a4dc2a101bab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.572107b5.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgU+gCCRA9TVsSAnZWagAAfBsP/ArmKCjuk4U/LL9Qu4Ch\nSrm1+sYcaZYVl897EhQff+/+18RPeYFkJa4mbeylQiqcbpj/wlI4zZpRK/Mk\nlOMNDurBaMPC87DjXSeMFBVIKa/Cb5DXh1qLiI7bFhjIxiorMTbfBjasZWEy\ntJj/peLOb0hGhUKmLURW5pYuiuVBNlUfT/LruoUXf1vMDQus1NwwuIKOHYHt\nZ6EpMGb0XC96acltMll+kvBqFAF3eT4UpVkLZVerz1zcQrBlUVgICPA/zaGL\nYAg6fUBDMrxAfFIiWC2NRQciltXH9EoZonkGhRtLHgSQYgcu9O8Dn7EVjUf/\ndRv9EpHuzRypwZrLaVsevclI/guigecM3gRfM+qGkC8UEaZPuUMcryKXtuvF\n0BpZEidd57pSFKpCJmfMjtZGr5mbbqe66v7BoYcxrlnvYgHyJq6BsnKJiGLT\n8srzo5t61erBIgj4tmUzmhGSJbZFwSLyTNCeqBINYWoP9PhLGyIcQTXelTdZ\nmga2UOpJLLmTRObgtm1/Ia0DVPvStzBCJ/0YnAKm611Co2qw7Ou+7NdVCus1\nrMOgE3++jcoTSKwR3GgoY2RoUM9ejrSFNLH2P2siBJSB7sypxUFKeL58wWww\nKUqcvikzQjMGK4lpJO37zwdEl49KY3wXNWZBrrsMcNptCdEpmKWQHZEXFv24\n996+\r\n=YfWX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBAIw0QPHxRgqR3pHQ+2ApdpPWTKYlApW5GcM4RtyhW0AiBP8OyQBTHjfF03NMqOXZQuIVvhjOFj3yQ7EEa7a5t0Nw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.572107b5.0_1616111618297_0.6002410262399007"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.b7b220b1.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.b7b220b1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"23f87dc3afa9f7b0599f9673a9f27f15d9751f3a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/23f87dc3afa9f7b0599f9673a9f27f15d9751f3a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/23f87dc3afa9f7b0599f9673a9f27f15d9751f3a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/23f87dc3afa9f7b0599f9673a9f27f15d9751f3a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.b7b220b1.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-JzoYmO1G3/1vT3/nrVIAxK1InQwE0dMWT1RAsrmRdtEQVUwHmjqNDrxpMPsLT/dW+DbAXLH7t5+38clxUE0MAQ==","shasum":"4937317b96dfa41d35ef77f3fc133e5967e47ff3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.b7b220b1.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgU+4GCRA9TVsSAnZWagAAyj0P/Rb5tYKz97Mrje13CIcg\nMXz5GQpfesjjecLak7XTK9pGzIExit5dKBEGBy0J+vNhgjMxYw3IXgc+eSfq\nQP5oEzl6JGfE5FMTT1he5JHTkyxSFSy/MJGVMX2R2iEDXWM3xFsU67vVN6C/\nwMEtjSlkcCX9F3iYqUfhPLBrlICYVMm0hBg5JoTlW5xB0PUqxGulQWLF6TON\ntGn74eO9VjmzshXWbPB4tASsQSAYEULMl9h7TEwjc2r2bmoOtw7aq0soe4Ou\nz62YYIx8sIOKzyfygDQgsYiz52TSjcrQ58Oj7mNZqXOLbyPzCKaPii+BvHQj\n8/sCRvPSJzXd18AfrsnlySNMRLYV3PlskFRN0wTFOvIox+Dfu7EzUZofxthd\nbMI4ctgU9AZvFZkH+arWTGiBTbxTSSgHdJ+p9MibXZAdBDMdGDyuI6oSDrYo\nnOfpU6ZVNz4lTY43rOn8UNy4U3aOcCg3UszHhENCION7cGU6CLqBMkpNttXi\nMQcWoEOhp6zKTK/yGslQZZc28Rwf3K4U8gFgQDnpqO3MjAO44/f4m9UdImtv\nTd8hOs/Rg1tuz0NzOf61lFpEIapEHotwUvXD4betjkTa8Y36vQCKkZSE5eIS\nW+zIz5btIgEi3+rnQaY9OU7d6AR5lVbR9U4eKWQ8oLkdbxlrF95amKNqq8Ru\nyQSH\r\n=M5Cz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBG+ciVAc5fveaKkF8o4k4fCVSVbImXmBdTZgUxn3LPlAiBdlaqZ3fVHBMyqLjtC1fSprQIYIJqYvQAx4IC7/n8z9A=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.b7b220b1.0_1616113158278_0.33866129243778165"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.233b2de7.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.233b2de7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"6887e9dd977fe57d5199416b097952ea056e78c6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6887e9dd977fe57d5199416b097952ea056e78c6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6887e9dd977fe57d5199416b097952ea056e78c6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6887e9dd977fe57d5199416b097952ea056e78c6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.233b2de7.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-qgVXE57Y1BmFBeT++++apJL3RZ0Nni1ojhnjVgisnpKmejoTtontpVOV/+Y4U6dNzyjxOvo77KkjsU/ilOy8Rg==","shasum":"7a31d7da821bf78fa365237885388c052559abba","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.233b2de7.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVO16CRA9TVsSAnZWagAA3I8P/3ssfd3sBAaWuZbbRo9K\nT6tOXV+1FHnCjmmkoJLHmNYlfIrkJutBSSlx89mJiKsI187jlchogoY5O0no\nenqYvUIVovH3cKBDdcrN0jOGo0Sq6QDsOqlvgw9Z+r0HUXZC7eqjTk5DSYrM\nBZNFsHAd1tjfqWOE5njdel8j9WcmoBR/h0fkQsUofsSeHUJr4rAMetnk/C5d\nLFurDZkhpkAmRtF+miAmPXsQCATZwK+9h0jO33sSqyLcaDMk2qNqbXZTR4bS\nu4aP94XoxGanAZCmFLzfwjS1Yzrk5U11Fu36jq2unWS11/XoAf7xGwcanxg/\nChxB27GOKIedeqkcvPg4dww9P7RfgKwGI5drJ+D7LCdS0kOEQnHD1rCDDnP1\niZDPSm2K66Tg5vgni+tgrT4a1eTixsQHFCf16V4hggfHY4re/uI+p9V/78aa\nJaAy6NUVgh0NrMzBNsiCKpG4GqVv0YP3FRg8KCu7ZcOBVe3U/vbbIOhb/2kC\nM+xpNm2xxgcsezp6A16375IcogvmBJPXXhZj+4v+etQaZT2d9Tc5A4v1lo5q\nyei13kaI1YUmvX6cuGWVZkrhJryrfhYgPBSbZAGYpPxhK/vmZ41hfO90kY4k\nHdRKRwV8zsrOfxa/x0VQXt/38CEF0/aS9W3QAOUMJazAMRHy816M/R27xcYU\ncdEQ\r\n=HRST\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDR6rrTW43/RIdKii1uzfb/T0aiEkEbb3nEfdzcTMqaPQIgSMTfp/SNBOdYvW6xP+2UuSPEPSdlK7FB7iNkth8p9iI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.233b2de7.0_1616178553767_0.7067090818149158"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.0c1a2d97.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.0c1a2d97.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d341fb857369610d763723d28d8c9955cc461de4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d341fb857369610d763723d28d8c9955cc461de4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d341fb857369610d763723d28d8c9955cc461de4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d341fb857369610d763723d28d8c9955cc461de4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.0c1a2d97.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-D8bbRV13UqFYHiYnYi0f8Sdvl52s7nF2XFpAOyzmCQONUE2f46gSV8RkYM0gt8SvErW659HMmYD0qUjW+0W/8g==","shasum":"2fde2b93cdd693e2ed086b6f38c044be9c38bfb0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.0c1a2d97.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVRWhCRA9TVsSAnZWagAAE9oP/0sEvnXCOElE5ho2lVsH\n+jvCVAwvXMPKDi2EzdKWKbSDqypFJiEcefXsbmf0MZ6uEyHrHB5NiwM8x6Sa\nz0zlvX6tjV6SVqbkt10iBUdfKFdZ8u+ds+BNW82wzqAMfyHlIVIJpSWBWVvv\nBdNQd8uPoa1Wdl/aTYdYiDI8fwDxJwpWPb+szQ01XdWpiGkMHXuJkfxUteGW\nz5/bXI5Ed8GzdetMVHiDLvUd9uQ9XAj5B0fG0TKDjoSuZRO9fOrB4N07BnBf\nxtyvp3XZDWqxVk8vXB+dkvuEcbHqvfGP04BsmOjtzw3+LYR6l3qDtQ7AbsHX\no0s4UCepHAIeb2Qy1Ljnh5SiXpJUxUG+Z+aBCXL+I7HXDyiegKz+ZFiSL/BM\nX4iTLZA0Vb0DIbmV/B3yGt3+arxeB5vr9B/wjzDnYkGZYrc+XCAwybwwU6SS\nSgniCGVSrqyfg3Z7dmiYmHBNmxJKiisbAWD+qh5h3htSNaaNF5kAqukpbjpI\nEUdp5c3bkxVV75VGvsCi9rp1daI6a+1gb8G1fuons7O+6lgp1ogjKxKr947G\n6Gx4W7U/DAgPcrhvZnH9/LYd8xmrEzbpFCess4tb5D8ziC25w7vZQ3OFBiDc\nggDjE5nYSlJ/8Y+JFYET4FpsjyesNsJ7TQHzFsuPlJ7Ni1r6zN5nJ2ePPwqv\nYnBJ\r\n=P2CA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTl3J0ReCAuBmleHVZfHQT5FfLLCW2tSJpWkhzU1LVagIhAN1OLFAlxeLQR27U0RqnhTc+RG3VOoKmwucOsRapOdry"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.0c1a2d97.0_1616188833188_0.48232842584391844"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.57ca2e73.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.57ca2e73.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"aa86345a10da02c5166fca78e72e367ebeb95677","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aa86345a10da02c5166fca78e72e367ebeb95677/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aa86345a10da02c5166fca78e72e367ebeb95677/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aa86345a10da02c5166fca78e72e367ebeb95677/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.57ca2e73.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-FYvTRqh2RR9yYiPcfWNxzsO4Rsvwbz5fXcpPnISOO1G4aAeUAMPY2vSvPZ0GjYsBKWLW0B7k9OUxQ1rTucRw2A==","shasum":"7105f19c4142c47ce24c507f18dab83196547f28","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.57ca2e73.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVShKCRA9TVsSAnZWagAAwXoQAIyhMojhNjSO2K+P/Dhj\n5Xwg3VfT0ouIvPfVF63vUPpCgDPcLyCeIpprImulbeGFA+cJyoyhz4AOe8mu\nDEOeBopoL0UsJm+novSlAD/2j0++SNoz/UpQp5pO5MhFQ1m4scpYeE4lGdtZ\nUIET2tLtHdYYFE0w3sX5WDbCcpENR4Hw9maSjcNwtApbEOEXT7I2ZUoGm7DY\nMuddvyVzR/OVaNBSNGtc/ZFZZv+BRCxm8cxYYnZ/ZVYxIRQGTLug4UPG61uN\nhXjdl9X/2HkqO0KpjX41//sa7rn8BE8bK5PpAFZVVybBZbHZsGtIDwUNbsaW\nqQpqnggHmaLW9XQs6gpJlgFbGLlGqPmPoGrTEJ41RA6ImNAsrRKqNSLbvsOe\n7eGWnhO3H4l6H+DUcZvxFRm4sei5ZTAkAlDHwXr4RAwS1RRGtRHtpaqnv5S3\nWbb4/TdFQ8KzHzjLFR0D6R9mrA3Xipa4oXwEyzoe9uW1whs0bTkO8f3Y8UOB\n78W7ziTPLPM684L49tKWARWv6ZDtdvBMO7fd6BSdgz9GDMfn29/cw9ZTMFIZ\nkOkqMiP93WzCocqPoyux5zPma24+tO1bidL5R9f1z/rxi4xqXzAWrCgHDxZX\njH3vr2AMBiIkpft5iE4/iiiGfYtMUwg0H6Y3GjhRa9tRXpqhhJ79USqzmOla\nJ0yb\r\n=h5kT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlI83rWY1uK6mggr8vTMVYXfo85KsCs18UzvZGK9kiQQIhAK4wYPbXhlW+f+xOy+fLC0dtM4NNhFDj5FNZGLLxi6bB"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.57ca2e73.0_1616193610206_0.42001423896001233"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.5c058f4b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.5c058f4b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"6a50e9efec728fe20024c0ac52645387b1485f08","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6a50e9efec728fe20024c0ac52645387b1485f08/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6a50e9efec728fe20024c0ac52645387b1485f08/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6a50e9efec728fe20024c0ac52645387b1485f08/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.5c058f4b.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-T78iMEfPxHf4rRKF9cNhLWg2K0C8quv8SCFHLb0+UPp6y3NZfQ7e6PJepO6OihiX4V3bqfBT5HzjSzpQHW1mUg==","shasum":"9e7aaaace2072dae79f0131e0d54751f2fb1a8eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.5c058f4b.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWnTJCRA9TVsSAnZWagAAi3wP/ApPgTYwzUCgqg1RlI6d\nK8UvGKk2h6Vh05zeTU0mC75C9xULB0wpMpjteQ//dJsI2B0v/548mvAnZMIS\nHtKfDKgqRfmT7ctqEJViym1MAyLW6/sNnRgL43pB0iUC/0McVU3o/H09ANW2\np+TA1Bt2Ium5UAYHxKHIUu/J5yR+2rLfEtmtV9jIpJiYixhcpqJSRkS5R3QV\n0ItGv4KPaKntxvjPz25FZwuX+DIrNZTyj4FpLmjV+lbTphg7QkI7ql4YwOle\nkL71eES8PwBHkKbExleXmNN9Vkj3bjjwu2V46Mlcftcf+PoEd4vEwcV5cN2I\n+7h7gTevWCmtBCHLTDz6TSB9l9Bm23g9m71W+wMeFi9IiYBh+vgPcr4+f+cI\nNVztQ8n4Uq2ffqJgDVSmKfZ7u+jLM+XlZ8KrbjnkemisEDTkjIZ9h6Lu7lJx\n/EQgcxSQvmHbsLR5xAoLHdKYDeyxb+v96HO1/U3fO2MLn11Fj/6//P3TnrJX\nlAxl0xvmByOlEINjHGmY3apLXq7o0JR0N1VmQxuQwBRVd8u9G+0w2VF47Je+\nxPXR0CV/qIXOxtPBPX1AHw4OFbagJG9cKPz+iYai9I8ODT550jREGfViXi6u\ngvfxVGJANREehcZ1fwWPi7WnXjHSn8PODVP5W71Ca4cUvGJrsRYzNUqrT8Lk\n7hvE\r\n=ijK3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIZzKFVjxgKDa1OJmmSfbg9s11i/40rT8aIs3X80oI9QIhAOY9Yz6hRYXsS8JF5yS5Tz8YtAlLUXyO8/NPdMlR3sjc"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.5c058f4b.0_1616540873227_0.1345427817237841"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.e27ef7cd.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.e27ef7cd.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"7631d1b220323112ce72141784e75c8356ca0f88","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7631d1b220323112ce72141784e75c8356ca0f88/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7631d1b220323112ce72141784e75c8356ca0f88/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7631d1b220323112ce72141784e75c8356ca0f88/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.e27ef7cd.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-VcQrEfz3RE9q3+SUvWDFkEHtkJVs1YSj+rev/+E4wyRePDee1z5MCKoyijEjLVp55tZn8lGzbeRIZiCZAgpY1w==","shasum":"d032f3c0b6344f9be6a69d2451f271585c939d70","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.e27ef7cd.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgY4XECRA9TVsSAnZWagAAB9cP/RNXRcoErEJU1qn7UeXh\nXoB9R7b+90YwumszT5maJhYibjutD6bXoiQLIHxLt2Ipm0mSZzkWK2jOelh+\naUvzwhV1+SILguF92OES8OM0b2A4CjPyxmY2mw6m/VqjJKyBlz4+RLc55rVO\nnJ2Q9hFTdlf8/gVz7R8C88R/RwhnzgQ4rLkpUgSLbFuBiEwOEOuU9MLPr+MZ\nyyBVvLKDJE7WUFMTyygd1uY3dvek7niI5t4Ry74tBHArsHfpGghnxf5k3ya+\ncIVOWf4EmvyjXRusKb3DTOVOBpTe/sKwaUtZDq+7rt066ERtS5vcguBpOAHw\nNmbikeaZ3NYsnV3KVlA/XgRwOh1mOJJVTMxAVynYHmsGPmrZEu9T9bJPAMM7\nKTWhKh1UahSgptnjjuZPv0yvBnr0Hd6PN7ltGOSpip275xwGTzy4Zs3ek9xm\nMw4ySJmoBbOEI5bd4uL2UZTkysCvnzKFXXm9JDqgJdlqPJDu2GI1mf7mef3f\nYZ09xXFfCK7GueMCTvrDy/jQHZr2gkQoDZV3G7lBZLULyoBdFWgRHYV9yIGi\netDjzwXbtyXQP09MK8umjpuomWOd/HX5+J0Z1K2woEfG2SUJVXDP70Di2hbY\n/hywQS6yO+UhrcVTNreolmRJTQUPoSisJ5oCqhmbSR43Bdu95Ry7K9SPQlN3\n2NQO\r\n=oeVo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDttOcU4u4fkhhuITZQC2RAC7s3UFgTb+iXBhaIG4Mc2gIhANdPYH6HwMoqoaGni0KhuYFnFyWsz6ZMLAsd6IHPIiKH"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.e27ef7cd.0_1617135043750_0.23323026343855258"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.15c09e74.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.15c09e74.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"6f3ebc4bb5f04f139f9cc24061e00f418b04ae88","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6f3ebc4bb5f04f139f9cc24061e00f418b04ae88/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6f3ebc4bb5f04f139f9cc24061e00f418b04ae88/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6f3ebc4bb5f04f139f9cc24061e00f418b04ae88/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.15c09e74.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-YLg5QNm8ZkFqY/D8BztcVA/l+kRPq92A0DBbFtTaj5VU3Yqna6rqk2lLsZM2BR4ZeXVdnH7Qh9Iz1q9J5zKz0A==","shasum":"df241aa068e233952b1de0e444280be14737f5bb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.15c09e74.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZKeECRA9TVsSAnZWagAAij4P/0Z+mn1GKqNG88CuhSgU\nNixGK1trdRMtjS/LJoqz0b/PRzgkHJNQLJREmZJvDOxyqBKDh0Rxi7melltx\ndNFPjdGP7kE0YFkpuyIl0/ep+5kWOVLduMTqUeYF6IGlknMv09R0EM5YRT/F\nng9EHyyKQPqohCvuIn6QRhYBfGFEcETKhNIqQ3apNCaCXbFm3ojQM7Pujx6F\nSSCxrIQU9mz34e0+MpRm2LsMg91MdMy58AOjx0fipi6pmTAHESmuR3wxuaXt\nu1xAJ89/Wgw1KKqTMq7Mt3kA2574NeoHn/QMX8mji0aat/AKbjM9Vvr4Alld\n4wNf9ZQxq4l/yXJlamJiQK+FDILMymwG/aqS1ZFnBF7S836X6ID6Idl5H962\nKHLthbpVHkkx9IRIjkAZ5R9v8UULM4/A4LqF3Mmf+E5H3o8mYqqpdclGTnhU\nMaAzHao48cl4yy2x87VUMM0huyhQ6ae+EjnaiU4Z9/WpcZOcI3gKwMurKFa1\n74lWGDEGuz8efeBYunfeBwKY6/Wi9BDNsIKwff9ZFQ9kjUxIlVGIEZyRkucj\ne6RV6l7FZDtLolHhUCY3M86OrRpwhfaITZPVwEjWSfn4n7nBpgigsQjZtsol\nRU7rOu9iwg5X3FhgTEqVPnC0UPsxDaUamKnPSlS9t6FxcSfeZuJCY11PPeS0\naUay\r\n=ZngZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0ZMYr1MtgTQ/JZYckL5nEIxIsouA17H5pbUxqCOZ5MgIhAJxkF97BxpVDWKj4bX8AeFLQ9Lw175LjBxmd6K1GYEgS"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.15c09e74.0_1617209219946_0.32004090621996006"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.4dc32be3.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.4dc32be3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"1f71c032815f456f2ddbee58c9b175e65da3c18a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1f71c032815f456f2ddbee58c9b175e65da3c18a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1f71c032815f456f2ddbee58c9b175e65da3c18a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1f71c032815f456f2ddbee58c9b175e65da3c18a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.4dc32be3.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-OefvQ2uXrPdSmj5cT5I5GHxMStHY/Ywy0kNZ/DpJBrfQGU9sycd93BGoybj/4ZHeN/NxRbGZ/QiJlrtdyrpuTQ==","shasum":"fa49a5c0e4ed9b3820e8c589102d5fc4c5e62c0d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.4dc32be3.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZQoXCRA9TVsSAnZWagAA51YP/jMrAyvYT4mu+TCyyypg\nfqO7jr6wbOi04mULTG2q3FnPHUzvgw1jyky1Tph7F+1D/dKK40+pCuyUzTE1\nz3xo3UO0T9FhJl+uq7nVLWd9zMjO2F3Lc9WMMibJuEx41GXIg69hUyJvRXlt\nvX6kfQigOqb80AJMNre4QddI31v1Sp5DBWPvSC2UhCITsH2jiwTm6wu9WJxl\ngKMP1MKSO0JNeZa/rDtHlTRdiQITSSq1qUsaNDFAETPkA8oufidLILDaIqjA\nUfBJWV6f/z99yYP9JauGMWcPrPJUYRAdYds02CQhKeJKMRzQwOo1ovpGD573\n4k02vAd0jlucFjfTeeLlFTL2lBORkeatooKXrWe5dVXFEEov7V7EAwfYGSNp\n6nxeFW0GA3fUTCMFwr9wX6LjuqHsmdMBi7IwbQmU8dLT6iI26Gfq9Pl8rqhE\n5CIgn+h8X1JO/ZW8dgbOGepLiOXchE08//6WVUgeWgP1wp4SmZn7yOdg/i1d\nM/KD0nqIPB1A0cx+GcewykpNzw2Nk08MURg9VKygySCo4+1VoKruGg8kBf0P\n+/fRvQoicCMPPtvL7jR56CAElunPCDhonvp+vgGY3fhmJMgbfDT+PxKaeIG1\nt/7jzLYVBArE6/tlpoC2eXcB4e8s+G8qPDABTqDrYCT5ITXE56yraqXKjgF/\nsYjQ\r\n=j/iq\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIADORyaZIYcBWEeJZNHKgcVExI3YuDbk2t3M2X6Aqm1uAiEAke7upmoA44KTbckLC6pWv1JN+ChxqAPX2N97QSiUnOM="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.4dc32be3.0_1617234454751_0.8699942113434957"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.4b717f65.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.4b717f65.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"a7b21246791a74b1ae4e57975b1f4a394ad9cba4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a7b21246791a74b1ae4e57975b1f4a394ad9cba4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a7b21246791a74b1ae4e57975b1f4a394ad9cba4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a7b21246791a74b1ae4e57975b1f4a394ad9cba4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.4b717f65.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-TPEXP65UeMP5q4FnB+S+PIPv2xxxi5PbYN6iIBlYzEwLD/vOrtr4j5hV37wEBQ2zKJxQTI457L0W+ThVli3bPg==","shasum":"c7662b43eb84e858e140275e93081a36315e0b72","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.4b717f65.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZg1JCRA9TVsSAnZWagAA2T8P/2pmhtYHWvBIbbSRkeGK\nYKHUKAJYm8tVWvQ+nf8LDSbtyNdl9ukatMFZI3pCNAghPU+BrGoo4A2h7lq+\ndbc+rZwKqpqH5mSyoB0SZG9/p4YXaTOIyF+FIEfk4nXNATG4Ko7AyQmWxhv4\n8hBIJNqjidszEsPZzwcz7wyvfJSyw0kVn/t7JwEMguL85QShrUfTiEmN+SN2\n2Qegr9gUsLN0RLTeDm7yFAYGIEGfCMxmwrOBmCNaPquLBqJFgdr05DgU/6Wc\n1icMg+AGJidTDzPzTEXFGLiDP4B3GiQOo0qEHfCR6qqAgfpezzFsdTmR/P0G\nuFW1lphuzNw4lS8x4mm/ucz4vEdNMBA1sEAVR0I2SMNuiYSiMMm1ZQP28eQ8\nTxFWKx4BUHBsQb/5di9ZlQKM3gZ75hm79CR6e5J20I0XpysZ31y6RbrV3sA2\nbGipfzD0H/JlseiDsoBvvItt5eiVK2pJbJgacXHypxolTvex1rUTHJFwWDXN\n0p+A98+xGjsGdXh/ks6u3balRJWOjixyDN+73w3tR1H4ssA+Q9FnYKi0IQQv\nDoLIRKwULip8/VPHqFlcyuh7WLC5uuzjsq8eoxfMJdKuqPwoPP2hxIwgJJRy\n8ASnqrrrgYmbduOe/mTXmY7GCtufb2QtyYHOIHrlQeWGNYCfMbjgPJo+SDiq\nHKOE\r\n=C4z6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEebxlUDh28wM6fI8rBHt82dYuJixJ1kcnTBCrbOfmLKAiAhNailajmiWj5ILaDxLwmRjJnA5PUU23ZnmS7YvmBtgg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.4b717f65.0_1617300808883_0.6423331290477823"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.c6870f20.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.c6870f20.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"5808fd48fe9ee3cfe17f631aa6addaaa847cea19","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5808fd48fe9ee3cfe17f631aa6addaaa847cea19/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5808fd48fe9ee3cfe17f631aa6addaaa847cea19/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5808fd48fe9ee3cfe17f631aa6addaaa847cea19/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.c6870f20.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-bRipso1RzdyxjZM+Mfz9Yfy90MBSKSeVCZjRj2Y+gTJxNFLUv15baSLC/pCt/AetBgktuDnCmQVDmFGbWtqD4A==","shasum":"5c047805f372a01cbeeea4d4c0b70bfd8b32850a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.c6870f20.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZloaCRA9TVsSAnZWagAAhLcP/iCqODWPnzuIldU6naAh\n1dsS/PYZ2x3QCykRVJTwx04B8RDcpcpWbdTkJ8tVjMezbW+1DFDbmUj1DpOy\ntTZRHiAYjQ2bOWE0rEntoxD+0vB+Xoq9tvHeyueeY7oLIONAE8YfTGbpQ5no\ntE6UpP8gEmHFoTRG8+xUHdcpoJTGd0q2LgTpXe/nHkaRSWaBj1UPDJdlDAiN\neCykVKikXSKlvzBWbdolRFj4umTsmKE/D7Lzvja9W+jQ5tV3iy0ZuWzQ5waF\n0e6ONZPNvDJYhmWqEMaHWcFpe26zmBNE91rd+xgYC0sOn0kiIKDsAvuI6yIa\nqfYoJ9axaTIvAG6tpZ7S1AaztHqPT+24aekzuW/0igeR7rAchgBzR0c99bXP\nJLfa/gG1P/HsPQHkVUVy6i4gazDolfe0nhffGAVEHTfsme9fkzKUWX/MgOHg\n0BP1CSbQnEcwLAMwWWPcu4KwQ07FGkp8L1X2nKW5DKVzl6GK4fTLFOckzORe\ng+l/ylGoG6i8VbdDNxtlfkdNJ0b+fGwvvjfZWwDYmctLkW+4PuXIBRVV3lw2\n2cr4ZvcK3tuHUrrulL0dYcZKI/7OSbh84EPMLKHMpXJogSw8zT983SWtqrCE\ny3jvYYYJ6ThrcixRbfiB3qo4+JHOEvQfXbaSxfKdK2YTC1Nwqr1Bp1lTWOcZ\nmrHb\r\n=onp0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg1U0iL1xkzeezQlf/Amwei6KXa/dxpC9uINjd6pzbsAIhAN5eIkRW45GGrLmB+qtci/EfRVnvIhllB3AMQLupYTpA"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.c6870f20.0_1617320474425_0.45794005600408627"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.852f873c.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.852f873c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"f528b03c675bb05baf871766e103e6e35c28e203","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f528b03c675bb05baf871766e103e6e35c28e203/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f528b03c675bb05baf871766e103e6e35c28e203/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f528b03c675bb05baf871766e103e6e35c28e203/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.852f873c.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-/DnEXur4SBusv62CIc44UPrzA9Fydsr9ag69gKiMKVMDwYxZGorPty30Xg+VnXu8cNqEFVxsj6KzXr4GKx40ig==","shasum":"bbfbc5fd17c1d8f1514893da1fb967ff9b2d8b91","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.852f873c.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZqneCRA9TVsSAnZWagAA+HIQAIpT/GMiwctKGlhaEg6W\nspSr0BJj9h7DgCee/NClK32zRL7v5LJ3rcJuGwrqgHgJgK2JKaUipTojFHN0\nZXfRc3RixGmF4ZtVrB3v2tRNBrRQl8N6hqh1cfz6SzQCVNXtFC4qIzDRAi2j\nGcMjd6o/4Bjgm/WYsjXCuJ+99Wm0RdCUmeP6Q0IBfbLqlVK4sat5jgYFThiq\npc7XQZDTz+FycEGHecMXLZPMzTsAIBMivM9KxuuxK0Ji44+mSRGMoZQOpqv6\nZvLiTHxdimWlbT6Srk7Orp8e/LrfqO0P4QauQrEz71V6rf0Dr5reLeVvuE/j\n4+QiMrBnW/mjRSRayd9TwMldXxaCb6UZ9/orc6WP6POtShvV8AfG3+h1r87k\nXMhS8nrKsnDg7GVCSEHIycqImJs3+c1wYzg7bpTI9t+GiRUmh5yY4VSLv50w\nR3LkLDSP/AjrLxw+SFKltMNqffqQEtpNj1hXmXFzvf3gaMhtPIZ8BwYm5AeH\nGPfYd8FkgGoxPy0C2SbGrPYpszHMlOnbWlhsPExqcwwPQx6j09eHLYdnbLVi\nff3dgMCeoShhE6NlnuCYJrkrgBVfrJUKtiQlU4+wEpLUGfNU3LO30DuwFqo1\nSyOQ+QZk3r0GEXAf2Jew7a1ERjUr+Yy7Aa3z2zoJ/V64UTmWA1l5v1LkMGAX\nIEJB\r\n=SmMM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyRnMVbVYuCib4OXTrpMRkOXULhluLWroDtQJjrVPCWgIgPYmQysf8EEFU8Pg09z7ZzHZw4mFQFDrgaANluPXuPxk="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.852f873c.0_1617340893961_0.042704736142821886"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.4a674a1d.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.4a674a1d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d4f9464090813f45495113dfd52201f8c86bab3f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d4f9464090813f45495113dfd52201f8c86bab3f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d4f9464090813f45495113dfd52201f8c86bab3f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d4f9464090813f45495113dfd52201f8c86bab3f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.4a674a1d.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-ieK8xf9cyRjTdw8Kv0gDkSlCly0raaCXQeGtjHKzrgtO+Cz1/QX/6522BGJDCfixKPHutX5dPsuR5VEWbU96ZA==","shasum":"23b61c902b39bf2ab32c3aa94bd9487906d95702","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.4a674a1d.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZy2jCRA9TVsSAnZWagAA0HIQAJdc5J4ZXG0wwIjHFHuA\n9VycsxAeVgwaDakTRE5UxuQIsiNVJhNB16zFNnYs8Qyhk5u3m1N45iA6lVIz\n6qfv+m63Q6okpAKDQqoA2KWHR4BduH+hymEUiKgn6iCOtYvbfMwABH9gfgFe\nbJ8KsILmh4Xv91Mz8v74AocBrgTItFwynEOzS6UlYu7UxZUVdxU3IgIpgORq\noH1yURzSstNXFn6ssftzDVjjCGy0qVyYpjRMtFMpwll1ioBCSANnULTTSpTW\nLnAnPmGrfEJkQ+ZqfK0bCdAZs4Xq2o4fyhXZmNxvP1Tc30OtDI4kLefvqs57\nNLeRf10pVW+VtaiOYfI0Dfw/1o0mE2lL2p6BICCZW2ncez/WHz97mFiNNL/f\nqhkVd0B1XLAuayLHVQ7/qUWZV52GBSKpEUzZqDs290stjQUlNorVPDHyUHoi\ncMR8BSg5ilgCjCqmZJ6g2CAs/43cHVgtTy1WbFoHE97BKlIA8GQmaOar8kOR\nmVySjWqQK+im72IL6CEt8e89M9kS5QEca0RBGepMEZernpC+HVT7alLW9vg4\nxpxNMZY5Bi8qmF8fu5r1ghxg1wQ+6O1NQpCNL6TbOJ0TzoMarA4eDkkcZCrF\nuNXnY141kFD8BSbFDKk6r3V90MAVT2wk/F7XeT0npQ8W37zfJna/01YDQauq\nxs73\r\n=PNJL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9zjYJgAsW8azeqQhfUVqja7HZgYfeCfQuzMVTuP7ctAIgeZi7MHSZyuw/c5W98lJPwExvHZlUJpAcvw9ijU4MoxM="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.4a674a1d.0_1617374627022_0.6758655493025028"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.c5b29ff1.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.c5b29ff1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"c1604e99ccbc76c92a4371c529c43a4997f78c3e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c1604e99ccbc76c92a4371c529c43a4997f78c3e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c1604e99ccbc76c92a4371c529c43a4997f78c3e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c1604e99ccbc76c92a4371c529c43a4997f78c3e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.c5b29ff1.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-jI+Gve9yZYf2lsuTKEYoapNjTVmqMf2XvadSFsPTiTmiiTDl3BgNGz8Z9qzdImPuvRXK+xmhMZSjaSqhvltJXA==","shasum":"e15306578aa74d6a96d57a19a559c35cba9692da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.c5b29ff1.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJga02iCRA9TVsSAnZWagAAaBkP/32eLChIdj7EUMD90bjB\nh0/yRWXPC4iPNKyICXsGIp3epcR6zlgVjAg0pGcTRweTFejBMpl4GQuaDCrO\n0w5Tslgcb9WtXSebKWK3ANLqK3Tfm64m+KPL9nN1g+P8HC3PRiZ2ueZkrTYp\ncF3slNb3B/nG+VkxEc1EHEmQey9+d4+EQEL7mo9UWu1DCxmgDobIs07335CE\nmIHUdZ3lWD00LzGGtT5Hb/mPghgwzsglChbVOypo75yT79mDF6hzv3exZUVA\n+t7ya2I7e9PZhRYUnoJmbw4ZcSdSR44H92uMkMB52cyMr3D8HqBm8Rb16ojk\nlYhqV0N65e5mIDfTQT1/XIrRJbHnFK+ScFcSWoJIPlWCRBXkRLh83RQFGIL5\nb756q1m/vHCXNqHR98DviT4WICAoDTHQOWA3xBTsac4AVmARf3SJ/HbjbP/C\nPJmyqAgLDJ0pys4OMPd7e7G898hDRWHLaGVdkwUq16Y2XBl8VtnjCWhS0A3t\nHAZ6Ypx8TdXm1s6xUX7jlS7LhIUrqqKnVJuUwF0ORWYztn16DuYTNLyHDTWu\ngvzWOo3UjQzH9ETqjuxuqxgGuJ6i99L3F1srGY4HmZWizJ8coKpNY2LPQv85\nPUF2UbP4vNTGZdBWxY/W1Ua0N+8T9idOszEdKlPM5J8y8L35QCmC8w7j1D+t\nR2nV\r\n=dTw0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtLzMs/vWZUem90jpSMd1bbsU7UnYqvvgX/eGVhF9bNAIhAN5Jvva1pJjseAh1Df5mJsnk0WlojXBH16NTtCHdVmoJ"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.c5b29ff1.0_1617644961791_0.02549508623277319"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.583644a6.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.583644a6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"bf2f1c715105004d3849ec66e044434d48e08296","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bf2f1c715105004d3849ec66e044434d48e08296/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bf2f1c715105004d3849ec66e044434d48e08296/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bf2f1c715105004d3849ec66e044434d48e08296/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.583644a6.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-+uqPT64kqObcOEPb5QwjgIQNS2eQQb20kvb+Iab1PnzIPG5A62hkm5IgUq1jGtezqTdMMLwa7Q/iNp1nhlq2Ng==","shasum":"8e12306b9eb2cf7120747c79fde5e79afad4c6bc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.583644a6.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJga03eCRA9TVsSAnZWagAAZ3YP+wZ0I/5ngAQkqM2jvnwn\nlICXa7fya1455XrcwHA0IAGhWEobzFf8H4QXdPG9MgRJwmnJ6t2Q/+tN0dYI\nQ0rqXHlWEz/mPa+ybPH8wOZ89H8l0dmgl3OWO3AwaCEa8TdAooFGyIYShX/m\nUNF9HjbUrq7nVNzKoPWA5QvmWYFoBE4Jv45uxbTuGiyIiYh5PLsfpE0RtidO\n0dPToly+QKgLwgKBoF0d3AcFvX/4JRgCb7FsrWgYagdK3IOYOIYhwpznuVIa\nEyvZf8ehm1CtsDKGCef3VvfK4Z2UAWE9x/SVk8qcBk8viRVSb6ML2H+utdD6\n8wYAGaJuvTT4ZqrzC34I0ktuncXcp0zmr8Pvfr89IMk/4arCCNNYQtSFHmSl\nnd4vcTjyTemU2pZI3s9Xpagc7OnmFIkNtV8D2cvLocgAryAsAQmI16GbopAZ\nAljCfaF+cGtFD0aCiWnzUnFiS7+NY+R9xOqelvNfx1FIAd7tSWvzwpO5OFjJ\nxQLAYdjGlvpWk8U9WRfXrkLMXF7yafaz4mpM0z+AdRxCac9dKJzKONd2o7qa\nk+sXyl2t0unOyOkWNNp+4iaEo4k7d+nhqhn3/RZTay/4dqgUKqEdTdITYpFq\nPXd6C9XaPZF4zLhG7gvq84NZ3F/Brz6M1R5B7zf/cojCxHxAVZVk96yQnSik\n1imz\r\n=CIsK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmJCVzCJgr4s+xMWsjrJIiSWEKcsrZ40b24dbbQAVzWAiEA/mX5MK8lArK/zErQZ8kLtL7MU4z3y8swKeS98XNk2cU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.583644a6.0_1617645021978_0.8432175125227779"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.02ac1e6b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.02ac1e6b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"c6e525b215b6043eb042d3feb1f6066bd536bd94","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6e525b215b6043eb042d3feb1f6066bd536bd94/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6e525b215b6043eb042d3feb1f6066bd536bd94/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6e525b215b6043eb042d3feb1f6066bd536bd94/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.02ac1e6b.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-bPbAo3seE/f6PIFsYHMPxxlzuz2fCfoLU2wuk1UwIODxA/sUvj6PzBgIgjStyCgW8hEA2B+TG/HxR19dYLjX5A==","shasum":"86aa55f7bc129af1f246145c764ae6627b1a1edc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.02ac1e6b.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbKnvCRA9TVsSAnZWagAAMHwP/Arb5J61UdCT3deHY21K\n0MVNP1yZ1nYsnbCA44+XP7gKoq+ncDcY1aBZOFOVnHaarJC3PGghBrCMI0Tf\nv6/tu8ls950Bj7YfxVUgCt5pXiP1rLnsJg32xZvFrfd7d0V8vn+bSWooxj3n\nai3klpXNxS/vaPrqIwWjVVNTKkMAu2+V5VZHgr/oX45Fz2MGrGzDeLH/TcyC\nKt9ujaYgPfcimmhWMNc7dUvVRp3YynOLhz4xZAEFxLaPxXdsuX4usVr+c6dW\nYj0ewf6KiFGSAyy9IzAnPinGFREhvCUTITJqAjVpalzQyClwqkS3Nk4UcZW5\nOSFOH+/RXJ7jJdH46pkV/a6dSxt9WXUGVOEM1yMJf7761y2JDvDPSL/HT130\nZurZq8FG83o1Qa3Q0vZPVJFVOcX4RqATynSpjcpbANgDDA0Yq2R8tRRK3+Jq\nOYJ0AVrFIF8TXjHOFvF6udlm5JVbwd3HOhJdAJGD+14GpyKQCHDNb1UJRV/D\n0rKYWeNamaKi/WFS9K6Y+oPnV5yE9H+gOurLTprPgGSnSS9QdX0pbXXLIn1A\nKqbpCh6E2oNHNEH4l+XEqaXcAXLBD9xSm3fwg3D2Tmc7QWGPhs4NV2F/40k3\n6mSOIZXosl1GDViI5v8N/PDpXiRHDFnS7INZl9Zmy959AYFTYrCWXAnetuqP\nAMZo\r\n=Nmg7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGW2GDLJhGvRI2BnvOnYo3z+QfGSNiiln6bK8fpe2OU0AiAEJyuNqgG5y9qnSEDklHyUHmrf+YBbF5+x+KXtGbRhSg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.02ac1e6b.0_1617734126897_0.45787142273421133"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.5ac5856e.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.5ac5856e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"66f695ff77b118469a93aac22c76e5e558c242a7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66f695ff77b118469a93aac22c76e5e558c242a7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66f695ff77b118469a93aac22c76e5e558c242a7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66f695ff77b118469a93aac22c76e5e558c242a7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.5ac5856e.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-pdEg8jljoXC6zpatSOWXgGlsUXcfUSZk5NMtX7bOiwxUh3btTw6TKLnYe0X53PhmIYxNmHx9Yn79DFWMfluCtQ==","shasum":"4ec911e24d2f15d0fa32c5f52319b07ac5d5a5cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.5ac5856e.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbKt8CRA9TVsSAnZWagAAFF8P/0dEEXeA7UYEERU+VN8+\nEogUcNGdrUR+pfJOMetnnaB3H5QHb0qtR4M1kEPlVDWX+Pz32Jteii5DZspI\ni1nr9v8A3soxSk648VP0R73+rcBsflCnsxhuwWTmIkfFUT+gGsINB+r1ZV5Z\nfa3lYCfj6xfWeByU2nWjaqTUZ0EjfIk4j14jxF+I+ahzZuFT261XlwZi3QVW\nVPQu2CMxiKvtdA6yifHfIO56sfRugOL3NDWQn94Kevba/9D6z7o3AI9xEJdV\nv0eKi+CAdSSOHvSIt2jkMRpB5z4FCfGD+DVRZS1dA1/1MAdkFduBtyk4Nu9a\nMQCvOtT6EDgiWChKOPp1vZfT30UunN8g0Ra29ThfhMngLSoT0UJbsRC9UX4L\nHjVdwLqPyW+UOzPx+CTlS6szWIXIpYrrWdDF/8W08Y2QQWSftUWECWShY61d\nc9IKkAs9LPFJdn3psKbW34AWq3zl5+xN3P1uO2JgPpEyXrVUObq90hbOBz4z\nFperJwqgdQVvEqEJEwxEmXJBT9c02cWyn/1ONNekHml32o16AAm0/l7S63uQ\nA8aYLgDVBbUIirsbLg8KE77r1Jvu5RrSolNxJbsPH6qzCpHKq+iJ2PfUtc4K\n32/G2NExsloxwApsiLcbI3JeUIg0AR+0DqZkjTnyXFknP4eaVm1CrOdvrNUw\nd84p\r\n=drEy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFsaKDGJFGx4dAZ/kuDWEJ9VlhtbX1LNngbmzE+wLzUoAiBqWiikroa2NattKhhaIeQpzkPvVuvzYq63uKo7z2CWYg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.5ac5856e.0_1617734524191_0.7792555486017165"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.bb23dbc4.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.bb23dbc4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"42e5f906ec61897cd0de7e0e19e686d807408d70","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/42e5f906ec61897cd0de7e0e19e686d807408d70/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/42e5f906ec61897cd0de7e0e19e686d807408d70/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/42e5f906ec61897cd0de7e0e19e686d807408d70/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.bb23dbc4.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-x+Fkw1lPOK0iFbhuSDwiXgv3Pp5A4kpF7YdIs356MzyUqUrFZpz6NiveheKAcU30t6USRpypET5vfvUDBCyU3w==","shasum":"7f00c3428b88e4538a853db10a13e3d63b176c1c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.bb23dbc4.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbiK7CRA9TVsSAnZWagAA9sEQAJdDWxM6UOQJITcnc5fH\nq5mwE57BPy9/HV6OqZmA/EVoQDZQkUIbZUQNYaJ2bvZjfGqyi3KN77gJNR33\nH2bw2mHBDRTZ7q7zEe+lxt991W/K2r0fM+fS1e4Rh4zHNG0k0MCOhQrsAOcz\nwSjq4qNc4E6H5ZASGUEQqDTXzWz9UyHsCEMutqcGy95iHiJOwzJSlahcQfLK\nXp3pAxUw+rE3MMwIYBir2c+HTUMDpNpsj8u4IHjx8n5SdlNFEVzflcv80QE+\nXBGNgUsK1DDZJzRZZ51ueOzoS2evpycal+iH4VV02e9hoRdUjfopqoKnV5ff\nFC0XVEJSsVjTVgLxeW4Fal8psS8Lm53xj8y3NfCDM2wJRrMwLy5FGs59HnAg\nQ7gDdc8IdxSEdOYQQrg+ehZL4HY5MGIQ82aqaHqBpj8DJQrJLQpzFvQBCd44\nfhsXZBrCZWUHh2DXzFD1//MEGcacVwTPW+ZhrqegUXx4W3esuDoinlejQb8b\nc2ARopqt4qRPIk9KxRCLxQmaJbc7X+TtlbPibhnygdEq4JQOrlgqv415MJ4T\nMuaUNk2wSu5SC7HOL0TuvW2iU8Jpsd2T85WTcbySmFfiFH+98HQdsyS8SSJZ\nGqB+QBB9sCM7hNTyCHspOYvUJqVDwr3nSNBeUDwGaAWeWTpNdOWD8ljeXreS\npweL\r\n=cAHI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID/1lyD3GdlcGc300ZXayakaMZkPIKlksoAcrhrGu5/BAiEAz7lDnoTB2s/s8SwOHGIwWbVPJZlgR/ofWQVDf2Kp7nc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.bb23dbc4.0_1617830587114_0.8919563247944076"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.e539904c.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.e539904c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"0522583b3f6a950dde45ae308718f06d90d40a84","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0522583b3f6a950dde45ae308718f06d90d40a84/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0522583b3f6a950dde45ae308718f06d90d40a84/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0522583b3f6a950dde45ae308718f06d90d40a84/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.e539904c.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-/czq4aRoitYbJxefrAkHSEo2k+lM7SfDczkilhN4yPTotTf9ySG6+VYyjWhcWj0TRQrS+XYiorvPQv1EnRySIQ==","shasum":"60058fffa763eeb5a1d67fac22750b12a3bc072e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.e539904c.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgb0T4CRA9TVsSAnZWagAAl+MP/jTT0Tw/JwJpfUMp4pej\nYmhxsUW8GmN6st/lEr3vQygyxqxSZUxWrx5KJj1SwNjQ0+aAOvOcPxZNQd+P\nVQEbaoFbPFKAT7+bZ8xuvNC343fjRdJRlsdMhkW/RuyHoBNCqLMqOX+Xge8H\nTncHFghzpn9FrzXSSd03u6F/tCV3XhrnpevcXbDhfQC0XbO6CEuEwtxhbTKe\neyj8Uk+f6C4CyQItJSRdBxS7uJNdqFBiVyv9/kqDDpBDh6Fl1lKCEqoebHAA\nklOON/IbRCgCghhwgbGKBAE3jPRT4dv3JFCFmkmaIPE6RcQ8eF/h9QBzRfOP\nXZ/VQ7ryg0Bc0C7VBu/2Xko7BIyRzfg6abOVjO+W/r08WTSLeBc/Dx5rtJ/A\ndLTv5HwLCNyWUkUuAFJ6r4ZuHY8kThu/y3nPDDy+eSWuegwGfsXXaYb39fdR\nN7aCqIPnI4ldQ0v18L3nmaTsC0iR54/95BP3XrPcjhNk64Qa+v8hXwjKPtZB\nDuI8lEgzMxF6/Y1DcOrhz1i/13NCF9apxGe+2lBkUGQj0ioEih+/qhEE3yas\ntxgtyDA+r14Xr8cttNNJsfA2wlbOKrCxARPvfx8aJOLfppFwoGOOvzFRLXor\nZpA6mCibv5sZSPeZGfWMyeZiiVCwW8EGmm9a5ZYTltotSFjoOH5j0cAULYU7\nsRAk\r\n=I0D9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVYQv8wGgTOHLwZk3UCZjspmxcpcjlWkkwHei6+2ouJQIhAIQfLMSeYosd6g+Cf0Fxy8pgjnk10Z+6kFeceV8nLb93"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.e539904c.0_1617904888194_0.7581224425203108"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.a93ae333.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.a93ae333.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"31a1d0d94dbc7ba9d8611ebd62d41024f6fa88bb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/31a1d0d94dbc7ba9d8611ebd62d41024f6fa88bb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/31a1d0d94dbc7ba9d8611ebd62d41024f6fa88bb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/31a1d0d94dbc7ba9d8611ebd62d41024f6fa88bb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.a93ae333.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-g4SDOFCZ2iXS5WlHjB5A+a3yFomRBVGDOu2WdENXkn4cYSiBlwPGhahvxxc+QSVzTS4Xm5ZC1bkc0mUmZs5q4w==","shasum":"485f758e21fc6eaec57743d7737bc76a103a91b4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.a93ae333.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcLTBCRA9TVsSAnZWagAAADIP/A/C08ucGmLHFkNA9hDW\n2oHNpBg6y9cydBnrm+9pL5RT50Y0UhcRgUPtQOxLNWS6S5YGkn0X2Tokg5yX\nEU3C95PeTLlyRzU9fNeY37XegHzq+/KAkRnzAHDjlIzsGQQ42d6JG9ZN11Nf\n9zsj2bUcJOR/W4W6dI1scKNBwZdCjFcAmHiImm2OPjM+jzpDeAJ5cjuh9NWU\ncHyl9/muPCOYxPgVDBwGOJedM80bH8cW4o4wxr7KvEfhUx3ocR96oZzqkIG7\nuESFJb3BZTPrs9UHjvo1/GFSZmSWycGYoNqAvDUtjr/ZdZVyYDn52WYdi3bs\nrMkT5Y8PQxSLUQW8eZCb1Pc0ibwBaQNIzOAHBmMpLZsPhf+4AXmAar3iYRZf\nSjvrvO7FkLlP7dly/z3Xn5ktuQWJzcB4nX5OBjGcT8U+dbzh0Bpt7UrdEtmn\n4KVGSaZU/GFU64VoQwJWOuUkZj5PT1E593vpF7WVEVSRUBV/JrpuGP4xmhYC\nOFJpqY4Itvw1PzPyFt0ffP4KHLXa6KLsTltwElcxkTNwoWY0Qu13HvYBxRX+\nFOGG0ohSHtavOWXkruSY4IGsdd6mDjloi2N57Gzy5tX6AaEemmlYR6W9SjUw\nudRIHPmvBszVlBdqK89tJ5Qfp6M5Ch2XcKIiJ+E0ubS4eEO4aDcD0Fa0Qd1G\n8aSM\r\n=Vi3N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOg25jWZU+Mk9NGdKza0VsElperu3U6IMy48EB/PpXLgIhANJam3M3eHPcDCyhFyk5ojrMx4dmtTEkYJZePBTSaWNP"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.a93ae333.0_1617999039773_0.5856069102414061"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.e142c144.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.e142c144.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"135f2f0e24347fef74904a437124ccf8978e20b3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/135f2f0e24347fef74904a437124ccf8978e20b3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/135f2f0e24347fef74904a437124ccf8978e20b3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/135f2f0e24347fef74904a437124ccf8978e20b3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.e142c144.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-wxBiB7RRp/+xv9Bfi8Wu6+UyBSBi8R/l+BK+HkTMCBw44JJ9+gZeLTY5dHm1sRHUjRhOSQv9HyYjb1kxBKqvKw==","shasum":"73decee4ffc0a0cd044d9a9f5c0bf598ee22174d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.e142c144.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdF4TCRA9TVsSAnZWagAALJcQAIh70sMRg1wWQ/YGy2OS\nggZDdQYwu1HtVWB1bv6KavFq7K19TaxUerfjMeGDx2neKdNFXmjo4zch6Y2X\n80sBr/gMaMQe43MpAxhhCiI+22UmMAOPDLh0BGz3T73nXYuk7+zLOdnW4QL7\nEVYoJdGfyMZ3BRVG+UoYAaPPxBmeXKoPf6+opEnrwqliPT8wCudbHOl0X82+\n4p64XaMM4ImB1BICAJmfSim0ZcvTI1NMPocJuR0CdGc3JVHe60/Y91tvP2Te\naMeFlDXpTZDcSdwGXd11u0BEgeIn+U+dZbZGa/5/JSUlqnVkHCWuTKV2/JEH\n1XqxCX+MquptDy/TnBA2w63GwRW+5xsuA2VQ3g7ArnhafyDHkAlzC6pJWIYX\nD/DYzrTzuQUvxPrJzlETOAhulajn9a7Hs21YJ9Ehd+KP4r/LDnKG6BhXjlTG\nKGLZmD1ICLNNN+6aP+wbrSlFeKUC+dfkm4xvcHoIJCKt+z1GcGGptvExKH8T\nLP1ZM2DOqw0tDvIbLRyJIF5i/9AIixrnW0kMORHmB7FKwMVsUOFPmFbKNYRt\n1LxtPZjzdgUzQ+dmJlzq3D+CIeDAzpamG1hFpSlznQyYXISxndCI4Pedlsqb\n2nk/O6rjiTz/vQPIjANPOHkqp/sI0q+yn85WnI7MZhNvoEdwwf4f8ozUluB1\nprTe\r\n=2Cgi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3j3rxf3RmJWX353A57CdANDGj5mQQOX35EUvPVf1qeQIhAI97U33YPXniDWS3xEH/Vxru5sjBLClirPePYwIpF41n"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.e142c144.0_1618238995491_0.12019594958656321"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.382d7eb0.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.382d7eb0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"22f558ec852007036c1b01f2d052ff4512cfb420","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/22f558ec852007036c1b01f2d052ff4512cfb420/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/22f558ec852007036c1b01f2d052ff4512cfb420/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/22f558ec852007036c1b01f2d052ff4512cfb420/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.382d7eb0.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-Qb9An2IsnMPXr8YWLJwtE91AqJnU/PsH5AEZp6CBAFPoPkNkG72J7V+i4uwzruKlAy+CTBRQ6vP0oR7CKuGxjw==","shasum":"ec1a2bf85d097c185a1f2056cfd1cacdd87173bf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.382d7eb0.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdMP9CRA9TVsSAnZWagAAsjgP/iGQqQ7uvmObAjdH3SVk\nH2EqEDoLsqxw33kxuruvb0oEFdHDh5tNZX1r8kj3+juOjXP3tLf0ONZzldwC\n5wuV19ASXrkY31FVoOpX+4e78t4oIlT3f5RJIJ2C9/ufAhLX6DhBM4NQwXe3\nPrfA1Dsu9LX4xdnw2q17s4elW8CHyGFoqDAjkuTRLQZ7pSDxagy+H4yzEeNx\n07J4z542RJGfVEHR5q08J03345HeSCJ0/BS2KUr8cVfqIsDVmVJf2yST6jmV\nIpVcyR2SW6Aosp5EeVOvbYJoOD+QTbOQDtmiWJh/8kmB+A1G+igfQpjDnoPf\nzS0z0sBy8TaPicpS7x2bDajCEiblFG8RkE4IWUUiWt0Ivm5/PACV8i3jNiij\nHMKeEfMtR0nC6RsQbM22jikblsWU4wfIaLTp8lzlZPoYZlrFVsWFtIoKwPWy\nwxeF9bdOX5vHAwfzgFTeOiaoR1TqRky+bx2SK1Q6JVdzSJiuUNSkZM9gw9tL\nMg3pQUdXQa460SKfwFVbUwv3RJm+U5clrf+1M7aSICrHHnT/gr3jO2uEI/iB\nUVOilVhyyJLko6onu7XlQJN7wlDL85gJBkVlxI/4yVdyrYy5W1U73MJn/kRI\ndXgdsthPM9sPipyE6skrlFhVlf5jIPz0mAlr9/Fu3h/IOAucWzuTOMOhyB+c\nxa0H\r\n=yk0J\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCOfy4kXQx05hJ+K9Akj/MYn7m4OyQ1+nxZft1UY/8MAgIhAPxqJHqctREeVAVBhLphMlFLxlWq7NRHfxN1A5hyaUst"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.382d7eb0.0_1618265084971_0.7183068106731476"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.b16c7885.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.b16c7885.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"effabeb19d8128aa03c36be651c6b4eb98d15e9a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/effabeb19d8128aa03c36be651c6b4eb98d15e9a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/effabeb19d8128aa03c36be651c6b4eb98d15e9a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/effabeb19d8128aa03c36be651c6b4eb98d15e9a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.b16c7885.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-6pR+guwZBdnMCgt6nF7X5PfO+Jxryv0nZ8CCyYQq3lGc3btPljLEhUWhrDkHCVRrR9b8EcvZI/Tc6DyCSk+rBg==","shasum":"7b92a7d01524542513b1f134568d84ca08238853","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.b16c7885.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdMvrCRA9TVsSAnZWagAAuMYP/3W7QRFkT4qZuWL1GlyI\n1s2CRuGm8thLz3kWBJTviXL5pTO7k28+tacA+b4M2F17nyobbQ0gWrLHODdQ\nXC3/cKtwpjfBePSUPt4CalXxp0j0Dnf1lwyISPIsMvKJQGSHosiuXb+0H6C+\ntJabEn090qZCuMpdVHaoEQENJdx0YI8+WdVxy6SUQqbt9/mUFdGNn1clQGMy\nAeLdz99NKoREKQd2GJjHS5dBsSk9tHW/T9IEjmAfp8EJ+2wwS9mOehLa+tr9\n/A/uUJHyAid/mHa92d6ifS+mkmMhofBRr18mUWnSM74u2aYuhD/rucZNNha+\nFYeDULQ5mhyc8Baud0GBMcnI++5iQNKBm+r3809uOWso5oq1cn3QtDl9TkzJ\nKOzSTa/7moCJyNmXfVsLkm6SakiGM9ta8x2LYAQ4OitMRQ4pRVomkmBPvKhW\nSBHWP90WdgDxOOKKzBtjePomu/2RbMaK9oxHc3Qwu261Ic0fwFhrJo8O7rTq\nRBXcnX21sdDACjPU/8ksv1TUn95LR1Zy0f+IQxEvpuVnhtLWO5tIM74t56Rg\n+bekZUPof6Ev9bZ42rflq532TIZSy3TqkCpbpvD1PqbFx9/z+ZXIXC/7c6EQ\nIkgsGyk86gS49jrxGy+2d8aJQmUWR1hmzOuTvy/V8KaQCQnl5sInvJIrMH0E\nBY6L\r\n=mcz9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAnNMLdrD/oM0UqbZlD0wnRzymv7GdBIAug3SSXg7XVIAiEA3Nay/4uL4qGPS2b8ZbX6zHkFKRCwGIGrkhyhn+sWNsg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.b16c7885.0_1618267115373_0.8361023914715953"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.0e92782b.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.0e92782b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"7c46ee6728f96c896cbcb981be39309e7fd3f60b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c46ee6728f96c896cbcb981be39309e7fd3f60b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c46ee6728f96c896cbcb981be39309e7fd3f60b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c46ee6728f96c896cbcb981be39309e7fd3f60b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.0e92782b.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-NCaHHqTrYCkeJ2aAt+ZcmQql0Pomvtpf2b1QPxa166kj7NlDNSYGCFS0rkjiTxocKEDXRHVUYyKBLfcAV0TzFQ==","shasum":"a14e652c91d2a3da586e138153187ea54b3fe0dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.0e92782b.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgda2JCRA9TVsSAnZWagAARecP/1R0YpfrGYQDjvsiXLiR\nQNbSjOVpweSrCspFmdoTLXseTeGO1NQimZDZIRChqexYJ/OBrPbG9y+D3cDA\nawoQF2FcCv/u/oqig8o+YLYZ5uMgmrRmYSR5dUW8Va/KEutpjfVkgOUpkpZn\nhmlN3AlXbUgi/FpXPqq0xxwY92mIa9wMGZw58AkiVMvOv/6jtONNiD5FQ5+s\nm9TsbxPgGyfDi0BlyDXlSvUt+6d3uFcG1dfIBIiTqJQAp9GJiGE7BRP5mS8Q\nzcacIQj7CL8rxnoi6/veppTB9YvYNdvpvO4ITznldl7GfeWVbNvs3W8DDC8n\nuS5EVCOzJfPW428nuQH78v5Oa/ccRWvyi6z2qDPPpKSJf+VOmWoZddX+o6ZX\nxbaVnSjnBJd9Uhu6k3yXdLQQD35lS26l49KlGvbLdbK1q0nwYEhX5EXiK2cb\n3tsKk7nfqs2S7nS/Sod37RoYtkGO6+DiRiH0/jbB99Vtx0TQM62ctzwff2z9\np+ybB/iQVHp5XSLdUQIxuXA36JPC4cylCJSPcg7IyihmeKBCGs95scuH0Ksj\n7fjlOD3fKNDtEQXhODd4zVFt9BXNriKIM38UZfhYF6pBy3apW0agTuv0Iq5A\ni6vJAWPoAKv4YDrl6eGEwbhCSWQajoSHsp7Hreno7CnHPb+cvyD7dw0NmIGs\nRBY3\r\n=RMQz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFmxN/4KsNttMmHOjB0KLqcIAv8IBiX6OAcWJekEUMKnAiEAse8wfSoMNGxAGH3HqSkCaiTl6ZDHML0mzDzaTSSsbUo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.0e92782b.0_1618324872713_0.3812726111610665"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.70b3a072.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.70b3a072.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"12958287de673f6ce0eb511950c61be3d1a28235","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/12958287de673f6ce0eb511950c61be3d1a28235/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/12958287de673f6ce0eb511950c61be3d1a28235/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/12958287de673f6ce0eb511950c61be3d1a28235/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.70b3a072.0","_nodeVersion":"10.24.0","_npmVersion":"lerna/3.22.1/node@v10.24.0+x64 (linux)","dist":{"integrity":"sha512-awhTtwzU3Uc8RhQw8vZnyR1O8JlLnUFxkArklIbsYylt+4bcq8eZGgl1TaHYBB6jUx+Hw54Td0SSOZiuhtlz8A==","shasum":"8e047bed39eb775474d379cfff4ac820ce6c6ef0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.70b3a072.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgd2vkCRA9TVsSAnZWagAA+LgP/0O+y/3MKYSUaM54IH2O\nwoi8y7yFg60I8z9EMlQkLwxX/LqceEAEbTAjI6qshKNXXd+TbuSupcZh/l/x\nAZ3QQ+nB8/xLnH+9E0TBP/0M5d4Tn9u5oqi7AkperdskeAR+k98TdAk2iMpl\n2hWl5on68cp0Grp/+hxkt2YdqZZN0pBvK13vvDxw7idVaFXUJX4gkTVuMdqH\nFpARGKq9d+wESZv4dUAsyGSUqfE0JvXZIhKFdswjhQ4oZM9DsdM5OofNPkZV\nqp5B8WxMaVg/WWIl64tvTgFuzi+iH/mMk9lq/ZhAijMrEHpUkU0fkb+XDUaU\nucSKj3pn4LJZkXeWdyPb0ZEJDsbO3g91rbhYaeoeYF/pe/kpfCcndf4qNMmZ\n0qaCMo13e+Q3qFuufHbgyk8N1DoisQOeDRFTuyNoKoO8Eidw5MWIt9nNfPfp\nZdVhlIbmgjlsZs/Gz469F11iKmZvkwdzgdc9aXhZQdURtZl3beDCVg25w76C\nPl/OwLFnhKjmN3MLNN2yLvUPH3GUmaDjqrmmQ7BKsm4eUTq+lnTDQtYLqmYo\nonJDUb2MTfD4vGLS54mMsi6oYPR9gMW7aJFAR/TaiubuUn07jOqNrUPRyN/a\naFshDwpm/ED67d7UtYJ4/5cGQLynJH71CMyJmnVgFreBGV0AbbOXeOVCbrgg\n/9yu\r\n=quPN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEJhEt1O733xe7C51HogR4ZeEMk/xev4+YVLjH4hldCQIgXIzCnYX8v3E0j0UCHYfwegLU2OvR8VcVHmhzjsWdn/0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.70b3a072.0_1618439140498_0.06735007240585489"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.ff79b092.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.ff79b092.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"88513d2e247534891581014622ab048f4f2c52cf","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/88513d2e247534891581014622ab048f4f2c52cf/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/88513d2e247534891581014622ab048f4f2c52cf/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/88513d2e247534891581014622ab048f4f2c52cf/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.ff79b092.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-IcbJNVF47vgTEgDI5r4kCM89ChEzMPV/3vPgMuzGvRtL3+luq642d+s7yLxfkBOx5v6goTqG8MGkSq7a7N+4Zg==","shasum":"ebb014d61b823577f1bdbfd12505620e2960592a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.ff79b092.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeIz/CRA9TVsSAnZWagAAWdwP/31FBuEiZuCFdR+ektfh\nWnMaXnEyGh8EruE6qzjuphjpXdp3jWUeIM2Jf9M04rQeTyNbIUobgJChcxT7\ncfrfnJec1iEOFuAHUD11t4r6QxTjCv9/i6jbe3WQh9fWMZs1baQDFI/knR6v\nmLE24MEzqaePpkdoVr8tzU7gx0ADrNM0HjMAAenjSNGFNHl2LchO5Y6ye+W0\nOpJbl2egzHTHkrPjn54qv+M1qgcj0oodcp0/t5PI0pes5dGb0ii3nq15AXRx\n49Cbwcjqj43OU2RswRV9w0WJDJqwJdLgxAuIt31CVFefWL/jbFjK32cI3W5G\nqsqiRhqWIV+N2aQBmAdaBNmFLJmPZcEKyiY1g7TyS8yTUsNIkhfJom+/OQQq\nHSVi+H+xC8d+2wL3NtkzIhqagsP5p8CXVpknFBEI2nGAs/5kgKpFEoKxeyet\nal7NR5ucTXlIdz3TNz+41tqcfKyYnPAdxgXhQP240frRNyCfeRtYrwOSRpc1\nP4RrFgNH6XULOLH+WarOXudL21QacjNTFaA43nvu8AfrC0b1eYsAPJgPlkc1\n9qhmhS9z2F0g5x7BbqWf1ORuR8yw+1X8IPS/bE/N9WhNBgilJ8vOODf+AWsg\n4sioH/FCd+ufB/U4uhzwIOtLuryXZEAr9jRX5LITqDqlh9no0h8U3Pegh5b6\nFKpz\r\n=AXE+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBE6NVFBoWKqyae3bJHUuJJU+kySZvbAO8ApmDy9DqUwAiEAy2O9gh2RZB90diWVRWVhloU/rqNMG4fXUX2B4zTUd3Y="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.ff79b092.0_1618513151172_0.14919787218364933"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.f35b2fd7.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.f35b2fd7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2b12bd76b8558ed1f827fb23b46af6854b404f91","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2b12bd76b8558ed1f827fb23b46af6854b404f91/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2b12bd76b8558ed1f827fb23b46af6854b404f91/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2b12bd76b8558ed1f827fb23b46af6854b404f91/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.f35b2fd7.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-ysUFUztXq9HW54iAqTYpIccf7tIPLGc5COi2F8A4FYNbpmijRcWxqHyBcSi+qOC6J+g/Dgcwq0syLBTIToRNSg==","shasum":"06b876051b5aec9f1c9e0780048138d693be1bfd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.f35b2fd7.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeI94CRA9TVsSAnZWagAAtHwP/13FJtlu2ubJU4zcua7l\nkyiRIdQpEipkotYX+p1BXWBUVFFX5GbNdn5IzpGxsB5cnarRo8Ut33v+U6su\noWISmfhp6qMzQ4DBeNUiYbwwD0spVDkW/SDz+7NzQdF8oFQsNLKgvoZqc31H\npUzcA/uC5lweVeZRRHtkjMUZw0N74py2ts4jhc9zNhGTplFr/WSqniUKkEIX\nsk+vsLytTGWphZ91QtQQuUHfP4uJRjvqefidrzCqZqkw6dSXpg/N2q4g0f2/\nug50ucwXCHtTsBSnAsNE9qB6dDKT1SLprPKm+TthL0LKNKKW3xtStiJGZSur\nKNh9IrK77Yvh48AY0ScJMtcaMdwOTyEMD1+6acUVdZh8R+OHzQn/MhGa/2/f\n7FL5yBUqTi187aui92TJhfeALQxFSlonEHd//W1CgGsDAiDbbX4rL3j5X+V6\nCraJMQ868eKgf5okDFknh03lx5x66cwHdvsLWMSGUAnFFuuMuL7yrhO5k4nC\n5nDgzwvikeVv/DcV4xftKg9QcbudjPl7NLP2fs8kMdl9QTUZ7NKaE6sWRGI9\neqv1cjC14ehAFfD9nrmMOuxnksru56bTPjPKpIVYcOQl9YfFmyOGt1DHTtcJ\njxdtWFQtAPM6uoIJELS+UtUPUR+A3eykm8BFa6c4BF0bBFvlwNHum7Ab/znm\nwFUl\r\n=DS/e\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE3MG0oUIByIT+1vkiVrHoBvqnBRXTw8yzVSQP83t6b5AiA9MjdikwxPYqTli+yzM+6PuFtRONiGABLNlCFLk4ig9Q=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.f35b2fd7.0_1618513784098_0.23391168895313963"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.11977cac.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.11977cac.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"30cf21833b011fd8946bd6853a20341579b79c96","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/30cf21833b011fd8946bd6853a20341579b79c96/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/30cf21833b011fd8946bd6853a20341579b79c96/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/30cf21833b011fd8946bd6853a20341579b79c96/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.11977cac.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-kFtSmuScrDKV5wJtfj0161c5boC6cKZsr0eRh09HyuiNOqAHZP4Ozyhw/ClLYp66ZDODUAmNZpvxHeFbdsougw==","shasum":"184ea83fc14d82fddeac2262ce141b17a5866716","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.11977cac.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgeOD2CRA9TVsSAnZWagAAwaoP/0XAW6LBAoeRBnJIITee\nWcyeq+0Zj9VUeZE5aXx0rXJw8vFRK3lVj5kRzzDuKH1xz53RMhsn4dcV/v0D\n4BvMik1LgrU3UCSb2HpmTbJ2qqh3ALI/BjIhIA4jjk+mLN5k5RC6A7DNgzmo\nsdD7OEtqW2jnykntgUtMUYaz3iJggFGALEU+Zgm76o86V6M9BonerfN5niFB\ngTYGBz/GiK5MtkM1/sqesi5yZCVmgBqzrcWDb9iKSANWgYdaAuW3C79nKrw2\nqkpffebe7c4eWaf9PmGNp9ut01M+/TcoLVG+J6pcLvwj55ehM/tF1CHG5dW7\njqCqJ6W65Qi+JeydP/XHb0PMSLJqvOhHBYsA8h44ZOC2sZ7joLmWloRAyx0e\nf47K+8w9eZBSfKX9ZIl66XWmp/cM54vXQHEfsI3ik0N74ej4AFPyci1Mfbo4\nN6AKaLW+tz2R7L5SXr2W6dq2eg7c48t8mNIbL41RXTZfCLjW4xDPLymkWiq6\nZUcU8TmwqkqGyvso6Xjv5arGxv4HpBL667tBhbZ0eYwQ0IS66lITMEwm8MBS\ngXqmEADzRC83B0b8RloUAMIs0ODuFWHqXZHIXr3BtcbLGO6ZrwrsRYmpWIp7\nMVu9iOS1Vqy9vVVseIU7DsUIJLzrJfei9EYWVXA4C9ecxHvNw6miBpoVC4a1\n2pnB\r\n=vNqt\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLyssB7tIbl4CbNepme85W1SGYF1Km9nSiaBIVIGS5SQIge8ejPUR+LeNuwWr3pOHz/kvti5SdM7H8qo6NBRjxPkg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.11977cac.0_1618534645865_0.6642327839481399"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.018ff45e.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.018ff45e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"4ac1a4ee2a06e36457a8412629422eeaa91183b6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ac1a4ee2a06e36457a8412629422eeaa91183b6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ac1a4ee2a06e36457a8412629422eeaa91183b6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ac1a4ee2a06e36457a8412629422eeaa91183b6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.018ff45e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-3S5XYQ9HAxN9iAdNMlUPXf7FNsu+BXimNKMiNFZnVX4JuuyULu9R0Yta9OuUNRQVaOLgQvMx6c2eFIuyZWlRoQ==","shasum":"ef53cd1b8ec288522a9d2d9b79e5f035d1df06fa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.018ff45e.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggf2wCRA9TVsSAnZWagAACDAP/Ay39qFXj2rGm5CL0dMo\nCesMgXtgb4IhzxpDb/sQ0tvYSKoE44odYp+AqyT07y7SJYP5YZdUKhIsX7Ld\nsx64cDHX1RQ3WqFa6XhTDULnLD08rOLkVQPdpGpuNH3f6wWKvxR2ebKY/aeJ\njhbPAT/MHT9pxhXIoSnUrotsQ7MfntF4nrb7Xbs/C1A6mhGv7ATb1uIjWK3c\niPTefHcFVIu2nbq1oTfAiM+bqhZS1/Bs6BAezh+s38heW4IhLdJUvC0SpzOS\nOGEiEBRWYcaJKOTNtBLu5rzvvwxRXMjiJIaH/nglrLY2XuAgqDuRxmKfMTsm\nn5PjX1lAre8Gftt2t0nLNR+2k7qOf4uZhsoOhfpONdbNKoERs5/kVUc5Jv/M\nmkOV1SQSwGAXwN+Gq6u52j6dKNyXS1VaQH6hJvFtk+HEsNWK+xVUKrXWJ+AT\ntMSlLuh3hUKIeCbIS67qXxtMwnxMyFtrZmLEN4CJe8f7WhKT6X3ASoD8OTXx\nEYln2RTihFCNCfQnfjNI6niMLfK4iOjioesOXCNDf40ElEFLBwmHoQRRHEx8\nV2Le585J8ecKRtUpFW+e0aizf71F1lZhhIHPjOWtYSLfwfavmMypzyCD7NJe\nye50GYrAT6NHF4DK2NZDFUZeMBHg8I7wmjlYaQ+S0kHwvRy76RPGVDyQMg7s\neA2Z\r\n=UtTg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdIvxi4PiMJQZZAztVexyhLeXjtHtXJEMNbzROOxjSuQIgHZzGiBn9oVhnXSrAoT1Zj5qlcNNNewpp2PNNJNfhDvg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.018ff45e.0_1619131823708_0.9569452079073661"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.c99d1fa5.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.c99d1fa5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"890b4e4cc8e4f275054b5ddf4b3554d0a36ad82c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/890b4e4cc8e4f275054b5ddf4b3554d0a36ad82c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/890b4e4cc8e4f275054b5ddf4b3554d0a36ad82c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/890b4e4cc8e4f275054b5ddf4b3554d0a36ad82c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.c99d1fa5.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-nQ8jW2TT9fvxZjikgVXQJzmgEVQwjMDXRGHQAyzhVrzLE51tcSpDmWAnUCIiSy4DCBfkK1pjhtnT7zs1Qt3Bvg==","shasum":"c69f39c721e106c7154c2a329129ea4894b67dc0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.c99d1fa5.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghxh5CRA9TVsSAnZWagAAfqEP/09yefguZt1qziDI6VMH\n9vHmbmHG44W7SvqJk/T1RJnROMMpqtSLTMCViVLpd90l/gt5nfOteRoFIbXR\nitA6kvhYmG/0AXJ9P2PAr0kXfOhZch8xacBz/RIzLdqNEw/Pvo/pwCgjd9D+\nQt8AjfFpzP5A1SiuRUVZeB9rbUaqVSc75CXcUXegl9uxPHa6kv7eoXec4K+o\nQJ21azOlA1zhnsVnolQYWfZ07AghGeJpp5FBFXsW8GhOIc18CyernXv1ZBTq\nVcC/g1xV3whfarIcOhnWPHfYI2W2G85VGOTyZ64CLAOdg8eXwj0RqndBcXUf\n1stH/t7yibiOKW42ZGdoxyGFIDdtO1mGhm4m2bApqcnntB3L1QzGpgQyq9XL\nt9Vt2LH+s2TYUgfs14HoTsQk/XIhm9C2lJJF5K+FTtR8VC1ZTDVWIeHQ87eF\nZv+zA2l5K7UWcum9K28oRotTReJuIBcCsGxm8pel3HGxwH9npQiIrs3wq6eQ\nqCOp6T+DlPtyCaq6c7kQJyOHgGhNDFjfRPDbK8ILv/HRZiX1De3K7zC0vaNV\nhYiD0CqWLGHl07aqX9UAGg/Ey28tM1PAvSCLCY6C1d7HP9Qc87/XXwXOXXM6\nJB2UW1Ijxj5R0YNSxKw7BFFCRcCOhlCZGaE13/5+6Wad0y41XYVdjvkbvump\nUAkO\r\n=Hz/V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHCH5n/3Kwh0xworBPAI+acgI+733dKPvQHeIISTKnUOAiEA2JtJCpyL/fNowFfiMc0ei3/GIKhMTAARiBr85YJhGfY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.c99d1fa5.0_1619466360672_0.3422695400704625"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.eea9b304.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.eea9b304.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"5446efe110704f4464931aec816f98b15640db03","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5446efe110704f4464931aec816f98b15640db03/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5446efe110704f4464931aec816f98b15640db03/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5446efe110704f4464931aec816f98b15640db03/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.eea9b304.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-kY+S8RHCzAmHtTiMwQ+V0DgxjEhd9LVSaMutJuiqxWz1Y9QvU3FYgq30cKtT8pOXG9uCFBzzi/dm1mMslB19HA==","shasum":"86dffcbf2de78777992681fb31bc21c6a7f8d429","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.eea9b304.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiJWvCRA9TVsSAnZWagAA40IQAKUABDeGkqCDhdfCnO7D\nTKidDo05FaneCqDjWIOxL+Oq7Z7tZFYPfKSSD8NJ6EtazZFTNFgB9AiIEsMD\ni+n8hTbWGdGJajWf4uiNcMfMtcN1MNDLD/sIleOY0z5UHXHWokWJiUzG+fGq\nOT/7JfnTGPtsTHdISDCvia8xqsU+2CPHjkdxZQFNx7G0OssHrF8vFvxuc+sg\nw/+zh1n8pyyd3tcVu0GXqDbz7LnRUiex3GQMAyjmbCXH2Gm6PQtnvHh2+qi/\ncuJHB0r45k0koflRCaytO9XJmsn6ef3a2gSMZdGi26b5aOiObBrfz17kjIFp\n8uIKQ3c+aMaMmVk4br+2Q2WLVohNb4sGDhxbD2R22umvxqEtAfsQMjk8Ddgw\nB7zOd91oyDm2dGKIHUrhuNV4xokTrf1fWZglz0pTeHVuSyoUoyVhX/XSZqPB\nmrLPamy7+g8Bb4C734fGRPsKHM7f+Mzda+3MwWO2zy/T0vhsLQ6VPBaDn3Za\nWdep8hyHy/26kL7NF7h1JoJfoHyxY9AS2bOyEKL2Lh57diSewKs5OUeHpLBR\nClVuLq33xTdKLKJkLTNwvPOngpRwciLP6kwGWNoV2ILImekByi/RhqE4QWSy\nvmSnMhJKD/Q89xr4IQApkpnzgMVlxDjKqJGy8nUHVDMrL5zReIytDkMnLgPh\nZ1Bm\r\n=Ufwd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHPtbT2+eiqQ80J8eS8Yuk7fIB47158r0o0ZuCtHCQVFAiAqXkkksHIyriQXu/8qZ3l/u85klnT2NlT8idAwJwbceA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.eea9b304.0_1619563950782_0.8015716566779665"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.5dd85d0c.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.5dd85d0c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.3.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"87fa4ee3a285fecb598e3c37e03178de68d79f7d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/87fa4ee3a285fecb598e3c37e03178de68d79f7d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/87fa4ee3a285fecb598e3c37e03178de68d79f7d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/87fa4ee3a285fecb598e3c37e03178de68d79f7d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.5dd85d0c.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-rOItcmQ8jEBLz9SI8y6L0bxM8wzVaE8a0pQFVqtOeJ9aZetThmN5/2aPVpN9KiYbNHgh8mTJ/LmYVKNpvKq1cg==","shasum":"b827d640a4d30527318d376d324516e31427c285","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.5dd85d0c.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiKeNCRA9TVsSAnZWagAAeKgP/i+NygONNdfOF0BT0LCB\nNNnFxA197AuAvBWUoNCoevMCM2JrkNSVinHJAT2Shhe7zkgiyvbsiL6N5LB2\nG6QFgIuwN8Y8J82JMjfiIl+lVPdBe8UF6YVaG148Ag47/Z6A7hoBWD3Cujvq\n2zwrU4jVyAKmAfdQItkAl1vfYrib1MTLiQ3KBVtSyoi0QTl5i6nBRTMcecKW\niHhMDbeZiGx7/3nW4aDELOjydbrBZuzrI+NLBYR2sz156ii9xuPbS2YOkEoP\nFzj4T+MrC9DMXSGJ7J8r1kDg1Gjm5/CM4x5iDHhzYHT8Vg5KU+ISpnyvKLmv\noHhRvSSanr/l33vIMbuSN+e4qewGwWfFPlb48TN/px7lGfUAbRqSwi9ViXsI\nrd5fYabItI1+jd0hoss/DMQSVYewBUHcHHcCYPlF28gcMBXajKxhbZnV8R3C\n9De1Tlg1zSc4ExuxxN8PxgbtSjrYJsBFlr82xNo9gZkO8aU5+KENK+M27vta\nYuOjpWuHlA3EHHCy/zoE5M0IgPDucpBZJN9MuUagCNDtm5EsA2JrEy1Ui5kv\n1k744wR2XGhU4j8Ktm1XWftr84tP2Tx+LLQP94CiqxR1BN4mvq8rzemlERx/\nKZ/ITVePBCUrDqPnZfgJdH/eiCHFSaIIdWkIUGQh+JRvBAf0JfaHXvs5e5st\nQqiA\r\n=Xhjn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB5fHD+wSZLAatksZ1TibNNLrDXhojuj+OsGQLhgIOn3AiEA89jIEYN5MCha9TUC4GXVlDQu09r7Hbc4nYaa5Ajt3l0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.5dd85d0c.0_1619568525303_0.6141244006641293"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.cc813cff.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.cc813cff.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"~2.4.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2505c49d16e9b978469aef456cb53e6d6b265758","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2505c49d16e9b978469aef456cb53e6d6b265758/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2505c49d16e9b978469aef456cb53e6d6b265758/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2505c49d16e9b978469aef456cb53e6d6b265758/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.cc813cff.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-FlC8BAMWxd+XTX8jZxNAf3PcJ4qVvhmYqdKf/8ZQ4/Z9svouh53HB5DSxPjITc8y9ejdilh9JsvN3imlQYFS6w==","shasum":"7346079d260ffb697412175c04aea67d15e3e556","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.cc813cff.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjHQzCRA9TVsSAnZWagAA2kkQAJel4T7TM5o9u/xdZf+o\nIrmoc5U3AKes5xocRU3V9+dDriNfyK1cttk4iucXG9OnqmhKnUbqev0DYKry\nRJJ4Pl9zvm3cZ0aGD0bjg4Vdr3s0p3JyIdIwTsEmY7kIuzdxl4xPCmZjXnvq\naArMB0Uf8A2jJQwSoTnvzWMVJjKKXLSHV9lTcHSifW3YkKLGFfAI9Otaw1Vo\nzvbwfm2KPs4U3FfnEkYoo6ecw/yNQUnWyT8imLPthsl1pIPEWJjiWA9s8KZx\nRdXoZUfbINJVB5Rrfbn41opAW32gUAO21LhQjw45vvd0TYCXRiBM29JQMk30\nuflA+sKN/4cjOjIUqxSQ9MBcevbOykM/bxv2/crm40haKq65nmKWzWr95bnQ\nhs+ZZLPxqWRAO2BUgF1QFpYoC/0/PX8tLTXnjkcibd87Ke+0mpCPiZddbxRO\n0CCjyVxiREzG9VibLNCVcErREYTY3b3+fWwDn3PrQ5kLH1GFPh+IhSJR1Hp1\nsyKbH5lskTVZizYe/wul7D9kUdPISxTeYMgmxmq00dk1sU2ZHkGywP0Xcwvk\nYaKuFde94Ylxoo4F/XtIRT6Z3xgZYqTuWE2bWOx+OzQRoeQ8e1Ls1ozx2N2k\nQzVm12ckTbDDx06En14tMldhNP/i0WwMl1l8CHSGQ87vF0hz258FZy/uwAc/\nz/eX\r\n=/35j\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfnCr/SgELvc4t+8m9IoNq/VWXeYiDKC0JouyWDdVHDwIgEts0l24KTJ6Cly8tVePk8cjOZ4W5ejvfPish1iCx+BY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.cc813cff.0_1619817523008_0.6635781901566662"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0-canary.0875e898.0":{"name":"@material/mwc-icon","version":"0.21.0-canary.0875e898.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"~2.4.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"d5ea3c745b8a267546c8a9f9ff3e491bd41a8f2e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5ea3c745b8a267546c8a9f9ff3e491bd41a8f2e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5ea3c745b8a267546c8a9f9ff3e491bd41a8f2e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d5ea3c745b8a267546c8a9f9ff3e491bd41a8f2e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0-canary.0875e898.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-93B/lB1SRxlBGaciVx1FBJ5sjM/lR4CRlB+d4MSTeDY62Dop65RBBiLW5FGMirO5IoUxPDERZLqplYTg7DSroA==","shasum":"8f5f954b5e304421021f9b51c1b94007ba583cd9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0-canary.0875e898.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjHYZCRA9TVsSAnZWagAANMMP/3btZePzmYJ+NskadGxA\nnN+YaTuIutQqDhFMhFCDtLdG5Xzz+2bfAq6cRDcgFNsjvp1sngpJCKveRzm5\nlW6rv5WzpzeOeVsTlzmxqvJ/kzxOFN+yG5vSSqxmYmo74vsalKU7P7GEBS/N\nUZDobzybLjeRs5g1Yq56JpouTg3oejdJ+WULlbut7M+JlX3rYHfg7YYKefKR\ncSDDCw15H57MHyEU1VhdCDnm1cHEujOTf8S2oYLzPp+E8yWXUjZ5C7DLKg1F\n0LRKeiXY/tfLwdvZjS24sKusauOYr9Ip8Txih3HmZmFzS5n7i8GhAm/hkZ2c\nFuYvgRCOEeEOfj+WFtbTbyImo0rSDk5lKbhbaR9D+8IloyECPiun0M5qjSJl\n7MZlSWxzEDCPyY7uYrLBwe7iWDTnPSBc9rBTaQUPluptbI71S8ag4NlcBnLg\nHtabHvdrST4xiR6SEy1MyZsHGIFAX71985OyxRQ6pou3XfM1/53N2K9Q74j/\nLNc1TSY7WQ73qcdRjHqCH3T2PCZ5d18h1L6p2U36VKsMhINYTPa1BR/klVBl\nmRIvq20pX1U9yG6Zi3TsUv2b9qZrYJB3fouzlKjgNfH0txv3oAbzHyiOSHpP\nDKIclAWfD93ENxx5uK1ibhN0bV1EMLp1GUAQ0ZRJQ1kYum8i02Ief3MagSfY\nEj37\r\n=bwEO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCI4iz4EAO0KtW3aTdRLpPExp6DCRP5ytJPCjQtmx/aqAIgMh9wij7xk1qiUlqeH+cYNRh2ilLfnzLMfeXMJyI5TXI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0-canary.0875e898.0_1619818008861_0.9464347656829457"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.21.0":{"name":"@material/mwc-icon","version":"0.21.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"~2.4.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"8f1e7e1b886b6c6820c18c8cc26cce7b15fd2c98","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.21.0","_nodeVersion":"12.21.0","_npmVersion":"lerna/3.22.1/node@v12.21.0+x64 (linux)","dist":{"integrity":"sha512-WoyIfN37VgYNYO7YN/fwezalNN4pxekYzUaRMQyK4PiyRpllkVXZI7E7fPl3fozvRi1lOQqsTERE300U/nBSqw==","shasum":"e98ade595a7efc687a79383d01cdf0c02fcbb2db","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.21.0.tgz","fileCount":11,"unpackedSize":23380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjJmECRA9TVsSAnZWagAA4/sQAJYpXIR1l4Ie1Olvhxke\ngufhwJt4dQuFAj+Sfvn7zfqadu95YBGJ9Hf61wy5UKuaUavRN8SPE5Jf4KqG\nXymxaNJRiuBB1ED42fuCrSVCSuAXE6C0gSKTSlIg5kiu4/6Hkb6tb7QOeQwQ\nyMxx5/MB3dScXKpvpJikDGtqwiTub5GbzSDGixygyRJUuL98nXKZpjyMzNcA\niEOu9zZr3DY8TNecHacaziA/KhrBqfTzgGbbtwZBHX/0ndkJP21CZQWHnzdA\nGwPw0Ay/vpBMIuHaroSQjdFPL/tUaUY5w5zw14Zc18DkQN9LQUgR8VsRuCpv\nBmx0YpGcgexywP4SutUs2UJoCnnjTY0pVAo90dF2fFL3CBgX8dtcCotLBkaJ\n22Nwa3D51mbnSe20Xm6JBVrKFzYGmtKoBTEKrqhwfxE3bJMs6H8HASp9nn3Y\nBMcpDBaii6/T+jxdMeBKyJMw3I/RYvmpQHm7coEsUgxdKfwy/yJBBcYZQ3Ui\nOtbCRj2Za8HW7eayM8s5J3020kawoQMKTes3m0sHNglTujny+v5KSJf6ySik\nTQh3+74KaFmYZDKh/Z6f0oMBPghAnV5fUJy2AHfPqzELdlL2mUj1LGPaTkI7\nhujgIbM64S25aGbSRY3Y5tc4CjHLEUg8Tf2vBxNNl4lTf4tVm3ruekvwsl8m\nkVib\r\n=T8gO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuNSawyErtIZwc6vLZ1BXJYqeT8s+fphOkG9+fkobnGgIhAPDTPMwX36kZF2DaVkVKyMNgHgBbofy6hYZMN+1UMDmK"}]},"_npmUser":{"name":"anonymous","email":"brian.t.vann@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.21.0_1619827075949_0.4600595785888033"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.8f1e7e1b.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.8f1e7e1b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"~2.4.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"346f8ec243ae13b28796324e6408721377829b39","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/346f8ec243ae13b28796324e6408721377829b39/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/346f8ec243ae13b28796324e6408721377829b39/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/346f8ec243ae13b28796324e6408721377829b39/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.8f1e7e1b.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-edhc/at9iyOLcWkgxQRHKcSubTMpCkTKAP5CfGHZMTzXbormEqU4hNouOw+/uKR9pvb36ZtMQM92kG4fFCvS6w==","shasum":"13c6e3d874a38b62a06d2ec211551443aa8569b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.8f1e7e1b.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjJsXCRA9TVsSAnZWagAA1/QQAI09PcFCSCNkIPNc47en\ne8emrkUqFMx+1ZRrci3KsRuWmVyYUXO6zELD4l4pE2iBgk2qvk33IEOhWaCW\nho2CsIim4wD4R8qVVM1uFZaq2NhmEC6cGQXlcfY6au8XZnwi6s3vmNgR7d4E\nyQWi0P847cPENu7OHWEx4h2z1Ep4T0HtuznIIoYclswGnTYJaa61MBUHGpQi\n54XZPuX02FzdHL+wbPKU2yK3Tb48KLoPzlwrgle+0CuU79Kt1g6JIVfgURye\nyi4Z2Uo+n1MdBSUr21mnWRv9OZ3tVFOYkE4wa1uKDgHybB56ub7hMzy/W18o\nojt5rF/RPOo9UnfswWreAgapWAdbsWanvgD4H+KZKALTzlwf2aSGPhL92eGA\nKmQqB6rXaKY7U9+9qrlYAKFc4eIf0hm7if9P90/RX+kEcDzBa62pdlc7VuMA\nugxY5+BbxujX+qhDTemrrNK9w3Q9UZgq2jqIXepKGLzN9BeqGcjqskzzx42Y\nH0kAHQ9MbdeNDytMf6qSIJxUxgwKEfjWHmJAhvkdIuy4nJtYt2F9lRlcD003\njEDIDmFis0WlsNW9zYQ7ImOfM2nnPYg5YstA7BT3BrPrdnytWvkkOLlLvoxw\nh2hPeBJP3Q6K3XU6C8YpftuGbU6M3llnsgwQiFHqS8x/nCEUi5acfDF7NKZE\nq5md\r\n=u8Rf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9WxnXlLjPYNZOmvUvA5+PvkVggCz3XVEpoLNUhOSKfAiEA1acOrdmYZrUvah913ZadVEPHqCVmW+kb1Nd1dkbfuoI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.8f1e7e1b.0_1619827478989_0.9959010793963856"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.deb0e792.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.deb0e792.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"~2.4.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"7b8ce494b86ceb69e799a5ec1a9f0148075d04be","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b8ce494b86ceb69e799a5ec1a9f0148075d04be/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b8ce494b86ceb69e799a5ec1a9f0148075d04be/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7b8ce494b86ceb69e799a5ec1a9f0148075d04be/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.deb0e792.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-5V/d9I1ecHg0oM9xWtkpzfPzUFrBHz46Oav/DMhDASDJ2aIxFLasKXzuPje2dLILvctalgkCWYBZ6ihcZSqdvQ==","shasum":"ceb97411018a2b29799f9e994eb732361302c742","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.deb0e792.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkGwsCRA9TVsSAnZWagAAoM0P/21otAHi4TAgb4t6vsJV\nE9gln8LvbLe7F9Z7QB0Fm74CEbl8xdZbix+lDsUoETmDAw1imCwxH0kEEiH2\nqGsc6MfCHyJvm1ahi+tkVr0fLUJe9tcPBngEP9jkOfYjS2FbyIvEylWT3uks\nrB/8BxZf6NTFnkdxkOA/YuduIQawOqS0HrD+VA0K3LSnW2nEyLSBq+iE+fEn\nxPXT83IjV3MkP/dDuwVnOk2s4/zi0GBqmFIcHyLy5m9WFoGNmjHWzH6yfsuP\nB8hurr5LJbrteQn2iNXaSZIQIU7FDpRUjluc+NxwNn7rAuQww6LY3HqRYAci\nu3kvpqkuRkVokKrv8LQeoq8qp8NRcv57yYn2sqyXf5mDgPc1uTCsbop1AAn5\ncoq7jdY02uX+xbgrDD9aSt+C7QCBHFUQJeqZWDSBvVd3KtAjr+G5JtJjoRiM\nWFVszQnaaBLV5YYRIDeflUqt5kPOJ/cABox5xS+AKO4skqp4J2wnrQrRYz6T\nw8+sqmkEMWCzZbxMbLlVPUIWfxmTTMM5SBNcOLQo7/8n7UB0WdJFQHR/8TNL\n5HOGWMGm8zRHFoRtbua98Eifqw1y3LzTVYolSJKi27lE2YEW3IG2jrVP+4T8\nlcJos0mYfX8dR34jSz+CQmkUIejDXCTEvTatzfvGS4ppwcvbrCbV8fceZRkp\nzfA2\r\n=YH+N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgPA7i3gSoTpogWXtKk+AmwoD32D+/jl6jLhQSOa9hxAIgEZ8YCxgLp18B8zN4E8m8jL/4lDxlwdvgYu3TUASr+Ic="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.deb0e792.0_1620077611847_0.8457152511859134"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.a3ff615f.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.a3ff615f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"~2.4.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"1e819eb3a7930649e9ccc58d69e42d7d17e022ea","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1e819eb3a7930649e9ccc58d69e42d7d17e022ea/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1e819eb3a7930649e9ccc58d69e42d7d17e022ea/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1e819eb3a7930649e9ccc58d69e42d7d17e022ea/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.a3ff615f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-9uuTJ+mejDhDLNyXHkjgFhtz0sGFqHtElaEG3awuZpwOwtFr6ONCj8DkglcQ3kg34Xa4V1VVPmnY4J6hjXVaSg==","shasum":"2c619cc26ed72cda5fcbb75889a37758400f220c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.a3ff615f.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkHocCRA9TVsSAnZWagAATLIP/24Np+NljIVwL8BMP2ZG\nzhp/x3XrG9gH7WXgXudbg/JwzbIRo99P2ZRLC5eVsuGFu2MMOChLbLDoE2gu\ntDbUGK+eeA579NCpdczy3VT3cjfsZpkHwb22YUllIPcrRNccAKHecsSpBYjb\ni6w+3VTuqXaChYEvS8E07stRt1GN92X7qWyh2yYOsYcMOngWUuML8dlgsBzj\nPzc8Dsd4tDWY6JPtwuKIEO5nSGGffReBsmffW6d9ZRTIHKmvrjrYj2kibfao\n9Wdu3rAzhcoXixuTwIyQU7SQ5DXhQk+cpV7HU7+84/25hSUr/1fMnq2SG9uN\n6S+XwFzZ8USnGXcVju13vxvKcr//390b56NNN5yDvekcMxXpOT3AGiR+1/o+\nuBYQpHQ2SfJCPZmwYfcKgvbAb0631P28pLge3bxeo+wzY4vtOUNnjNo2T0jn\nQlaI548ZKtRnnZsgXMS8P146jNGLqpq8SYOWSAGsyi5R3+n61KnrBvIl3WQI\neNN/kQeCJmBCyteJsjytUmVKnjH1MlNQi3p7XoCVFUk6k+3ziteLNDALG+R1\nkrFQmBWwPG+f8OYCeEuAVLo/XnIW7bHSU+I5DI6vDFoRSI0xGHCzfHhRLWTl\nUlXiTVLuayD0kTVAdNRW8YZls7XCmQxvXR4oyqCincsc1/ebQ/w7awpPzRPD\n+IpJ\r\n=ah31\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAa0j4Zv6Sw3YgR1LHrdMr5MnsVPfRs0d4DZjTQ/B3J9AiEA9OHRBEagVsjLsWoLgUSmcfnYDEMQSKeypvi+IdXmKhU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.a3ff615f.0_1620081180192_0.08065880760910193"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.948ccfb5.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.948ccfb5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"1dd7576742ede6b9f763d391eaebd31ce501ea16","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1dd7576742ede6b9f763d391eaebd31ce501ea16/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1dd7576742ede6b9f763d391eaebd31ce501ea16/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1dd7576742ede6b9f763d391eaebd31ce501ea16/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.948ccfb5.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-9/OFKBMH/eOYYY1Yq2yJUtrnlOE1kdAqeu40rB6NtHNUhWMp447588W3yb1O0e8qh4cj3pj6Ht8H5n/QaR40ZA==","shasum":"330bf23df9670b1d5f46f66e3a3ed07ba7e82540","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.948ccfb5.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkJDXCRA9TVsSAnZWagAATUwP/RrLh8N11FxJ0EAXjafW\nzTcWS5ForXwk7YhWkEDQ+zMtdiZFtZ95PPPuO8KFZcIf2/jge5WIGN/W6oNb\n6XLC0BnsLJYycDQANItWgxjg6G1ivxPFWqXpW30OLVMn2G7yb3CgNJnmAJJr\nU9SVZiX/FdKzGm6vgeCcQw1q1QbIyJHUVc0pE3HTsmSlARiBIBUUToxoPpyj\nJZBM39tgGEdvwhtggMkTujnIuQlpYj4G3Ttjyb7X6na6DZceng6q19OI+/jH\nQpMfDxf6Xjjs8kPzQqT/JqEzvJ9Njpu9MR6x9gybYExfAn3ut6hgYAi3AqRI\nxreBhCIKPvJbuXils4r+SjXtzdE1C55vD3/lghLMtzMJ9fNZQdoZPCQkm6+8\nBCVsrYXKLpM4V6DqAilFCc3+DA9VkH0M+GfospzlSJYyg+E32uyWlrLAJDBO\nYz96bpJTLUuil2S2F4TiyYc7Gilw0AlwcPheAFvuftT4ixx3Sw6b8YkLQ3xf\ntwlowJZNv+0k4jeuSIV68d0TEUdwDLaWOKp8uvTKjsRHB9VhY84ROtjVyLPB\nmQIc94s6FFZyrBst4Q8eXsHsNPl3rFbSyDkd+dEFqT4KO4K2feAvV48qmCZh\n+C79Q3zco6UalFvzzX3pPt1NEqowKEOxNAZNvhYOTiLXIRo5EvoEwT2SKa1c\nHCLs\r\n=H9zY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC7GTNjBmz5oLWkirU+x7FDpMt4iRk4pkQjS5iMEzcPMAiBaJPU8avH1jX51GL3lLYzUBpB4SnliCmRbeo5C3HqPMQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.948ccfb5.0_1620086999409_0.29546700713497076"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.9f8337d7.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.9f8337d7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"c25dd9ae2c04ae380f41705f23786ddbcbe29456","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c25dd9ae2c04ae380f41705f23786ddbcbe29456/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c25dd9ae2c04ae380f41705f23786ddbcbe29456/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c25dd9ae2c04ae380f41705f23786ddbcbe29456/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.9f8337d7.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-uaXrpJR0yaXn5NXHx9HuF9loyY+xEqefVPwqTPrePzwmk62tauN7OTwNKfEMCZce6FWchYtJm4tH++QR1cRQRQ==","shasum":"63711c1111eda9def15a565ff9006b11a8f4a49a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.9f8337d7.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkZQhCRA9TVsSAnZWagAAXVkP/0d6cAXF6JM+cPVqa7Bh\n3TT4u4YdZuHCl9zzIes7hjssMP+PhU2V3GcllL4rMoQUipwz0FOOfahwk38u\nIQiE5vEtntqq4BAZf3pz1zl7Elj0sEXvXlwjx9jVlQsBDMK2cKw15zOYFHAh\niFGg+oMKQ4pc81UlVoJXCI8RXMSdNgD9/OETSLUvxNCaA74IORikcRo6J0/B\nvfTKLjLQx4EfG/3dfTU1Y3LOxeqGSBFl2xFAq3qN0+Gz8E3F0KEdSxRAx75R\nO0cfNipbGE0x9QWLOdtZqeg/1+BLlUE0r2Pw8PKpiENtlHh3W8br2P+obSAg\n3DGCTvhnuUfwAER7CME+QhlTPQmpbbmJw5WRvkq80myrk3ma+cc8TiP2j6KH\nVx/+e9mh0W4EWSvDblEvBVBxJxghabO6OFno/1Y/dDJPUvvxmU3n99vDinuN\nlTf9Af21WF1q2kwX0fO2hk0HoChbKIB5LLX8UwxLIGUtc4aGTUCeS9HTxFzx\n99pthMJKIyaj3/DOYJw8u1On/vsNlWiGXNA8ejDkizrCPCaQ07VB+vYLsoqC\nj6YB0pmT9THaMqbJmrm2xGeHCw3A/eP9feleCqMgO9NiE4QUiq23YrtFEXLi\nx1BeusLthy5msJmea+K4TPD84pfFSqsINzWB1cKCMuGZ+VL1vTEO7mUU6Aaw\nF9Fw\r\n=QCYc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG4Vn3FYs8M1/gfRoAzW4a0EpJHcwRElzhEEwW0ALNlHAiEAxqgVe424wEVIBd9JoCRTIFf0vbVJ0yYjCASTggTpO8c="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.9f8337d7.0_1620153377159_0.833341992568883"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.5813480a.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.5813480a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"293298dc0704d114f85fd245f98ee8f21a3ea348","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/293298dc0704d114f85fd245f98ee8f21a3ea348/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/293298dc0704d114f85fd245f98ee8f21a3ea348/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/293298dc0704d114f85fd245f98ee8f21a3ea348/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.5813480a.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-02B9uskRoVg03tCnD55uEYCimBaIv859uGfORPPItE8Ny+jS8awukk/XVzF4n1x4u8/q8N+rwE30eHle4ADGMQ==","shasum":"29002d788883b2836d822f30cdf859feb5149915","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.5813480a.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkuLoCRA9TVsSAnZWagAATNIP/A+pQCFqruNFl33Ijk6k\n14YU1S+B4Ok+yJib4TZviGYhulKJ/c0yB4wdY+Uo5/JMrRfsC2AhSO2SmYr3\nEk7eilBlygd6qD5uwjb8FTxCdKLSE0x29aPGz6BLZDIoJuyqEWIguy2Z/YRr\nSLif27PIV8Eu+zcIc5SifVIwRULQGJOqZAV1JhAwrzyxFVbDEWrptsD6sYm9\n3ndhjRCDE56e+Bceb6MKoH05olJ0oHt0WRMRG/NfhlZ79CjgM5HmQNNVlnu3\nhq5ol28YYhRRa/iH62ZjggiBu6lsD3uwDO9p2D/daDFTgLCG9kqJwXKNJdYJ\nwzjlezladsrguv+Vj0ekTGfHrC8dnaSKJCzWLBUrVnA3AFNnq6GmzBk5mb14\nMzGSfiEMoesp5zGL8jIFsQrKDB4JjfG6OQgxow5G0Py/ZqAmFlbJchtV88EB\nyUaDi/0nbQLJsNvjr7rlSirCsbh91DC+jl7K+Kr9e9i8JYY4ZgUVJCUtZO/N\n2WGZEc6yP1PK9rx3+LMs0k+SNu0oySDVyTdFEZS6okh09o3dYYVKwdjMs/Bt\nVgSq3hs66SletyEmwCluS4eKK4lbeH/aacCdZrA3vAhPsBjbzHSb78NUpwgW\nK/U8ZHIny0/gdHqAH7NI5SPF/HdCrtzDHHzARk+keq7iqk0ErbjzKDelxple\n2JGe\r\n=LCqL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH6/2+LGX5LJOvYMSfijLAd2XTQNOPu+rs5cjrskzjecAiBa2FYf/CXf4KxlDb31OKzGWAD2Q33FN8B+GAj5Sg22zw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.5813480a.0_1620239079900_0.9714026789601189"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.ab7fc1bf.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.ab7fc1bf.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"9aaddda989be6b623f728abc86d48adf169d6f69","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9aaddda989be6b623f728abc86d48adf169d6f69/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9aaddda989be6b623f728abc86d48adf169d6f69/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9aaddda989be6b623f728abc86d48adf169d6f69/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.ab7fc1bf.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-6Cofa0+HzVcNUUyklxKzeTJSO9CH/qPnUy3EO5ymnprrzp2h3X/79WWAV5Q77htiOz896oZKOVcWHAZ0XfKqZg==","shasum":"426d0c77f741925f36cc2ba5844c58f2f64fa382","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.ab7fc1bf.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglC5BCRA9TVsSAnZWagAAk7wP/3gNjDFIwlmZZY/okC/Q\no8kbH+jg/+w2DYZzo2IEcS9xiiBRDv8NjQI9m1v7VmfnN7Vi/cgFtyh1BdDr\n7GyZJ7aD+1SQYFD6oCCsScF+Zf4IcuhrXnoVnUVtwpEya2v62qseNdCl/eFu\nKVq+jn7SEhBvpdIgJw9Rmn9Nz08oIsOpLIxoZ6yVrDPg4RQ9UDimKlj6dEzS\n/NP419pucXDdXImS4rDyHz00OzeiQFIOp6rxiwSGBYMZDUIWFMY/YTXeqcfJ\nQZ4XNaYRnUmixOa5/oaYCzRapI0ol30jZZZaiQvc/bYixfPPp7cTUeHPr01A\nyk+Cnixy+tRzd42YEMAyF1g+cc0FkBiec4Fnn0BpZUAQWVQxWnB7k4lhcgx6\nS2Z1o3R209Sa5VWlbAK3cVpgpkMO3gJxsY/bKD3mxz/ggs3Kw04o/vpnVKf0\nJ6PPvdR2m5MkEdH1UfqdcGcFf7w2ODqS+4b7RylULXCOKbdw0CZjCUtIvOld\nVcEtrCHRqqk9JZ+iKkS8rizCHLRgtwYjBB0sWP8ko88COhqzrCYupWRf2i2X\nXnbFg2OzC4z+SQx11kNFBF7k3ouwwEayohH+YCG+LEusg6CWq3mV7O5/rHh+\nuT9TdJw7msy1R8x9WJMnSt5L1buCirs6g/Iy7nG9wTCn3rR8iyGD7vZv0Edy\nBl+k\r\n=elZs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCSrffMSFXrTKW7H7a2rN3NV4YECDZL4VFmq0Up0k3rwIhAJinq5kjjgwatuEP7KgB2u1sXFg7UXrmIg4YzQka6hLq"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.ab7fc1bf.0_1620323905183_0.05175166343060811"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.25693d60.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.25693d60.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"89015755bc4d93aab59cd46274331e3a6c467896","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89015755bc4d93aab59cd46274331e3a6c467896/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89015755bc4d93aab59cd46274331e3a6c467896/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/89015755bc4d93aab59cd46274331e3a6c467896/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.25693d60.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-SMKrBjElSe+suS7rON8T/JZCOWWsP9d8ybeKqifezhdhvKCqXEt3usTRCsrAXk72apGkViyI4/Tg8uyD9dU7HA==","shasum":"9398938a1a3acf9b8630cf57262b5b331f1d7e56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.25693d60.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglbdGCRA9TVsSAnZWagAAcOcP/3hUHF0EbyryBmYEZfxV\n9DV/9UKbVmD4JgTUS6vQp9N23M3IdnhEbIvSacqSJMH+M26wHdm9owFIPwKO\nKqp43Qlo7wZVlrwY6q5jVu0FgsuGP5mXmCB+LfzaiuKMMFK/vS1AMkhR3ak6\nss/3XjeMeHtK4LXgneRRpNQ5+HPDlZ6DoOKKEewIITh3+/L8B/jRJCMc9ODk\n2vVbSsb8YDIadhyTAtea5UKRxdtGE+F7yQfibg3w07okAPvWpE+SILaNEVB3\nR2hFD6SmNuoucO0NBWcQh7PQDEPUUVDm0Hs/eRI4SxzpDtJEkzsPY5CQWkrT\n6mziSFEh4JY+w7ua7CrkjM9WdHG1Q5joskzora2FgM67a0FpU6eRKj0l9zVz\nzvgXSW7oJsuw9/2hMNkFHp05IXdLHKm97HdrlJ6Ea3hj7UDzhz0g5t3HxX56\nDON8nilyqlz7bnkReYDzeGEvExmHLWZaOaTGTMtTvhzdoahqZaDf7y9URsQO\nsPr6SZU187zG8xSWFU3OGINhm3wvmdNKDDNmUc4e/2AwRBZxcoDGbI/8McmQ\ncLwAQvTuSXunR4XwiMvch/V2/i6lVmGso9ztWwIl+KC2HR5LYxHUHj/Ejb6Q\nUBZuE3VNJO89rN9Gq339G17bSkzVUiSkWvpPzz8VjGuSWSwdGTRppA58a1BJ\n8DF5\r\n=pQSS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCks5v0/3ItHB2RrCCpdzYgM3ctWEWtjRh0ojWKnGIcAAIgPdhQ/GKuNSaJxzHNypuiWYFAmr360phqd3ZM1biJGX0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.25693d60.0_1620424517880_0.5293273350804155"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.c497962b.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.c497962b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"be15d892a32bdf28e42617b44e38b301b0ea590c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be15d892a32bdf28e42617b44e38b301b0ea590c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be15d892a32bdf28e42617b44e38b301b0ea590c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be15d892a32bdf28e42617b44e38b301b0ea590c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.c497962b.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-kv6uUyzemWfsXRlAMEteRmG56IZFNB5Hvjinvgk7cjxzYlRVJPjji/meETvJv6QJYP5KzjVAqhZCXwyBYLyqsw==","shasum":"5f981990f2b45419f0fd9e007360a49f7c70b61a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.c497962b.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglbziCRA9TVsSAnZWagAAWb0P/1eZn9vsSBvTvlZ7Wbhr\nYbQrZPA+RUxtWiAXUEL8JMUWHdfK0ZQZxZ5e0UbqCf2vDsSTy/26cKxe+tPf\nhGbfM3SehbapdZG6qZtVeJmjND0z4sTATWmL7ooJ0DPTqBntI+HXon5JYJfA\n/TIP2sS4m0Y+sOFtN5gKvuJEI9TwuQovk9YNQqcV5R+3xxGJZ3BmXDaucxPm\n/Vdo1E1iBrkdPw1jb7lwJ+JKuwXd9ib1I010Zqekn3XG5wdaMmGEBIg95bBI\npiwDVl84RQzV4mp4NWKMTpim4RP+H6YLr1hbQak0O2IOoa9I33ezOfJ0+W4c\n0660zTd9BAug+LTev29XDi0snxsSkv+YNOCRAlMOZp4BMcsMXpRDUoFh7MX7\nbNxtxZcgeR255IZkBKsYdjLxej3bFhRnnVqkQcEnedpziMSIm0aoUwFf2vqH\nLd3OQJTVcdCQIwsL+iETUmEpZFIPw0GA/zGKWtm2/jW46q+L9zOKPPpALYXP\n4SfLy7WMbvSaUiQWmxt/rBGyRtVXKkFQq/UYZJ226q65Mp9XkiLsfcccHDkX\n21K/+fObc9rzcKnOyPkxPo2RXl0QDdxDVwfVwDYpZ67+EoVav8HDh4+pkamQ\nlsmzMp9HkNYmWgxnO5E9ls6hPa3CGfRc4dkfYEDJ9Pm/UFcdSMhUelrcavih\nXZSF\r\n=dSyL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB9zTlBba56w/nJxpYhKgKaXC81ICzFjOBNduz9Qr71xAiAqUKyeOAcUpS6HW749fyw8RUNBj7ejjALjtJk3RrfbQQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.c497962b.0_1620425954284_0.4394154830837438"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.e300688e.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.e300688e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"94ee5e4aa5987e14fc749785fef3b65b73185c74","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/94ee5e4aa5987e14fc749785fef3b65b73185c74/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/94ee5e4aa5987e14fc749785fef3b65b73185c74/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/94ee5e4aa5987e14fc749785fef3b65b73185c74/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.e300688e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-69avMZwJgz/hAHEPRAZ6ykFnfm+xwn3hp+gIYpbSpug76x8bUo+iL63RjBnud0dd+s/qoKohk+kFRi18SDDihA==","shasum":"1e664ec3a774f50a8edfe61d3c6b083e082df98e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.e300688e.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglb3sCRA9TVsSAnZWagAAWPUP/26X6A5X65DHTGDO5icL\nTAKu7UZCaZbt+MNQ8kAQuapfyuJTd6FlsCbFn9/SlAl7wt4aMa73t76azaho\nFBHlOOJ0XgqqBGj+U4lzPRU583WEZrDHQy+kzjPbmbKU6c2NyhJCOw3teH+Q\nyJyHHHFZsW9p4n5+Q4LREMYYE1Ae6jhuPdpiQgSTBMGLGyPMlj8tGzAnb1CJ\nuvrqh5wS1ljuCJwDpSW+OwzSnkP9CDur7UTaMkB5AYvF+wjcuM/MS7aGuyLD\nS06cuHlM66lpedJUAk7HFOJSEjVtSMJu80Mb3vRE9FhORc6bug3JchV5evuU\nj06ddyPL0Y5+TTUqzDpdhf+2amuQVIMRhOxzxafEy2MpC6PgrxDbTi83e/Xy\nJQTJ4wxPCxqUBtUAALhe8fpalhDihppfHq7VfU54PswCP/kgSZqR7cJbLtfF\nRL1Y1HsoKQrGykjZKdO1CtzCtlW3gsA5Ay1/BgFGysuMso90qDZlGn+kWVor\ndMVFY6b7+P6uPOM5r0pDkyKkZaIuDS/YZR2rhqeUWalc/7CbJ3SgHMytwzls\nrN883UAYasnmHKvg0N7LehdtZO8wJ2dSVgDVPucRBPBYlPsc4TPMRBRXz/g/\npPW5vCX0MLToOV4l7RZrFvZNnIzv73HECuPvbZf3b8dbIQQ9i/D3mYcNGeiC\n44ay\r\n=h1//\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC8NCjb9LqN054nXbeF39N/VZtIOSeRVBgVH5WTdFfe5wIhAKtMowPuy8Fv+aDAsGLE4jI1dMHJd0BvGUlnrP9fcGvn"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.e300688e.0_1620426220062_0.5579480829622341"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.d70287f2.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.d70287f2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"17a229885fc92f311534b89a9df6549e9b78c204","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/17a229885fc92f311534b89a9df6549e9b78c204/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/17a229885fc92f311534b89a9df6549e9b78c204/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/17a229885fc92f311534b89a9df6549e9b78c204/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.d70287f2.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-KAM0xSy0nRCnfYRwXbGyx6Ek5Gozj727ftPg0tjlLa0ddXmgkfLoYosA1zKQchVehu7YLMOK1PY+sxCAfynz0g==","shasum":"482ad85a97de3774c7c44a2cf85a2ffd2a896383","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.d70287f2.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmYlhCRA9TVsSAnZWagAAdwwP/11wKufv3jwhJPfpe8WT\nDIUauGrZVSK2fntWO6/GrCA7A4iOgdL0bzHR/TMpsRgQqSGVUk8IF2LPAJcg\nrWQJS+TISmEQ3mFTntDvgmu0S0xD6/BuyfyTJNwq04mQ9zH9WSAks8pYLdmY\nsww5pN/r6p+CSYgXn9jlGPNglRKNsSxeYzhx9bYRoGGm03QklnWpZkMbXWU0\nYvGstwP/ItNB4kuv/VU+vygSuyhdOsZ+COiQWjD7O+CD/4GAZQNLO+DahIOr\nd+FAWVZ2xPotr3ztYUobD4xGAH+kjwG0rq6QM36fMjV/D9O14o3iHgru+U6f\n7bjUr8sqO82wVCvVfefJ3OLdCYhQQ9k2O83OSngAYOhw8DHIKpgtwAmatPzs\nzPWvPRz9eNIsRzRRACkNXBZM/a6hzLpZLETCxscMOejn8pURth96duQI3ZTW\nmkUwIw80+GBnBG4lnrx6Gn3BXsnxrxaXrcXpIO2xYo6IGhKMSx0CfHzG22xE\n5f77Jd9UnSPRbe7BCOZx8nZgEJI95bLHE3xaDENch6c/8L0p9JrKRZWx1L9m\nR9AslHCyUh+vMMWjQX2SsHZsR5SjaHmlTp6Bdx/bleG3nkaynI+ulCH6qWRa\nEOVfWnHUrGd2Qzl5AzclOHxEFwk306zDD9wyYHJu5M13Fc43f5Se4b9ppKDt\nQpbZ\r\n=gnY0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHHYk3xskhJyOdUl1csSlWOACg7lYsHA1v7Nr2/nnuGMAiAG1HJ3r1GXFOYxtwcUuDRixEA11w5KVbw4+etQ5M/Kdw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.d70287f2.0_1620674913411_0.23379558212182472"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.02e841b2.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.02e841b2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"10f49288fa74318f178daebc0299b7da22137eae","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/10f49288fa74318f178daebc0299b7da22137eae/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/10f49288fa74318f178daebc0299b7da22137eae/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/10f49288fa74318f178daebc0299b7da22137eae/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.02e841b2.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-kPOnnD/+DIX9pmAJpL3xZQrpkN2XCRJUkURhIKBFdaSYpsc5yne3/GstgXjtdCRanClYpEy2TrlWVnmqGDAM+Q==","shasum":"d2314253652df2b1d7ab422247953fa2a8b057a9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.02e841b2.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmZitCRA9TVsSAnZWagAAOjEP/1JAkjfVVM1JEhQ3BVvB\n+eLH0e+UW7FpZIaaS1N0QjSbP2cW5askm4FJQ6L2xOD83Sup/JqeMPO8/cPF\nc0PsABhOosH4MaOvPPHEZvOIJ32Z5i3piQn3G+OQK/2J0RXIkA6Y7dvgcW7U\nQbq3dM7WUOSnEWJ4ZsUQPRP1JeZ2sZjLeDdIbE1oizi3RNREkoKG/XLIcQS+\n6l2nF7UWifgTYx/xfpWnRzRax+bBdBsbEdLXszzeekK9hM63frvqcnwiAUFw\nr4sCyjnUV1MiF6GLagXfBzB6NubnAhMi+h6zE1GQRZayvZhGs2MuRM4WgycL\nKZ/OA2jcovgVyCCdUruysOEqFZkCBToj33A+L7smUJhh9XxoLBaMTc1+Hd8p\nSkMklPxYMvnTLeubfdKtYrJ0yh4p3V6J9VUAZXpcaB6gIjUqcSFHX8v7WsLh\nlpdIplCcElR+MM7+P5V2MiKOUoGnuU4ksbufk4ejYn6YJrsYfwhScDjzMRa3\nC/PWH3tElr24J/CjWpsByqilgpFtcF8bxfQNvUI4lTLksYgR40qKb9M352x4\ny3RvQPA48mEqfkcB20gSot417z2dGoLb4BxOSxVFZzm/lccW1KIQVfLVbquh\nj5xvKBcclUsJDSsp4N33YuFG6wttlwYpv2AaHvU90hJk4LzvTHCR2TulCbpq\nykSH\r\n=hppO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHYtoXytfOzoGl+DZd7aKClT3200YVJcnPHsfMG9w8CuAiBM9h3Hw/IyP9Y9mhIaEJA82VObktHDYewfIT8pwX5RWA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.02e841b2.0_1620678829490_0.008232696039852883"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.badda2f0.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.badda2f0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"961b6b76093a7229e8b8672e9dba3c2f9af0e61b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/961b6b76093a7229e8b8672e9dba3c2f9af0e61b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/961b6b76093a7229e8b8672e9dba3c2f9af0e61b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/961b6b76093a7229e8b8672e9dba3c2f9af0e61b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.badda2f0.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-R3JCB/WJAsaSsCSyTX6vPzzejt3g5pWo/j5kz87exE7ChyyZHCAf0mlvXiGy5vPtppuYbm2NgDibgfZJrtbxdg==","shasum":"f8c3f6ab35759b4b9c67c496516b4c8b4c3162a0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.badda2f0.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmdD1CRA9TVsSAnZWagAAjQYP/jdLo2HSyAgYjSp+/TaL\nVRFew6sbj+Osz5N2y3ZTI3g9gMe5jkRj6Ccat/MZCTzMbxlXxv/WDRNmhave\ndwByzWCV7BzbT5cikiBIoWBXB1zPPOBifCEcQx0+Ph9NaAUDcIlzvjAl3lhu\n/rZ4tJOHbXbBB0KM6qzMMKR7EyBZAG9olNv2iPrbYxKc8GEJUNR2GCT5A30v\ntezJw0+XyOHZBNoDlGsIn+k2Ua3zv2ZT9IWsjoaurlwnuu4wy7Fzjf2J4Sdv\nTcFnRzZhpA3kmUBeK06q6VaFPCpRGZVPZ0BwC+O3QaKiiLC2/rI6F8Q6pcKo\ncLj0kd9dICheFGsU7On6hvWMDuAc8HVmgEChldjMn+E+2TZJBoFp6CLXoP7+\n6hqNZY+ybCbMGysyaNVIjgxvZ6TgXgdaViwLMWNuYFyNVKUZnyJIarVVRXpX\nfNeG+52fkdDIgElINzjb3NN7EUH34zwohRlQrlIqb7/35XiomaExJehiKTwX\n42unyCC3EWFuzmoVsonq9avJxe4aGFdJF345ZNWuxk8rZ7tGIp0j+E/1A2Qb\nQo9we01rk5AaZqPNxDFi4qnBDGYVjWwRMeGudD+1bzzwNcKWqJYAnjaP8AAY\nb9Frsoc/XzSPJKlE5PQEXlHGVeQuTphkekEfSx2PYj7w8wIS21V4+LbPoQPI\nzbP7\r\n=btuo\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHIK4t4bt9VwfhYKXqtbRTy9gwydO7a3IKdwhryEC41TAiEAwKwwz7h+tvNlR9JVk4kz4WIaQfn5je2eSLf/2agpo2E="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.badda2f0.0_1620693236614_0.5662284809406628"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.004aca62.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.004aca62.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"3c20c30c670567ff3483811cc2d47a795de96151","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3c20c30c670567ff3483811cc2d47a795de96151/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3c20c30c670567ff3483811cc2d47a795de96151/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3c20c30c670567ff3483811cc2d47a795de96151/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.004aca62.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-6r4K10bwj/HvoRHoWoeNyXBwjVDSc0HVn0oi3++IWj2iIbaUxEIVidnrpp87hw7q0Pwr9sYDQ6jbtHdW4vUxRg==","shasum":"792ac52930ec733c5a06dc3eb47473e0e6f7325a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.004aca62.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmsduCRA9TVsSAnZWagAA6n8P/32r8K7hWOWnJCC/F5aY\n89bXuwiNwD4zx97Kv0F7JZpkUNjSps33ckul9nM+gfrcOpVmg9ANHbmArC6o\n8y0+ecqXjsAUnfMD4XR4wfYuuEaYIbfDQPEIf6lrEV05tkB0P6Hw2mhDG4yV\nU438yY3jiiv+z6O8o0rbsXIX9BKlEOd/xlgmXs1E2cDBau1TGQXAeEt34OsZ\nhImOrL+86g19FrDxBZaulUFD5itsVvwunGE0t2cogEdCenSSj5f4U54CpABW\noUQl65afzV6s/cFjZbElRDgMIjcORSG9vh8QThkK9POGSRuRKM4l+zchUD7y\nFauuWMrx7shzBdXG/2OPPuOtNuSt/FotiWoGDQFNr4kcTZiNgJVz/aqkar6b\nzZxjOQIPw89JjsTSorHhMHhIDKNjkiDhSUYXBUieIkRXUE/CPSwiJXOuMQeo\nX4dwUtfyW4Vqmwd2oM6tbGxzWmLFe41aYRtBHEF4DYnU18ev/TG5g2x9allq\nPr5/EtL+XRqaDs0iCYRqdgnXEaj/oXC53X2Yqe34ZJfAqcHwIUVxxCJIYySz\n2k1MDh0cOFEbl1XE0cmVBH9w3gWhFYPtjTPvRrKpbId9EgG/J+cAOYVZKqFD\nYT3FdTDd3+Kzewa4R5/Oz1MLUOBwUz4FuO6r2GSOL/IsjYG/t6B4HGWZzJDd\nY1FP\r\n=vcRD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrGx7C+6B471nvp+OWazr8nXQVxNhywD2oO2DuMWmwAgIgK8s0V0r5cfojmtbBC3qAr7hbhxP5YB4iSlJ29zy5pSY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.004aca62.0_1620756333711_0.775663850485474"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.4af17446.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.4af17446.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"8065f1d05fae5a2ca4f95b50302cd5d56d43ea4b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8065f1d05fae5a2ca4f95b50302cd5d56d43ea4b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8065f1d05fae5a2ca4f95b50302cd5d56d43ea4b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8065f1d05fae5a2ca4f95b50302cd5d56d43ea4b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.4af17446.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Az7HZk17Imq6K6ou1/84C+CnxvwXi2Wa01P340CLZINbCm2sayrv6rwTtD+D5SokR0OB+i0zfXBfl4TTHI6GLg==","shasum":"beb4090c60b4e9c74f6a4ae2676c56c0d496258b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.4af17446.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmtDBCRA9TVsSAnZWagAA+roP/02tjI6/+k0Yqs+aJgvb\ntO+X66dhHP78ZcQzfHYkJqiSDWc82NY7j/+Ix6Ha3K0zANrUsQDklz06ocak\nfYkEKa6IAUttJFKxKvfHsdw/6Jj0vN1dVvpZ9i3G9uONAAb39QUW25JugtI+\nwm0160xXe3677vLCdkNxv5LD8MyWVOpqSXgirzsbZso8afjL/x7UU8SioGYl\n0QB0D9f2IyAtjlKOtUgCfLebRj0rVpjhqz/uRxXGHcJlws7c8mdgpuULYCCk\nCc4kuaQduscrRHJScGXkymr/G9dUM4uftGE4dVE+1p+xeRnT0KYTntO12KB8\nu3wDvfFNLIDcn5qk6nrel/Y5kuBOr+irH4hd0euRlQtYFiaOPcZ3mTmMQovK\nEhhe8OTVRMRZgPSrJ8V1Y/3nJXnOTTEGr8qASOciWYUD/1wfbUW8BjI6MyaD\noxagjikHCZtxblKDhulg+TBLathNo71gv4th4db7IFrPdvplh8QDRo47MDpq\nhybNkFXArdjPqpAh+V8GCiBAch7WBcnz0+dczVRYTyEdcSa+pL3XcNOaWsTm\na4dNGP3Txdvw678RcmU/54QfjsJ7W6LIDHKCJPoHyUa0LUicm8OMdTy2bAYw\nxVxwvbEZ2Lk9kdZg9k7gfgbj97FXx+VP0pBnFOFpfPsjFfeN5/MKTQHK5y+a\nWxiE\r\n=yg4K\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIm+8I/RuBgoTUwGJ3NJiP++0eUhpOofuoXla2pO20VQIgLmwK/C1KqnKzyK4f1Vz4085jIA13P9sLf8pFt+iBxyo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.4af17446.0_1620758720599_0.14736928535520177"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.b94d7187.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.b94d7187.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"0b32af6d751df8cf58980e7badd64494f9396b00","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b32af6d751df8cf58980e7badd64494f9396b00/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b32af6d751df8cf58980e7badd64494f9396b00/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b32af6d751df8cf58980e7badd64494f9396b00/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.b94d7187.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-3sivfmEBVeSHf3RPK2GNL3DndNsMZ0cnqACpI782xLgNHnJ5JsGPB3HYh270YP3SzfeRDQzsloz+hCHhpabWnQ==","shasum":"37aac70f17b4bbb1f35d7e42a4f52c3c1dd7389d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.b94d7187.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmtIUCRA9TVsSAnZWagAAI/sP/0Ks415+Dj4ZkVAFGC3B\nn9lU6bsVKUCr7lD1Z4lZYQSqUpVH3dDgPfpVlgzKoQapvr8Qe7ggSQforUPN\nSTEubPUtGXA6aUtbd4lE/YhIu3AcH0O7ouV8Qzwt6vdd7xvjQsaX5fqSvQks\ndABlJr6cVWTShx7N99AS1oTZMzTAh1pgMh+KnazWF6L+SkVnDhsVAjhtHQC6\nZ63Z3tmc6hHtX0vxQ+QAelBX+ldTysBx4aGGslT2lOAosljDEls83MR/du78\nqLmbyMNiDfEOYRdV0MVcqdA3EG2GdK3vzVlm1G2m5VKl8Eo5TKMxhb5Y88y3\njPhzMZlQ+RnFKjYWIQ73CXcgdF0wN6mkrL8mFEWTLN+8/QXXg/6JmI4KoVWo\nvy8KEG6736eqFs9uvklvvaPWA82WH9GUCIn85zFp17bV5I0dLbMYZZhd51Wz\nuXUYDzHhHtcYRNBOBbX2PXx/5NMnaevqvh5zzPd7G+gy5D+rDwMCeCMXTBRW\n1MFJ4cujaUfpJyFAWD2pmkdalW17050jW+Zu8BK1bcMF6+elV909/2H+c0LI\nB0qGt9yNF9/aJz8kvvNn6wFxOB+CwkSUJE5hd8oUoohIgQOURcbVwM9yJi4/\nQFwzx/E9zT1bmiKw973G05/r8+5UjOqbP86W4VnGY+/yGu1l5+j/rDi+1/X3\nl6+c\r\n=mvem\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIALG6VYCkmiJlS+A3BA348zDsEXq2G2Zp+MRew38ZwI1AiEA5NdZp9Gg6cmA0bYLW/YpfgaoNCLq6VFouDleDjV+T5g="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.b94d7187.0_1620759059618_0.7101898804218993"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.4021b2f9.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.4021b2f9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"535a4442352f807e1f7e655d0a135c6d12906ed7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/535a4442352f807e1f7e655d0a135c6d12906ed7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/535a4442352f807e1f7e655d0a135c6d12906ed7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/535a4442352f807e1f7e655d0a135c6d12906ed7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.4021b2f9.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-8Wcqh/ouAFvwK9CW1dfhRhB9c4ffAaX9s/u9648AhnZu8XcG4m1RgZDhE1pBrxz4C1mwvYUOG2vKYB8+XGOpng==","shasum":"2a3586d97566c4f2045c008a18b4251c6294ea5e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.4021b2f9.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnE/XCRA9TVsSAnZWagAAZ1QQAKILPNB+Y5lOk9yoqtq3\n8fXXbbmbOImv/G3+WIYeXuQTB7Cl7Bx4GXJZQ/lNpBfQXcfjzed6ZXZqrsYJ\nqC3v6KAVkczJJ1VNlSkUoDK/vTrH4XSh9ezPEbBjK0I4m2FYkiHjk8z68bNC\nNVWppFBls2Ua8Aemuloebpl8QD4BvBTzSocMgPYiSYYnLBziGAoONatTdaIH\n+jimP9AE4jJEyYna6Eyd8abB5hTbqy3tsO/1YgdXTh36P+O2yULJEokWhd58\n2UCPTfD1esPqTjX51FBSEAE+4i9jOxzbmGx8K6ezPNtysEnfNAKcXsRpojJk\nMPCCjbPPpfC5yBCK/v5J45aZ8JiT1Fx8m0oz3owhq+9VtOynXz8INryqkAh3\nzGs+rk0wsAIsds4NGm8/YwqMpM5hIIqYnBu8Xleq7HsNG1ZnecmbOIMFMJQu\n3IKLBzjj1ZadTmUdrN/IqQLk/fBBOtnpXL31fnnSL6F31RuE1+UPbCKKxr1q\n33V6YgefJjodGrLl/0xxnx8Rqvdu4fX/WXmVo04xk2PqdSSNvVfvUqOVHkQo\nlb5KaJMsyTVEodGHn+X//Kp2Ue84WL8FXqR1JV0DqveOkjZaIApbxgByvg2Z\njh6UtsrvoxIaTBq6AtOlaaejhQNqil7KnGp3/cCnb1kqJyDSeJpjO2LQFCkN\nX2Bs\r\n=z6q5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBKFWs2ZsVtELAUVbJeDsbCkfph2AEODeKqj1TqyZ0gkAiEAo5Tosd7jGU/r6ioxITXSn+JWFY2fZOP/TOBcFD0v9cg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.4021b2f9.0_1620856790918_0.890843104421366"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.6a5956a3.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.6a5956a3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"1164d783391049aa2ff9412e519af87df40b5406","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1164d783391049aa2ff9412e519af87df40b5406/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1164d783391049aa2ff9412e519af87df40b5406/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1164d783391049aa2ff9412e519af87df40b5406/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.6a5956a3.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-0CR4ooCWuTpL+P/9i/CS+y6QQYsxnu4vyhzcY+tt+FoXiTVBAsRmsrxvYHQgMD0aA+xARlPtP7ZdF8ekXoV2iQ==","shasum":"f547d96bd1c1fd3c140fabb91a9c16e800817769","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.6a5956a3.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnFPPCRA9TVsSAnZWagAAKTEP/AoEakJ7OSqKS4tjeJW0\nioreP+msaKta90vF/fqcE7l+S7nizkmDBzIby4J9uwdByQWsupDApREOXV4n\nU9l34RoeByN6VeM5uprDztZV3XnCK5RjNeVkS+0f4s6vUh58PYGzrkQMtSDX\nsOMnTfZ35xcGWwx3FeambcHWujCe42rz+79JrbP9vrxmfY2Aaki+lFZCgzL1\nratU/f0q8CBZo8SsJPTdDbb2C4RsfWuKvRel6mBRQu/Z+GRXPcIbmO3IGBs8\nMAU4n9u90Zv/YIaAngvygErfMnzv/9VK5QvAzBz1hyTcRIA2PY/wcjrcs03u\nEw3K++h8srvGEUI3IElOXBZPj4+Pbu68eq4mBPvIIf3vXhAp7W0qxEZvcrVy\nibxwqb8utxqf98T2xr+7NeMOagUBl+XaUvAdYcfj+C9X+pKf+fwNeGqj5omS\n9cSgR3EFE5BYGW3HBAXt/sYWXkHTwkS5xnObj5LunRvJq3Qpok3Mmr5L1n1q\nm+dae4fNQAaQMNQD9wG8gYCTXScLZzR8o9KhOU2WJqVmHWVhFPbtg2Np1G8X\nlOozGV0imWy+X+1JpB8N3WcvMaG9TCvKylulKdblSeBCph1Ahn99RcN2KNue\ngOtE6maN0Hmo2SWozyBGmW51yTheFD38g/36paaEyvvEncMEzsDNMLtbpf4a\nuVwj\r\n=uCXI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeNgSSw1L27TkLoJBGYpHotG+z8z9xoIN6guTstChRtgIhAJXD52LrzRqIzJOoR94iRZEcZ4RxsBD5oTvJwSareibR"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.6a5956a3.0_1620857807425_0.43374911542693306"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.b6e8a74b.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.b6e8a74b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"09c41b7e9637c49faa75e5ac84cc73c8bb5f80df","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/09c41b7e9637c49faa75e5ac84cc73c8bb5f80df/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/09c41b7e9637c49faa75e5ac84cc73c8bb5f80df/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/09c41b7e9637c49faa75e5ac84cc73c8bb5f80df/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.b6e8a74b.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-pcRWyk5PzFoK87RJ21ZpV0nvNCJ/kUuUyuwbJ/4BElWFn0bBlj60m7MdWpNNeSLM1bDRLYeIVZtJ0u8bEjeepw==","shasum":"003a299d40c80e9e30939f9c78cd9eecc80f94b7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.b6e8a74b.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnF6UCRA9TVsSAnZWagAABpYQAIZ3dl7zncIPpagzvo7T\nnyem8K0LV8Z0ZdANsZsKqVdJ08SCv9NtffEMFhheaPciF7yB9sIZgqAO04vl\nz62ipFzxM8/45rcZ2qo/WC2o0GjlMNjBOqrfMi62+lglWFY5vx8r006Ew2KY\nwJqzocHmcQ1ZOFQieXcpbhA9HudlZeCTzIq8tHhe6qvDwp91DEPiQAQu4oj/\nkuG4uP77wOSqu2CPw2tKQio6ONjS3k1tBpFu27xenfBsmriH8ZGVzDXDA3p3\n9divsOpgyciNKkxI4QYVn9hmcqsgqog4BzTVVeKDPKfQaRriP8VkMxnmUDMm\nVog/KgXcaM/1hVJRLLmznEBLUndkJhU/wCuUo2jBcW08Z2XEteQ42YvrFLgw\njj6fAlGxIfkZOiDBlB580CzkIskqqyq48dsXDmOOV2LotMvtOi3Nj5vVJxh8\n/ZDTcfTbrFW0+nYdA0tH5QCWRlCeOwKf5gP2BlLyz/kjz2o8z4yW4yZc+4JI\ncaX+zXnfZaF6uGQd0C7XiEWQtUnuPDi9DH/LbjVFwdIcKFAGUnuNcHzq21UD\nSPoMdsVOuZzROpbDLioqogguRGA6Cc6xwWwt5c+WbyDHhCzkcc6q0RVVxL90\n/hbM8GPqzu0E23EEoeM3QswAiqTsDqXR1gfKa7azFEhdLqgEjUik6SCrYLhY\nR5oG\r\n=jMlN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9lPcY2/iuHn3xN0fFcPcgbNrL8Y2RUv4ifDA8vCMyqQIgdnsRcAkyYIXFE1ON8Naww3GsO2UgLlVkFsO/VyiYUAc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.b6e8a74b.0_1620860564456_0.4133079443297818"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.c94e1030.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.c94e1030.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"01e4fa09129b5963d59405355762cbd1962f1198","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/01e4fa09129b5963d59405355762cbd1962f1198/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/01e4fa09129b5963d59405355762cbd1962f1198/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/01e4fa09129b5963d59405355762cbd1962f1198/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.c94e1030.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-zcHm8Ns1kUG0yiJUiVahdqd9JcU10Drniu4PyG7RRV0fQ64UJKqRtPAx+QGg18I8/BK/7sKj7WuH9MnGcyL3RA==","shasum":"2fb92730bb4307a3e9e25dcbba12008020a427eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.c94e1030.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnF/1CRA9TVsSAnZWagAApw8P/j+U/cKmmhSTf9nV9QP5\nOXlheMiXZYv8KbXF/ztz0wt2eZrnF52n+rRjcjmeYpOpVEjr6/XLlltcHX9H\n2Yp/ZyUbjnFIkrvQda/fDYruYYIZjnjAoxqdssKHL+sZEdxSdhcPy3Pc9YOW\nghSNPB3zQDDxdnEGt9yHxswhEScJnpOwYr+W4QBlOiBU/yYnY7AgxzF5yCDd\n9b2sLaiNdC/xGlJwD2LtOD0oOezb0bK4UHSMQMQC94JvbNVY/kNnra0g8dDO\nTr3w1sq7C0ff4YD7WYWx7KoDYIOhHS7pWoOaZq721Xr5KeTQDoJqxlWnSO2o\ne2zIv+K3JjMMps23kGUxtKOZPK6qL+UXZS4+wTUpr5OMP5t1It4vev2ci/ul\nG20z1CfkA2Y3LEr28pUqB3x7REOiYXUDH2mF+Xp8XYSdgHt2JsKDINjwMspT\nopbZVRi+ii3sazhcM8k91oe0n2uFZGGrLJCVgQZ3oaA7g0O4rnAYz2H00+fu\n+uxFLnpg11KtRpqwHRAfBmaMl+P7bxvwyCwuIXYG5mTo2FOxDeG12mwtftkH\n0I8MPLWZ9tOkpfx5ybthjuTON5DZA3X7oGB/ElFt7bvehygEgo1mJkHDvosc\n+gWKuovuddAGYgk9QVOREi1bJtfHzkfmzVf2Pj6+2ir22st0wu7Asx3w7UCM\n5d96\r\n=JbVU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD55537S+Hh0Cd4Ty9lS5SZ98qUuamQU33kvO5Hk5IOpAIgaRpzrrBmomnsfRz61mBP0Mo1D2ZJfel7RbhFLNCDdEc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.c94e1030.0_1620860916932_0.388351450904467"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.40a34e35.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.40a34e35.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"6cf3913b43a92723ad4d1144b964df3a8667ed7e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6cf3913b43a92723ad4d1144b964df3a8667ed7e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6cf3913b43a92723ad4d1144b964df3a8667ed7e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6cf3913b43a92723ad4d1144b964df3a8667ed7e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.40a34e35.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-/uFImV26pPRPflvSaX76vbg2aB/WDGmszjvpc9AJjVZjiNsjm6ff3Z06X3GAyXZSK4RXoop3TRJ/MWfa0Rd1yg==","shasum":"0b95dc0d36663fa7d39227d1c967532e1bbab7ea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.40a34e35.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnGt3CRA9TVsSAnZWagAAYFkP/i9FHFvHu7zSDTNssq+w\nq+0Rhs0t5/0+GbZlc1Pt+weIE9Dklu5KxFow7Zg26vJtnypLeC5ymhC4QKfi\nELB7E4jELrXRTG2BsnIZTjorfNmF25xLFqnWl93R3vWnVF+LQQdnhktzzgAB\ntYxPPGY9ExCH360hfDtf5+cYZQq0O0eR8H55WEJCnktj2pTH3gCgVt7vBE0s\ng9qUTU/DBCOj58EYbW6W9ITkuYq7o0t/tundvSSINyd7uB6btlIZjnjS7yWe\n+M7Fq8SE87GDPJIqP20FKizdgQ1Xab3jhPXXSd5sS4RLRuutekqQ4VQOA77u\nKgJ7Wmhmxb2nDoRwVPDtMRuwlYKUVS1gdZEmFPwF4yKBw19WA9yaVvIi2M5B\nqXPtpIhMRdAzZfrZLBvCSCTgtP+rKsHbLYiSzFUad/2AAEaX5D/Dc7CFokTh\na9g7rf97lda1Bkmi52fJ5OEHOyXnrb7b2J++Zgpuoc7kdyUIz/JOzp/0qtCM\nMeirxehSneOHdnCFZiqwp1+wHh7+UwWZbxZi70A2cc9c5n4Q+v2iHq7xX540\nxVn0oKOhKm7en59qBqvtY0Qzt7/RDl/4Yi4e0o7vGTD8IC5bL/gGfrip3xyF\nzhh4iQjY7SbptoSebGxhNmVxq4e1wjglhP5PlMIE/wMXipfIIXow5OOgJ+Ix\nQ3xt\r\n=KDzG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBThfCvwvJje1VD6M382eFWxVYfgRiCDH1oHBgmzB4uAIhANr6WmEJb/B5LK/ahrzCsJNTIwttjzmAwx48VYJ+hzzD"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.40a34e35.0_1620863863401_0.8352661108004567"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.1be14d2c.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.1be14d2c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"2fcf49467ff2fdbb2ab4a987563f556e6ff316d6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2fcf49467ff2fdbb2ab4a987563f556e6ff316d6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2fcf49467ff2fdbb2ab4a987563f556e6ff316d6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2fcf49467ff2fdbb2ab4a987563f556e6ff316d6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.1be14d2c.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-DlrY421PKJ9+aB7j9nLuDoLWj7xPE3bcVpswUFEaawmW2MJL1Sl5dH6fg6UOdxV6GhRyGu5VjkgLInR+vPTSbg==","shasum":"13184fc8fc7f4670904ac4c88357fa76aed66f85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.1be14d2c.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnWaVCRA9TVsSAnZWagAA4MUP/ji1Ng4+PPQQksIYn+3T\nmaKmQOGvgwR+Xf/Y/TAgRfCKdr2dK/c5T4s8aZafv4CDd2LpUFQtcu8T8lPq\nCYbEhMsKfM78VszJixPiQ1NZSk2tIo+/Z9M5yPNiZws6uhaDxHg1gZovMVky\njWkF1KDJo7Ba4kXqmISfwLJooyx2sPbnPBbTr/kOlvrTKhykgrZ7NQawexml\na93iXeqJ/6rxiXUyp+d0rW/c0ocHzPp/GHMisBh2NqqbKi5A5riHmIQgH6d1\nSHvq4FlxHvKN50sjontu9zmdzIp4Mzn4yzW2YsPe+kHvLyTpNOl8nGZQK4EV\nXIuaxVD0Jz8S7i4/da3E5zLeQRCxtAPwYdlYYtselAI9gzUOLxeZ4ft2qYtS\ngR/o98ZZJ3CF4penbS9RYipBz3TcFaUutgVw3x+i2qKaa1dRfsp/Llnu27QG\nZTErFJQGEGYex1XrSufIG6aJoARqSFpDALTbhcSwWLdO8ktOZg8337a9Fr5/\n8OITvlUiAvjgKjK3oejBkSYhndJpxuq1cu3xGduUhn3z6gYjQVBMHE6D+zqG\nr2ldd/ZrBlu2bgP3oM9I+enlKz6kTmSYfoqCeEiMupqbm3dvhVZFZUXnN9CE\nUjmyYiV0JKxCJ5v2bqyi3+VrDN5EbYJEiQaMTta1q+HniRHWVDde1DNU8cCu\nsK1o\r\n=6SOn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDw+io6sBkX0/RKVL8YBl4sTR5qatjtF8AoNfTuEFu21AiEAs8r2wiZvItDCisR7LWGCKFKoxJQuY+VBdhyymuxiRZo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.1be14d2c.0_1620928149162_0.8880091770517367"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.87dbd64f.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.87dbd64f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"publishConfig":{"access":"public"},"gitHead":"5b6b91a042dd241b949278a5e56cf671221e6a5a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b6b91a042dd241b949278a5e56cf671221e6a5a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b6b91a042dd241b949278a5e56cf671221e6a5a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b6b91a042dd241b949278a5e56cf671221e6a5a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.87dbd64f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-YSGRd/V3KXnKTitwbtZptVpGTmCztJVPQAgYpJZDSfzaCf35SIHkYhvW92bT2nSzzwlzGHjd6Zv1QIUqHIolbg==","shasum":"b6adca4b33193ba2a4d6ef88f478a5eb3521e930","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.87dbd64f.0.tgz","fileCount":11,"unpackedSize":23398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnuRPCRA9TVsSAnZWagAAVCYP/iOWGYlXh2gFYLhLPAex\nLHT2IMKmsPn4t2ElFzfWPi29yG+gW4012bMWJ+hzmJFn+Yz4muIvdIOr3WZ1\nW3lV8tla+e+EIdOYE1HUSQunoXAUWwWZsQmWI2lznToND5cSOXFGvTTZwMQb\n4sevWUkYK1MOnIS0zkhpURDRb0n/wP23b+YnNpGy7gryYvpyLmY67eCCqLuE\n/8cW+gat0k6SjwbbjghbbVjZcppdU/qAfR2qmUa7jtOlsWDiY6C/QWImSEHh\nxaiN3sc0Riu8eRJQRHMN+qo+opSwk7gjFTYAa6+vfxzGT1WcZMlYeHgyC+nM\nXsSsyBOoIzPK7G7rtFgNDJ+YVbGcAF3324UxahzKk44wWwOI243987PRpgV+\n93KOKziU4K7AxFaEf2/F8SEiiBRunDCFZQYpgoHBf4bA0lPUwFVVtFOInh1l\nqv2uDwoBreIbCTCthk6xIxa/VptA3CECuH6cvuPg4h+CcH/fk2mJGkfNdCfn\n/bnZGSohoPFuxqQp9fG4ZFdoGrdDj67MM3OUPSu53RFkhAk2Q4oKQc6CqVYM\nBsYrpBsZ937DkAWmfvoEOhKPrEe0oYgxIbJjxC1D4saF+LGwDyLzr/+TLDS5\nU1NZ8wk+qbsTQ7lvjVW3Q4tJxKFifaMl1O/7IIWDCfC5k924lr3ecQna8nOx\nnVxH\r\n=GzAC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8cv6SzEvNuGcfivIHzt1Bba+y9qtbplMrH3aFgw8WbgIgC6XbSueCOYVRdaXOC5cjBTozlv/FxgM80Og9E7IsFrs="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.87dbd64f.0_1621025870504_0.8321889704848631"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.c452e4da.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.c452e4da.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"30c4701f29e4afdbe58f6529e947eda655b1b1ea","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/30c4701f29e4afdbe58f6529e947eda655b1b1ea/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/30c4701f29e4afdbe58f6529e947eda655b1b1ea/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/30c4701f29e4afdbe58f6529e947eda655b1b1ea/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.c452e4da.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-ODo2S3deRA0BEs8DyalaPK/dDGd60ZHyaUcpSyLRCOPHkNh99fntcDEb7Fbeg8gjqgBHOHToPK7Y8aZIXIgOug==","shasum":"d7f11187c3466ba69bd1392b92395bca498e6eb7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.c452e4da.0.tgz","fileCount":14,"unpackedSize":24949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgovzMCRA9TVsSAnZWagAA/84P/RDdPUbP346hmy9MQLkc\nzi6Ctvz9DwyT+UPPza/nfddrQXFw9Fwe8+NDd3PLfHK9GSBcVMidoi3cAf7y\nO5TcyN40QuwRI890P5npbSPtbjouRj38g6Yue3Fg0SJ469YVcY2kt5Ly7nSw\n90syleWNfTt7aMmbJHJwPJXA3C76fz0paC4eFh1gpBt6xjmWSgwyZR4b4Dw8\nMbj5xZYzlGE6YD/CKIHOudlXJ1pBDRa9nWXK0ZbPFBLJmQLxci1KIvgx0NOw\nAv+SFK0nYPLJIeiSn9ZqWOgt79NBiBluQkD97c4He0RKDE+P0HNrs0SHSVRu\nfDRuJQvHLePjy+PetXGnIzaAQBvmTwK5yJVdhUJVzMSWX+UrbOHgzfyhFzfe\njeS7AUHgrIGwql+pWI3azQ0Aw9FsMPMNGiB3OOmOB86bwR/g5GRiu7lZDCa6\nbpp0aUWlK+blmSNBpCaG1SH/LttPig+e+d4vP7VJ2BWYrUm6rT6dvJ56TL77\n21oXCHIFRfzu/djOK5s7/sZ+EOtwKTc5MFgfgx3IoAKbTBmKMZApRUsvT8Zl\nKnaD/piawC06uABRTFXEluSUNLR4vhAcNLInJj0+g15pusfG6jhnOLWMAAUq\n1PzI7ELugkFHcS2WY9AekqCfYI2wb1gJXRDZtQw4iS9IcgZR9WCnA/PWQz5L\n9qcI\r\n=mcrL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7OkJLST3abCBSgIt/xrqLxlpfbF0M8pMlXI9/u1OofwIhAJbbTRpaePdXDnnMQiZhArKk17QHDZa1Cv5t4DqXrykZ"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.c452e4da.0_1621294284333_0.0034820331097924484"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.2212691a.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.2212691a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"8fba3dfbfa73868ebfc76e8070cb5d33921df0f8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8fba3dfbfa73868ebfc76e8070cb5d33921df0f8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8fba3dfbfa73868ebfc76e8070cb5d33921df0f8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8fba3dfbfa73868ebfc76e8070cb5d33921df0f8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.2212691a.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-PX1ttkIzw8gYUNjg+LZX3zrEmB4w6CjQiucg/i2zlPvl/dQD1zoo8MidkAJLuun/CzvviyZLn7MBb0kv+U8ZRQ==","shasum":"05cd6ff6aba0fab19bf9d6f92572e1644a535785","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.2212691a.0.tgz","fileCount":14,"unpackedSize":22418,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgowGiCRA9TVsSAnZWagAAd1QP/3x9bRMbHqspcaH1rIye\n31bmrvtpzlu5996cpTMFFd2qKUz5AACAAWsu/nYGqXRtjO8Y0XTXaEZl6Y+U\nkFmPeDh26wQ5uTx5vIU5UdYYnJRhykjadmWxq7br71Lga+mF6hmMezj9xguE\nHKKqH1HxeOdOsXeIcoq70+Cj0ILGCyj9RU3vh3n0Z7062OPt4EcE6bIt7qx5\ntFjhdJr0YJmoU/0KLLJRf5Ru3clhrWU8d+5XzvypdcI0d1qPlgT/tP+Ikxj8\nWo1Kof2xO0fHKxjDzOfhiLJcuuCZJRxAyTk6es9MJrCmTA8FdVtSUvxuemGs\nNPwspTyXmerK7VBY5AUf4PP1JlQk9AV3qyRePxBky3tQ3z2rMjSXywZFmbxR\nXDzGLYHWYbL2zO7xHECSp2G11fKFyei0k4J3L8f3qhxTHLsArZ27Ez7Bwtde\nncrJyydmMHjo7G1nNCJVzMOfREwbj2ulQXoi30y2/8GRP9yLYRKkSLoMKjhn\nJaUfXbdOi1He13J2gxgasW8X60qhuqZ5kmKodfPWCgO8p7oZSVjxLNkP7zaI\nvV8v2ZfC805cgoVutFmecUcX/SSpvVnoVsi1T1vzQ+fYSdkWy5eWw65vkikg\nnkvbReGPCkapavJ1d4+m674Pct/v46cGDsoqLwiv/OF5XhWT5Xzvgwi6AMok\nFI02\r\n=mqmZ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICe8+Gx8TuDfKpOuH1JbnqL9ZWnipDL54nshGVf7kU/uAiEAoNq8L3qTrTKKueN/icw0jZMfXmRl5mEu5Oi8T05BTpc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.2212691a.0_1621295522508_0.16174632950032697"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.f748ff2f.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.f748ff2f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"a83c1c5ee60e398896831041769b5c22e19b4621","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a83c1c5ee60e398896831041769b5c22e19b4621/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a83c1c5ee60e398896831041769b5c22e19b4621/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a83c1c5ee60e398896831041769b5c22e19b4621/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.f748ff2f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-ky89qvgGRE5Va2cZPcPrQd2xOkF3NVV3dxIvS7VR0weDo5sG3pLHdrNeW44EvXiBwaCdPN2JfkKKtV6RHwnIxw==","shasum":"a0239d903acf9c8dfc3d1e331f1ddd7c55567cd1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.f748ff2f.0.tgz","fileCount":14,"unpackedSize":22422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgowiYCRA9TVsSAnZWagAANngP/2czbmnnLxmqYuwl5S0A\ngBUZyXDR7SHpqL0M6+e8hAOdOtK8vf4sKKHJB2a5KwHwxvMvwDOvUUJH+Hsz\n67d5EgoMW+HjBvVcz5Zyw3RdsLK2OChPw6eIJin0a+sBPbkftPoaJkBByhvz\nb2k878eg0M4pNxJgD83QmLAKWaZ8E7V3wDAVm0TiLr1fgnMo1LekK2D/kNcw\nnAeSvGophlENhU9j+n38oIi6No+YbPAndlyfz1jFb8b99dyY9JszsPckTsi2\nvgGJ18qojZ38mtZE0Wvps+vuuyttdXNKEEB6yQVEmstKpu/2H7+cWsxkhGpY\ngClZkJUltmDxrINPeF/iFx8hKcx7ALQjQbSKo+S/mLwP5RxE2uVes/OMbnhw\n3PzrJmul5tTAZgtn1gYE4VNHDBsFQ07wiN4mA8okg+nAfDj4/kTgVg90p2/z\nOS4Z08OsELT+hkxC5rwbogwyN0rMeyEItcvg24+txbvzpHX4ewIS2lE0BfHx\nzAZFAS22PqN4mRdA943QGGN8Z5IaDdkMdAtLFXoBtnfzdVHjTubnGDqPUQWB\nvOXB01CiGDgfDvx95hxOk0zoHk+pL11X6babs7wfYLWh57x+RQx1ilqV83jk\nhq7VDiflHTb7q3ZMCBfdSkgYcPt52q4ah95VzyKUHo8CKmDhJ/bOjrTzWRUV\nvkmv\r\n=v3NM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/t3Ziurpg48ciGFdpkOHa/O1FU8XB37QQQ+DMr2OhNAIhALzJWeWXgdx7IKyleBqcq5vbylsgSzN0hwJU1/8rkDmR"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.f748ff2f.0_1621297304015_0.7223516498872236"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.cc04657a.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.cc04657a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b1fa7339fbd44ff5149f7f38e481e6b0b6fd048a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b1fa7339fbd44ff5149f7f38e481e6b0b6fd048a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b1fa7339fbd44ff5149f7f38e481e6b0b6fd048a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b1fa7339fbd44ff5149f7f38e481e6b0b6fd048a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.cc04657a.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-ArXclZOwcf4UfI2OSQjFNjzp59uRFLD6KDYJuGqrvPneeh4ekS6GVwOrJkI1CVe2ddv9MKWeTdXR6WY2TYk+Uw==","shasum":"d2a9a597a7e1cb894cf85af44298aa44507649e2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.cc04657a.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgoxZUCRA9TVsSAnZWagAAmdUP/2Ho+sDZIwVCi2JeZ0MU\nwZ2TRzLQLTiQP8Bth/Mm9m+Xa7eHFxEao/d1KAGUHGWzSDntYyaOJuoFw2N7\nPdjiC8vuMwrBHbAvNTnv6V+QztLbTyhWadAbGiPNvIY/C6oZ6wcuYWPWKPZ5\nq/iEANbqyvAW1C7uP4HfWFQhR4hScWIA7h14FuaBVYoT8IUks2pmaBwWSK54\nMfqNWb+OvUqdKDmFgpPb3bQN+DvRdRNrCWE5v7d81q/dJ9+xVj/b6tfjjrz2\n8prXXvohYzfxKD90RdXL5O9zi26Y+53yIZX5/rCI3Y8/nTcBDsvUKl4+whby\nKPKdvLRLAbCTLiQ2OIKsUODepL58gx4QSc2UxGzi55E19I5hxnnsi4/ydM/5\nTrgHyUHz4LxmOm+aYnLHSgU+HccGhozr0mRS6o3Pn2EWRb2KJVr1b2Bm3qOy\n4eN6hd4yLk36FFwvakHFffVmGkQkG+XDGb7in4+viEqe9UdQ1DMmXTW+hsdX\nE2h+VZibXE1Qd0pKR8SNj1dA8R+dihsCUueuqUZTa434IDwXjzAEbyBCegzz\nRtaaCtTrYGbCm3Ysx0PUddvH5jnSkuE2EplsZRHQ3DP9ADiqIHV4YP11cs3a\nLHmszOuysMBrSPIqq6p5LtfGRJzcrk/zdazMkMt1+veoOWiutISx+LUj+tT2\nJhj/\r\n=ktzn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAX4g5cbR947M/8eQAQMX2YU0EQhhi9OxLCeOFoCfv4AIhAJaZaTUmliOqfA6tKLNibZwjKSSZw54vuxTk3ePH3ykh"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.cc04657a.0_1621300819999_0.988346085159437"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.3a3114fa.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.3a3114fa.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"217bbc3c5105a7f3ed67d47f0169dc3b8269adc7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/217bbc3c5105a7f3ed67d47f0169dc3b8269adc7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/217bbc3c5105a7f3ed67d47f0169dc3b8269adc7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/217bbc3c5105a7f3ed67d47f0169dc3b8269adc7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.3a3114fa.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-qpJKF2SzdaAdWROOv0lFmOEn9Fw4x7VYfQzft97vucBNCYWvA2Q1GV2Qqos7lwOcT1mHKbnHR2AFjn/sFhcmrg==","shasum":"5fb2eb46a44cea81fb674ed988896a09a4770803","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.3a3114fa.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpaG1CRA9TVsSAnZWagAAWX8P/AouMSeESsEf88gZ7hpH\nfkY8Bj6m9oAm6JVd3oUs6aFKPPSMCgR0xmaBJSIx5kkVoJ2z96AuXKq3kUnL\nbT+mcg2dot+yKpPrNmTyDS3yjYpUJj7wD1t1OmCfV3HmIekMbBDoaid/NOwI\neuonDSEtJBQgRwUaosBZb86T1QAG/6XRIkwu473Z6R/s2qK08qiQxwCHpgp6\nrrLdZM9ziTeqcXL7OvnCkB+T3ues2Xi8/xNuyLeImS3aQ3ctpxMNh8kB3ni2\nWWYvGVVl7GNxA49+xzG7Qm7COiJpyoYbxWZPWrSG+QaSZQ6V7nIyzQp16XX+\nVQJcrMUS/fJZeIVV8Z9nMe4edeABPhVBbifLnPtb9soiST9HEXutQU1uFDQX\nUeaUxWy5wwIwbR3p6qGWSjjCB5CO29l92SnBuvruZ00Ojo50NQgTpNvAB+dG\nHgHmPITqqgS5N0msD6wiqTnRnc7yYCxECVIJIzfomKX0vjdYWKJ9QRCtaLLP\nwt3+VtHcMQX1a75r/LUHcwia+tHTUYN/OP3DYzHXk348suIJ8hwluRWCFXyR\nBbgzefm5u6cSGrWUJoW3F8AMF+Wo+Fz3IAcFGGUeqTW7tHPIhssXIxoses5H\nE34miv8kqQSKG9Xo/OXj0HOujjLp6wFYM0wPeyrs3sBWb/kMGGM4rvm8epot\nJXgW\r\n=mYOu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHcGX1zgjh60ekJ1C86T3WAgHbjoIIiMDg8ndkm3fyg1AiA5XIlGd4dllO/rYaZ70fvc3Yl7r6HIziXwv+HwkAdafA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.3a3114fa.0_1621467572812_0.6473941123549924"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.b46bdf83.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.b46bdf83.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"9095fd5cb7570c346d2093f1eb444f3035718920","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9095fd5cb7570c346d2093f1eb444f3035718920/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9095fd5cb7570c346d2093f1eb444f3035718920/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9095fd5cb7570c346d2093f1eb444f3035718920/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.b46bdf83.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-nwWwdvzA7/ZIBqVvt6mvpp9cQBNr3phtFPTjxPXLsPQrOOseL3j9/UCBVgEb4diCD1BGccxMx+BkgAOhIJqlyQ==","shasum":"2ef89fce7e3207c35fd868074693cf5f726c6fef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.b46bdf83.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpcBZCRA9TVsSAnZWagAAUioP/j2RmtzNB0odk5nl8A0h\nbHQ22SZUCjjpiAt2Y6jyPb9Ps/8aQ8RUVrwHF/zEag7FbY9KiuQXcAJH7qmC\n8w/KTvgPcgmn8+yDtbzffEcfRBEi8CH+ic6HW4Wm5C1R7hb2QHl6IZZBEldg\n7GE40uyCUHR1BbgJvq2mvrJ91krvrH7ccfihKu5uvp/p1Lt2CcFKN3Z8kb0J\nUxGHwTMLr9j4iW8dmKIA+3pbLn3QE25DAIgNnz+T4ZHSe9M73oiYcAHZlJUp\nmyR3hW6g74RA2uOhRE5SIk/RgdbhOOwBG2r5ms5IFcesAYKttugHo9RZR8yw\nQI+RNokF8TO24L4mGTqe3EUliDQgKDJMOJXP8IMsDThv+j5V3PkeB+6jyY+t\nDAXTJAKzDILpKL/YG+SAstq4xwZ7uW4qBexGkhUiEzUC0vy1ORjBgQGO+tZd\nHonkEFxf77KfTunBIACPKcL6ngI1BAoN4tuJAXNsPpmnLgsj14cihLHFdLnd\nVvHjmStesuPgCT10IYnumxL4MljSKR/ig+S0c7zzRKIlNE9uRdioXtG3uTSC\nSHkSPpPMvgtG//uF2OrlvUKqg9YLhr9XobTkepNMxb1L7eNOcgeJuzbWDJvt\n/lsvE2XF/CvBFQ2JIxaqvTtd/SU3xLfF19k1aXrYr4i77jDaNK2Rq9CSIQJZ\nZToG\r\n=5QBP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAvov4H5ccRBfeeLV7yonI3ujKsimo+xyh9Mj75WcPRsAiB/Q4D6xKI8hwxsk8NIHKcw35l4SIG/6wvnB/gyZ570Tw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.b46bdf83.0_1621475416730_0.4457668248268616"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.b401a081.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.b401a081.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"3f253eb320a1f9b9e236e2c6c0503900e63e2c6b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3f253eb320a1f9b9e236e2c6c0503900e63e2c6b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3f253eb320a1f9b9e236e2c6c0503900e63e2c6b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3f253eb320a1f9b9e236e2c6c0503900e63e2c6b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.b401a081.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-J3PmSAuRkGIXh8GgBKXZySqQUN6j0XLcNNWJWlQOXiMG2kMbPfoNQTW7GD610NdopfPg1x2BH0tvbI8gdjuZBQ==","shasum":"df37a47662eda56df1e4f4814d3789617e461e71","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.b401a081.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgqECqCRA9TVsSAnZWagAAmAgP/3LJdAiSqCpcR//0OVEy\n71riyzy/4yDeKAU1qw27ti96P+AGNjEfkpex3IprVuMEb5Cx9f7YKto+SzSO\nxr8cCJp+2NUoHYP90/PXQRXJ5bPse2ArBX6QlQIqbsx0oiWsdkYoZ1B1GkI0\neFKFObDLojcLcgjbvlFtmlZkeHCd+C8er5dAa1s9dYL8xRCvgjqQWWjtT7eQ\nPkVNbmdjbqpHQGIjCwp+KrGqdfDzAMO1GezALdXyWSXHdbJYu3f1WpC9k+so\nhsl8CZjuirWGO/eWyBfwoAXUW2zfDzMRbJtsCFQN8u+OxARASVS6P1xLdIFm\n3+9APNEubZLSWfE0L+p9em6E0WtEQNZwwCAEHH+h6rVuSjQTWTZv6Jz/oGLc\naCyWy0aCkZci1QUcLHyweqUWmNCcZoKMOxaXLp8XyaB80Kzko5NkJ1m5hXcf\nnum3UYdequyKgPqHod29TaEVtR+fRh5ut/LMk6B1n3PmpmuDENG5BuDPz/6X\nEfB1yHd01w4CiMnUtwvMH9HysFKWL3BRtIFMQp/RsbiP2PqMdFTEQ3B1iliN\nLNiyTOnwZ6TUfUcvCHPIkM7SVKBednv6FMxW20hDK2Inb/AagiuAdU1vs4hH\ne5azFU0Z5qQB/2K4R+mcoQ1E+oObQK9ShlWpsMwaliJDaODsEMux+xX33h4P\nY3dy\r\n=/ahz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFYBSpVLrMSu3fXSf5f0/XMQrDkLsf0cS5qhFlBFg34AAiEApo5wfVTU8bbqdkj34NysnJeLkOMkJHtO4pLw1JzOcKQ="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.b401a081.0_1621639337718_0.7062146912747997"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.012c8dc0.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.012c8dc0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7a0952c38da1624fb6d0653e07cc5ebf284120f3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7a0952c38da1624fb6d0653e07cc5ebf284120f3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7a0952c38da1624fb6d0653e07cc5ebf284120f3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7a0952c38da1624fb6d0653e07cc5ebf284120f3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.012c8dc0.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Y5716e1vblScOW7VJyKMjeb/rlAbPpnBwWE5lpU/Ycixe784gO/HJFe5TeV/hLcNRb+i2KMPbKwVxFFYzbpUfw==","shasum":"390db51919be23bfd2300e62e2b71eaf8c3ab584","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.012c8dc0.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgqE01CRA9TVsSAnZWagAAgkcP/19d1z1JVb9ftUZmqY+L\nfFAADLIixOvZnjaLbbaDQ1iSpDntC2iKUwiHtEGGBmXNZX/94OBicim9Rdv5\nXJcLrhg4EEy2H9NUem/gEsmeVdFt05B9xDLuz5yHgf1BJcF70cF4MYFbVfSn\n0XtB97DWr9H8PZz/QOwQq8NCdqJCdLrhE9/o9hQPvHPx3Sz9lftL9sKjdPuz\nNpF0A5mQXPt/Od4fwCJKCkUJ4AfNmklLJzPaG6t0i8kefFdPTpfStcvDAwsi\n0oa2jDvSGe27Ig5Dm53CQJljn3hpqjMNHDaripR0S9avA9ipIAbcDXyZKjzq\nxXZ3QURbOaOv9d1k4CM0NCtKDwHrHtdI3Tpu4KbS68S85LgnFraSdDmCo56f\nimyd6LZqxB0LmphTgpep/TcGievrUGEOyJWCR4ZjspAIn5sXm5NKe1Emyzi4\nPVsziz81wruQ6kx1Q850m8out1MZ6GIqz+4jD93ZpLuVsOIh/k3cwNoKG4SB\nwzI2I4w8QyF+nBefooj8nezPS5j5TNhei4LzuBz9H6sNexkm87L/O0l3MMsY\nSEsM1Nqo3phHzWJWr08JQkj8tYYVMQDrB6Rq5dlVKDdA5WrlBlBD5fETQu6g\nnC0AlaZ9Gj6BcesrMnHpZxlXl70w8202eBNSxjYCmjyZ9J51qsaOxHZYSa3Y\nd2Z7\r\n=hz55\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICKud8fhPz8sK1IKInA8YvvcVhStPVPiR/dKlzpsInGnAiBennzSYfKVmC02fj69D+wrySqO01wUfyH9Qvheu2CPzQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.012c8dc0.0_1621642548856_0.0023536217762174516"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.e01a1731.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.e01a1731.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"8afd20b0913094a1c3c1b084d0bec7d38724fa00","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8afd20b0913094a1c3c1b084d0bec7d38724fa00/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8afd20b0913094a1c3c1b084d0bec7d38724fa00/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8afd20b0913094a1c3c1b084d0bec7d38724fa00/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.e01a1731.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-YluhXTi7aS50If4+EBOyJUz6Tr8pAOc6X1QYzsXHTsH5sk8PAoz90z/HljYMJNID3fz21XW1cWIBVuMldIAnUQ==","shasum":"d861717784115bf900589470f572a3442e8ba38b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.e01a1731.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgq836CRA9TVsSAnZWagAA1SMQAJ+DEFixS8sOinMfoSk3\nSJFo4rXJSU9wJYFLFJmOdXOOYQaikgPX7MQQLaR/Q7xiHzdikxXmfTJkHUP2\nBdCkYbeHdwtgKL3QnDb/BxaLI+kiacd6SaOgrmCjInQsnvcf5+yGd9zomWws\nAYdcQlpXxuTyPb/L0bv8VihPyGir/ArKT2Kt5kIQH42Q6uAS4Qyj+I1roiqT\nPZn4GtIo4tou3oXfgmRprRwulNAfDcdzDqRs21/TBT1r7OoCSUuPC689qcPe\nvzr4Qm79p4Cg4KAiE6r/Swzb4ypYtlgMEvjo8VxUig5tIUnKlKXg4liRoVZi\nPZ4xOJbafPhbrhf11rx+EvDxYPH2tezAXIt+0+/Z8la7QTnIWSS/3eYy6adj\n5FCuGgLIcqZoPzb77CzznYK1avn7zk+nkhdYuX7tLixNYkW+4aTVcyoMnszk\n9JQ+fUAXmkq09GV+hQzkr6lwaCq/ZPd8UL2ifiVixsSvFzXhhsjfNGqxE7iH\niUdcsaG7Jq3yMrEDedW9ZJbs1RcYmeWYF4MyYut7FN8KLEZTKG4EmHCgsSB8\nSgtggRmN6+d0kWVrbnyugWc7LUQjQhmTdDxkVqd/z6Yuw1XoaYHZI3xjdMgS\n++669KgwmyKIyDUAXFfCd7TWIphn4HlhTGdBP04mXoo/0NREkiWJM5FhgAIq\nBKVA\r\n=67Rc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvt6Fuvoa/ZVybnfaSxffXmELuqh8qiq9nTtimvasxaAIgb/gBMFbWq4pShyXQMVZnSZtTErFupo0vfiFwI9utlBM="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.e01a1731.0_1621872121874_0.10169234784481906"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.59174b9f.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.59174b9f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7fb9171e05c85b1bf933cbbf66a44ff2e05e9e25","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7fb9171e05c85b1bf933cbbf66a44ff2e05e9e25/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7fb9171e05c85b1bf933cbbf66a44ff2e05e9e25/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7fb9171e05c85b1bf933cbbf66a44ff2e05e9e25/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.59174b9f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-8e+Y6hH2BdpAJwjOR+W+v129qKeqg5SGe8G1ksCuxFX8O5NUG1A3E+n+WGhU4QJbG0pPqHh7lZyTYx7fYn9gdQ==","shasum":"4595f17eb6d19432a541abf348989cf67b461257","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.59174b9f.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrTt0CRA9TVsSAnZWagAATCYP/jzFsxnFByNd7n3bx3HW\nNQqUq0gkflnsfb9ZWVcSqbJ5VtzbjMdaUcyLIIZZvrtxxx4II1SoeecUYkdp\n/Nw1vm84G4xWa3WFThZw9MTX7Lrb7I7rWiiQxGpMiGi8oPpEDjscodrQPjww\nJU3z8B6fAR+VSn8JLO1BxEl4u1BZFUVuf1nQvtKp/3lQDZuQk+wQi9C18Dd3\nZu6MoVYFScKKWmDQu7ogP2JpCngwB9+5EXL2B37FNqV5VRmaoHiNLzCrw5Gs\n1PmkAgqIMFzcd3JdsmPhLirxOe+mWUAEbdQSL8UJyHfQ86SP7kgZUNs4ZJ83\nc1h887LkBZZKqN20X7ozPiSzqtKL5sanKyW9fRGQSVaepEdNKg6mPGJZs1CK\nM9kiMbFkkiM9rIuhz4hvfcf3b/5o4qBkjv0UPi7/icFHyJYfa3vKuo9qNfo2\nwdfEb8x//Oj8Yfn5Myi3FwPSJDHHXQ5163NpuR6J5Ssu2XrD/1R7vh/xidqu\n7OimCC4Jz0BiId573nHodBROBXPd7S8IzkDs2ew7+L9EdDXQ4g86acKYNi37\nUCy9bF1edR0M0W31FDSlImYKAuaANy/7/XfZKHJIpMm2JlhK0yq7AZ/mKfdu\nB1g45PnR5b0YzGhJRlMO4mtPvrx65Wi5upkeQp4Avs9TOxwGvK6gVYeudUet\nRQmB\r\n=gmkI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF4JD5u2elY2C78bfMnSx2wt09OvpeiOO43a07CKeq7yAiAJUmh+BtZpSN/nqBRZKdUlwePwsBVBKyzJy049YPXRIA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.59174b9f.0_1621965683564_0.8157069488383539"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.c96cb2e0.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.c96cb2e0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"516910ae9bfae62513b95080369ed2be100b1c27","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/516910ae9bfae62513b95080369ed2be100b1c27/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/516910ae9bfae62513b95080369ed2be100b1c27/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/516910ae9bfae62513b95080369ed2be100b1c27/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.c96cb2e0.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-pYn0TADwToeYBhI0q5Xzv6dmp7gFmufFcTYoTiFrRj/MZRmp4W1uvfc7UR3jHNznEPdepWznkUJ/4nnu18ehlQ==","shasum":"4bc381793908dfc798f22dbfcb8c491c949ce666","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.c96cb2e0.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrUvsCRA9TVsSAnZWagAANVoQAJlJDSWJHHOe5WozQc/N\nU3il1mA0nzuHrjfv+KNaHg1TEBN8cXkLgg77fqXLdktbA+87hdwJMiJpvlod\nFi5derO3KSAjXVsRAYrAN63uhmYAktjKABMJ0YRgIStc5nuJve59tNAMyoDR\nicf0CyhGztlI/+T0on5r3mnM3kjQ6Sk2tcsBn6NveW0Sj2cSJOaYBFJ1wOK9\n3zDt4vvuPIyqpCNFosb7YxLIUX9LtPSX4BwiSTrWfGRESJhr0ullk82QziUA\nThtDcMR4ERIB0HkDf88pN8iTPG2jbk6WU9a1b6LuyagpTCmwtYDxGgnDLqxx\n77lvhkOkI/NgJEjd/4mzvd5uKBZlgQcs1o5CzOFHmUVzfR3UINTQe5/eLHKS\n5TrGahFKNTe3AE/Ho3hW2XR5CK+VGQcAJt7fmGMenv+//qejcEorbyMjlbSV\nrIxmyhKXd1zkVd1f8EwbUCDrCT5/xV0hE/+4Eglm15qiQ72HRNCk/phDGWrv\nb02+bYHTpZpZ99tCpWHNmYNFTk0Tx5jTZlBiKwbntA1xgjf6RgX17dEcut7J\nXaXvO9P3aRsEZALQrfkesOHyWBHqZJRawu9PPqT6swvuXRPKU4oH4Mv/Nqyq\nlt7nGS3UZ6nTC3b0j04atA3/c5KRDIHIqbrznZckh+sVXju4bssxGz5r7o8Q\nu4PK\r\n=LDV1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICUyETWSthR08xC5kbaywm3aD4DPBKhLXgB4VGzQx66fAiEAw1cNw2YzAodiXrWhR2737kJgTj7YWUr0g4BmRarB8Lw="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.c96cb2e0.0_1621969899501_0.23633891453331346"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.b9b0e330.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.b9b0e330.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"18c2325baf4aba3a786f872ae497d8ee283800e0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18c2325baf4aba3a786f872ae497d8ee283800e0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18c2325baf4aba3a786f872ae497d8ee283800e0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/18c2325baf4aba3a786f872ae497d8ee283800e0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.b9b0e330.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-CSqHwJzYHB1fpzdKNBGsKliIgZbD9ZATJLq8fhp7W7sQgT+0eGGh/tXNDwMsc2RRWWy9lQ7zhhX1CU306E4vwQ==","shasum":"0318c0b2e1070e7a68152c1ed4f7ba4d7debe74b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.b9b0e330.0.tgz","fileCount":11,"unpackedSize":19948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrWVBCRA9TVsSAnZWagAA7K0P/0HwIY/IQwqZcoZy+CAE\npKRaMSUXVHhNibTWd5SjeZEmgoIgHSc8w1qXMq2OcVbjmpQesebfSatdE/p9\nrW6P+4X55IsiXV4aENoOAI+JOrYA+Z7OABccEm2Ue+xDogKJ44Dzbe2bepbQ\nw5TIhrxCqhQZ5tclL93E7uRVgM98vQGO35W1ONqmU4EbQixjJ+Z4enn3k2p5\nMgSWZh6rxAVd+d1iflLPRnUCq0bFudMKuGH7Z1zOZtpH/JOCNpYkkkysWObT\nwuKtGsF3llHK/qIIxqKTg3lNrkDTbD5zKzc5dhG0maO1ZQTBScGQkoslUJkp\nCr0i3CsX1ewSpohVGHdaHeQKNJTBfndZCrBXAOVvyIiZj3sWS5bRx0evNk2D\nYnxELNxqtuQJ1POsFLwDkIOi8yBLmbCNKZ+7NHeuOxOviJCRLtnOUKofxLHk\n3TLwQmmpyFz9g+zoByr5ueNXIvvI5OKYdJsSR+H0I2GQS0GtLBOgngdgu7+u\nRVM79NaWKAbAZjzepWKZRgGlwDmkUBT8kAaOFaiAsiebOMZLfs+Z8m7Zvls5\n384+1UU2gAlJnawPsDvHcvfx72hm5cfriJnwErwVKy4aIUFVQqKgdZaaB9+g\nGfnUYTFkZJS3kkv+1Ld1Ihtqq1T8HtCOtIY9X4VBePCKZJj+fv0oGyQqkLvK\nFJ60\r\n=Gchr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCo/jbqNvTWlXxw+sc/apEtcflcwXYjEe77JcXp6VGvIQIhAI24hW/olJtfkZfEaVcu6rVRK21uuSWAS74KqnrG8uPi"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.b9b0e330.0_1621976384529_0.380991439872826"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.ea2a8063.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.ea2a8063.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"0b10a1191b28a4155d8f169ab9a5a3003efd3fe5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b10a1191b28a4155d8f169ab9a5a3003efd3fe5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b10a1191b28a4155d8f169ab9a5a3003efd3fe5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0b10a1191b28a4155d8f169ab9a5a3003efd3fe5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.ea2a8063.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-7WUDTozvj47FU1sEECzgy+OHmQsjVYUmHaei+uGQ5nfqHbKXbGci3oop+Yw5L35BlfUtNvzLrIcM0pUw40jOhw==","shasum":"a01b6af44297498b080e2b9e00a69fe65945d35d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.ea2a8063.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrWZwCRA9TVsSAnZWagAA2F4P/3phmJtanWlNHtLliMJM\naW1n7+RbvQ1g0xBrMNqU1CE6jRpsJGVDg2lIsT+nY4LjSn4oAZUxdiYq7yL9\ni2ZdjBrB/z7SEToKrZukR63oc7CSbvg5op3oqNwFVXNSfs5wlnyw63Ql+8hN\nYtVLN0jBuYBx5FTMPvQHIWIU0szBENdRkBz+LVpVZPBiZQuzhmfJDeDIvlh7\nXuLW4qQQdijWgJA7h0sZuKPaYQm8pQN6WQozPg+MIunW2RznN/2NyDrL/rfV\nhc4TvrlH7KlwNSakrLikFbmKBeThYRqTuhRb9KpQ9+jt/vlNSDVtqNZxlmoh\n1AzsKj4fOX8mn9aWKlbKms0p+WvtFYCHdrjAjA3StPq5dWM048EYcbd0loQP\nNx/NdjOqlAUt6l6yQcRGh9/MY2C/CqDrxrcyJzJHzg2yLTy/ymtVgJeVN55M\nKDVuVsQVYUmo118u4CwZaAefGqjT38AWagdI0cziFr90jHdMEQvW1cUX8AJI\n3VcM7LJszIQ17e+U6nQi/Nq9oh8P6/MWy/ziOwJnUxydYO8hfi8jj0TkrAuS\nOBMh7f14sucfk5zSCZktB+298Dw0SL5b7LjXluNMvVlrDmjscTU04OXemjVP\n91/JLGhxbQr2mbyj6kt0m+eM8M9hEofrsM7OZPtidIPy2lOb04Kr4JWZg2lz\nV+1U\r\n=qaGP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDku4pPC3Os55GWXoTO1GNd7IR+8P7PBFxeZmBHy04tpQIgFa5W2rbFyMR56yqEwRGRPOimugz99jC+Qycbt+uZZFw="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.ea2a8063.0_1621976687810_0.06188093330595357"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.60cd9178.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.60cd9178.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b194465fb86d4af03f65ac72d9b8427df2a2e189","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b194465fb86d4af03f65ac72d9b8427df2a2e189/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b194465fb86d4af03f65ac72d9b8427df2a2e189/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b194465fb86d4af03f65ac72d9b8427df2a2e189/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.60cd9178.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-THiKEqGjwz4xJO2URF/1dnjNGZeDhcc00RNvJoB1SE0wA8PhE4LVgI+nNNHk9XQerCHT5OBilUyhd9g0IHU2mA==","shasum":"a92e27ddf1de36aa90c776878b367c2d2fb0ddaf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.60cd9178.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrYSXCRA9TVsSAnZWagAA+ogP/j5/ws9bzb2C9uU8/r3C\n4zSwYhu5ks/yXxI6GEeGAZ3oUC0TnHVe6CjNk8YMKd4WmyeOnLPbVm7oma43\nJHz+1bSn5rKwt1MznEDhFvFUnfa/83oy7hx9UnWdSoya4B6liiGmIkBm18cU\nV0q0YtOg+6cSkUkv/7eWONas29IOw6tlBu+kgUR0CwYm49AADD0gn28JvqGX\n3NyWpBSngwR/dHjm4boxaDKdaKfDUxHS8GiP58rlhCujj6+gKSqLbrtYjtMf\nQYE5X2gB0bEROpNzAqpTGAUm5J3YqdUpigtdcK0FiJlmLoOtNkvUOEIuOwMP\nksMRviomC2T3Au83QObGRAerBISNnxRcvG4v8Ii8f8NBEMyDrhGdObk+Tyfk\nu+QC5CB2VeP9KbdFCeoEF3ADM0Zo9akHtXiTj3aBa0FwmQ/csbQhu9KrsHVS\nF4qo8FDSCO91w8aFQkoR+jqvtBItDwSwn2CSHZcZxvxD8z10He2wUBoFDMP5\nOccjR7uqQ9yPwGFZvZbfxFiGeftYCH2xQ7IAlDwyCT66jldlYRxYTwisQro3\nChX62pZW1svOpxulpy9OGVwngcG7uxYTDcklZTEzEsQmzfRxXFr4FXcQ5S8d\nggohHZW40ZUAwx25FdG/n1fWcKRKI3QeIblDC6XwQYo6wfRrKEKkVji6pdW8\nkoU5\r\n=qfWz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFMFGDS3u6V9Kl7yDWV6kT1UdwaTsBbnvYbDCWMZHH/6AiAkaBqZWiQM6wTS5otmQAkUKp+79+aYyeZXwqGvYKaFgQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.60cd9178.0_1621984407194_0.5134365741488478"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.2e2c75f2.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.2e2c75f2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7da0cb4191a309db2509b3bcff390b7ae8e4619a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7da0cb4191a309db2509b3bcff390b7ae8e4619a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7da0cb4191a309db2509b3bcff390b7ae8e4619a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7da0cb4191a309db2509b3bcff390b7ae8e4619a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.2e2c75f2.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-hLsNQC2Rm6btQh/Iv0uSrkHiqnStWHo6gg3SbIeWTgyclNtv+AcPNSnkpKIniq0EDbVmJ+pQFqJBpwJOm0UzeA==","shasum":"e2ab4617b5745970f3ac56ef4a7c6c654003ec78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.2e2c75f2.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrZHqCRA9TVsSAnZWagAAHY0P+gP5LPLUDpe4ENzNwRHq\nbRVvIIDTz+Hgj6tZgNAPS7Bjh18+DviA2JzOPZAEKCalOywiU06Ngwjr6hzr\nvslq4NRHVQolRyxIwZ13O3hcp5yIR1U7G9X+kJUqTsKzzsUSt8xTilnCKzx/\n2YQNhbi0JQq+UvwRHYzXFTMrf7OY5pFvrzlTBDg54fMG3uHoAK2QRY64TQ3B\nIng+NLclw3WEdlXwa4RRxC7ot3ZSscCsmVv0h8KAaqqwTBwAKcO7u+RRb83B\nMcfwCNkc/AsfDJDv0jFt1XZWPaI8u371gjrIXn+FMr0sKD8L/81zrSqDHxqI\nc+Se1+EHllL5E4of+0lJkmgyMe+XYFiOIYwJD0vvCtjkkEQRKEWcDPWImeQV\nTIxDsbtRHw9NNDp/d2NLQ7DhOVOY1bxd7fQyjO5obxGMH7OZWMlCLHnVWToH\nNC+GQSQfKWN3wq0HykMIDoCET+sIM4+TlXEpGW5G8ZQt15n1bdV3TwT/Y4G3\nQGDqUrwIObLgzQyxXF4jqMMiyXLUguKkQB+DlgjEiJTy6Rls7F03LXvZYDCq\nSu9RGm4ciDiOyHj1I+aOcFdPhnbwZI6XxJ/eqNUNXOcrzAp7CpNUjvTGcG7h\nF+aKb5LnnmHmhDHwRq9phucPK1m3B6sjJdXxS2qSZY0LZlRyeoFs5so+9jmb\ntl8f\r\n=AAjy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICEfSOImr/0N8uffCBA9q4dKq9YSA5dTHjqOdiKcS3XxAiAi2FB6jguUP/actPhx9BQX/WMLRfjinbunBAR9o50y5A=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.2e2c75f2.0_1621987818110_0.31926019151303264"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.b99c77d5.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.b99c77d5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"5fda182a00532c3dce9d3841b88c80c56a8dc757","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5fda182a00532c3dce9d3841b88c80c56a8dc757/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5fda182a00532c3dce9d3841b88c80c56a8dc757/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5fda182a00532c3dce9d3841b88c80c56a8dc757/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.b99c77d5.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-RDA22A4cD+HK/9O70GmnJ858H8DZ/8vkPu8wY60d4shqzxiyXIKDR95k5t7bVap6dhMC+ZRAiRky446N2YWHbw==","shasum":"b68dbdcd6cce7a38cdd3960005d8dffe6e348ab4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.b99c77d5.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrp2nCRA9TVsSAnZWagAANi0QAInrlS4XNh0Ep5MtmCn1\n3hETGuaeBT8gvi07scqGtVkz+Co6fZf9d3AcMoIpWTwNmPSrV+RTkprcIhnV\nLUa0qZ83QdrN5+4p8RRWEK1OOxf4PwSa7MT3fh7jJhwSi2nynqoJU/riOpfw\nGiptFdR82OwyfLnF7pBs1m1cWa9IOLGyUPYwIDFNS946kYpmTKiaGljtmMqj\nwrCcIgI4xa6BhYkpiMlZ4KqzOwZCMmF9PmPotCHtnwZ5L1kFypsjhymP36em\noiMkkbUyBRQhPfIhsRgs0YWrKlWg8Am7CWx63KSKT0AEoPUW9xAFDd58MCBV\nHtiet7+eEVhpQPPAiPae7AKl2Km/Vca5vGFxnhHgQXn2N8YKL5AXCKqwZuEi\ns1YWIeZkIjJhiq0kkpJYQqhMx2/VN4OVG7KqK9dnYnRFPBBt5BKYlBsOMwS/\nXVtGwClnaHUnJkdIAZotGa/cA+1JCXJ6JhGF7sMBAsE00Po50rMzCJDF+hac\nHLzFE/EB5wiLS9aQxRyFne1Lf8714YaXqS+DG7CZ/kQgjxexDr9P0Wf3KSwJ\n6wnzSVfowEnK7SOrkPNjWvLR5F5OWXdqICdHOSwEgT5qsZlgPzpuD63P/btR\nOT00bkhFsyT+LbjQ1ep3xyDrgcNHBqp3Tfgc7lxyHWJKzEpkeRroIq6Z46o2\nkpHn\r\n=XTvU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCl+JvDbChbKbX/B8unfmExzEIvtARaMozDn1uGXfHIMQIhALVtDq0bFpv9fLVeQwe5dy64oyxaDErf1Xr3YNGSesWc"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.b99c77d5.0_1622056358513_0.6511779052434057"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.0de82c12.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.0de82c12.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"02037fe47532247fb8d3f160ce76eecc87a64963","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02037fe47532247fb8d3f160ce76eecc87a64963/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02037fe47532247fb8d3f160ce76eecc87a64963/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/02037fe47532247fb8d3f160ce76eecc87a64963/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.0de82c12.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-3SbHrZiL2QWpaI+nFDTVwY7+IbtEEvc/HHy+JMwkTcyiMtrHMeIUHykf61vHnuLBb7eWBu91PtlVQCvWblFKkg==","shasum":"c44506a172e3d8c1bc88020813c313aa507135f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.0de82c12.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrr3uCRA9TVsSAnZWagAALjIP/j2DT3uSNtOqhzq/kQ20\nb5qQWxp9dZ6GgiV22ipmyWra+bV3OXlogbUFmQ2myXJTVJIAzaOzinfZo3ZG\nekOY3+H2f2FA1iyWLs+tLrcLLZEyvJ+n+elrDNVcQGsPR1xUXaelSvIBlg2F\nDpReMorM5DSy0nDUggE6dltGG5QHXvVK5QD/5+3bUST/S/toillmvVC4aBWA\nY69muU1wlAc1WCc4aTOw78j692BalSRN1eoZHIgzgcNUUT/aAzrxcy2DOhqy\nWcbEzPWIqt59ScquA/6Yls1MigvM0DyYJatsiRJS/jGILcopyyh4KEQc+KeS\nJrBkacFU7D4n4Y5NYVR09/VRMl0XTpbiv/DyN1I2uHCDHa2ad36Os3mt56nq\nmnHD3s1iKIqYbJb2LiSAxg+L9EIrZVj2SacJ56XmXwHasMvV+V8yQd8hLNAj\nXecGGBdFkcMHOJQuXw/99VK3VZEGYARJJsWtHOOJjpqpA3rwKgkvvuSRdNFB\n1gynxt9LPxkYQ2QLoxVTMeLciYGzQvn6KVO33yin2nbnCxr5qcdCJIVXUjhZ\nycZzW+99Pi1xqAIl5wpImEzJnveA0/t6x4kvUYfCpRFV1+/7waDa+J4ywkkp\nDf0FCqL6hkQCIZG58TWzRIm5p8IqSazI6V8dK1zqi91smOx4O6m5Iq1cNSdG\n5Sma\r\n=0Zgf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYXQJZQk51xVp7N8VuJk1DuLdeR4aTEGOyE+hMHJEGdgIgGKw1eU9cHGeaX9JOoYtDGt39apjqPxq0h8KGY3y2J4A="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.0de82c12.0_1622064621685_0.005257568904954102"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.227a4614.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.227a4614.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"882557fee992155765312df09397dd80bd837720","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/882557fee992155765312df09397dd80bd837720/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/882557fee992155765312df09397dd80bd837720/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/882557fee992155765312df09397dd80bd837720/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.227a4614.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-wWR5i0eKh8jrBMHHiz8wzK8Q5NlKRITriqNx6w8fxxExXcDUnpgnexa67ZUvqPS47t5Py6D91FIOpTbZKg3A4w==","shasum":"a269016fba171ec3a453ade584911d35fca15536","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.227a4614.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgr8KTCRA9TVsSAnZWagAAmDUP/3bRok3jzLvXWHXCWuHj\nE2KURcqh6VMlGV8GnKodrVg6qJAOVlL4AQXoMhMjip3fxm/MIYOIF9gICm+b\nv9x8tJx/Drfl786w4/UiqNRetljgUYfpbnsrUBICKspMDCdXeGvjGTPhI8nE\nPOR+dHarNPLhDQlt0ox6BPowhgApElATrrx+AhsIdHqSVGsCdMdn7MVzRYs2\ndBBkUoNu99GXhjYueQhH67Y6cVdn3+oA6JihMbKqpApNgkwB12P2kt2T3y2c\nZL5CLSVUH0mWjqjYyvzgLcZTeQTo71dY5vBiL6vtNdm4xaEPMo7IugZ8UlsY\n9DXD7ygwA75gLAvmfqL6kcT8GOs7gsPaylAOjme5xfQZoRHBkeBYAsprLdSp\n4kCkJ4qSMiCd32v6w396Ymvi/MQuYhu5pKV3m+olIfl5Jf635wMMuEPU7O24\nPDOrERlNAV/O1FDdamf4eJ80Fr9mcjf6O/6SOR2j4yPMDOhE5LlEysKFLy+n\naMD+KZIaEvwqaxsybPOSInj15jWnFAlEL+YlnPcp4K8zjLs/d4oaFsu64FET\nxMW1+SUItuUjc3RMN90gCkUnm/HolRYD0YRcvLc7pRyALX7u0OdBd01EXXB1\nsS1i6557d0I/mRRybPHd9EYnJmYWlPqWfLNv9rMIomwwF0XjlRNtwfXaf/jr\nofd6\r\n=BwFr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdx+ioN7M+PS/HDfpMsvjouiAiYzJqVBOJiXcExTW4bwIhALCqCLKdAom5PcHqVkVb9vwqkdYScIG4YSgFLaB+FwjE"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.227a4614.0_1622131347139_0.21115363283743727"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.b3d21d31.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.b3d21d31.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"0346549e5547eca4c47152eae0253d802633b850","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0346549e5547eca4c47152eae0253d802633b850/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0346549e5547eca4c47152eae0253d802633b850/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0346549e5547eca4c47152eae0253d802633b850/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.b3d21d31.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-dR4bY9ch1NiiLRD7f6miwFCM83q+TDYJRWHuh8+px5l4rWjki6ynXB7DZj35IX12BFO5cyx0xoBFTye64F+6eA==","shasum":"b47302b258259f72b87ebfba13bfe13f0408aef3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.b3d21d31.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgr+iOCRA9TVsSAnZWagAATt0P/0DSfD5tyL4makV0NYyN\nKChfYD9xdNhCQJqW6GkEVQc077TNepFacAjzu9hZ5ixwJJlkWmw1xamV8L8Q\nzPI2frq/x2vhXEoyAiDYmaRv6rXtk/6wjzgpE4L9nlJIqmdUbiJEEwsbb2Tj\nennn6tJAc6fM2cah88B+sxtes/yWrQzovLKHn1BKhsm9QECo59rt4hAqmwRT\npjqww+/gT44GPH61bywKvBSgpqPuUdsDIiiWC3Opp4Dwf88M7uMB9C5RpYdR\nLWjHLGk/3U4pB3NJC0FdJu4h3pwQNw285nOTCFA4ZIyjCb4YAyJuytKhPdLn\nTebNnpXSNy7kcMenbmlrscuAuwdGYmPtaqzT86oe3B9g0bnamGkKjrG6+Zd6\n2uNOdzpPcv2C2zxluypUgSi7OXbxijgpf0OsZG4aKWvRicPUhQ/q9psDiaVP\n4787CcFUr8reNepMjkAvI0lkSFIuCxYjoOqKN+KCQQcwJxpR3YoFq3MqfNp5\nqR8i71UfP+PEM566ApAF0tYuBtihL452KYugATITtWPfY59jHnv8WbJ3vThh\nujpRd/QpZt/X+gA+jQIPCxxKfDOzZDWGamIYbKblJNKOjEiyEpB/tfLhu5/y\nYhzPqLD54v4VsjLThXhfRbSuCxHt1i0oNfnwfFsuoKKR2ovLZDioUqWOm7yI\nw0dh\r\n=AQeg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsMC2TsTF8q2rExCvsl6a9LT/tkXsBSjNwgMxRBFDjkAIhAMUdHfdyvp0FJFgEOg6yaYA2ivzRrFSTSzdciDc+nzo5"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.b3d21d31.0_1622141070314_0.7336291137820217"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.288c33ec.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.288c33ec.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"69149a859b2cb2efd7d7cb7a55acad20d60fbca2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/69149a859b2cb2efd7d7cb7a55acad20d60fbca2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/69149a859b2cb2efd7d7cb7a55acad20d60fbca2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/69149a859b2cb2efd7d7cb7a55acad20d60fbca2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.288c33ec.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-SApwP+QAXQxNUj+D5Ixz3YGxnATqCTTXUL0mq9i/4/uL8OxcKSiC9DLCoJ0YbiGCyxUf4lmEBeOdQEzDuvZOEg==","shasum":"6e71fb8eb31f61ee3faeacf1d236b03cc03c8cf6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.288c33ec.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgt9zKCRA9TVsSAnZWagAAch8P/2SoIXaFlfD0j+CJVkTP\nbgAPLej+8FtqLMYqzNNJhaPcLCsScg19w0oV83vuIPb+VhLaAtFWrOysDtkQ\n+QakJEIdp66PDu1VkZKVmVCQHiyC66QhogHW6SaVnEMrCxAe1LXXjH5mDEF9\nyx9dlzLP2snbrftbpLMMY9ItjVujR4BV0lidWZJ3xX1PSh0oksHUQVP0Fo5Y\niLMRwibk+BAEtfScW/ajgv/XO6Y/XJzq1QdQ4Hr9Ak4T10FFhCUllfwVrTZ5\nWB40LqL7F6NofND7kcK9QghsnTEmo4rLAsp8J7ZVjC99LURJSEPm+G0tyy4B\nwQv7hn521zYw8PstK3NIYiBv5CbzarfDsBDm+fUsy3W7rDY179oYjzoHxTEq\nqZXb0Yz5xNuh71TZvfZ/WkzFGZflSb+QmKTgBJ33KrKXRdmx5dkApozukJf7\nV4Eh2hBgOBCiVJn4ugCONpezoMmZ1+Kcsz1go1j67+W45PVBf5wwZRNBafJK\n0bED6/skPoCl9MYwxYo5jGVAMuFrhxdhp6NbK/sahUkOGPefnW7Vdidlq/Xc\n9/mo3GzWRHEXN9ECewWNPv7e1SqDUkHs6ZFBXqSm8sar2v6U1cOTud++Xarj\n2n1tHJh3m0kj/csvihw/Zk/CZIYfZfEM5JS+Yf9Jtt54YfHqR1Po7Itk6XQp\nRQLh\r\n=OtMW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnwOyFkmlknKOBNrIbmAOYRusgHDVGzSpJHzv3nWsb3wIhAO21QZG8MbTQKqH4EO24Gd9vl+gvIm7J+c8RocVbMKw4"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.288c33ec.0_1622662346617_0.9158662329618095"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.7eb7ccb0.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.7eb7ccb0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"54dcd68c7454a24c791e5bc1bacb53ff095de147","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/54dcd68c7454a24c791e5bc1bacb53ff095de147/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/54dcd68c7454a24c791e5bc1bacb53ff095de147/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/54dcd68c7454a24c791e5bc1bacb53ff095de147/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.7eb7ccb0.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-MHq+isawZ1QMkmEwh5ciklYuTd1ANMsJ2KUh/A45PPfcasVZx51EnIHcO8KEcpj15CRe8fYmkajo99oaIV5+/Q==","shasum":"7874ca7c5a4a56db4f1fcccfdab7e75367cc495e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.7eb7ccb0.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguTNwCRA9TVsSAnZWagAA88MP+QCfRKjj8I1JuzXfOnlQ\n1ZpAFj18OFHm/7fyfDjcVDsZSb02UqntPvQ0ev70goXH20YPcc8TBafR5ign\ncffD7kxNkL7FAmtv23FRXfNP1juiQJaf05n2shXDCYoFzOGGFBlEZeecZ7Qr\nsX2shXpgC0NirtfWlEzaCkTRMUgh5HohQUgCf+/tq7cqel7apM7tKK/lp0Pp\nnonylHq5f/rgTUovhWhMmMZtJIa0HpTojr8d7aELo59gaAIhjjMJi/xiQXbU\ngEvXk2oJM4UZvnTWN8XSBgixcFv0gVgQtb5BYro7orUIByovi1Vea5NEceZ5\nkcrE94PDICMhmaSJ/phnLcrw6aiSGKK1ILli1vSRMsv3UoR/9VXSAVHViuls\nzIruEoKVayphjjLOqFMwk3OqiU7ZYJEL1WtKG9QbaQ9nGwog0qWF2EZNt8SF\nd/ibsc8cs85L4MUidj3gU3enXNk751yvToXZ8TBL9WP9X9o5WxbdJ40bCrF3\nqWCVcbOBCHwOaU2H1ivw+Iw8bKncZd8+Amt/Eun7dmxFeat0t0TmCD4Pi2ns\n0EFWJsmcXlmFy/wkHhysaYfeiaG7TxYfS01/EicRi9nMF0c2wZWISfqAKAjZ\n9T0TBA0XycLO2As7Ll7/THJrhO1C2H4QczH+Pbl/4G8z1b2feDSn2C51px6j\nHSob\r\n=i4A8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBI786iMlbTlc57voiXZ7hNKjlZn2HkuldNyqtMIZQ3wIgBHINqBgDpoo/5ZxOq0M7jjOIg6gqcf/owixGTKhr5UA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.7eb7ccb0.0_1622750064316_0.8484059618974074"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.7fcc0726.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.7fcc0726.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"55ab1f053532307fcc5a331fdc4718c7d8e5d8dc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/55ab1f053532307fcc5a331fdc4718c7d8e5d8dc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/55ab1f053532307fcc5a331fdc4718c7d8e5d8dc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/55ab1f053532307fcc5a331fdc4718c7d8e5d8dc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.7fcc0726.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-No+TDlpszkbdJfqk8L5WGPr7Tas7kE/zDw8GqspipMuQ5vjsyi1OpYLBdUbf7I0WT8EwAdZKzk00obTLCwyszA==","shasum":"66b7d950f9025517866753f72ea7f28e0b4f5ab6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.7fcc0726.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvr2DCRA9TVsSAnZWagAAFRgP/18/FIfKt0I8a6V5KHB7\nShRGu6rWh6JNKihFaVNRlcE/cyXzH/xgVLy5sSSMQQZ+j4eU51hj2cBE2cU3\n/FjyElXSbI+75rIUPirOu2G3cRJvjLIWCQS+8qbe4hNAnPu7/33PR60e22jQ\n4dPR0dDFmVYGhrxX84CkaC7z3FvAAmi9rQs+vyT1ZssOzdxiY3U8Zu/teYjN\nqYrtdpOS+mxovDNMMJEvp/NcFD8T3ZwRbg4TkFTghPm5t/t/WzWEX8xj5tpw\n9esw5gy6C9sSH0fk3PzW5Vvsph72q8Rx526kE3FFT3WwGQO3RyhGbWMl6sbZ\nuXdlA/ln5KIWoe+ZVMWfATGYxfbG9i0IyqKZdlkQ6aQDWmYCooZhZgtxmvPe\nDCUgpM5NOILUJrEGViNO8O5uYDInQVvHsgJZyGOgB6v771l3Ax6VksKGmhTf\nnusbTGBThFXHj07fwMA7h1NrXM43JfraW6e2RnTowfPTiCNN8Z8j3hCtp1Ql\nE1tOjstPLtjVnZw3J2BNuVHeWe0Ofjf9LMdJuCXWRoFvKsvERPrr7CB0dbX0\n3/h7kkVENojDKAl9B+aTTuDzrxPlUeijhKmYkmMf35Dp/RKxDFXqmUebrDm/\nmF5+PI8QmHh5WCUAPzojm5fgraqu2lyxDslvJyyIYUBaaCJzDMoeb8BggeZN\nB50q\r\n=Oquc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDYm3T3Id96OpcjTz1+GkbTPwPzPW+nuWRa56kfJxRuvwIgWNMkAQbMwdwOMLnD7fT8YdH47yC9v4izlWsyHIucdvU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.7fcc0726.0_1623113091204_0.7299766916579136"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.220a4e5e.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.220a4e5e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"43930a9e907fac042066906c7c9c4a9bc26e3233","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/43930a9e907fac042066906c7c9c4a9bc26e3233/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/43930a9e907fac042066906c7c9c4a9bc26e3233/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/43930a9e907fac042066906c7c9c4a9bc26e3233/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.220a4e5e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-hBor/23z6L/kxweeRbY53R99pyHdKmOCr+G04/YHsCEvLvSaGfki7QauF7XFmAWjtJbpOdv7gPSsukCGc6/mhQ==","shasum":"220350e6239d5f6fe62f95ed22943cbf49418cae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.220a4e5e.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgv62tCRA9TVsSAnZWagAA8ToQAJvP2OkNCmbqqDmWBVOI\ndakL6avI2xdAvG7tH6Nalhg4tG3RhyW7QsfG68ypC9mvHQgfMIBx48K+C9/t\ndibMB6H1MOKyPCykZaM6ziB1abFreXDZaa4zCC5xleDhE7tDPnxmry/MHfHO\nypzzT0R8WT5IgRvqWulyAia7Zgb6hDEcczHz1uZdbIiQG79OifcQUYKYu4cz\nc6deCXmWD/gHf145KXzEC1pN6husuuct39+DPN+vfTFlznNrRitKuhMtQ1nH\nwXn+RNu4BwhpaIb5NPUa6SSv/+ZE4p0+TowkCc74NbrEQEWjBee+8hAgAXtp\nNujZ71e6CDQ83WFRbervNPiHv8v4DPVJx4CmYx2PQ8Nmgr1DXZwGEZuQ9jmR\nHvE112fuZGnYrqDXHLA6msUEwVeSmS7H5fTqVJ7P72ruk5dEWvJmka1ei7f8\nW25moWaX2y+2rJbK4Q0LqgQE8hYQKZsEPFGduDWul+y+gGmE0wjZCrHUr7bY\nK8TZV/UXNtf89Ytq5Mxdj9WN2xNVxdaw2Miim/C6Cw1znpvhV1TOJh6jg5Av\nz4IBSQ+GhsCRN5lsvxqBvw+h4WMdJExe+3m4UO+gkIQJWfy8GApUM+d0q+v4\ntBf84UskPqOE4INAdnI+qb89/7/eOtQjSbQrf+wbQCyFKK40/zkXhvrbxJN4\nOAx9\r\n=InTT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBSTXvR3M0Izf/H3ZlYuW48iPec45jp+nup8UTcZ14ARAiEAm+cAKHSzXMjlcqoPi+Omu5dYTTWNMUTdusIxpt7/EAA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.220a4e5e.0_1623174573814_0.7794344002129956"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.6b2d6ab0.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.6b2d6ab0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b5388003b8ae379bc5c274e40db94c05a19d7ea1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b5388003b8ae379bc5c274e40db94c05a19d7ea1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b5388003b8ae379bc5c274e40db94c05a19d7ea1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b5388003b8ae379bc5c274e40db94c05a19d7ea1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.6b2d6ab0.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-SGUbr97J1rhj8ZLaLGCs6bO9WeDa7fS167tArpeUv3KYZkarnMJMJYD/Lth1+SXO/fyK3436vXrtO9Yozc+puQ==","shasum":"e191ce44322fbe868f63d3b7158003df1f38aad6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.6b2d6ab0.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgv7iQCRA9TVsSAnZWagAA4YsP+wYE+kqY9mElAb0dsQK9\ncfDKhwcovCVo5ixoyqcqfYP0MKEDz32zaxX7+/YeKx5In+GQdo6/HnqNKFIW\nlh4c4V2pO1fZGK84f7jz+fYQdhkEQnhJwdz8BaueEKhAqMPDj8QuHEBAqKSA\nfu4Ga5urNUE9VYMbMo7jpzeHchwmbfOcwHf/dCeXptxPPfljKVDo70H171eM\n7KS+oJ0x+aGNgYMkwDQ8POOYvHJP30omzaBM96cYDRx1eTqYD185J8d4OPMA\n+0s3c34vhb9ICVgDKPQoQJ+QxjyJqnJ7BW4ybNDF6lP6dw1okapPv5xpE+vR\nX8pvA1RqKI3oZ6NPt73eTvpPS/Wxq1hDQB+3OWNOZYmktTLrUhDxupAp0c+b\npVLXO46+SkJnRSMKXsfhnE8kNkBZkzleDJuMpCSXGQ6q8CYq4owVdGOU7gKx\nN3825XlEVO9gvpe3VAShl6KmHHlBM2LbMnjLqXhuL1LgWFaElm0vLdM9rGRm\n4rXHd+LXFOobL0t2Gj3Jy8p/+kUaKwVhRgd81jQYbV3QWKDEnqI8vhTNMH/5\nj84aQFidjehzFrDg3dpJXuA6vbjP5GVcBeohscKbKRqgybAfV3B0e/FslPHn\nhniKwvFZrYbqnuaxgh6G21I6tAZ8kz5BXtsDd16RosxOIUFNSB2fQ6fKkbs/\nOrgY\r\n=1OCp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmOrfXsEkatjMbqoSwVv5N1hqqpWYmhngaOwlnjB4qcgIgNbcACnxvLB+XyN1xQ46FdRjfDBokqisyVNYAc6fEew0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.6b2d6ab0.0_1623177360464_0.3334362227802985"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.2b20825e.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.2b20825e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"8790f27506406085c946b5033334ea71328fcb6f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8790f27506406085c946b5033334ea71328fcb6f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8790f27506406085c946b5033334ea71328fcb6f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8790f27506406085c946b5033334ea71328fcb6f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.2b20825e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-2glaOuUDrj/6qFmeYp8hO0kKRQIaxfqAGjSUa61Uz4v4mdVyOHc0HfrKb128B4gDJ+ksKXHHQ1NVJoVB8ChPvA==","shasum":"3cf7a9ae595b77359596edc2f727381c20cc7fd9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.2b20825e.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgw/ZNCRA9TVsSAnZWagAA2SAP/RNG0FN0nLy/QovWPk2X\n/zj7ffhEM68jrhSwHze9mpKlA2zHi0Qno1GLz8CJ54iF9l8IKb2hDcpvaLQG\nVIDqPa5sWgKMlEzqjMyDc0vyNiJZ7oImetf3+HXSAwxCtsdSmu+uDtuV1DIR\ndPJ6wvv4FUG6ZCiVrDvYzjrtKw38nfbP6Ynmp1Jw77FCJ1dJuGhtDbS4tZG4\npYHUmnfhIeazAErAIUgN/95MSWD5zLpbYJILDyq3B0vCciw83xAyFU35Z/Nh\n0eEUZJoUWnF/vPEWuy9T9ki2HI4aF37LbHGaOPxMeXnQfAeKBuFyUGTfegZm\nUcmdY/8tLc8bmNVtjmEnrFDRG7XWhb/zbLrHpVrIxq5yJEwCj/LVti5GMzpj\nNXrGJboCbZuQcT/UPGyu7mTAba7v702zrotdMmYDtdYa210Vc0Q79lX0oxI9\nLPJoSMVzm/mGTb6h7moOwMUadq7iSi9U4DZUbzBhzCpwU8iGSRrNsy5SAcmy\n1+PkZNtx0mTdwU/2GBAG18oKpYQpD45A8ct0bZ9daSYDnt+wxQ1Cw5cDnGXK\n12lIGxnZR9xwa4M24XyyBtmbFbFK4OVznsh0d+XuifDOGUTnEI+qdVIqY6Mr\nHGfLqYJWgz5y1IbjUMQi0pox9VsYpLDFMLoiKtxCPlK2AwnbCZ9UCIGOni6/\n8aw8\r\n=Mai3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnT9wEMWp0FiXirV06qFbeQJlljldUNJQ2zeICSAeqtgIhAOJFruzUARefNSTk1Qznq7fwJskhrCf1CJcEcUSy7thC"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.2b20825e.0_1623455309298_0.9348800636502899"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.e1511867.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.e1511867.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"37d9e0b693215142b4667122baccbb1b6fc9f835","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/37d9e0b693215142b4667122baccbb1b6fc9f835/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/37d9e0b693215142b4667122baccbb1b6fc9f835/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/37d9e0b693215142b4667122baccbb1b6fc9f835/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.e1511867.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-gusRy43iKtnFmc316sM1b27O33gMvtz7VQ0xNweA9tvgnfInxLjHeNQXoBkYRJKjYeX5hgu0fxVUDhiJT1SQwQ==","shasum":"6f6047d0f2cc086cf80e959b3c8ff99770aae884","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.e1511867.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgxAZMCRA9TVsSAnZWagAA4TwP/iZHeREMUx9DPyx0yZgR\nPGymPhNBDtyDWdxtzONdLdnFy6JHbM4G1xBR/EEiJ003JAmUE1z39g+21aHt\nuYGrEkzbp+SK6xWdn33qdwRYrNumlrxu5DxaFw5hwG+JdxsoCM3pj2XcU9CE\nsphluGiF+5z/CPKeF+hUOfVsyfgWBmxuAAJ5unsYupuTZqHpZxwZ5HZ+YbGK\nXrKKXIHR9YVmkEI9luk/KXJGExPfTgRRNhg4xwb+r5oTUXaEMQlGQkdjSQh0\n1M7lL5gWXCvWIpyaRsAwvj6+NQ4WVUoaufDDCpKXnM21vuu6+zNYHXFC4FOU\nRr/ESTfb4JtPNMkHbrXXHqDHFdNLA8JBXPl8/E/niDrSG/RMjx1Sd9nzYGKP\nikNpmxcntJFQjP7o3rK8iGqntnO5KD1x4kymr6+o1mmHgbavoLlEkGe1w+MZ\nM6Vb76LzSWXCau/w6YxvozLH8q0XE9UQ+XMdtjjLgOqyUyqph2u2mIyUdVMq\nfrz2ROobwLJq79HwBbprucCRKXZK9DNKc7MUjiyUl/RSmOCIIt54PyNEQBWd\nCa1ch4DCUHRyxXmHvYriCMComX6wJGa9s9sk+NnmI3XcRv48HJF0O2+6N9vR\nU6ZDA1KWou72IQSmpnKy71YWPT776008+i/oh3gNHSGK3cZg0Zj+H7cCmccD\nVxNH\r\n=A9G4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/Ub4xfThjMoiSNnHXiyCJSR35rY5mSkUmPPoum+jM8QIgemCUuhsmnJJTlhjcIlUxCxRIWdT07lgk+6Gli3plprg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.e1511867.0_1623459404780_0.215266846174339"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.ef4a0c0d.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.ef4a0c0d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"97de9eb21ffb99cc05f4ad3fe8dc24ffcb569bcb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/97de9eb21ffb99cc05f4ad3fe8dc24ffcb569bcb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/97de9eb21ffb99cc05f4ad3fe8dc24ffcb569bcb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/97de9eb21ffb99cc05f4ad3fe8dc24ffcb569bcb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.ef4a0c0d.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-fkcJG+4eEzPvisyVOeD2VLnA9urcGDa+1NPkuE+Q4tRuLnkoPEzOJs7ucodOVadOQckpEDmNHUIlmXLI1lnw/w==","shasum":"436db39363ec564437f8218270159200ea7845de","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.ef4a0c0d.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgyQSvCRA9TVsSAnZWagAAncQP/Rl9i0JckXvNHYhblY+/\nYzYHVFJdSnM7ltU58Ik0gV6Pqvarumj17lozAvnWSLBEFA5ldTxXuZ9XGYRQ\n1GOL3ll40NYVTqrE+qDRq3n/gXAsFC49R6zmjimvpZT1LajJo4CJ34bRXDDZ\nVB2u+/MKIDHacmZlu2VqPrJy1eXOc7jIX0nuCd9Y5bkZWQ+rNSLrgWxEaUaL\n3fVy57xS4/rdZbzW2AhZUGR1x5k6Fv4VQDk3hrL3VMmL5DtaHlbAxK8X5D3s\n4BW7b3dv++uApMkiX/bBjNUG754T2A36GAgOgTHDpRWoCpasuztCkZmhTU+U\nSZEqoURsR7tN60bZnc08mD1QJC8iqj4PWdVOml4REkV+Afp3DPF/dVEU+y8r\nmjpKJkKLhYu5I8OE9jLkzJOulZaN3+2dA+glvQ+0LvBy2XDGNCzH38LeIc7k\nkaOdq9E26bFFxVaD3Ndch0hNxN0vFsxa22LWhepwzTn/B/TG9JMqdJg3HhC2\npvqEtVW6k9nr6EUJhgT2e9iT17OsIzZ8x/2M2Qr+q5VQB0dKYlLLjZHg3siu\n63MXasUPNjv25r2N/yd5UvgZmfohiHd2BuUUmgv75oD7e6jC3gapEUIurMoA\nZbZT5SS6zEuMs5BdYUoyO5SmTZfSgTT8UX/auxsUsWx4O6VDUp5T5jQfjoVW\n0vZ4\r\n=hAiD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICWxJHfi+ej7b40Igfw049n+6sVJBdaNRno/e9whMWkGAiBIt0NFNPmFEGzkjHYn0GCtsU/HUWBZgzs6ZYX5Mn6ykA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.ef4a0c0d.0_1623786671570_0.3877915959554228"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.573d8913.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.573d8913.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"13a9b9717491f67b5f5a219b279328890c0c951b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/13a9b9717491f67b5f5a219b279328890c0c951b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/13a9b9717491f67b5f5a219b279328890c0c951b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/13a9b9717491f67b5f5a219b279328890c0c951b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.573d8913.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-wEIczhzitwjApsEX/VOdb6z5hBGVh75t/KnaQjvVDN7D/0gWfGJfmm4AnAZz1g+3tNXcOGJAA7k8Yt08ubk8Gw==","shasum":"dba61452b313ec367ad9bb8332ee6b9c697bf48c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.573d8913.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzSuMCRA9TVsSAnZWagAAz/IQAJeriEOGrY0Hwe2OBbr5\nWhacjvNnQNjT1hZ6yAjajBv49F5pArAef1KP+kGvD0zB6wb1LFrzse7SHGo9\n2k85kkHviRN7ANbUvrKgX6FJe3XKHZwPmylPonoy4lijLWOtH4peNy+z0m4F\nzB8c6VDRgCzxox1LzpzXtg8eIcUf9dA4T/6MV8h9xUWKKwIU1xY5ivFBL0w3\np5EfzXME4P4cmVCf4rU8P3ftEYgLZZ6LZJFsK/eEMq9x+2G/BXTAjdzqOmG0\nMUxPOvAvSxmV7Sw5kk3VhlbyD493toKzRfabnfZw/lecJY060B3T3gAskuxE\nhvGnY2t7QZ4YalJ0ifj6++Wi8yuwJTk3k3KtcXz2j9en8WIhIkReVwFld3f1\ntiFvlH4YVg5EF2TEDTCY9+U4+81JtQX4t7S5s4kekBO9+6ClbixPPgpRZafM\n8ckPLinWD9VeFLoobX8c7xAuy4ShE6QqYztJO1uRC78xvdhex6G555FFDm9Z\nUTcN8kHYa7d8RaOdXbZwaNLNI0VUOOesSJS14u07EFz61NdCJeUWqWkghVj2\n1TRbgQMJcQk8rgxvHrAiAd6sSsy0peAjFFC9CHtrGhKt4a5IFDd29OhGNEg6\nij5T9whn6zFeun+PFS8cxbw1BBinSmsXV11eeU2sABoIQi+0fSitaQXxHJAE\n3uFH\r\n=Xn4d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDn8tq/bPvRhq/nB7Jh+RpqzdxGcqjBK4HgXjYJEZ8R5QIgfnRlw30V2RyEh8aaJv91ss3oILF9vXijhaEwIfxTRrY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.573d8913.0_1624058764228_0.8358300278250033"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.21dba001.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.21dba001.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"f26ab3eb589dc34a464186e9b323c9a9bd20fade","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f26ab3eb589dc34a464186e9b323c9a9bd20fade/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f26ab3eb589dc34a464186e9b323c9a9bd20fade/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f26ab3eb589dc34a464186e9b323c9a9bd20fade/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.21dba001.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-odhwTP6xIxZ2YTmBW+uoEysztMMqrdZPeQ1z4W5TAz+H0RT5V9L019scaF9BSQbUJabReyzXpOQF+o6FfiI0nw==","shasum":"d585f90d4a5c89d8a80d38ae06c427b8fd85456a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.21dba001.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0QcoCRA9TVsSAnZWagAAjYAP/3z/rMemm9upSRRZqJoT\n09NzUbstEOgdRef2m/MfQ/+uuuR2WCV+6TqI+gyw/31x0iBM6UCzqXMEiv49\ncOl80EffFK02TmHKnoLgFxtAzggXQEBCK4MJBa6Ryh/5Tbmz5/k3rmBZD9YB\npnHGhvrCYvYN33hoC9T6ykJZaag5O28fw2zkbOvJKNOuErvfrOqlzMKZtiYV\nZeHMmWVOmJOnS2+Z/RsJa3iy0NKBsc8xjMyjop1TqTpx7PK2m8dMTS9u28SP\npeUmufT8PNsPE8llR/FE/pHHZvMxfQ0UqmZaq6EwfquCImvgyMcz9MR5SLkT\n6le4ppUEFe1dk490MMZ0F0VtmPUlxQWswgICez9txGy9lrWM6vW39Je54MnR\nekEFATn9Zzj+thLgNiIpg6aE9qI663hHZhRLalrhrF1OmtGTwnOlHx3t563O\nhESvWaOKIPmU6eIkT1k+4y76792DPqjgey4zghYgEB37lqIdkiAGuukCVAKU\nKAC6tvwbf9ksMIBDVvj6VCu0DsUQiMVebnDLMAEquWE6lNs1P3fmwAf7bX5J\nNywJCDNp4rcdB5BpxhsU+UcSImd8o0hinJQdxjRG/Oyxf/J7zyV1rSj6rZww\nGHLgvW3WHui1rDlzS1Yb3GpRe6ZXWqtvoPme4mo1ENVXdBz+/rU8qqjbVZcB\nddMy\r\n=GXk8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAbP4cCg/m3ijtSteuub5BIKpfLCer1QhSuo6RlPEsm1AiEAxVmdq0PLCE6RzhRhQq8F7SbC2lQ+RxEW7XY0UevHHuM="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.21dba001.0_1624311592238_0.7581274703006384"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.6f5bfd0f.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.6f5bfd0f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"38e391cc489598145e8956cdbc0a234563260efe","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/38e391cc489598145e8956cdbc0a234563260efe/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/38e391cc489598145e8956cdbc0a234563260efe/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/38e391cc489598145e8956cdbc0a234563260efe/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.6f5bfd0f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-qBN/TYeHQIW1qTl6nXKj5rUAnEz7DSPvBlVt3QGO/aoobePe48ros0jAxdX0QDt791NLvADRA7t+SEGn0BKAFA==","shasum":"0dab0db463adb82ca2def97f98feace5607bacb1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.6f5bfd0f.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1Q1gCRA9TVsSAnZWagAAvyQP/3n/1sKfVTLOY2jox3fe\naNRKhIFihAPcktA2XKtbDb6D6iYl73BJ/BJnKJ98h/VaUevkak/b6m/GuTu8\ndRyteAoXlSkWVcp7P13bHUIEiFepzxobO9xi7RBezvNedIwuWMN3XCT3vwyV\nThhewbf3HSsnzlpT74ol90R+g1QQcRM5s+tcuwWslLIvH0Y+j8eKYUP2DL0M\nNS15WxKiXRDYCozl8YFcbtGLpNJpDxakilzHo7VsKZ/4BH7qS6j53NtwsSoM\nSoXt77389ogHPYR9bzX3bPs8sqK77S/WX2fi36DsFKal1guPrkfWkrMlMuid\nvW9y7VQaKzHP6oVN8+WoHqfoWDFzRQnQgN7fZu2NKyglwwa0ft2uV0rvAamt\nHz1Y+h+WNBvHvwWmREIvbU3Jq/33maeLClf2GhGV7hvRM2sScfgmr346ckuu\nT4W/oflZX0e573OzMjIPni57xIZtyr3ucg7wOVX7w+0C/xc7SRktQDav/b0P\nqyrxpie+0gSCDRXcU+zJc+chmiLTMIvkbOAWicfG71/8tD2YA2017cD2WEWr\n13+Gojt6pBKx5OGaoHvTI0GaqhJIVxKUxBVNddi5nxGEOeM6oS6C0oxDJfw3\nkRuR0xrvRq0ilNyobJz0m3BmlpLs+VBFx4Z/ABjNAE1xvBdfw/9zX0gXhxZw\nSwus\r\n=HeqB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCloHZHPXiFpps1jpMsuKsDtZNsTVwZL34p9CVUgwlgMAIgTpFQNVrYokTScgXR/RLUVVwnBqjPwoNDFPCWHpRdtTU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.6f5bfd0f.0_1624575327682_0.44349361837868617"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.fd8360b4.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.fd8360b4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"652b3840a450a965d0a571d3b055195dddebc8ca","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/652b3840a450a965d0a571d3b055195dddebc8ca/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/652b3840a450a965d0a571d3b055195dddebc8ca/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/652b3840a450a965d0a571d3b055195dddebc8ca/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.fd8360b4.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-rjGLuyijDM8+T94iP0gf2d3nBTByMY1k3Cahjy+15D0/w+mzrWlgt0gEv2JKTui55E/Lk6qcS82BTd2oAWMQLQ==","shasum":"b5c0f308cf8eb2ab04d1d9839101824d210a537d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.fd8360b4.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1impCRA9TVsSAnZWagAAhjsP/1PkHkgnveb/Qz91C0yF\ntX+UlRluKM1u27a+knodMWe9FYX0musSN+/TLAqieH/52BaLoe56uFpUYCD5\ndm1sZOZ7OziWbo+McCTM3RDR4+D+EJwoVLsLwFWaner/Uc151f46OqdIhAQn\n+1onil6CGOXbfRnGtTXSd2vqS7RQHC6TAcmrKAh6+VEb5DcN6MsdZAIAD0kx\nBbzVV00TF4XlTS/Zk5tsbMTLDvQpqSlEhTOoUOlNrxm4dBWAxB+DIAe2rZeU\nwnw1oe9cjH1cjuAsPWNIgJTHQlFiwnoVyS3qx7EIEJ49nWYUKCGtCbo44WGb\nd7HFmgaUEdxXYCEr8syU5dFtX4rppsfZxIVu3sMH8VWDk8N8+DGYFmSlVWSl\n+c50k1zpkgKkszimNI+9M7S8u1LSEvDbhId9lEhsDbOpEKcoktIDj9HQT4dj\nCeTSSbGC4RsKnBBYRhBQ3xNElKbweMJSI/Q/lrQvyjnwZQ2yST+6STxln8Le\n8iJdr9ZAMK1dwLbfAqPYO+APZhbEWXsz1XiAwp/PFhsvJFcW0dbgj3IkxfV2\nNONJjhU8ijlvklIcHHdnvM5b4UZYzCav+NqamQCS1BDFmFk48e5jmyuC4P1b\ni/KaXZIOhXRvRT0yHULL3mMFtF4+2QKogeq7Dp6J8ZwjOPOGlpsP4AJVT0cD\n6Jj/\r\n=b5Lv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnJAt2wyXRdZIIIRD87Co6U11sZxgtjxtmJYtNCVrE6gIgEDslH9nVaYhqgLDOzbl8JLBlCcR3FwNM7VN0DBTo4L8="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.fd8360b4.0_1624648105072_0.1730489864591762"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.6f74432f.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.6f74432f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"c9a217708497c2e16eaef6de3d1cd70873d0173f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9a217708497c2e16eaef6de3d1cd70873d0173f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9a217708497c2e16eaef6de3d1cd70873d0173f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c9a217708497c2e16eaef6de3d1cd70873d0173f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.6f74432f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-5Ic28xaFFBTt5O+toaeOdCO4vnVWMraAZA0/giMPxlrbK5AUKLtlc4dDFj3c2wNYDmXcTGkxlTWEbSmmTRq3+A==","shasum":"79ce76015017934194def0e507b7c08f71432cb1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.6f74432f.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1kCcCRA9TVsSAnZWagAAQqcP+wd8P+0rC1Pi4XDFNYgg\n0WkLoW2os9KR4MInjmnh/7lnBd7yn9zHEEjSKOeevEPFnr98aPyapW+cavbY\neLQTzGHfpEY121+uSC8WlRnvM0csg00zvbZ7t22hk2p9/UOx/PrfiBB1xgCN\nBq+GeiDPE6CyVRizx+BQ1lszqScDD1xsSUe7D4opF4Wc7oJWsARjNvSNRblF\nNxZS91AQzDmZ8A0YmwG4CgS5HYiAhboO/QJYQB1z3XEqNm9PIZvxqw668REu\nf90hiZVx0OclB9Srto64chlKL1OYCKSNc1PQdx8fJzGdrXvuuFijlNUhUQhf\n4EqTkoYwpgQh3girtYRK688itdzzt7jgvaH2yoMk1zeBB/imMhrp6qaP/ppG\nbZUGcZ84LfDIPzeO/eQXDEbNJzDSSW2YDNE/g0IUz7NyAOR5ZBDf13WKTNJy\n2IoNqfDUZG6acktpw022/RoYKmv1VdJV27uWQqKdnr8s8XmKIT+rk97i1zwv\nmHcViuwjowADBFwXPw1VU9QDTRUTwL10lfyU5KXnvocmt8WUCc9PpnQze6Ze\ncj9eR/QfE0q7UjnR5mnNDogKuiAn90pPU4/Qbgeq0NVqGhYjlamb/pauRv4e\no0+hj6DkEg4gDlPz8v7Sj2IaLzIKSuEWdXirVg+Z9f3Om3gd5JXHGlPBBkog\n2R2Q\r\n=LdX7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA7qa1+UtBMCXnXGxI7EJopkpkCAgpfjn5qcESTgdXRTAiBQF/J1jiWvFncyzIZ0etMcGtmn2jxXdM5rjYaeGCtqzw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.6f74432f.0_1624653979572_0.09093248184467972"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.b62f901d.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.b62f901d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"05d3042d6ee960a41512f4385bd22af7dad2331f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05d3042d6ee960a41512f4385bd22af7dad2331f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05d3042d6ee960a41512f4385bd22af7dad2331f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05d3042d6ee960a41512f4385bd22af7dad2331f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.b62f901d.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-EqiZy3sE8hArvByZWy3sotr/8DDEerudWrib9ALBD5kxE8ZaS5Am02hDDbwW76V5eYPcxHtMgotm6i3+E/zPmw==","shasum":"cfb1582718326e0387999e5f1c74bf196831c572","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.b62f901d.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1lXGCRA9TVsSAnZWagAA68IQAJJvU1PiLEQRF9Pv8kk9\nVDb1tCXoPRgtRIvTXhKAEjRbhCOERDM46/j3YeA1q6MDC/7W1w3qNMxbJ61U\natU5TlqlRkouiVtncZsElmP9KD0ZpDlaPYjVS+CrGBaxWPGP6qOVOGTtZM8W\nY75JkJKuJTp8UHhFEsvwASZjyfd30ixfY9AOjrTfpINDaI3b9ZKU7Xt1o8Pe\nBFTmRtxYZpxhjBnTwYCYw4z/jsT54/AEz2S8cUAiCZrR8Di81RGIPJqTxSxQ\nrWUU2T9zfVfNj56fGvbmWgu8ruk4Dq1QxO56sIKjyJGARJrB7RP36ojG5Kq0\nztM9SqJwqkuLbr5AWwnX2DiMI8wQAMm9aZKq7C0ygINs4Wd518Ky/BJ13jKf\nqrZelWa+K4Nvg26c4JbqxueScWkNn0mqXrOqMWhAuoDklxG4pinVFM00c9R1\nXjpJTxLweLHv1ZnhsQWZmjiUWTEPZyRadND+gQrwpduDgi0QXn9KUcbtR7NC\nly2WQDPXICxpwqBGxZAOHDWP7fGpSjzXtfEPZDZgPsX3VEUuNuffoqKp3S03\nje83DkOvPeExP5Iip2GDQS8DVVeIIjhC68xpVyJ9ewTovlu4SoSByQXMtXQQ\np++G5KP4Ed3sDnGbedC9J6Hm7NQ0K2OqmltBQWRwL9E9TVa+3OAxYAC0ilGE\nyijA\r\n=KxUL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIER4wS/3gyTfje4DBsLMfPIIe17lznb8WrmIDSIBv64GAiEAmIj64VBOqovT5Ll0gewWWzWyh0oLj1HhHSI4MfAVTb0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.b62f901d.0_1624659397571_0.807784925201839"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.73122cba.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.73122cba.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"c6a144cd9623c2a8e58dd87af0807c1aa4d1f5e9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6a144cd9623c2a8e58dd87af0807c1aa4d1f5e9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6a144cd9623c2a8e58dd87af0807c1aa4d1f5e9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c6a144cd9623c2a8e58dd87af0807c1aa4d1f5e9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.73122cba.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-GxnKUV23g3o/A2v23JkaxEKa/6YxqjAv8V/Z0HN2J54oOlcFtYsmAP0SoFHtdD0AgUEUeB41zKbpM7A1VCsGdg==","shasum":"012ba891a95dbb1ca2222a3b10516ea8c34a7355","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.73122cba.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3MebCRA9TVsSAnZWagAAyV0P/1932WOuQjDpdlkylmCF\nd0NO5g2EFzmFg5m0Y5LqndZCwOv5hpGh5ivlNESrE/ziTTABXgYKWRcV1M5Q\n5pl0mSrWvXWQ6YogOeHx+4meiWqwSAiknJJx/hCUfnCtC9L/soVQfjQBuPWL\nXUKboemF4OP2zOupziqg5clN3v3gwKgMeZd19A1k02FvsugmO4rOyNsFdk4H\n3JKW2ZzJ8QOdL8MMtR67zxuVyLY/f5kcT3WgSDg3yojYkLTQvu0wzPa8ua03\na1gqE5qey6+IUOFv68lM9w2Dl2z5bxktZhMpBsQvIq0vwaMsGHLlFsTvV4O4\nHDHU9clais5a7Aiioq0cDDppGGHMSyNPrblX73bEA2Mbg+1XXXpRKc2QB+Dn\nyFVEb3QdSwttcXdxG7MrRRxzAw6VlK7igkt8QzsRwbAJTXP+ejz/VQ7I1yMK\nPpfE1RRsZEWvdDJ830/cDgXPZZ3Azf8p38CIrIzhY6IG+3Ns4Z4dfu98vsrE\n/8RXU+Pk1WY7msUOREz70N2nnzitHVf5mPzctimX2xXUXYs/otMW/helf4cN\nxPrHBkJWKLNzqjIcR//Gd3BLpgbqJgXUE0YZHaOXrPBpWk+2q0/Z2rHeSyJ7\nPyFXgg5nj3V8UT3+wmznAMFhu/NmOcusjExqhFVSRGgrX7fqq116K4fp/Wei\n86Oa\r\n=6X5h\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDMzDmaS0akt3hxqoeTIBLZO4DEf9m/ao7FoS1ReTvv3AiBf2jwm0Fsd49IFYa07amWCZCmZiQzh1u7i9bdq7n/Nsw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.73122cba.0_1625081755410_0.7435215049901214"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.a6912af5.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.a6912af5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b34c74a66bc7e54e1165edb13005a2923702f9e8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b34c74a66bc7e54e1165edb13005a2923702f9e8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b34c74a66bc7e54e1165edb13005a2923702f9e8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b34c74a66bc7e54e1165edb13005a2923702f9e8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.a6912af5.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Udim/zHpuwB7pkgT7QKFDuqzZBWBIVZzCIB/3jS3yucjMdLDG9L4fFAJ4Pj3Se48CU8Hf0GBGHRcRKKBYaCWqw==","shasum":"e091ba92fc92a76f6e36eaa58757fd00abb0d792","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.a6912af5.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3jSkCRA9TVsSAnZWagAAp/YP/2ZvpMTRF1gjA+dlD2bM\nCpcAR2FUV+jagJae5tpm0Gn7aLcDUbi+H00cJCSYQGS3dvUeqVVFKnrlQUg9\ncvwsqLZoWu0X2qpGpwUmCmiSHMuuFYO4ZtGw2wTjJgyoDpmk63X+J1tdML9w\nxmrr8Nw9YgVhj1RkK2axWVUireEN/UPp9l29RO6bJNMpN2kuub1wL9pQWP0M\n/owCba8OHKp0Q8O24q6SdR380h3cWKknOe0vZiyiqgoEM4Ve3s/d4jtTFnhE\noT55cERmd7+dgkNVw8XsoEiC7AjW4w+tClDQG+to0FiEvR7NhuZKuqm4HdtT\nODOV1XvEAnSOyMsCF6Ns5FIOsEqZE0zWg1JwV+LiW3BWT1uPq6zm+9DkzN7D\nAL1Bqx1DE5ZhUfu1c+IOUFldYIrq9/YF8F6FWcDsSPdC5niJC0ky/5snJYqP\nyvhxMIfNisjW8dtamxO6wwdIlqooWtv1TudAX6dwLTM0a2O582PreecfVx0i\nUI1WuWLLEX/ZQH9z0ieH8PTRBvw40EQaQOvdDcpG3LYS/m3Ily5KTooY7ZR/\nqJSXY3SaUHHIjFj/K2nXC2XayWtozqO3+9VOBvkPXCDvsjwOuHbBIYq/F1WL\n8Ql3O6XTGxNzzvxJV569h98J7Rms/GNIA4tvRb42+J1Guhp6spZbzkdj05ka\nfy5Q\r\n=kwva\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID/K/X3p0QbdTvLrbFVUsI4lUKrWAr4MrJQ5kiiT6YdYAiBXtenGW2KfxqOazEx4AGbjsfv1B7lIluWjmkXuC76b8w=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.a6912af5.0_1625175204414_0.4102431997236622"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.134f24bf.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.134f24bf.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"1191b29dc7fa661811a1c3960131fce8394fc84e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1191b29dc7fa661811a1c3960131fce8394fc84e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1191b29dc7fa661811a1c3960131fce8394fc84e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1191b29dc7fa661811a1c3960131fce8394fc84e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.134f24bf.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Hra5TZ2Ordi7bFk8JmKJ2I98NVJ/93ow85jLGk5ht6nPOH7joQX7oFCmiqBi0HYv2c1aElMFaLCxXbAfmE8rQA==","shasum":"6a2098943dbbad832d8052b8637dfb186341e55e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.134f24bf.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3kJGCRA9TVsSAnZWagAAKRQP+wXOfhlnRQKmK8xWIqFy\nBboQ3OrN36uNLxVYAQxYhuVGxAx0SzHGpn7ggM7lYsemlTHXevzJCWCWe0jZ\nok7nwjJHUvYT6QiSyPTFt8Itmm4BBCFz1cWnCKGcWxRZLCHiqX3kEqUE0mJG\nPE1gN90Ev3sS6eFhno0EitTzekTGhCYwNpVsZv/5A9ZipvRMNiT+WCYVHJnY\nh4yWTydHwSdcg/L8Z5hZK6YHakPeqFv4rDFgfzVjcF1NuI+5AzRoWZzGmapP\nLGXT1JReNJJ6Sm3RMIRg6jZOUzug2NYtnkRpSOL/kxHBx74JRbsLkNLKC8g8\nqTWVpxuinKXbVubnXGjKzAKtZV+TfdVorGDEs5KWd3ZlHi+b8u7I1JsFiyJp\nu7PX6yCEZnvgy8LLlBeZA64sc8sGCcOFb3V9DRLZdpO80HCTKdHNXvu76PAw\njR0qv467IynlEeYbXN039JY5URL/y8VT0XI6J6j79i49vBhNTP6pav/KlniV\nRn7jSaMeot7/JgGOJ1z4fIpcBOFvD2Fc2WzcilJhYFHMfOM4JcWcffwbHqMi\nFnMzVMwNnC8u7g4zTQvLBICblW7yyUH+gVhPYIuadRybzYpDeIRC276/X0UQ\nCJP1mYXyVixP7qR0d91xIS2+AnJWNFaF0vLxl6qTtOi6QoUqNl3bxhMvACIE\nbbYo\r\n=C7By\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDshzLl/xQ9iWNOkv1VavmfYZHJnxvyCic7Mr1X5Yk0dgIhAN80v/TbA2kOsRwNDs46fqQ6153+B8WXsBZE0N/HnDbC"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.134f24bf.0_1625178694447_0.2790217778580384"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.1debb78f.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.1debb78f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"05e5511ca831a84c47e7bd43f685202e9213b33e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05e5511ca831a84c47e7bd43f685202e9213b33e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05e5511ca831a84c47e7bd43f685202e9213b33e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/05e5511ca831a84c47e7bd43f685202e9213b33e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.1debb78f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-6fK5ix2wpbCqkuMnsmpkTGNLOnezxpwEFL3lqzIZeoPy2Sk9FT6BCIbl9KgHndsXXLFVw/nTZcGvX6VlpKww/Q==","shasum":"14c8e7b720ceabf9ba0552c96b8fc54e1cbb0252","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.1debb78f.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5PkwCRA9TVsSAnZWagAAW0EP/1SqlevmewMUWbuAg5fS\nb2r98T2nRLhMQ9oKlhUP+nk4ILayn8p2bcmWLCYdSR4vaE4DIoDMbKES74U8\nAGW6MfxzLzAoHAh8F1F0iYD7rFulaUHHhOaXKyu8Sbr8w7XFgLlmWzHaSMzi\nawoFGMMh8pBBQdr5GP9OEqWYy/w5+JDYZgmq+eGiAPlelQd49qDCiiguqOK3\n6/ByzBCtOo1G49dj/oz6GDtgNzSGFPk1zN17h7SKyYuJLYB6yt1cRcA0YxQh\njz+T9xbVBDeqtrvMwB54rTJ8n2kntyuj2zkf7vQwpUcJdXRVG+81yQ0BX1hD\nh6N2Nnba7qhH8hqDKhVbSwiFoh3cG/WvRHIIJMP8PNe3XuF9CBNOpyNwuGXP\nM5seJGKR5nrK7zOr40/iaCI7DRFOMWcSUyFdn/CbMgJ9413lUT/Tw6rxckZY\nIS9XX74EXHY+lKOf7yjT+EofrzU/jgP+EFuFjqzp9tj151bqgKAd7IBEgVJ7\nozCowc8VCyG1OLncrl46YoOl57bekd0hzGUTiUET/+TxdXWr0J62vn05pN6h\nB7082ZlN5epEUyr9pTaNbDTuLeu5F24n6rO9EXHRVxGRiDuGqQOHvDTCtgTO\n9a/AN6iRepk/Ie+jZcR8x1fRYZE0xsVTHMOGD0iCKJ1+TC/xUc/3RBN5NGT5\nTG10\r\n=DC3p\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgbrVIUHmdnDA9hSWi3TxxEOp5OGeVbB8tX6iykRtxjAIhAPMCNmu4dXJVYFH8yoq2twLVj1nLKL19+zaXK5qUJXmj"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.1debb78f.0_1625618735619_0.2842754182745322"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.d53edeb6.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.d53edeb6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"becc7820ecd046cb48666a32a633b8d9f76f2980","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/becc7820ecd046cb48666a32a633b8d9f76f2980/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/becc7820ecd046cb48666a32a633b8d9f76f2980/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/becc7820ecd046cb48666a32a633b8d9f76f2980/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.d53edeb6.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-CEhqsqjsmp8uEZTBVlVoDXnXkcm4XCNwuFdaqASWAeadUA2kxIM5aWaYYDvPeS0UcwVIeW/jdHNewLN1qH8TYQ==","shasum":"38c0302a7e78e2a8721b4a66836b769cb676eb67","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.d53edeb6.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5d10CRA9TVsSAnZWagAA+1AP/AqG4nbMm2+mTnR2YycQ\n5emct1uF0JhHxfpfy8/dMSzuGfrCrWbtAerQkMGctgWj0V2Y/OrTcaIb8/9g\nbxtzrb96rTaOYnKfk72FtoOthXDQxV+ZE55Nv+kpv8P38M6w08ZwQ7Y14Za/\nFzShILF1lvIXmFBJqR+3Ay6d+nxwBLdOGmjyh0WippE68UcxLvxuDmLvNzhw\nKRylnsz+lAHpafqZFUzDG0J28drnj54v5TVSS1d78dctGDwjZR560hUy43Kz\nVOYmVdyyCMpBQHcWheSGHq+QHP9UT6sOQf6bvn9mE5CdyT46ul0/CcLlfS1g\nfVOF9ociF5p3cPJ/yQr5JP5hhZyqLHevaxHQ0bQ9buVd8vOc+FJSRQ9rEdq5\nWpor0H4JS097B/zTSX3Yy8CLhd5jo7oDuka7yl4+oc7QCStQRJjXt+nf2vsN\nmDvHG1x/REDrEIJIdkXJSNfKex9SGu24lASujYjgt20fzxdsWWDO6JFzGpH6\ndcnRDIP1Nb5wtdS9z2XIaEY/aRGx6QoZtiDDGXbODQljsZCPgoSn7Ej2hmrH\nxa2JjjcuXz/yZRgc5/13ek+2QNawHmVCvzBqxWrvcPthL/F8Y3ZjARUhj62i\n0dTio0jXHqSyUdcuJY7c/0SmUu1mQ3pdizA4NeZ0jkI1UImoNpRUaPecDp7H\n0ehH\r\n=6tT1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEzd2P/a3M0DMDzrB5yBenGwgd2PPZUBAOizgkxJsUMEAiBvJG4pw88jNjyTA2Ji/HY3I/cmzOLxX3sVEdcpqzHrkQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.d53edeb6.0_1625677171596_0.30135652040536276"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.2226489a.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.2226489a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"4ac660ba00e610510de0d1b8c86d4095110ac230","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ac660ba00e610510de0d1b8c86d4095110ac230/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ac660ba00e610510de0d1b8c86d4095110ac230/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4ac660ba00e610510de0d1b8c86d4095110ac230/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.2226489a.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-1Uykp2KdTf53jhHOzPDKIsDo0Oc9yw2g0reOIB/16tLbuNpUYQsAuF1OZMo4Gi7XKEfEcXS9T9cpqpRPJ/XaCQ==","shasum":"6d1613912daeaac2aed451691724660596c999c7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.2226489a.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5z1TCRA9TVsSAnZWagAAw80P/3/irOqQ611ybXwe2UBH\nCcqcUW2wvk2vEX1NcBrDNAwD/Bp3x3NOM+AnxEJeE/nxkXi0idX8VSPd8WJn\n9kUMNYfxzZFQzj4OuzTMEGcazYVDR45bTfg7PcP7hZNdnBf8K+NqM23M+Qjb\nxWT53JITr24lZl1Wtrc1xLS2f+bvJSOAnab52Npko6VEBmlL6agFUmBPvtJg\n+hs1RoCeKDMLEBjPYZa6Cj+YY/iOjbfUPzs3lCs9qJldLSb9XQQHHhjPoOxn\nxFe5NCFAPBlnexZ6PwwTG8oFWhbr3yYCxRSJqyE5PNnXZCqrqZHKu4DYzbFW\nlNKX/2kktJWemCSxEhhLPxDybwQwB1vsPiQOlrO23b5MSdHOJp/kOzR99dNb\nT8cAonHtH+sLifCFxnsISUv6DucZN7qadaEumh20TKjy4w6wxap4Xj7PFoRD\nSPQp79tsVSP1OYCI8R6rGJsLjI1n9UcS7708WatAjgshCXS46nUq27K+VvpI\nc8c3WlD2CdezJxi04DLYiwQiz3KquN0QLKVOWdPAU2XvHnftyN6dQM+4hM1G\nHBPAeB7pnN0/I4m3WbucV2iCgcdwWxWS3VdqwabAaPki95QJbB1GTWMgwgNV\nGrQq0013Ts/XdXtb6R1CluC9BohOVRm3xqSILnPdkKD58pFLzKdVtgucd0DF\nno9s\r\n=gz/3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFoOyO9JKwQPHeBl062inkyYa0BS1QnLNAo/8e05+ScbAiEA/BwrY21G0JkU2/siYvrF0L4x/JrPTWO+NG3ndF/araw="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.2226489a.0_1625767251572_0.49589132424885873"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.d4801c11.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.d4801c11.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"2d6201005f2b928287b990b2ce5ca643ef37ce6e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2d6201005f2b928287b990b2ce5ca643ef37ce6e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2d6201005f2b928287b990b2ce5ca643ef37ce6e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2d6201005f2b928287b990b2ce5ca643ef37ce6e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.d4801c11.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-YqCd+MEcfs3FMCJpT13U/8f5eFOfFZmUgrlIt2oTp0EiW45tox3RkDPNh5icXmjDu+eI70Sg6li2LvAJO9d1rQ==","shasum":"73152ebd9c0807cc6d49b6c16b72fdd21d956f8e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.d4801c11.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg51m9CRA9TVsSAnZWagAAWxgP/1Ti0t7wC4bX9tuYLWzT\nQJipOEHSt/pVnCFdmmJsgS0W6z+i/YWZKY0/IhevX8TkhgiwJRN240V/Erem\nkGukizUjTtFyriRo7yiInh4XEkZ9mAthZYzD3p6M9tA/of+QYlVTOnzSrXkh\ndkik3f8nWuURDpBo2l/stBiIhMLT4e09JNiAoV2qxs45K2yCN4REmT90K3Uc\nCTZMxA+pxn7n8s/Dw6HqM/IwyyGRYgvgRd6wos3b4mDe8hxSJpjM3CrsWS9s\nyffbT+/Wl/T0uez4IoWZQKYzzVe4jUdGisMBGfkRLYh0upvavw6aUMR6hh9U\nQJ4PKfZZY5H8vtX2VlBQWggNIJ+mcxL4HT+NNijntgQLKd1OrYg4gYcyZPx5\n2RzeCnh1YrX0k5hKiA6h2QH0uh3bW5fVR5y4EMtvb9c0ZC2EPB+WCnhmbGdR\nUlqpwJppK/x7vW7c51qm0ZvDnxJIfWdksT2q7XH0g+tx3paw0fKfDT/9dsBd\nf4RNnbmpBMoC9rJDJdMSE2uv1gdw+J0ReK9no8wTjI5zcUJy0pR3wcX4pOHS\nO0HocN/La+LNOyxPmUBVV+KUIbeIwWg/7+fCXne6iRcQVF0bRC61erCRH92Z\niXWWJ1vuJBueNl8CWxyOlJd1KUmx26qtsdPwbTDKeP7obiRTOfwPOPAMAiio\nmghs\r\n=m/Mz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBWp82AGzzdv3reWcoQmN97oeM0cGDvRZtodyKcpLh3tAiBTJjxduzWkV/+a7nxqd5NjyeNxbvMEW7WNVlu4yuuYNw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.d4801c11.0_1625774525107_0.24836111654509585"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.7ec5f2d6.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.7ec5f2d6.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"530ddb2b50487eae209a7b76d4233a5b591dc62f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/530ddb2b50487eae209a7b76d4233a5b591dc62f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/530ddb2b50487eae209a7b76d4233a5b591dc62f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/530ddb2b50487eae209a7b76d4233a5b591dc62f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.7ec5f2d6.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-IJ17NeZWuoQZJe7ChTcN9xH3uUybBYr/JhaUdqGz7PhdqqiRNdfBzKamTSrm7sOS3mvpaESD4MmamwTW4HFE4A==","shasum":"f731d297ff15d4d4a26f8aabb7b8caba33d90e54","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.7ec5f2d6.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7HjYCRA9TVsSAnZWagAAp9oP+gPPLYjIDVRzOszdk5i7\nJSlFEMN7iV0sYW5JFMfqBBTK8Mpr2yKkOM8dR0OYREcGPwRhn/h6vmHlxpYG\nIkT7L+6X7E8AF8TYGKokSINMxtLnXa2xWC57zxTyB4mJGVIY3PgrB9CJ3XGX\ncF40M1tl8UQE3K6coEBGjJ5z2yZsL88QRHYw2SnxuybgFMJ6WuGHI8YHKwMw\nFGQSZCtisg5HDoi9XCtRwgXIv7XIkBiRgJUJWYVjazBB9Dtg5Q1+S7oEAW6r\nrevj87kGeQimM8rInWO1nR4M+GrHD0OK43SBdBpGnPIQ10MQjQo3o/764aT7\nEPmkgnOpmagXFzMfn7jPSYQAepyzbNx6SEtbuuG+MadomYO8JabTmmXLkUQb\nT29NukdQlvZaomclYBeguz65DOp6LjoeIIb3ARnFZ8ecCQdOaHXmbod3R9Qw\nvVPJEt9eWRPkxS3aIGE0iYZnpTrFTDni4AD7lUqrCQEhO74tk5l/rG/xqPwe\nkxm26L1eZx2Hisjbru0TlIrrLqCP+n4FfNgDRmtG66/Sd55jRSOEhMT0NDRX\n63KX0jTqx1CytfDSqfb7TuODr+Z193Y+Kp8RJDAB/XLgz7+NKB99LjETcy/E\nw6I7qupsM2g3uTAhcjVX634uf/mYz2MtxitDBk25LF79tKW8tSFqL9CmJmgP\nRAU3\r\n=LSAI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAFLVD4ufo2q6rmnRC3GjZFHIhWzy8GhX1qFHL6kuYneAiEAzBPqBEJibS75tySxtmc+YpOhPL39wqGFkcMgHnJ5KRk="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.7ec5f2d6.0_1626110168073_0.03890253103556107"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.86cb4ca7.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.86cb4ca7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"f679091aef1ae61c94f4217310d6cd1161c48598","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f679091aef1ae61c94f4217310d6cd1161c48598/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f679091aef1ae61c94f4217310d6cd1161c48598/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f679091aef1ae61c94f4217310d6cd1161c48598/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.86cb4ca7.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-uMgiIyNMDLZDidKR4+wKXvY9Imz7eew0fxzWqfB0BglasiPYoPIjMQtwVJQi0fumY6fAfgVgx1u6wCBKSNP75Q==","shasum":"4b931b697672aa7912d3762f41b6eeb0f3bd20f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.86cb4ca7.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7c8zCRA9TVsSAnZWagAAQ5UP/0O/yStnlCIIETzOHzMQ\n27UjvHu2K1IpXZHWJSUoSRolPnxEgAU1Wf+w4CkrK2rt/eqkURs52mQnPSQe\nHY/vVTEUP9iyeuVC8Y/Fa+P/tQHmuy+7dpWzmE7jSPRYetIJCcipWezK3VKp\nMGQ9hX0YHxBFKUt3LoBI0lDqXLU3++01V+LPKWw+6KIcPAbiT15dpiHEHz3i\nyzr7YnGm1KDQ+UqQ7RzUYf4rBkXrF9g0jdCgvPjJXpwtouD/93wWKk1ACLWL\npXH9cmWh12toNNlfbIa9VDNzX4VFcGWzaCe/NBYXCyupO0bolDDgBChyYy9r\nFQq3H9ii2ZhpvsgiG/eLP1ky25DnzETDFALmCEbgDV9yx8/FYwBBjMZxW3d6\nVbxdVIKsrTloC5U8B489FXRdR5zP4QTdTdk64WFAbIC5+4QefpJbsLVF/U3w\ndLu3uRHE7pQcJyW3l45EeNbjrXhQ0HAOSEcYC/ieAnllgOGBGob7ThyhEjtU\n9WvZ3xjF7QRfHtFT/PQxDisH8LR9DWntFuYhQkQDyJk0WxFHNf7G0TncINqZ\nOvckFkVwjLkyF0eqfOvTuO2kTkFTbqyrlTNQdxB3wnmXHojYhHXXu1Fc4c1j\nII0uC8ZEAfbw78b57QCA/oPgLBiiRgt2RotfJIRZJ7MZmKJOmty8i/SfCVlp\n6mm/\r\n=Q2Oz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCx7469jfBYuZG5HroefAFOIiDBvBMBocBwH87X5oz6JgIhAPa45o5MZpEf0UVUbO1u0APc3SZiPcBqENvUqk50hUct"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.86cb4ca7.0_1626197811192_0.2921647024391665"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.cb42f5bd.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.cb42f5bd.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"2a31bbf40274b11678aacc5de800344a83518f3c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2a31bbf40274b11678aacc5de800344a83518f3c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2a31bbf40274b11678aacc5de800344a83518f3c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2a31bbf40274b11678aacc5de800344a83518f3c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.cb42f5bd.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-HkvqI1qOSSnyRCyftrsUUcvX25pHve3X8ZVuC5UaGEqhpNSopcb8xfVQLOpz6mllbpk0Jze2tKIYt0bbs+c7jg==","shasum":"b49dea2fcb3dda84db69f62ac70deb6477c88439","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.cb42f5bd.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7dkeCRA9TVsSAnZWagAA0OAP/18NITsPHfabD/05lU/y\n6S1lWVUF9Y0YCVUR7oSYLHIwfCcs1DE8sGkI5Rv5vn73LppWYwhsfZokfexA\nv1YUPUs7sgNrMiDqw/xbdEu4qfR0C9p+hB8fCvxVCapyG7rI2E/vq2HH3mqc\n0BRRwySH81ZIG+p/kXT5AWkHlr4gHlSzEh6lblhC6X/UnSvF2ySqaeyhrTU3\nVUCbZJ40heNYRqN+NT4oIcLyZQrBlnz6LIXCHIt7DO+g+F1qqZy+JyWKI+hJ\nayc4qa0qpzPHBRDbBBlJ2uCA7faHKBgU0iwVm8pbqHRsspacC1RV+o2eC77b\nXS83zZq0X3sEVl2zyJj5FZR6Te3ySlb81p6Wts0GseEpAZFQofJWQ2X2JKWe\nxR2nrg0HNFwrDDseBZMRZKVW4GF/eIjhZbxGHdxXnJnVOBah6ysBM6N/Evki\niqb66hqULa4JbJvDBe3LwYQaYjFEzLvqF31sILGELukUpoHY6b0845oMgXCI\nCR6IM0G+Hmzjp4AMUKC6pSmTgCsawHv3QDMmfwcKVWassmT1jlsZJAt6DrxA\n7iWCA/Wv6PWFZ+gsPBGNADJY2Opyp65zJZtDZy+eSF7gEF7ueQXJ8yje9hiK\nTEfKQl+L8KBZS+Q4VQJ4cWoBmOwzUqEXeovL7QD7tT4q7u+LbiPJ/flBlsp2\nhMQ2\r\n=/GWu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAUTfZ8bXoTc5mQPdljCzJoTqxXSpjEPx7jby4j4uZzQIhAP4NMjRXcyEAfJMZgG7+v0arhBFZnqeXqNvUIDUA9FO+"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.cb42f5bd.0_1626200350036_0.9900928291894422"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.bc9a724e.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.bc9a724e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"3f6fbd971026d270d71f4fa8515adb70cb387ae3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3f6fbd971026d270d71f4fa8515adb70cb387ae3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3f6fbd971026d270d71f4fa8515adb70cb387ae3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3f6fbd971026d270d71f4fa8515adb70cb387ae3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.bc9a724e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-8wbCCuEcpevsVsy21iFRpiof2xAcTTZZ4pIW4ttfi4sfCcvtyfpLDGL8/eJZ40zBG/JE72LueMNUoiK1sS+kPg==","shasum":"06c99efff164b4f808552ea9b6b4bf584fd73fd3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.bc9a724e.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7d5WCRA9TVsSAnZWagAAGJ8P/RWf9j1RxVx/qOHRG+SQ\nhanDwqrPYo4i0kLZ3plzrbdMC3jRJlL/s02vm2WVylUIfB+nmyH/W28HLj1t\nOLIuBb2Q/uR+2Vm80rDFatPaNlTBEesfuZvDeC1if1poEuUnsP+9hZXoS5q2\nvdY4RJPyb4Y9wR/4zP7jFke3gpKSJSIWUa5hDjNBxsbKVsOAep+wKvSrMlOj\nOoIEvbPocfRQgezUOyrFnV8SMlbVUXPZVyAftDLU+RXrKFwCT4pagvD8T/aa\nSIlnbVnSC68tFVNJ8lBEYp+xjNg+n26Qk6pezIo55nFjqtkowTIXnqaKwXNA\nPVFgOB404aVFBdqIsftnXWUyW7BvnXawlV4I5OPIvly6a70Au0aTyGU5bJN7\n/SYTz7g/zpyY6tGEqJ3u4FnYrMXlwsiOg2+2nn6tlQcPHPAf9dQG20PYpfyM\nwoA1JM4lKGhz6UI+NtJ7vVLNow6/dilKJ60kvRR/9/JVNlXrULvJfs9E+v8b\ny+TU8bWXoLFDKRrIyT/XwFXKbPj07oLhpQFzZEso82taZuurXKVL34+wl97r\n/c7tsohpirUd+IBw2qRmPUaUpKpHrhj98gmord6kuCBJxbhxwb2b+4qnMg3s\nwX9gF6ScJwRn+toPqoWPQLqwSH/oWOS2PNFwbxBzjYumv21CUr0+Q5Oa/fUd\nsaQe\r\n=ga5Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChCAxFghFfzWUJnSwYps6KQ0bXGX33wDiNAtFAqKReVAiAknxkbXkeGMm+ki/ijfsuimBS0apKeO7K3XA3bPVZVAg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.bc9a724e.0_1626201685635_0.7191565680406529"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.7847b83a.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.7847b83a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"96a87e19e381c977d8ac1c7a5a20a261fe54c448","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/96a87e19e381c977d8ac1c7a5a20a261fe54c448/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/96a87e19e381c977d8ac1c7a5a20a261fe54c448/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/96a87e19e381c977d8ac1c7a5a20a261fe54c448/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.7847b83a.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-fqnYGOe7uE9dxJci7fEQMVkKydZqpuj1/ByS0rvd3ltzq3dPD7aIhwO0bkGDv4leQ9Z1iJwgIoaM3aJnLYEcsA==","shasum":"a7db6d8c0c415e5daa45d1dda16e8569e6840b73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.7847b83a.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7xxHCRA9TVsSAnZWagAAu5oQAJ6mp/jLvZIHa2+lYa0H\njKu4pSyvTnqpfBMyYuxDBCBwgJlZJR4hoDdvNWZBBoIH2uhf8nZzyKIgFiLj\nyMnIKM++SrfhE2cVPkkDyxq+4WkTZldsx3hOme603Qv36Y1OMmJC+x0BEFcv\nqxaeJy011GVDFHSX8W+bjgzUMY4Ze7FjpREQaCPyKGF6J7Bjw9egCO1O9XtK\nhK3+kisOSq9IgRKBLeO8DFAT7eO86EkVX2OrOZvaDRMyJ2c0zvTX03fh4QGd\nAVZBbWPqft3hdWDJq/k/IuO8X2rIB3SXSWANmXB44mV57UVzrBawaU4U+sr7\nL242NT5VLe2yRMCgUIpS/Lv6hyiOSNksnsECiggbyZWsICl1qst9pPoYPWD1\npTz/Foqvx23dulNeKySzqO8Nq14J+oMja6NSsAtXBAIAN9ia0nN2cpooSCBn\nZgFtAVSoR9DrAxvIhK6e3n5qjsZW65w/3jZ9Ut4t1JGeslifIB1dUyC5jHoq\nXxzamEYrapaXBPF0pUCqTZSwylCglCx1FqDvYKj/AY1VVzRaPQwoWroHBuKM\nXph61b4YuXc5cxhXc8eyKR6Z/OnI1bVvtraE06RdZpMtldM1tAdEJRBVgtke\nxGBZkpINUTsVo99gUnLxGTIRe7M0iFrx+bpWH4RqdfNX7AwAiUVQBmc059qS\nWkca\r\n=wT9x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHtLgVLMBp/TQzP/pBhnVya1QHXgOLlY6SUTgtq1PB0AAiAd3bzA5mp+D8YUXZ5aEsGiB4kywQonDEq5OXE3wlWG5Q=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.7847b83a.0_1626283078652_0.212477504077919"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0-canary.8cba18fa.0":{"name":"@material/mwc-icon","version":"0.22.0-canary.8cba18fa.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"0eb1334d9597f86a21b5f9edc232a1c0f67f6abc","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0eb1334d9597f86a21b5f9edc232a1c0f67f6abc/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0eb1334d9597f86a21b5f9edc232a1c0f67f6abc/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0eb1334d9597f86a21b5f9edc232a1c0f67f6abc/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0-canary.8cba18fa.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-uE47qocuXF6F/rJCbUX/+DdAZsaANGAGyQehekFGCoch4M/KghGbgHCVMuyBZBziccgZ6t5qLeVrzTZBlaUZbA==","shasum":"944cf79ebc64deed69bf10450d58a1adc7a8e514","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0-canary.8cba18fa.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg70hUCRA9TVsSAnZWagAA2OcQAIq4yCARAWB8X95haqgR\n7EtqAc/qf4mfrK5D6AdBw4kgYfhjfCsFrCy4Efk0/UKFcod86s1Dry3WAQCQ\ng8EKxswy+8f+0ONfj9j9TbH9w9hiY1q5QM6C/NvPH7reXf6vIfHo5ccDZ7Ar\nB8Rh8qGLEL7kWMQMfiYDdFKK0Btro1ZG0IbuqR95JAYQtRhhMUw19tp6TXTf\nGoBjbYE1/hy9K5+W6UtXJKITmvZdaHAS4rCUeU48k6lZSDIC35z0Ep/21jYx\nt7YSaD5IANblWH3UDLhpkI3Uq8ERxmcOKXhKvJamD+7yD78+dwjEsGfir62l\nxUUgQbsn2rbLrDkPMm8w3eqBXUyILVr8zS8oGtzCC2/hgAbamqnCQKAGdaiB\ndXabS6wymo+woqoL1Yq06N5jjzcIYetWcIgNOw3MUiiv6lzlXAJTBYxlcLvh\nVdPEkdgDU95QGB8GhaEK1mgELOGQyivqKUisXLfNi/3WgpP6TXMEEEMzv404\nB2oFbKynIDDDbf1YDngJzH/mIMxHndCZoK302Ecf9mC+k/oA5OVEU9RIXdzL\nJlo773gkzRm86ByrqRRjUha3D3UyJvpZ7n3WGrcL04PgPeRZhsnpzBnEcQ1Y\nmE9uOo34UswA1kNLQC6I7tUhPalx1tN6/2M4ygHnsfAuVZyJ579NHfLLYcF9\nl98H\r\n=kMyD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBYM8aUb1vzh6fg06QKp+KO4WGlZPEmf6nUavUyhh4WOAiEAzbYIfLNDIOkXOZYxgZuCGkmyL19YkYQ8Cn3TNhtEDT4="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0-canary.8cba18fa.0_1626294356318_0.6007223879006041"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.0":{"name":"@material/mwc-icon","version":"0.22.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"cacad1c9793ed32c30b99eb73991eb6c1218048d","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.0","_nodeVersion":"15.8.0","_npmVersion":"lerna/3.22.1/node@v15.8.0+x64 (darwin)","dist":{"integrity":"sha512-fiD3GXd40Ehg2SpWQTnJTAwB84b76uo0++dyRjZOzVZGAl7zgeXABtI8JnqEPRaYN/lOUgsextAN20Iua85UzA==","shasum":"cb7685e027695becf0a920d76ce503168e676e74","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.0.tgz","fileCount":11,"unpackedSize":19946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg72VoCRA9TVsSAnZWagAAJ/0P/12AYvOTF8llwp4DSpsJ\nBjr/bBd08c6NkP7wTfizy6DsXMHhz7tr+/RC9+gPtnz7Redeis/9S1MJxrG5\niFsyLYgWJndOX4Nog3UebGjE8KGYWEeBVSnlEKpPu06820QC8kMXXBDvecLM\ndZST6JHjRjNNMDHM2hx3CeZGS8qETG2GThJSv0JTcjEm6jn/YUlXbX8X4X95\nAbA5NA5vfoQemyAzvr9USEBbwPB9bqBYf6Aqdf5H9dSBRwaJ7xvattOQJSKr\nx2XNvTxLF9NoaB2Sh3AEfdlIfK6s00Z6A7DH/SjSTwpXI52wAr75wflhKQfh\na5mj4KglfZEVDOciMvY+f7ZheT8/tFXAfat3jZM6URnzB5ADc7dpqub45LwN\n4kC9i8a9HTh3gBzOjIHxJKE1TBXxz8J/I1xV1ouYj4I3Mn5QjhMB6H1yVF3D\nYCG0AQ4Ci0KOJZgCRvVoly31MMoEUJg3wtH9MCBqGwjyewhTM2t4+++UMUNh\nQsOsUkdTRWCEYsotejwX0DjKAIJZDdQrX5KFDtlirJp461ygU5lwq4+CWCrB\nsK+O/FWB3ky5g4q4j/ILdoMYt8lTZ/E+ndG4mv9v60UtZhmFv0dZHh83Se81\nQfCguARzx+M7gLReLPb5xeuoKmruqMWyB2f+4OiXju/5E+uznzmDvtXZ6oBg\nL4Ra\r\n=1CtR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHzLuTTzaz2Cy1ZTdfkIeATo0EP+w+Y1Jk0T0DdZoEnSAiEAwmc/TRwZEWLZYI708cvRzt8dlvnYc5oWypcT5/i/sOo="}]},"_npmUser":{"name":"anonymous","email":"aomarks@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.0_1626301799992_0.8196084242650432"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.22.1":{"name":"@material/mwc-icon","version":"0.22.1","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"fbc09b4e8766843c4aef86023c2cfa4cb9e7cf5d","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.22.1","_nodeVersion":"15.8.0","_npmVersion":"lerna/3.22.1/node@v15.8.0+x64 (darwin)","dist":{"integrity":"sha512-LX4MUThlYEBfpTr1O53J27KbzFhPbe2dBGouY9piztCI3FObbRVQI+LXFlXJm6KU0BzemaQfz105ZAuLlPAN4g==","shasum":"a2ab2e903d1677c773d5635c9bc81c5ce231d7e6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.22.1.tgz","fileCount":11,"unpackedSize":19946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg72q4CRA9TVsSAnZWagAAI0AP/2GMs7To8mpipNwSOcdN\nwKK9WcLlvEoiQ1z3+L8Tukh30wt2W7i7C4/U/623kUMOaIBuTZBl7fVPgPCg\npVP1pRJFuM7OFQ9TxV+S+Fjli/SFesC9fdCsBbzIog9jdhiPE0NO5wF3tmct\nohBmR0lMT3bgCOBmJJ+MoBhANPdYaOYdx9m5qEQ0n3NI25bmqBYp5X8JUt3x\nFmU0SGZw+05OpwUU4xHNvA/AVCcpd10QjoQWCm2jevce6SezNEhneSxwqOv9\nfRZ/hNMNrncElRyZagFHhEJn8U6m8hENIYs3e2k3XcZWOX33GP7tnVtOsFVI\njNEZPfaVAs2Ehqjz9UPw4uVbma2JrKXrvpgRo1ixPu/lnfefFsyY/b/2jUMc\nTzp15tkFp4QEACweXfkLlULgxXkU35OdDFA4HcIlieO5fDxOwLm2V7BTgED7\nxAs7LByuJagz7GtrHBKxJgMpYjYhg76aBEhIqXKrJGXfcaTjgZ49Xh6Me8z8\nD8bs9lNK32H7Z1Qy+w1uDZUtayqQjvxLf6eUu5/81A8FXNtHYkHElaQSUcn9\ncnSm1HCZHwhA1EDGIE/O+J/zXK/1YYeYjv57T9AV2CaozvGd5ZxF58DsYEvw\niu3uxcFd7Fsr1KFV6/Y3joZ4RCOayTkkTNcrEn28h5JPr+iCDfpYeSUySOGv\n3QMk\r\n=P8Qb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAdRBgfN3VYaNWv3cgcVtiQrwrq7qXPpLGYw1uVHYbbAIhAK9grGk4TgEtRky+4y7iZbOVCJvvgOR89CsTmMeP+QQ1"}]},"_npmUser":{"name":"anonymous","email":"aomarks@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.22.1_1626303159563_0.5202375636248231"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.fbc09b4e.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.fbc09b4e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"928fe21d53da3c383833e0766f262dd5454356ed","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/928fe21d53da3c383833e0766f262dd5454356ed/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/928fe21d53da3c383833e0766f262dd5454356ed/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/928fe21d53da3c383833e0766f262dd5454356ed/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.fbc09b4e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-rozvTyJU+GqV4W4RyjIwMbH5a1qo8m5wXVJRaarT5FRp+ZAmcLXtu+A0Fljiz7wogL8k6UlVk91bQPx+2C17GA==","shasum":"a53545d05570aa8c8b28f75c7667db947b15e5f4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.fbc09b4e.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg72rkCRA9TVsSAnZWagAAnBsP/1aweN9Awi/b43kY0Uns\nl22L6HEEu8KGL50j7z7jPRMG97oxdyVViGPXukUU1P526YnfdDrKofG9aiU8\n8Pwz0SA3v9lPwsEI9UQwic0elLXAW2M1Y0tU42FQb3zMmxjtt+yqfghxejSe\nh3su+mDvxU6rvzDgO6DOTIJ+pFe8wdOrZKObrGJTN8545i7rVJHZJ5cP0asL\n8HNrIGKU/Egbpj+V3CaAoOijz3PgBvfKJfRtvO/XzNcZnn4Zb+EqQ8WpE8ng\n3sAPxETCSiqhIHIAXcJliC/Ihzc7HfF/MdmKI+Wqev/O0stYa0s+C/zUyBik\nwcGuHOL657RanLpRyC6BC9TimksM2AM387wFZ1hsN+HtlzQ3eqs2qyRLsZRo\nKqmuyYVefFgD55LJ1jT8ugq+9ncNdGGPNips3DBxccHPzVZQxb9U3QCmSB55\nxKmJxO56K1CEdc+TJAO+EHvIenwI/Sp9barOerMPWkDbq3yy5/f2usuBurz0\n2UC2EK8EVvfgmpqGNoJgNBUCKhjc4KBqGn4n08XXoPfS2vXrOmf0mEBvZu8I\nR4kjPhJ8Q15vzdIYgS+Nc+VMr8T9GDeR93BGZI1eMw9iVTRA72ZmiJ9TGNOl\nXtJ8XMPxEeamki1IG7/sC8f9njsIKh7wjFAmwDAw8asRJ/SvkIPcmCRQkPFg\npmJr\r\n=qbB7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCt7jq3DZtHnXYJqIfC1wNaA+zsU9ZwhG+++828WfdPTAIgWjjODOou5jR5O4/NhkHqZ7pIq3hmsIpR9aoH+Wbfkyo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.fbc09b4e.0_1626303204074_0.12729245842272174"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.73e9f83c.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.73e9f83c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7cb506f7d4ddb8897417b2451e1dce233644faea","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.73e9f83c.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-9P8K0dMf6IYB5F2nDtZSvPFgMeS/gsiHrc9XS+kFbmDOuu87ThgbopW1Bb/9+Q2YxLG5DNRipuRXyGihtHfYzg==","shasum":"0c89d3087ec89d3b16f7ccc34f4d0dfdb3ebc8cb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.73e9f83c.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8JzgCRA9TVsSAnZWagAAfJkP/1iiYYv0MaO3HPBid9GZ\n6ZF19bk/0hm+6AeArx9KpCg/H2yXJHvceQj2bpRfx64t/nxwwiJZ+nGmArY4\n6xYX432e8mzcwDqmatArOB46+tixTuYqiNCn9NOegql3A0sXbuQEhFjcdTmS\nr2xQj3GaeGJnLPl4N89EV77hb8+4se1JhhN/9sC0YDpSSU40FkI2VD0X716L\nDI48n7Ytu5ybKBsvXJKoS93GqO8gdylubvxcL9lvO50CNPhl5HM1b52QIdC7\nQvfldaWflIIHcSj2lPYxvEE91ZS3fIagWveoaGszmSpum/7meLpZs4UpGUE7\n96xaooqeV/8Qz0hL277lYniID9B6a4+WetKLY4GmtEsflv17wyxa4DEh3FKX\nqZuk3UOKXkdAVNyRMuP4IzceQS11PtQ3yaFLxfPH24MuvmU3jhIe0Yy5lN+r\nZIFuy7SQg2crMfN50JPP4Hh4wEk6Wc+dRHdvqS2C/aWym4LZd8zxDQTiDFI6\nRCGIqg4+9Lv7fZ8Msh9a8O9Cyal2wSyCA3oijBgeiRgfpL0PMJXVsMuUW1px\nV5t+siucT8mZZtABFjp1uGBi97kXhlLH6laBe0tGjugb/PgDQ/Dyb3LUIgOV\nfXKUFwU9nC4XN1nQDkMIyHDCBboMFbbBmC3D2n2h4ymH3Q4caNgeZy4A8lyD\n6dPa\r\n=m67x\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBMlNGwJW/abSlUNPJHy3KWB485KzkCzSzUzC0T/+m2qAiEA5Lh3IKf7kXa4XPWk8wtdLeTYXSGmU7OxPdBGK1If5PI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.73e9f83c.0_1626381536553_0.9750771650226902"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.cc0aa7a9.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.cc0aa7a9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"46cd2c64b884400d63eb38fd81a1ad72accf42df","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/46cd2c64b884400d63eb38fd81a1ad72accf42df/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/46cd2c64b884400d63eb38fd81a1ad72accf42df/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/46cd2c64b884400d63eb38fd81a1ad72accf42df/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.cc0aa7a9.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-z+wCw1Neb5b1M44xhpEDqL8xa1HnudCiENMjRStuToVrGsjt2hxEmSvP6mlZzQnpVtFKs3eCz8/iihxBnBH/XA==","shasum":"baa068035303dd6be09d2fae6758185a646615ac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.cc0aa7a9.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8KKGCRA9TVsSAnZWagAAT1YP/3Nvp3Aw0lRuOFyTb+3w\nB1Db06ioHKBZ5fXIa2Ne6Qqpv6VU4clieFhKcRxnI4Qgw5NfUpkLKbLqoLn2\n+HByynAnFWrfEp5XfxR4l789IIPVT0Tv3bbBHj1WDNE1RGkRLkIDRrzS2HEh\n44jm2jZ4Mt+ixcRR/Y6788hD7l3GQVDwwNXfCrqpYqm61K8W675kmrozw4wq\ngAE56ufiGc/0o60ZWqbUd25ziV1kQoPX/J7P3X6+ivsXUIX+bDXOktBFb3XU\nRZRhV1jxFVox+I2Gu0SrfLMcEyIl5xyPxlYR5PNTLxexMe9UDeOgIDazCl8Q\n4DuO4+DCfKhgkFSYt9fbX73z0mJ6EUQLRU7WRS8i/jW/UYfB/i+MasPrYFbT\nVfjpYoUL6Na+y1xdjEyaXYQygyQi3HDbQHXF9vTkkwH1XWQ+hZfHb8qpHmIU\nImFpLwZGbf0c2fJwOVTOdk90afG3O7DbC38M0vK8wrSxo48va1NtgTy8VPRL\njUqavR9mHV6/NrPQ4TWs5ubGPbKMhSuV63WgJhNEqz7iPqWxGC9h+S6Yge5j\ng58MZhztWOQzEdQM7x5P9J4z/Bs0JEun7qp1E6din06j0XKqand4ZNFvK3sD\nfIkfmJ6om8/rmfY8cvdNxCefRKi5zjhNKXJPgzshP9h/S86YdLm2+HYWFfaW\n+RbU\r\n=Hm/D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIANWp+vKcibkjitOQEKeAP3HLYbCsH2UeD/VLIfYqIYvAiEAlE1z+sCDlOpxzcC8e49ZQ0F78Z3wGeGp/uZEALGU+Sg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.cc0aa7a9.0_1626382982054_0.3619718524589477"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.a8fcac45.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.a8fcac45.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7319affa5e07f6651089343a3fdf21864f2d3de3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7319affa5e07f6651089343a3fdf21864f2d3de3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7319affa5e07f6651089343a3fdf21864f2d3de3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7319affa5e07f6651089343a3fdf21864f2d3de3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.a8fcac45.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-8T0lAcLm6LpTB/x6QQAZzDWoy6lnrPaVsY+3WbSEk5Zl40w6TE0mzHQlAlGm/7Q60ULiyPTk8AyJmAMajjGvYA==","shasum":"3ce02ba0049cab07b8e67d0e4746a823e0502e7f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.a8fcac45.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8Kb3CRA9TVsSAnZWagAAXhYP/3iEohwRAFkg77g3k4x3\nBu3Mn7Q2bc+Te/oiyZ9WTG0H7b8g7SK/+6UgXQJVXR52C7CNpi5iYUcp6VGY\nQohmkcp7S98+r+yCx/t57JhGGUmULaGuJz2zahYSC177VeSx6qRH+3WnOeEH\nBDdTyd2g1tqRPhu43Zkqxxg6YcHRpaL1IHhAVgPxnuqnJhdeHY68iwtJsA2H\nHkCi1xhh2CSk/dvYP7Ol7NcUQ3TDmJEG4FB8x5AN5Xw+bNWskXTA0dNestSD\nO/eow/jOHq9F37UdMqCoJP40xxgmG1AN9BBoLrs8CKwseqNM8Z0OVBBOpmp9\nNNKtgvUlUoTsSv+Fc+GJjw3ZjNrV9OsRvjGD7mc4HnjajwZvH/ImSC0nOs2v\n/h4lIimjU5/3O7tL9Y/9NVu9rzv9Eu357R0bpuWjsZvLKai5+TbcOpZpkcm1\nsIN5IJrSHHbqXHJ5JG2LCmLsnyysCpZDu/ik6f5WbDVkt+wJ1C5cuzI4Epl3\nLLTJmcRRTZnz19F0ArgXkJ2M7QtuDL5C7oogcpGj91o/B3LsDOcvLHCFGsvU\njZiDtiuq96tzRUHONwtxtwHMo8DBMbzgY8zJ11wUWjGrQJi5S+cobUJ7l8b5\nOxUXnpijajxDMk8daJrGTMejzgXr+HFJqkFSvz5T8T9pwKIGSXDKkKV6JC4a\np2a/\r\n=RTki\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7/EX8jUWYNNguVDAhd0TqaiBnbKbR82nOMWHdmwiFrgIhAIYIOFXhN734sqrQ3s088xP3a5EXJbMDnvQfsBMlNBqX"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.a8fcac45.0_1626384119209_0.5194406158432465"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.3ca580d1.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.3ca580d1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"a2e57ca3915a4619a2a2fe234e3e3bb8be5a5496","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a2e57ca3915a4619a2a2fe234e3e3bb8be5a5496/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a2e57ca3915a4619a2a2fe234e3e3bb8be5a5496/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a2e57ca3915a4619a2a2fe234e3e3bb8be5a5496/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.3ca580d1.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-VnvdjY248JrNkyteNBrQzbwVS911/z0D1VRfes5j4KWWY/YNkFJXBpjmwxjivPIptcwbNKfvZUkgm3B4KFdXWA==","shasum":"442b42ab3b0fc064ffbce05c6fcec15c3a6c469b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.3ca580d1.0.tgz","fileCount":11,"unpackedSize":19964,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8LCsCRA9TVsSAnZWagAAl9MP/2fFZd/d7VZW7k/QAabX\nMA1nJyN1+RVVss+lJQvlwcTSDiKFuetQXKmXzVe0eP6YjoVe+2uz4w2bQp8o\njvXmOvtYEMmenULVY4Mp4SXlHpbr6ITHP+8j6rYjkAlzTIMZPKqo2VO4k7L1\ns2+4dW8R4BjrjONiLNicMn6ZEZUTYoPB3ia8st/dhO9tZfIoWw8gqcJONMiz\nERBwOOzQ3Wf5yGPJxi77kPMNfXBVWgjwIv4dibpTLbR83Cnl/CcDkeKdlTjV\nzKZUdGexk1n8lApRuSgAaVOdNqWdnTjOQSj05dGANjvxsGCgBJSa+vzVNI9g\nwB5LG/b1v19Qf6Qkw/TjcHFosTf95jbKd/V7YrAH9KZgcEo87Ug309p5FPVx\nlXqzXAcrLYso1eX++7g5C6+aCm38qHuvUcGS10TqaEOehmy1iqE2ndCVcD5w\n2Cx8MSyDQybFi2GUpjErlGC0GlW62yN6G2y9yUof2+gmVswQs3oC/wOXV2kC\nDQ8GZkYBhBg99/5J8rdC0Rc4jqrYrQ8zzP5hslGlmlm3HWZCrjbXEe6EkrEQ\nOP2bz//lvJOnlNrhhExux2p/a5UP0K6GL5RFn0EWl4kPgC9i+emOZpS+DJ8u\nDKEDgqDch9Mmc2+E6+YZYwHIQlooQ89DV1P/HWnJ68TIQ8PpwrlCRKE24fmY\nhQEm\r\n=oDhF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCN3YsiwJSeja4AHtvNtq169gwjZXOOVYTDgz9fmrd6zQIgIjYm40a6NgPqH4Bh2Ru/wiYKmOLOfUjPfWR926P57Uw="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.3ca580d1.0_1626386604467_0.5002911337769456"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.9e41cb2e.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.9e41cb2e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"66f1b7c941717bc279a73626020dd81fa186f3b2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66f1b7c941717bc279a73626020dd81fa186f3b2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66f1b7c941717bc279a73626020dd81fa186f3b2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66f1b7c941717bc279a73626020dd81fa186f3b2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.9e41cb2e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-5zSzFpZ7vVihJd68xdSHFoosV0V4ujyud1KqQ0CvcRe11L83R+6LQ1MFwNf+47Z7mOj3m18XJxNLcz5JOC3hww==","shasum":"804e6d007b3145a0be77fccf454be963cd52eff4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.9e41cb2e.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8L/VCRA9TVsSAnZWagAAAs4QAIkO2O9H5wqzzWElMtKR\n9iWDTVh55Cs2chkmp5l4XAwGlpsn2QelH1p1T8Ot19m8zTMnO735POjMh6GN\n0aBTPGwfWpCvIYQzcn8RrLKxGOV6JUzjUhJ6+sh5ARlCJB3mpZwBNbe6hp4z\n7KkD8aNLu90l/ihDy4O8iTV6ENa/+VxrdtnDXm+DCWEJg4JeyrjqTpi/Laod\nKC9vbWLvZamZ/KjmRqORVX3cSqD28htsXdGHdFkJCqrkezodAgzSLkLzccYw\nvB5HBF+SX78NQa/TLq4P9ThzUNQtXtiuIuadGKO41kFXACan+mKqEOnL36Rp\n2K1dgGjUoaMsdy2JQcgA1GNC2cze4x20dfLcw6vFTiK3zZi8NhydjiRH0pJk\nHyJgdIuAn2smH+WcewfZ31yS3HJP5QsXIDyaNVt3Jcf51/xSYLoeanMgIwWC\nQUMPkF1aagleOOuP5lKBn3rD18ggiRdJJou1u+xjHPM7HbpgxrALG4eHcRfH\n65bkcYT+6CwDnht5bKY7RSxik969QyDVUFCWu8XXFR6eAv8m8zMbUMfpvynr\ntpBgDvh4Yl0Gwie3H2uXpVpY76cj5GbHb3gv7dEII1HJWcoT+8+AePOnIntJ\nFRyGtUvW5BBbUk77ltAF5Xn7XhKUE+ob5Los4nqYzk4FVI0ktcNaucbsBv99\nxKh7\r\n=D0b1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyWcocoknQQB77tNBf+Kjn1zERwLaEa4nWU/6c7vVbgAIgDOivMmPuCqPCNdMGZeXRoOGzte8n5UNDnldfN8rDwg0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.9e41cb2e.0_1626390485749_0.9665589943845678"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.c180db74.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.c180db74.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"33c53eb23c6f331885c1a70223139ee7e69ae97a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33c53eb23c6f331885c1a70223139ee7e69ae97a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33c53eb23c6f331885c1a70223139ee7e69ae97a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/33c53eb23c6f331885c1a70223139ee7e69ae97a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.c180db74.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-AlRk19nM84Z6jUK/7UWnBfFY7YLYLhjkHOw1QkWFBvfrlrORnRX2ywzxOeUSwNeO/OrcruXIpTp7zzjtvKkXfg==","shasum":"39025403056df9d38742e8c852d0ae3086bcd689","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.c180db74.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8cDICRA9TVsSAnZWagAA6qcQAJz9UAGBJj3NI3QQ+EBb\nGRyoSLypfWTbjOseeCA0xilHrNgHHufkj0PbLaCcd9Bk1nJ7vCWqDHLurPlm\n8Y9adojzmgt7PNSGdC7io/m4l7YiLh53uISMM3sdSYHwMP9N3TWaVtJ7/25L\nrU4E9Nx0r8Rp4VNU+c1+fpknlR0/24SP3jOOyaHJeHB8O0ha/Q7anq2C5raG\nf5ETwRCJQUAcgMpTCMHJtJhx5+Uwe/Rg8DGg5J5Q3BQ1az0Rop6z9yBqAg/3\nRmdw6lqcQepoGcNWhYPLGRGgwOb7N8qOq463OJXp4JbXQN31Ta162MKLKs2z\n8r+8TH7d3VcqNnubyhwW8xc4zG1Pt08kJi5zIBGoodKdBiCqf8RXKhNRfl7j\n1x3NLsjH6zB1if1i9lexHDXkeaJi54J5tJDkTwh34qEsnm0hVfyTNSe1cVgN\n1qWrpMpq6fesOdkuI1DMCs717nVeaT7bahtl8iLx279xb9eIijtTvIGD7+5h\nqsz9F/jvWEXBgP6rrnq7/6+LoIFsIYAwpYNH8KjplD7En1IWebosHmjV4mQ9\n0EVEzq4hjNZu0ykTgaMCwyju/nZ9ZiBpmLJ5kPvZO0P+StqK5v43bLmXzpP3\nXDVDFalAiY2p6NZLdLSza4JWRc0x57S/GmbXYAaeK1jbQ8e03nV6Z3kCMVqT\nEUn/\r\n=im0q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHqf06gNS7QNl1IoIzzVmO3ADnw/LUo1FXnNf+mmPXn9AiBGyG4VNYCY+4/KVEgX8QrXgC80pUJbcvgwhnlH4wacwg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.c180db74.0_1626456264834_0.3738587845647623"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.0d0a9267.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.0d0a9267.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"edc1a3fb88ad7e6dec8f22e73f329dd02bca032f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edc1a3fb88ad7e6dec8f22e73f329dd02bca032f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edc1a3fb88ad7e6dec8f22e73f329dd02bca032f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edc1a3fb88ad7e6dec8f22e73f329dd02bca032f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.0d0a9267.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-lI2BkxIWKk+Gvhbq1lJoRLmFS1BXBvRbLBCTKKl1JpY59Jsmu09DSMYi221Tg5lXX3QgF8wdaXP6oXNhUAe60w==","shasum":"efa2f0eec3729521f92df70ddb59d20e4d228ee1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.0d0a9267.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8chXCRA9TVsSAnZWagAA0g4P/3LzVIuPwy9LeHwQmvLg\n1GAn5suWBeL5YHXJoVNAmwrAxsE7ZQCdnJzmPwCV/8VBMlEUAXGp5bCZbKII\nsEyvO+JzFaDQaIr8FJqs6LCEDUcEaeXtBfEQtkU1ESgus+P2TYiipLGAjsE9\nPxyyUAv4vKBfCYp+iFHqcy9P314/2ICOba3oaFE8gvwlExOZPu3WKjkn6YLh\nynWFwlQ/gUczAGkNe4ZjJpjCaTGqGoR1UTiyioYI+CT189iblUxHx9w0zlX3\nWBEgUgLuuD1IViV2Y0+/vBloYc/7xGYH/Ug2aoJ1I9PgAg/oObE6xz/POnrR\naj23Wic/9vXWwtKLBJNG/mZpUj328k9HYYwflTQ9snSWKzuakofuNukMB+tJ\ntDpZGUy5TGkTCokCSNBMEqByB0zX0DMrKPzBwTN/bCKz/qiG2hMYblX9X//a\n+XSswlSiWdJYu9D/P3PHd4aSj1kFs/jPc9B0nQ6qv9fU5svFr1sS86OU4Z8X\n+B1IFp+qEH0f6/BY1EZq8sILcHw0lW9CDCR/o/Q891Dp6KUcK31O0YRoMFCC\nZmdlnZud7FUkANzhCovD4RrA0MjdBAWUUeNNLAoy2WPgDXA5d2PnFDT72n+X\nEyafr85g9sj9nS3ev3+IIQrqOXBFUO0AxiMSqO+J12DE2WVeyOH8Ofm1rLDD\nZV6x\r\n=T5qG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE1nD28I0GcG5iaYMt8C/gc9neYqH9D1NcbX+UBsSkIPAiAd8lr9MQYYINz2KjGOjYegDKrsbtvtFssAPHxLQRiBiw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.0d0a9267.0_1626458199104_0.8672991419722467"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.d234ec3f.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.d234ec3f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"950f54539b9a71153ac09a57ec5710112c307c8f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/950f54539b9a71153ac09a57ec5710112c307c8f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/950f54539b9a71153ac09a57ec5710112c307c8f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/950f54539b9a71153ac09a57ec5710112c307c8f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.d234ec3f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-wbsWOt92k5jRU1oyNB5NWq+Yn2EjlDLXdKxtbh4viKeg01Ovu8/O9OJ0QuViiwRMGVXGxGIMWzw2dZoHBW4WYQ==","shasum":"db0ad962de9b8eb533e26e8f76a3b5a3ab43ae85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.d234ec3f.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8crSCRA9TVsSAnZWagAA01EP/ixY0QoCst2nmAfPhvzz\n1V8jAJUtRPtNvFnWuV4fkex6Q0Op58NGG6sNaptikdQ05O1XXpsJBU4OKuin\nuNGuA4MaLc/aPKMChKIraAaNI261oobtN/Rr9ARCX1X80qbpY9IZ6CJXTUWN\nLcXqTmkbe1JKw3vMXWl1AxF+6PqYUh4B+XgDaTIeyOq6bTQEG+wsRelgntIz\n3rZuK7cpyrgFUrP5K+JD+Kp0VtgDDXuMZAmePCDtNbkeaQMNaum5rv6LZVO/\noC/kA/0K8E0oTftZiFGKvhNjpB6TOl2xzjdhtqUJKbyizGLjbYSMjDVWyxpK\ncvhNup7bLAWg1xVFerJqopciuP3Ytl3N6tLb3GCoPrp20wJX3YR7qxBNdzOR\nyK/+H9wG1RoDIwKdo207DLMYNPnasOFa5PrwX+HKg0wF4aMEGDpafgbtIG25\nvvj5kz8ebgCmQl03fmOJbJH5jtoGkU0//Un7nkdOLzZ5UwdnvIQtQP8s9qXZ\nbFlxyEqIIKzwGXrB0RrBr/jPVCxwFWvqmQ+A2P7cJHklHXMOpePpXgzN7Q2o\nHJaJ18a9vCB2QUZc2Rpp5wO4rRh+LxQLZbn6wN7s9TEmPnBPdZVofN+l2kHC\nZhLbsrM2HRY4iy77dpcCWEkIsuwRi5o92hGgO6tg1rQHdb3G4b2Lc/y9Qkh3\n3a/1\r\n=ibNs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEl+gGPCN2l60RtghHqCsqVCbIEth8mIxoJFQiJF/LRwIgG0lvu3kGTDZr5wdGNrhrC5zJtLbO2z1PR7S3RMJhrIc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.d234ec3f.0_1626458834195_0.23622524680743417"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.5cd4bcdb.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.5cd4bcdb.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"5c053f1de07d32aeb409f327470360f0b5c02ae4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c053f1de07d32aeb409f327470360f0b5c02ae4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c053f1de07d32aeb409f327470360f0b5c02ae4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5c053f1de07d32aeb409f327470360f0b5c02ae4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.5cd4bcdb.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-OadJUmdQMaoe4b3ALaVDoFbDnXwcF7bou5FDvg802FvowzRpKInlpImFofyDeCNDQI6j75wNbrG4lYPDwyG0jA==","shasum":"78500e7d17a02c21c8b394dc633d4ec0a47c35f1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.5cd4bcdb.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8fYACRA9TVsSAnZWagAA654P+QHtZHlSM6zNEYU6Q3El\nNkU58554ySvKjOtwScDhJ1/nEo0RM62Kremrt5ZO7q8DeeVmppffl4VJeccA\n17pibDhzQWem2n50rTDhzsUQvhJZIq5R2iEv34hvHyg3oTJfD+prgGDouZJN\n1NK+i6xiLPDn6zIuYgjgczLffKJ6dtMZwdYT3uj7vnZd8Booda3aZsOAnkwQ\nvlioEX+G5893YQ94k8WAUZOyvPOcZ6w1UUzQImGlykm2y+JhTOkTbWkJkqOV\nDvzj4CekmQ9i1YaDh4sOxM7BB9Moseaa2muPlFKqYaYk+4rBHdh9jjtubmZf\nj4awYb2bJvQewci8keWx/KYTykOU9ZL4GkARQkkhX/I/EidGSbsM4L8EZjso\nft22aIz84pLh3UU3LKECf0l4NkslKAiuKyNSm38ZXj3OiPiXT/x93ymNCIFI\n6XW1ZNUnoN3VdwtBuXuzo9DHue24r1t4XYhdUFc/xQiO2g8PAKyednmWuo4P\nBg8oYuEgLn4FYi38RnLZM8AixJn34NjD5oG189FakbHZoc9+V3piveLPNAhO\n9df/iBspdub7E+J0M1GdKVDnoWci5sSqe4XBqUyeDqI+r2kW2u1m4bXZbdHP\nQSEaMG2mI6MfVKS1GqXyjmiBQOhkG+khaHUIN7qp6XPVXA1V25KwAs3Xr2Cq\n3EmX\r\n=KyKJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLcv7sQbBRnlrAsTgNpI1KaD89WbMG7SjdXaR5sYlBiQIgKsrxCv7uY30OgffHXn0pvv362VJy4d06fcDcJnx8JCA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.5cd4bcdb.0_1626469887975_0.20582683372539523"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.2b133cb2.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.2b133cb2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"72202d1bfc4060bef4aa100b9593a5dd27125d0e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72202d1bfc4060bef4aa100b9593a5dd27125d0e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72202d1bfc4060bef4aa100b9593a5dd27125d0e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72202d1bfc4060bef4aa100b9593a5dd27125d0e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.2b133cb2.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-7IxqnPWVM4RzSe1/IGoC74EWy59zwDOwXDNLruJk2m0YVCR/g/6rEI4KMtjfyuNE8KVNfb1CdaMxh/fDRQv3pg==","shasum":"8cfb4377b4072f75341ff6e0a15535f3923314b4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.2b133cb2.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8gLDCRA9TVsSAnZWagAAgdEP/jM3Fv5B0nLoWHAFH8g7\nZ5faWJpaK6cQKgwnqFpi+UaT0j75RJeCsBLBmHSpzqEzPgXt8fkKIqapv/fi\nPwi5mHmJ89Gfa5on4aqm+/QM4hXDGGgsoBGW5I2ue9doF0Er10ZXI8nDu/b7\n86aJnOk1V0hoRQHL1nhzyVnkb+/VU27z1HMMkW7fISybHNHMLREt4VwBfuBq\n13RPHjjIbQAzKU1hGyBdf1eiLvkZ/1o8zYolfgxJLXkkl0FSpLHQ7/gC/eg1\nm9Mdq4NQ6xxGyKgLLQ8QrGgArCeB1Xt798O5jL4giyEt8ZHbOF3gzjXtz00I\nunf3v4v2B5MNYpwGw0P3EFdJ2NDhUvOBQPftxW3cYsAnVjKRdIQjndFUx0dI\nQZa+bhkkGfyJ2vh9J/8DwtMNYUoHkCzeVovxm4Clvr0SjgYH6YBJVxtsBk6/\npUHw8ub4v/3N6svujw38zwSQdS9ebHFZqMfWnucKKI7Y4GGuRvZpyxwzdcwJ\ndJJVCgmcCQ/JEFM0WkMDRNTC35AlsU6x0jREhtXyLWb9SKQyPM3ktcOWrR3U\n9YTjY/ZORVodNycLAjg61mpE15XLgGHRPohjQOVa44ANV+ZxjPmOco+N6yqZ\noVbEm/L/ihj4hk6QxN+ehtnlaaMmY+oYhfmss3SlpZFYW4pE9QZZJzFozt9I\n3HE7\r\n=NFf3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICvoOd9qbMG3cMa6YwSe2iAt52BA6BGDMjNGRD6bips2AiBfioFAgVyzT73lXJ3nhro8KnLKy1Lucr8HBjff0o3y/g=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.2b133cb2.0_1626473155749_0.19657547568569678"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.ae4f422b.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.ae4f422b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"8bddb410bdb60fa3790691718471a6b49c3f8765","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8bddb410bdb60fa3790691718471a6b49c3f8765/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8bddb410bdb60fa3790691718471a6b49c3f8765/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8bddb410bdb60fa3790691718471a6b49c3f8765/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.ae4f422b.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-QCZ0t87AZIJlXvQAboEaXVA9TVp+QYyMSvopl8NjcuK5T0RIsweygYpSdc62lrz7uVLBK9Xj9Xl4O5drUQYUkQ==","shasum":"3333f5f5e97092fbb1d4cafc5d53aa493e78622f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.ae4f422b.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8hv2CRA9TVsSAnZWagAAmSUP/RQwmPKBNOYnOBXbDZPj\nSjJM8h4a8zFQmma/S88NqrKtYaZgZpmHB2RwQEKy9wlPRdd2Tkjbuf3ox7iA\n0ry6sPmNkpk0LmS1yQIQsDPrgvIr1dg2CCHZMVr3HBdLSOMmPw2YHZQkwKOd\nYeYaYN43WUQnQLqHd/jyTHy2ca12fzHVeWXWQPWZQeo/7/DlGCadRIIIZoTu\nRXwDCrSTOojxWIMpuogHh8CEN9HwK6/vzDO//LPaWI5K3D4wfeptN6x6YeJ2\n8mgSpT50c47o9NYpNxtTSHQbGIFrtfhpRpNzTtYI2vc6zRGDYS5Iw6vNu3fr\ndQp50WgcSwfsQPqsFjZ4V37+8Sn3XwPKGsyEb/WO+q5BhoZTUcVPzFJ0x250\nEQNUHx2UZ73lcgZ4O+qNCjhsBYETLcbY6ahi/XK5t2aNBxMWD987qD2LKnDy\nDxrk4SP5yAEy75jQNQGLPSz2CdPuP8sJtKmrGVegoQusyayzgnq9nG7khiQI\n4S02qKGG4kH9myDLv5Sn3lCMkgWTR7rfYAn7pYc+vlqiFKUpr/yiIS+Go3/r\ntJT+o4Fh07GcAj3ztLv0ncWwB+Q49Pwwstn/JhE7MtHE4NPVfcbMaPIT0+pG\nCLorAcn8B6a0MHi9S8wrYkS3YCdDO3FJjEkP22y1tD9TrXvZ6HIWZWzMUiBk\ncw51\r\n=WKHF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhzfXd6fgHpD6XW6uBjb/BewavdqlNC15mJ4uhW6AmngIhANxFatUuV4NPsIQemJOS3U5gBs+QBWdP/6tuFK3pQxNB"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.ae4f422b.0_1626479606763_0.11124784949519717"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.90ff8057.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.90ff8057.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"f90c69a94171ac1d67bd6c3315ba759c0e2e79b7","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f90c69a94171ac1d67bd6c3315ba759c0e2e79b7/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f90c69a94171ac1d67bd6c3315ba759c0e2e79b7/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f90c69a94171ac1d67bd6c3315ba759c0e2e79b7/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.90ff8057.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-8Zqieb1nN+yDRoQiQ71DQ722jJWDdU611LZaUGd07o3j3HAFFMDNK5ynubwffVk4x04orDM8Qn/7P03Ym4VDVw==","shasum":"498facdcadf43e6af4bef00c210937cb7dee2170","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.90ff8057.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9Yb8CRA9TVsSAnZWagAALGoP/AwhiqIft8Ekf4rdKXzp\nJBfmuG7PziJtf/IjRCRRxJ2xQbSZkoWkREmAtqQ3VJlCepZ3BPicIycJYesO\n+OS5Vc3wuMo5QLzi6eO5Y4VpSdsHxBPlmequR9FlQVYILT60O8ju+Lp8rhho\ncShzvdaOn2IXy2aOOMBtzaYrNGZcoirl/m6E4zwJLeCfo8X/my2n2g1rvwg6\n9W97AUref8HN008DGzQcU3aHRXJxsdOGZXz4AxCTnGgeSF78SgJTF+3CRKPy\nPzBmeGfH057BCajiqScJ5Rm6E7oGB3FnPXGOydBsnoUQLekUmTOeekdP8OVx\nK+3aukp2aBZGCYd9uYsR7pXR1h6njFNm1/tOFm0hbazd14led7T8jcZTvP3p\n6I6GgK/SCO5pVTOvJkFmgxwdB8XSrYyALsbgvzMwxWy4fXTN8JUWQQdya08d\nVs/a0FECWtf1fYrPVZa0jBQ3CcAa2Px1Qivs8T/xE0yjW1dGP0tZnP0YzL5y\n/CjG3/W3sSRP/YaGE3UVCytDcCuPBAtlyKhAwAeu035Se8tvqqQIyPSY9dl+\nPR5l+cYwvTNhBIo1g+1CXjUjSGkUgVaIfkQ/ALTPlUSikaPeoIhCuKAtk3MO\nvz6oWRY6+s6P2pU1iyRNowuQzAKCbgywDt+E+UtM+Mgi0LXUPTc1IWY1/mv8\nmCNh\r\n=2kzr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDbeym4KJTFcR9Ck6nKjMW0FYJyNr0pU6g3J4Duycr1+AiBRePOZa8N5SDnGjbwqX7jz+6QrhIAxUuZCXCou4/bSkA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.90ff8057.0_1626703612006_0.14870917429016584"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.dd7b75d1.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.dd7b75d1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b0752e4552aba84ad89d4eafc1a2a995bbfa0607","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0752e4552aba84ad89d4eafc1a2a995bbfa0607/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0752e4552aba84ad89d4eafc1a2a995bbfa0607/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b0752e4552aba84ad89d4eafc1a2a995bbfa0607/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.dd7b75d1.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-t028zlt3WSsTcHc9wtUf4M3/PdLRfaAxA43IlImsTBCjFcA5G4hc88NpbpDhFWGthfD3E2R8EgRYWMlhGn9MTQ==","shasum":"4dad0fad3353bb84bbe43367263fab8bfbf65b94","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.dd7b75d1.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9btBCRA9TVsSAnZWagAAnCUP/19L/nGsyiY5sSgy5abh\njgkkXlIOUKIJ2sa+LmFUbkwF+auv6CnKKn30M6HDpU+NGKSksyfjivQ1dnoc\njs0ibQ2wbIr9nSqXe5cLAvWJMsO1JZ2SM1mJIXYg0xkvwR9HiJTmtZgpAJsl\noY47JYDLthEijASrH6d7WJaYpVMayvzRyTgqu+qZJz7i6zl0R1gfitLzhl/H\n1EP5TTGmk8XEMksD8pWdBghGU/6jpi4+tmmg/+1BQ+eTRmfbFEBd2eD3aqoc\nvgbVEP2JAQViwek0zvyHV6sfjvmmcKRpKQ6wbBpgPwPhxlTT0H3L/f0KrOre\nMAQa8XQe7atV6OMI5Wlgha5fx90GlPuKBLik475b31+10fl3bAsHkpH+j32/\nMHh/t9lk08qX4QsrYDy4dZ7oy1Q7S2z3xNN0Ws377sTMFR2qinFQ5gPq5kIQ\nPx4uDQLhQcGzJQPBbiK51ht/beHmKDkL3GAnBs7uFgDE5nHnNMJJ8GSS5IXm\nCeZSNBI4vKHH/M00/qRLxzRnKTYHrVVyzUsGtvPlrLLvaucybinhRfdAPkJD\n66Ahw3g6z+qOXYYGrp00uUCU0Am3Nwl9SS8maJA8vsZPONfzgVUOxoVYcrBg\nxi+UeWU48rtR5tlRJW6tH0Qi6jXDjJHgU3b+lwOaS6BCH4oCO8rptUH5oz7F\nfVfI\r\n=Cln0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAnK7u1EtslK91ogLcZy8rcu816/BwShMcqx7BOmhf7lAiBvagWIx1Sjxb2MvW60186FfO+GdMA9TdBJcVrBWLkTAw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.dd7b75d1.0_1626716993486_0.2256951927291695"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.104debd5.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.104debd5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"9dde76584b6e4258f93d65b54a1f9695d2dddb1a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9dde76584b6e4258f93d65b54a1f9695d2dddb1a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9dde76584b6e4258f93d65b54a1f9695d2dddb1a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9dde76584b6e4258f93d65b54a1f9695d2dddb1a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.104debd5.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-xH1gQt976Nskbnd+sFci1vRZF82hldAe2vzzVpWPzVV0rnvKnNyttfZPw7jtKB+lpI8y2lDiMYYdR7lX8rKsow==","shasum":"429aa2fba7a5d3b881af404f65559406b903d6b8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.104debd5.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9gJICRA9TVsSAnZWagAArm4P/jEHpTZV1bi7m7pTXZ7M\nOUl8y/h+AO4dvidxrIBDSUC2OAZBvMin4+eP9Fx/oXlSjlzq0PUDzb83w+Gm\niW/oZ7rXciJMyQjI2T3f6uD8EBTgJN9IQ3rKIdopzy0wZe5tcbvvUcJkAt5P\n5Ol7M04mzZB4CTQagFa+rwyyT08qDT9xsJqTxxx88N9BRcjkbnZAIugyde1w\njYSRYSuPg4FpMCyyjexHleVrsnScvPzuY3V710MnwQLgWEK9W2TgjRr0wNsw\nj7amdkPGh6cFSDI1iWNp39e+qPWVi4hMSH2bYDN/6dDBkmk1fG/tKaGpkhPx\nIHzHgYBirbPUVnVYsO85ai/lGRMiTI6oQX8Vxdbtd3q7mfmR1BzkjIcT+ni6\nGzgQP9g/AAb1Sggr3HQ0tKGuG/3XmHkqPIWm5Zqp65ewIkPA9D6IRvla3kps\nIQ6iA2CPbT0NaWc8hYbGZjQMtiQbark6zJtVPRLsvXNgWc+Bc8TbZxLsRcPx\n+zb1jd3+fxFfaSXxgJvEuR/wOdtN3o+OvVD5pw9guKpKXSWSXYLviByW7i3e\n94vCqq4+kIO0bYjafzkcp/b8oz3ySapYLlIV1LdnYmTRg19YCqeUVgFtoT//\npSr4suTqBH9D+GLrgAUtohxhYxeE3m7Mt8DaGXR6qeUXzd7k1a5elg2G5h+b\nl6SB\r\n=vk0W\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6HGKkSZba9cfoN+KmSacpghhVwlEqHsMBpiN5tTvDHwIgZEe0RsmLFMVsz1Qs5u58bhw7keMNSgElVKIj24ODKLY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.104debd5.0_1626735176525_0.5341610036168016"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.4612705d.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.4612705d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"28f0176f44158c2fa7246b69d5737a09425a6e4f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28f0176f44158c2fa7246b69d5737a09425a6e4f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28f0176f44158c2fa7246b69d5737a09425a6e4f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/28f0176f44158c2fa7246b69d5737a09425a6e4f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.4612705d.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-S+b86aJNXDdF2CsUMIJ5YCAkSNhCeMwSe9OAgeMW3yNVFvv1x7SOgpf6d8qjViBYdrEHHRGAABM6M5jsEdn+zA==","shasum":"42d624ceb93fe94fe31c67cdbb26c58cc750a905","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.4612705d.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9vPzCRA9TVsSAnZWagAAIs4P/3/tKIiNzc04VMjKZqae\nh3/tYgtxmuY7WWlUbVd/bul4YxlUSVsrGd/9vf6m3y+eAJ9bGOhgtmyHt+v9\n5b8KGV5Yj7ZMNVYIlBtScWQZW9JYSy3E5rvSYS8hUNNek4l6CcziGU1g7jKB\n5bDfajyr9G1EWFyL/wStdBUbIhVBKL4TInYErpOxgsNQqq9tCfD5ixymDVdn\n6thnSt1xyLGlpcop2JAHh5HX1I/ACMZvU2G2hke3iL+nmCDwEABXe+5oglGy\n5mYAtEKVTDn7BZjsZ3Rq/WGx+0GY1sUuasm2F/bHDac8VKvEo5uzUJnjDcN/\nngNxUG8T71jhazCo9Qab7zLXX6ZAXkcyaNOFq+4S0/YpS98+Z2yTx6TGuKg7\nwz3LJV4Ys8Al519wyzRTc7ZPJFwBTno50IOgUtEhGqBFBtgWOcv7l0JCmrjR\nn/xu1DEMt6ykHWlZKY5AvJ9e+J89KpO/uoy1lgf/MQoBDavEQs7MeAJ/gSd5\n/dh2b6XMts89RWy1ts8L6rcaQyS7GZMJ//z58w280YJdrgrFst91+GUXmR/9\nVqg4RjGQlxIoZt0jfNucNC//MpWWOWO007/dmLZkJDGxpZ8i2fQ7flxZoMEi\nyizRSu6w6gdshIJYcfp5XlUGsBF52j3nnZoXtLhuO7aZdicEEQ/rNonsVz2h\nfrSZ\r\n=b4Hu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICR+nITvw7Sr9MiWFYzoRKro2JGRUdkqo46lLFITIRUGAiAsDAxD217xCOnTAApK5YZZoNXz6g97CwKWxERXRAIvug=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.4612705d.0_1626797043155_0.033581104985028976"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.b36502a2.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.b36502a2.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"1df0a9b6912d747311691d2320eb16519bf8c660","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1df0a9b6912d747311691d2320eb16519bf8c660/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1df0a9b6912d747311691d2320eb16519bf8c660/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1df0a9b6912d747311691d2320eb16519bf8c660/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.b36502a2.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-gN5UPbm/p16ESRc5XhgPfKsIyDJTAPkIc/t+mO3i9UxXuo4MMicNvNPFXyJMISRq0suZhiuviqI0igJu3HwTeQ==","shasum":"38efc14016f38c4cde6307eb4e27823bc6a8b7f6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.b36502a2.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+KDVCRA9TVsSAnZWagAAnLgP/jtm/aA3+mi9GBb3UzXo\n3Dt3UAW7Q9UZH8VsFS6nlerBRTApZyaksXJaiZ6MFpT/6YH1Eu5abT0dyzAk\nW3ZGxpeA1VJtf4nYOC5ZwltwibqR3lU4xvs0xGsWiKRjluGEUfP8qJgIM3CN\nMW4B3vXCEwBAb6iwDpQ0RRDIkX3ds8cwsFlv5AhWHY4hBOqAxt7Y9thtG7DQ\nArQJPx6Bc/uN+l4+Vv+vY4kAyN39HHRITS/97I1xtv342JS/dRh0wuEkM7Va\n8I6GTjbpQlj4A7yJBltb2HCCigNFgSPfF+HrB2ng+G/cqGJLs/VVbCb3kfV8\nplSGymP5IvMJVk+U3ThEz9krH8J00PV/tBm/CJKAgDceNS6LmLcVk9pacEOo\nAfc9iFG8NQDlqgBMYWESMWHCjuRGqdfs7wAja9lhltHmWulNeeYeBKazYhSj\nDy9vtXONqYraI/W2goZrLzVDmORoYWB77h64Lla5pY8kqbve5hZ6J+qH4oqU\nDLb55jbbrLz6DyGilGHPut/OyujktdDavj2FzhFop/VGJlCgbw5z85XdikE8\nQiBz5xuy0BodrdaKXvKczQx0vL3O/PK68S3CI4BjU/A3IzEQYQs3h/UpjBWk\n1vACBSuz1b6i/GY8hgKMsNLd1z0HA2d8q+iaBKqqOmpBZEQ5HWQrGerLxx4K\noBTz\r\n=R4Jk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFQ2N41DeF9m8iMG6nnSt7PfNTntoyyfmCA5MOp9amjQIhANvlHc++SS6iQF8TNWCr0AFausyanaFHgQIKVo6leQoQ"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.b36502a2.0_1626906837102_0.9760819496860398"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.2c392ab3.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.2c392ab3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"83a61c9efee1610d42af318683fe4985effae0df","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/83a61c9efee1610d42af318683fe4985effae0df/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/83a61c9efee1610d42af318683fe4985effae0df/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/83a61c9efee1610d42af318683fe4985effae0df/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.2c392ab3.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-OU8h0EFrjXXgWXPz3oCkKDL/omBaLffPnBgeBqsf1WJGzG24e3MVpCgp9wj9FDb1vUhUo+As1cTKmH8/J030Xg==","shasum":"d15530eb6ef05fd6e94ab4bb44ac0cce6b0ebbc8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.2c392ab3.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+YYjCRA9TVsSAnZWagAAX4sP/j2hcqyJhI90ErX4K5GZ\n5mB3gN8HHMX9FObM8WA7DcAdLaz65OeFxjIT2wCn4C13RdPOb0c7z9Fsf0Zs\nNua1Psv6aMkgpWutGgl1+5tbsQoU4XerI48GHMUtAZlJo+05JFiGpf0CdVT/\nXWzxtjcTYYkEkON/PQtuGhHW6PBMkjncgNPNKWEJCWAhhbxDQJ9zu8OneQ//\nXtkXzD1fFqMrNouYeq5urRi7QKkclMnJwqSuM81OozI6oXCAa/2HGwBawovy\nGWBQSDPI/vKHSdbpimmgdCIGDRzgP+mDUalhMektplZqqZd+7YJPt0ko7r5N\nKNxjGD26OSdalptu7OyQB5ks9iMPKFPtPA0bLUum2PH3rp3RyEuurjXQatI0\nVAK6pSCnhHCP0SXTGl89rUIEufkNaTPVtglmjwqIqQZxgRTzO0KcovCxjMXl\nfWHctWiE4TWPG8NdZgYN7NIKfxVLxKAixgQfFCL/Iw5IMq41L/icdDZMHC++\n3Zs+cpbre1lQBBdHSC+RMd58K0kiTNXx7uWlKpWKszRzQfi0vpaawUxQg6C9\nVmiZz4AhlqFNumKQ+hlMwv8oR/WaB//cXpVvAa4DcRMTO+30Zn9opCJiMFvt\nULjpedGugcbTppLZTHqKh8YOaPH9h83ULF6S+rk9NRRi0pkLmsI6q7YQ+s82\n60EE\r\n=t1mB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuN7QajEbHFx4+FZMapN3vunzOThQP6THgi5EIAHIFuQIhAMqRhvI6uE+ARs4Vtt4lAHSmPzDyqVhkH/iqx6NSJA9q"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.2c392ab3.0_1626965539020_0.46354978642523936"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.e8bac95a.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.e8bac95a.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"2215253d0031fb9db27cec4c40894bd549b72930","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2215253d0031fb9db27cec4c40894bd549b72930/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2215253d0031fb9db27cec4c40894bd549b72930/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2215253d0031fb9db27cec4c40894bd549b72930/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.e8bac95a.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-nBnmX8UXWeeR2F7L0OVbGTgFTF3poOLJDnH371vtThzYjjHPrF8tAwFYHhrNYMjon6rxzuwFJrBynxhJvCHIHQ==","shasum":"3ed3b908ecf948e128621a5d5b559ac8ec1e5d38","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.e8bac95a.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+b5jCRA9TVsSAnZWagAAg80P+QDrzbvsz0xtb9KXSPxY\nCRL3+xyCkMZpXR8d3i3jd04+ID9sikdj5jKUCmEldaCeKfvd/53UnRMTKJmw\n0KJeMrTmhICuLWQzbhy3h/qKZSd9Ckp9j6Kxp1cOMyY5t6Ao/dwNHajNPqG+\nGsLqtYSu4BD90+BbVEXEfOW74mNJJt4oZg14sD3YxdqwvRaJ1Np6Wwa+rF/y\n1cK7QItRQFOhcDq7P0tMbW5oVNBIVp1tjsWtxOdHrd9/U2R5dltR8Ha9PdOv\nO5cM08WVghOqdfQDGP1QY7eKHqYZ6iS9jRuyze0vG6cLsRlL21BBCWE6SFOv\nvn6m3eSHc/ucIY5hWFhWz7LR0yMEk2FOG5KvGKjOrXemsv4d5Gp2CDj01ooA\ntLuoJrD83TOIhKrULZa8iPTS/YOxPWkcXCdyZbp3pu+d7FC9qFQ+8BfjZcwT\n+1omQk3zlkcLnv+ZgqRRYLsQQo/TWw+Pm7EUaT43RU6skyNA7m/G1uT9xr2L\nyK15kzqOdqjEKznMJxy7qXYLV8d1ftq+lOPycorGTFiplusy7gWb5lZhKG7t\nPWaI3LsS6LIBT1qkc9FrHb5E/ZS0Lby+vZ8lWinn5J0DUk+clSZiGVPgRf2i\ngKsdgaRBjuVKqavKq2zpjXyGVlVuSUy12+86+74S+DSMB3mpdeaEH5A/gw8E\n5LYr\r\n=pO6e\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdRw0Fs4CGyO2OZSQIsC3baFJxa8ghbutdP8kk+EqbCAIhAIyJKy4k87Cy9mCtfZBH9MeIj78WUkHGmYtcqxqIhGkq"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.e8bac95a.0_1626979939181_0.20575900882248188"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.38f29f8f.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.38f29f8f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"484fc84b540f757ad561dbea442c8566694496a9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/484fc84b540f757ad561dbea442c8566694496a9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.38f29f8f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-jw1SxsslwNPdOGZ7VOHaoeL1bZvnxG2Ow3HQMMBsaqEh+X4lu3MdhmhXeO5XC8SUtMxzKaJy/1KR/Pdu785oUg==","shasum":"337077948a883df8b5309aeca155c857c8d016b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.38f29f8f.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+wc/CRA9TVsSAnZWagAAJ6sP/2lneLgYPVcR/28T+FdB\nN/dCDecNhSGz8RcSv2V/J67uoL7BmfTF4VzrqdLZpN0pCloo2MZ+SnDn5FP3\ndToZyBqWiGB39u9PojIITsJvffoZH7tNmhub6ViXSq3qEBRElPIPQIYK2aoR\nQKWdXEPA+M7f3eiy1vagoBskS6i2eovRA/8tdnUM0KfkB3KnB6euWEE+pcgZ\naujUqS0Y+D0A64fMW5lRzz+DCkb6CDIk9I3B2M2TdQ2OioalNGy271Wcm7a+\n+1eoGlOYOz4Bxn/5CKrh5tu519ZMqlE3j0Y1IuQXGdPjUd0Q+Z/diab6Cnj+\n/Ec2ZpEcGjknaaj1a80FS4X1VjQguVmYNB9XMU2Rw/ZjqxAf5vyroyht04DW\nhSDYOJYTrh+ZpjQMfsVmlOpjd9V6Yv6HpWCGjnzDCCI7m68sygAyr5mO7tkK\naUg3CyVyqii3jK/dFpn34xDAErQBxqe0U/qoZHm7aqslvKOHkkNHtYLKY+6p\nH+2m4aJO3oujJvyM/ZKdPPOn+3NMEisefzfSZ9LK1R/0zNjfsN4Pgrd357yz\nVDE4OjEnm78L4bgYs3aTaDOFwl915DTg2X/tySFrSzykzAFz3VtRiOVUCbwl\nZ6o+tUHA4oZRgS5Xqj6OvvFN93CwnlKTJHqZdiTTPBgkDUeI5dP+e4v6ioCI\nxCR5\r\n=lSML\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE/XxIoiLDUykDGINMAfFn3WHzZcbkirH1pFexxLwWZYAiEA7SXWCI51au4ARL93aqJCB99I6vjTDcKDgLlZIUzya7w="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.38f29f8f.0_1627064127666_0.30279456224958445"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.e0693475.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.e0693475.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"dcaa39c4b4b0d5d5bda85df7a11ac1205f2fd669","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dcaa39c4b4b0d5d5bda85df7a11ac1205f2fd669/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dcaa39c4b4b0d5d5bda85df7a11ac1205f2fd669/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dcaa39c4b4b0d5d5bda85df7a11ac1205f2fd669/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.e0693475.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-9Zd9YKkZ9ZyqpSJdtkR7haBCmacuEAb4CTNm0OyReoLddMPcP6KMz1wyc3CZpPS4jriV0S5X7A8VrT7nvSr54A==","shasum":"8d67233924193fbdcccfa43d3b2c2bb8b8dab34d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.e0693475.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+xCnCRA9TVsSAnZWagAA1hMP/iIrhNcZvK/WhHtHAQwj\nRvjWe70TVys0Uz4TRdN0weq2tX7yaPmf/OHGGnD9cHbTUc22EdOWo6lrshtA\neqHRtlth5RmQ+6fVhvFvXeGVMONFhEEQHEg6Xt0K3khFuIpirERg+D8RoyfZ\nrybi0/f4ncP6ZNoCsqZ6DBilH5f++g1f6QolW+yF7otb1Qzns4tDZQjZDeEe\nfKSjDD26No3tlp+iKHNAe/uOTAjeXGfTEO8kFJY8aigVBjHphAkXXF4HO8jm\ng4qTp4+pIMSpVi6laZglQTZDfIKBCl+c6clHhySl0HlHGceiVIO3cFCdB0kS\nQ+8+Tl3XrjNZDOEiMLWhxUJOUL3Pjl3gvtHflmQ0INNFHlOqsZCR/I41RrEY\nBJD9zXYbeHvHfGPSAjmz9wwZilokblOo0wLOvhpxIXKyG8Debe6M94Yt+1a8\naKyeshnAcbtvumfRplqW35q+rWlkTWIgPIbcd1HqSuqNPuvt/ZcsnciTeLqa\n1Avx9G+C0lQtYaCYU5f9gLEKa9QM11/cpaXrWiIr23v9O10gEgPkS7iMxEy/\nHjEQyvpF87I9T3tGcN0EFgTd4HK3PW1zq0pZsx1c7dVWwTwsuSEHIjchtKfA\nn0a3pc94KqW7ur+kf1wzfPui/9DLTx7lxFj97kA5YVrD7TxxkzAFqVkhQWQO\nDgOQ\r\n=VwI4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIYGiUTIw3s0iDXykYdHzA3fJFI0VgEDwpXum9+8fB4gIhALP7zY8uTRF30AhTlprU48t0rRQuFl/fgiTBrjkqu6Nl"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.e0693475.0_1627066535067_0.6329863763717636"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.d595e030.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.d595e030.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7c8056c080cfa8a28ca6e2a5511b4db50a604a87","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c8056c080cfa8a28ca6e2a5511b4db50a604a87/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.d595e030.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-/JhvhrriiRQdt0nbH1im0fbvlAHifdHrE182mi/2YNg0x++VY7N+gx9N9/fVU0ZgdMuzc0Mh20652oqDm8G66g==","shasum":"832e224427d7b1d5d9b6242ee73422be5f978b88","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.d595e030.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+ywWCRA9TVsSAnZWagAAolIP/izt6zvML+fv3tsvJL72\nUSbDu0M3kHTDuIP2JDnrqBFyVzHkOo+Ky17E3jlG+wyUTIyUglc2wyaJhPTR\nWJAoS0e6WUCxJMTd4gFWCUOCcFPDJcpIch4PGR5eNk3F6I2CPVBU0dJXt006\nhbaWgjXmZ6tuuK0ccK0KIltgFIxLnxE4XvIlw8Z3mlljCjsjmpE70BeXlRmc\nhCQI/Le77zW5gwkXlTVfQ3q/ZX9tdYI/5U+HFhwqkVvIugr+30PSDM23K3HL\nrPO6MxuCTyowZlj9GJEFogDgFE50jVZgbTwIdsTdfoXCeBwJfQinDKEXsFZp\nKRtd9zbv19922+I1gOTVA5OM6SGhkmj2a4aTSpu8CFQKX+baLaF0aH4p1tIr\nN3i+ZdVQwZ2MekIZV6Wlsk8+zUYI6BcmAshA8EV8ZrdvSNe8DYAXnnTw3EM9\nME3KGWnSF3/NIjwTZ7MGjT9Zv/wYPq5yiP+9idzGxS3bZ3bBZUXpxVB4Ugqd\nBNwgHo6OHW9f/MOfWv5gQYcmuVzzEPAfGmGf4su1KhNMF9uVixpsAsDKBltY\nhzVhuJld70+T2PEUjYgDEoQTVK6uiBlTBsnqSkdTGas3ViUGe0DAqVKTor4Q\ncySJiNMgy+FY+yv5QAMLu4+8iuyPIVEx2kzQhFKfCELM/J0dEbrcKKuKUUDq\nShoN\r\n=nbTz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUIMLuYAlvMg82REv/1gpLi9fDXwbS4k4eLvlSrCXQsgIhAKIDkcwtYi1s2oUQId+5NA8jXNVQylJGPyMK0Hc4Lcdc"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.d595e030.0_1627073558044_0.21893222276360857"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.fe7cca31.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.fe7cca31.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"45bb0797db4a64851859f8894864015974863643","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/45bb0797db4a64851859f8894864015974863643/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/45bb0797db4a64851859f8894864015974863643/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/45bb0797db4a64851859f8894864015974863643/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.fe7cca31.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-yF11UYm/RRFMy1/8rjaIxHt48Vzwv1ULxUZE1XikFunWUGQa2UHZeeE6tdscxvp5l08qY1xeIKEIyx7CaC+ZUg==","shasum":"d2b363917e57743d3ce31247d295d0b91a31961d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.fe7cca31.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+zr9CRA9TVsSAnZWagAAei0P/3Nrv5YdcXZzcK5n1oPI\nRYLR3dUiPEj54maMsEM7X79piYf+9xGusar0TV9pck7R6IO/HN+TJoHwptp0\nO3oq1lzHHx/2s7Wd9BQiYkpwRKAXUoBoxtb4GRovpvZ0S86Qq8T2PZ215j3X\nUfcgOodoizwtTGfggBAD0zzXwowCEehliknFipcM46nTgom+NEAwrh0uofIg\nOs7aWXy/n0oQYfJVXMF5K9FJVv5Yr94T0LiqsXciUWEKSYWxqkGL/IG8LZGo\nYnIu7bWcbW/wr/GiENfuNn2Z3S2fgVaCae/BF5VtIkkwkKK/av8uFIvMyPZ9\nhbX/NNZr9wb4Q78qNgMzRu1M825UCzUX96lFvqZ71+JrYtVr5KJ0b77+KOxf\n438Qx6PM68dWxRSupWTAAbEsEJUaozeWwggG4a+rmkLovhmaoWts3uCEarxG\nasd8Pk+FkICuhuR6harE8jWm8LwM7pJhwm5bbc/57R4HJKtaEo7fZ4X6dTOl\n0p3oUB/jGAeJAwdzZmZ1TBQHnVYGv4T0hwev3DnJ0Tu7ujunZmKjicvOBFOm\n/tPh9F6P8BgToAzw4Sl06K9JaECKtS/AhG9A16P5CN0JIM7zz1UwoXhzMFqo\n6olcmTVp8qO3T1bqtwqDKuPKwYkSpnz1iNp5gS9gL3Rbkx/kvSHNsj4L2ROZ\nReSu\r\n=e3g1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB1WBzHegZjZN4dRzkFBvWAtjXz0K4W9U1T19sd2CG7eAiBHA0lAN74/4ETQPU3Kad9U+O8V+tWJCKy7Ok0uO8ONPA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.fe7cca31.0_1627077373138_0.7605264775812548"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.fd9da483.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.fd9da483.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"fbed5ae8e9a1f66ef1cd5e83dcb0db11c6ea3c01","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbed5ae8e9a1f66ef1cd5e83dcb0db11c6ea3c01/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbed5ae8e9a1f66ef1cd5e83dcb0db11c6ea3c01/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fbed5ae8e9a1f66ef1cd5e83dcb0db11c6ea3c01/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.fd9da483.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-PmB9TfENhe9pJfrQL8lwkZMNQt8cFybvHNbIR3o+R6y+LeA/c91gCrl4j/A0cJcZkLD4a+JL4Asop8uB3eDy+g==","shasum":"317b595e176dc8f19f965753dbde548b5539fa27","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.fd9da483.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/yf9CRA9TVsSAnZWagAAwc8QAJC3NNInLHxAlwkGZw34\nKiPxu8MNALlNOH764r2QEloYFRyzQQCCTZYWlhTtZuCAirfne0W900jFLaip\nSzwKLynjKsSVb1zkdzNPhj7iiTFf1K0/1e3biCgZkUBDt9rUMX3qTO5mj2DT\n7LGxsfzcUxxmIwvdzDuUWEABsUOww8IAXa1xVBssZp0vVGy6RNZYMiid/5kA\nCIMKPe1aXLhPDar46CJ4hDXuGINuReKQJ2enUUI1wTsr0gcv/Yhk+5ywSdox\n8+QMEocc8ixDsziV+4VShncx6M6ohYrPTIMLILDdsn6Qo2J4uqvb3f19GTNx\nytz4/ii7xMz1ZJLzzVsHQwPAAsOwFdxCVXeZC2MNrT3g3i3ExEbBs/PB0CDO\nWjI0adQKjWC8mMlWSg4It6UvcV7DkmSZjTqBixm3vys/0YpJ1fCr52VzuXH5\n5EpruQlljho87H7bs3/5FdR8YOWcJeXacpPpXFMBH3qKI/045ErjxWhLq/dj\nnKm0PmjJZdVJ5u2BST6vSjh6WK9T4qsfqBs8y08P31MsoONB152PKKhn5FiU\ntCpgipyC1KXKORrPdNZDQeEPwzw3gSIR9j3rYU0/q/lBNG/TN24fLrM4xwCR\nkR17bCuYGKpxqZ3N0A7SwYppo4RWNj4++yaeijppjpyqC6gvXBskFKcR/pmb\nFvFr\r\n=oD+y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKsdExnaKN0sfFPJmdTgbkxgQhLkN39JvVFzQpZ0MasgIhAKyvZhZj3zFuqmXVaL4YQnarq6grD0Zi+YdALgBPRFCC"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.fd9da483.0_1627334653690_0.7592377184945203"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.8a4c7e06.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.8a4c7e06.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"4c98d35e959f2149e2a4ca8c8a4c5a7ad3070670","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c98d35e959f2149e2a4ca8c8a4c5a7ad3070670/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c98d35e959f2149e2a4ca8c8a4c5a7ad3070670/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c98d35e959f2149e2a4ca8c8a4c5a7ad3070670/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.8a4c7e06.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-3MjI5fmmDXyT2Ck4vpEyn3ptfBDw2mn1jPCLX9BZoN/QA9Un5QnA/VTPmJ+0qg0r2hvUnLvQaTJIGDclEyQdpQ==","shasum":"e62add2544a8b9b727141bccd31526688e9090d8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.8a4c7e06.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/zqUCRA9TVsSAnZWagAAmcUP/0TLMGaULTeN9kf0mOCr\nbplZVHJO/hhQF0klmi3gsZidRBEx9673cGskznCoPIyoUcdB2MqGrRvo4utk\nlGdUYjxypOUJ4f7i6ZIKBAjW9jHAWNHOjD/xgrRMuAU1SguyK3OGYzOH6c9t\nXxt31vRqNuYN7S42iOsJqDinwkG/oIGcYM2fwo8oS+NKqHWVNjFYfjasAY/E\nl7LovIQt4go054MDoDjsP8IIwLp273g4ks9SP+94VPWVPNLBaTtDtXBSxmEU\nx75MjKtW6sJO2GCUfm6YPht2ITbKVD1AQ+UYheUSew7KVh2hoBW0Vwzo2PY5\nHlOEtr2zFAgbiykJBDucygSzjGG6yCaMvCTZZVpRdD4QcFj0FvyUQLVTdyQ5\ng8HAaBI+PXnNu5FsXD+mgC/JT2PQhPH488s3lOx+oHTCVNwaFxvS2Wdu5zJj\nadO5vHIMhPlUYHEPMBMdxRk899Lnj7YMRILCvMg172f1qGkJ4dlsGZMm5k8d\nH7zQsJTSyyNnJErGLIu+RPwbIH/NWhn+UOTJlxyqHvAsozECNUq/CBi+eLkI\ncB1K+km3j+QjXZn1Osvk5yG+fciyvOLUG8iAwx4MG88dHgXB5YJ7HCMZ9442\nH4JeZXCU4am0bSEdYI/7OaHS7GQFA11UbacHGe/paDvJhaswd5Df3jhryZ5p\ndBDS\r\n=zjFl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAwX7fByVBxPccv3vfNh4kzSCphlLI2uhUOWNHv+UXsUAiARVW/DQdgtO1IAZMUBLe/JIlPgB7HdKVcNR2fQt4bTHQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.8a4c7e06.0_1627339412446_0.21557318895785826"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.5b395fd1.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.5b395fd1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"49947c20a93de615b923efcb7d30a23250ea6dbf","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/49947c20a93de615b923efcb7d30a23250ea6dbf/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/49947c20a93de615b923efcb7d30a23250ea6dbf/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/49947c20a93de615b923efcb7d30a23250ea6dbf/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.5b395fd1.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Thc7aepGerVhPWlNk44mvbknjW5dKZH5X3CiULU2YPyT+OmGChAKTcmno40QwEl9fehjTu5tj4BoqWeY7x10nA==","shasum":"fb8093c4905ed945014fabfa167559945fbfa5a9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.5b395fd1.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAI4vCRA9TVsSAnZWagAAwHMQAJzRsxSdDoS6GsoZPVjn\nS2uSZe82qXyMisMVz9kfeUhnBT10FaLzSfskYhEWruuve5qThS1/FoycDPx+\nGUPrFj1mAnFM3Fr3MkI5vhkJJP2vWKgJ59UAvnV/o3VzJ0wAKpekRRXHNC+U\nR2V5wDT9Q27C316Eaa+hdyzmmnzoDBCxOt1jocZB6VvrlqItZo+tauBp8O5a\ndxAdkAREyOw8LbbYx0KmBKubC4fh22VPbPPpenJeJkISyQDLK50zJ2NsEP8u\nvI3ehT67u/M09ZEIBPIne9w9h+zSSXqtK6tXg8CJVVB9JmePCnWrsFUNLm4a\nlaRYESmEPfqUmhBI1QFge6gFrLMAO0NHbESSVWRTp25JS/6rS1dk9UStBQue\nJKlTJURCdE2xOsGzf0yzhvmO7vIa/9V5sOJmR0spi3QS15l6mohCzxCS5myf\nOfa5RtrNZXL/M+DcoG+PLdrqff9k+E2M2c8iIi7Rynyc4b9X0s3TAnPTkIsG\nI3H4Uu7Z5R+mPQeO/6reLV6oBa/DOd3No+yyfEJtLieRJ3was5HbmkAICKOB\nTfUYufnA2aeUeqcDRfZisT77s92KqXou4b095O7EHuXW2OgvoS8Jopxj72Rr\ngp7Z/toJGqJnVAUK475zQ0NRBtbPD4GoPvX7iisiYj24RHs8vzlfdV0C3Mhj\npVCN\r\n=ysWu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDbTx/uppRC0AEVb8wR2zL8geprP5hKgz/1yfr0AgTxPAiEA3ky5Rm/JMLsFV8+kCeg5umUtybJYqANFFdDBw9HnjJU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.5b395fd1.0_1627426351186_0.05968647668201266"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.e5efdcc0.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.e5efdcc0.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"6ce7c9ba42d6630a9af68bb580b94e6fec508bdf","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6ce7c9ba42d6630a9af68bb580b94e6fec508bdf/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6ce7c9ba42d6630a9af68bb580b94e6fec508bdf/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6ce7c9ba42d6630a9af68bb580b94e6fec508bdf/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.e5efdcc0.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-VhVLuZTn/SZko9lya/hYGXyOsB/XN9A87wUFy1BRIe48nib7NCwYx8FqjjTG8GiKRuTI6eSbAQeWYHzPk29G3Q==","shasum":"d87e5037b7cc3dd087819c9214a44c2d65814813","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.e5efdcc0.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAZImCRA9TVsSAnZWagAAbfsQAJi5Gi1Kf84ZJ2KbqBaq\nfr5QZxla/xrGJz2tsTVPZgO+COA6ppA/EmJaOKdL+BEL3Xihnck7cUi1/hu8\nNlDg3uSjRe2vInnucSoTTyRcj65MSdsZ6t/60Wv6kRDy6/CWHkttQIKtNJP7\nhdrJHKMLZD/E2V4xQoFwncmt4vOpFuFnGPjNUfDL1UYOgkF84waQ9aYSXNaM\nrG/5cdaPEdmD7Tanc8LhcUywsbPgqN11C6D4shNtQ5i4wesID9pGbvUXXfF7\nIHN75JHwZhpRzWQw010kq3spGi/4amNI9TqWxS1aRJKK3553oBPDi4H0mpgp\nXs0mtBMutvHVpOgviYqdT1TNAz6zknD6sHN0STFYQ2wPw3vLhzhYQblGMrmN\nuxaeAs6IkPH/9T1N9brWKsux8eQ5bS3OMwp50I1Dt1vWfNrqZAlQKOn5euLm\nJB80HPujWo2udbsIENS9ERs3W4YhWo67nL3pHnXEqF4Kqo5a63ym+LnR9JMT\nQzR1l80J148ejodYnAtBO7iAVQ/07bn6NurhgxrF+4SpjHVOTtZmIuJMRsx2\nLcYT3BDUwRZKpWMQCapDZi9jaSP6ECdnsbkW7viSqH7LO9f7R14iwZ4tr+iy\nfsI7GScqVpYOdfbZMGbCPFAJYI1TNqml4J6vxGAGJUBj4ptrZWcb7JFXTy75\nKjgV\r\n=yH6Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA2A+/Orm6VjZpoyLcmw7PvjcMgwk5bXdgyHYFMB8GPAAiEA8nKe7yEiTaPdJ5rc+eaaQQyNkfZfiW2gBnsSkQwceec="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.e5efdcc0.0_1627492902197_0.15680867392556208"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.ab310900.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.ab310900.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"e3a3d97dc865cef9b5eee17c8842c3ef9be90dca","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3a3d97dc865cef9b5eee17c8842c3ef9be90dca/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3a3d97dc865cef9b5eee17c8842c3ef9be90dca/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e3a3d97dc865cef9b5eee17c8842c3ef9be90dca/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.ab310900.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-mO9E/U6xbE533aHQflzI4xhF7EUNM/qeV+qMY5yjKQUHtxFEPGLbvtypdij0FdUUZrgl62nYEtxedlsGQPhxOQ==","shasum":"2c192430cdcb720e74a2bbf6a975cdc3582a378d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.ab310900.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAbwiCRA9TVsSAnZWagAARd8P/1/nOneKR+5H4w+Au0w5\nOeH3Lj2BtjuXdvswT5AgyGTu7PoB98oQkJmcnwPNDNB2iWBrcbh77woHyogZ\n4PoEwf2co46nUNf9RS52ZeH8BYKAYqYOvXnWLmjuFS/Fbps603S27HvqkLhH\nOJxPcJX/sSomrcGmFzPo1qUhpmFFn85JeQ1kR6JDsV/GazGBf/umSvQ8XYuB\nDZlXxQgRspSgyTPwRcfuSUc4Adtl+fqRJuULe6HgB3MjNE1vs4Xh0eC4+4AM\nrKxLn7Z9tGuQFmfRMT8tlqcYvB3o0dzd3g5EjagjX7+8W7SVzFvsSGJ/cOOj\ni0MieC0TZozaklrX+P8dqpwbyTL7rQVNY8JiOQHfWiSEJthRjp6WrsC/Sbsd\nTWjQEVQLxjf3FRSt1dPhSDStD+fJmpKFP7w8ipp6sQbDqK8KCD68qWD7Tzey\nBPuDFtKVOyB7SGWI7OQZz+OxAy/xiT5mNHnp5RKv0YcoN4aVg9o+ROIt6uuj\nla3ro4PqTWeBir3VmGW3E/C/0EmXkl8973yen4G7847b1gp7oAlm5CK+a9kC\nbyewNA0sbEgw6atOmpZ8Qfy/lNYwIcVI3+VnsNRNaw2eXtZReVgixNrhxl3C\nKk9sxPOqzzKImSROeV/hjL8OtX8jenHTEqFt/gPz9Kbe/4Jdp7tv3SWmySbG\n0wNj\r\n=zdtd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/O5EgaQfajwpvDLtXNGfYGcDGikSymUvrJrJw4hB+oAiEA6Cs/MAQ+Zt1oDhug0oMaNw7R805lLdBMwyWcSYu6tJ0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.ab310900.0_1627503650131_0.408334804634817"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.21dc9bc5.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.21dc9bc5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"cfae2d30a40b9717e93cc7842d29f51de61c497f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cfae2d30a40b9717e93cc7842d29f51de61c497f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cfae2d30a40b9717e93cc7842d29f51de61c497f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cfae2d30a40b9717e93cc7842d29f51de61c497f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.21dc9bc5.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-rthJatg/j4RnzRuJk/i2pbru9wT0XJJQBvIy4OG+iCNYg4Z4czPclS31XGiBYtVO1Cug/1YeYi04V6Q4EQqJJQ==","shasum":"ab02c5083d0ccf16cf162f8df36b8a5e3da5010c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.21dc9bc5.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAb09CRA9TVsSAnZWagAA5jwP/1e0skFyiOGAEr2m18Qe\nmKkD38g1AoDmaPMhJJKuTLUGcIvGWb4GlSvJKKADREC0P/+ezpemZDdlOvM6\nU1X03kg2vrhq3Tk95HUXDxEtM0+VE2YMlTxl5JW0tr48XUoz5mgAkinTb5rV\nFy7B5vMn28fnxHamRhTVNLzZgzldAmaO9G7XzdZOfiwAVKLIufuRW3IMFfo3\nmaFFSf33Uu18QyzXmbiQsBTeB6Epf3BlAwDZbygFJSriK/ioEx1xSInlxEWt\nzk7CQKOEqfGbfzuuYhlKbJPKcpKuN49hrq7GtiVZU31jcdlhcbFr5E/DdhW3\nZg0kANCPEt+v6ut4YiM12KKFf/jki03kCdSe6DvNT1cZ0AU6mdHSiG0gHyG3\nBB1mOV4JjJglEaqqBrV8WV6AkFMUu//XwqLgfhMbX8c9omIo8jxXTyH5eXIp\nO06t3BCpHbYlGJI4pw3EbQQAkfiCsKTVX1FkJzKfplbGbJP2xihkW6osa+nH\n+9BSDR9SN3NUcDLEW8Ux3ufa9sen8+JyPDS5hxZZMhaY3puWGzqdOVgRHTRX\n9fZRG+JDrau1+PmmuZbDesdbDhi+KwdL2XINPHxqK56MK3iw/NNH65CQ840n\nQ5EIO2DKLeg5MK1L5bLw+WEnRWNfj8FEeUvdRQqX9olwHkbdiJUl5y1Tz5oW\nUmAw\r\n=KVZg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtUyik6qcE/uqC/VWZuVC5lhPL1qXKV7O27GuZYVvpYAIhAP0S8C75tKbjgv/xqNfCrEu3vD7gvvw94moSzTMUSa91"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.21dc9bc5.0_1627503933446_0.09650947204248883"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.68c7fe5c.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.68c7fe5c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"d14f788b501a8e9e77ec19d160f45c10e76e3a31","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d14f788b501a8e9e77ec19d160f45c10e76e3a31/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d14f788b501a8e9e77ec19d160f45c10e76e3a31/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d14f788b501a8e9e77ec19d160f45c10e76e3a31/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.68c7fe5c.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-ylIpzmWzZ/Bb1H6LElnl2X4tszYd/Ar4QoE6Vc6s22B0dFjBsiKob5vA5lyBB/t/kKr+xKTMIT4oqPy0yySe+A==","shasum":"96791d82e4d86dbdc8f65f9eacbdc8c2f0804018","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.68c7fe5c.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAvPfCRA9TVsSAnZWagAAs2YQAJZUP4zjTlHPL25mznzv\n/1PbrvSCY+z/jNJakoTRZPtuXdOuwyauAMKcHawShTxz9xTeXhcFUSInV5Qr\ny4Qt+EZl4Z/2nBFKzPhv5BVfEV7FJ9VKdbfF5NaV459W3IFVfgEaxDYd25au\nO92yxyoEcJGN7eCrKKradqAk6qmLw97gPGTu7eQGsftX8Is2ymoUBXN7OBA0\nJ+kl5zWzm5JP/JF0iCuFyIQNHuRI02sA4aY337QdGdnT2fMhQyC6hqI99Bsf\n7Mbk6dsXnL80MM3HSxXX6J2F/QeR3XzjnYyFGZM4jVuzdQ3pIhWW5DOyIBA5\nqqLQeSHeBJpqV7AX4sCw3RABDvfHWrqsZ3DNT02+AEemJUmYoiC3j2N7jw96\n9/PhyKxWPknCf3RTguf1qOKg6ntiHETZvXLObefG6C2hjN/GghsKJHSEWXlF\nkxX1eEzn+PpsQ+UPo4+mcyw/I1Il6kEr1Hwo/1eWmRJ8He7AWaxrUD+5mvdE\nLAVh+/CgywXzhSbrNlgSrxtCwT2snkMUaxPvltBpFHnu093YVw8XB9e952Pp\noxlmzEXbVoxaPJiVvBnwmdvaqqPyPjn83R0FRG9r4iT6XO8yxe2EXv7foH7R\ne6FL9q3EhHiSpyytTodGQ4BVVVaJYWmyDOB3a0/9QrieQRzlnSsYjKft6btk\nC7uQ\r\n=Xwm0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9BjC3r0gRm1XCvlkKCw5++HAKsvCeyd+97zI96vjgowIhAMLo8Gl9bT22uG+4+5ruY5hlLkevd9naYjtTUa7Bgaxm"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.68c7fe5c.0_1627583455543_0.8054849751673212"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.aebe39e8.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.aebe39e8.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"d28ef9fbd1251f2664f6385efd6cd33d59bd5a19","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d28ef9fbd1251f2664f6385efd6cd33d59bd5a19/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d28ef9fbd1251f2664f6385efd6cd33d59bd5a19/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d28ef9fbd1251f2664f6385efd6cd33d59bd5a19/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.aebe39e8.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-ue+IIkBiOGElC+dOCo3BGEoBqOG3Nef/bDAXJMEc1MXCdsYIP1O2XgbEhFNmBjKI+GAFnGBhScPd9b27eYcwwQ==","shasum":"bdf13f1def16a668aa0275f9f22a1ae27c713fb1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.aebe39e8.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBE9DCRA9TVsSAnZWagAAtGIQAI4eXV2nrXY1yRUU3Yhw\nomq7RqqfTMaUtiVcqPFhQq74tGnPKk9tBCUmG+m/Js8eMOc+RN6ZECWxlcJj\nN3gQ7zUKHu5+hSwPLLN+AerG38mOnk7v45smLdiITuYCGsk1xCz2UWHpxXtU\nLv501/O5+kc/qrGejQRagPyhUuDAshfQLe3uekzpRi31EGdw/mlmw25ZoIjC\nSw5sL1mPhWAHD9u6ynrUdgl8lh1vmIxcVzRLzMgmY88zK98gKteU4ev/lyZ2\n5+W8/yQZ7V5u3DZnpX+tmBnX8YM9PRoNZC22iIOcnCGXgxsAn/zP7R3EW4YB\nmC7W83kyosm63Z5ClVL9k9MnxZojFCHH1CA8taYso+QwEw2IzzYMNIUfa2iI\nkNzZ31DiZlKg30/MGU67jPblK4CnWaUfJriqWxZ0+1mfbxzx5Gl6w3lNci6n\nP7YBxyofmi+Drk7cqUJYUUWbSVa0CDG3ibQMSGTLJTvn3jLqeL1FIon7IsIb\nc7ObGdhelD1yHPKtf+fpdoazG+F2PHpJ7zSCW6LxcYm1QiAL/n+gTIU+BPny\nJQNI5+tZ5Kq29g3+3N94JggnQZVFqJZCiI1YnKUeJE1Z703xycyDJK6ozi1H\nShsG+069SNvbJ6lu5Q1P3hx1tYf4oNTSb330uUC4KazPNv9hHxgu3r/1hu2W\nKsw5\r\n=8PYl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPaQucLteJHyc842H2+JQ2i8yAv5r/Addw56pKoO1yugIhANkGX9aiN+OquSGA7n+IG1FJIr4scqPSPRXAZOvCo6cV"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.aebe39e8.0_1627672387362_0.4789003096837763"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.ea889c69.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.ea889c69.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"29d32f8e88155014cd9963c5b4fa346d8e3d28d1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/29d32f8e88155014cd9963c5b4fa346d8e3d28d1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/29d32f8e88155014cd9963c5b4fa346d8e3d28d1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/29d32f8e88155014cd9963c5b4fa346d8e3d28d1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.ea889c69.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Y89/BX/K6AsJ5OV3BhfyHnJ7fda7G0bJOM+oUgP0/s8M+ulpA8T9Cqujxir7YS3L8DcT6iK+BtYes4cC0rxCAg==","shasum":"c4a3f4b9f34d65cd1ab3be130a6600ce9d4544ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.ea889c69.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCY8xCRA9TVsSAnZWagAAGI4QAIJzd+YdMI8GWkb2hAgV\n/efea0rvl888eysCdazxGPoSCJA/BBaeMwYCiPObufAL3pLd5lGDX0OSnTur\nsCarhBLX5VthZFP+M0oXU5l7gcRgaOFFSj00/8wZmyFubnVQpJiSJGkHp+1t\nV+SqbHoarTWl3tNDoEPLcaBmO4iAHmLA93+xQMdV6gW9FGztptimuyxh6JRl\n0TdngLV3SHJ/DxBAwCmVBxFAChj6NiCFswOT2mNXDi7Lxc/WQ+eZIB90AjiP\nGQrrUcTZ8o4Su0UchjLFPSQJImNzqr+cuKf3/p+OQqkw3MDOufBkXqQ2b6Hv\n6K4xalA1f5ixyhBKyH28Fr7rDzbCdvO4s+T5Cg2yanHmTzBtltPfkMgPy7RS\nOYvchsNuu9EAc2R90QzEjCUOBBh2A2bigYGSFIDGJmKOyGl9RrJcVLjcJIY9\n1RuQFB1ebCDsssI/ltlHXOR6jcb/Ct7UVJdviKz5de/g4oxsKPXcPIY8zd7G\nSasZrmmh+Z/uo9pTtf/3GEAafK1jghreBwBrwmqRM3UBJyXOBhCJZMWr7Rxh\nItvDGaGhwoPC0BLGSq7Cu1k7Xu1d4Tccl/vbq9bbDq0BpWH94RapFqkNWhez\nxEPgWbOrQflddTGFs1GVmd8DSEMkVNB1eeADoyPfu0UhYRzN6yhudj33lwpB\nfCf5\r\n=OTCM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIxVCLzmYLWYt8UT72VgCLa5/Q/NCVJMaf54GqByi9YAIgEEy4fGGTsuXG03BYQoHIp39joLrr+GK8CUWSnSGR48s="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.ea889c69.0_1628016433376_0.5120826928340318"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.21918905.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.21918905.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b4df0dc9ece9df56af685bbc48963988f2cb45f8","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b4df0dc9ece9df56af685bbc48963988f2cb45f8/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b4df0dc9ece9df56af685bbc48963988f2cb45f8/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b4df0dc9ece9df56af685bbc48963988f2cb45f8/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.21918905.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-nXUuZ0geU3AZB4a1LvQhSd9pdrl0aNsdkq0V84IaN5YfSbvXhHpIidWCl/pkGf0vcGK48UmTkWQUh6A2gVrcDQ==","shasum":"d9209e763fdecfc672d1659311903d417708b674","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.21918905.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCbGQCRA9TVsSAnZWagAAViUQAJYjc1UwsaWni3xbFy8j\njfy7E9T+r02QnkvxL30gsmi6Qm3zM69d6ezZcgU/EppnC8kfM6oaHKbnPrwV\nbKKQeqOZ/D9C73JByz00MYzg1aXXwM6/nsuQgRg/EotW9knYwsDArySfVlR5\nfSWI8utEIxnFPgf7rUhHnCuJtAdbaDxzbUfJx9DWgiFV3JmWxX3Tl9dD2k4W\nfbULMCAF6DgheX9F31LjLeHWLIYAUetcgQEi5dl75J8LMKrrla7yRgYog+Vm\n7chzC451f2nN50X68jxb8fA/LTS02PrERkgvoQEzXirRq3+JMqjKzdn+ItWn\n4JD7lzZqa9PbE6VXsGTPektAdjou3GwH7dsvYfB4Cew0I2RaBlsuZoET4PPZ\nnI+/JtEytDCKjq/PvIfMlS1LV3IvkE764AuB+pAN7VshL+7AsJOnG/MeuVH5\nPlUN5g+UnfYmxVLurD7dxA7FdRur9+yIcuBXwDKpvsdorOyT0kKgNcW6ghiq\nxob4LHqaxaMIncsxKZKILcJGJ4Tn4cLSZa3wrq9kKEoQYwlQiYoIeAbt101q\nLEAHbIizqvUkfaYPdORLJHRfxX6Tm9LHJ/we/yhrQcs0yj6Amk8pyVwcGtP/\nmx7iG0qh5jjiTuK3RJ5omxcnu0UsNPFa/SK1rdBt8B5zeOMmnhjD186rDeA1\njgiR\r\n=yovk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpqmQ+UQXReEDKtekjPnd/D+2pA2e+FLPdumO7AOHs3gIgLxv0p6eTKDR0PWnvv2kDs+cHnUL83P76HRj3By4lMF0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.21918905.0_1628025232082_0.6596904813065176"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.193c87be.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.193c87be.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"62c9e4344bd3aa4983c1eeddc83cc2dbe9ec6644","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62c9e4344bd3aa4983c1eeddc83cc2dbe9ec6644/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62c9e4344bd3aa4983c1eeddc83cc2dbe9ec6644/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/62c9e4344bd3aa4983c1eeddc83cc2dbe9ec6644/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.193c87be.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-YqILU0e5IHpew2Mzh79sRzuH/ADNPcjgr0tZOh3ZyAG+Y2jUpKatiLG/3b4mKh1g5gHVk/C0HpnV6+rCNta74g==","shasum":"de72e7a3d0f2a046a823249b27bd86178c27ac1a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.193c87be.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCtdDCRA9TVsSAnZWagAAFbwP/Aw+nAvsYhBAA+KFZ4dd\ncBmdjZznjtrUM4jRl2BqourGzWikY3ysf2XTUTWVD+dmljWEm1JfvluiQ6Zn\n2L2RHDip1OTroAXnhY2SgMWIRxOIQCdAF2vo/yDxlMxqYeHKMRdf4qnT1ebi\nGS6m6JIb7BcasFwkpjD2pDjM8j1s+6fd+Gu/2TiZcMEVI34sUbQBtEzh/ja+\nhmHhm8Kn7Uv5XA18XaXOy2bS21RoB/h6urYYBmaoD1nPZBXQ2H4CoEssFwbB\nEiyH3hDtk8wQ9bVhmnky+WrrBB7WkHRSdYwTn5YK0VjWx3zJgKWvjm7ofWof\nkS0FY7D/DgZ935EBr5R5DBqI6GtsD1dMdZQSD/h79piSvhk4//gs6KbP3CQQ\nV2zGzagSql87NeL8+TPCpnecho9HUdZ6i+ukIiSW2eBBorHhlg6AKcOPAkXp\n5ZKRuUMOWd3ChWkpBNO29l3gwmLIkt9/gbDxLiMWGNuiEIFt4Ts2PAxqGdtb\n9lCd5ue7DdcShbwzrMvS7ZfSY85QNG1ZkwBTaV3azm8VIKXfWD04VAPH/3mj\nJ8aRUFBsG5P9iKgjnhpcW2pDSS9bDAaGHV1BN1jV8TCeKlihERZU0GSCB5sd\n+V+wxlQh3g1mJcisetK9Yb+RYlOFRRxMFSBfpVuSAG9+nD8zZuiWEbUvrLuD\n3URa\r\n=KfVc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDj061jvPmHEnsWmr0q9paV8KTYhopYGL7t//wDDHDK+QIhAOGyDaz35C1lj7j78/D+qgJJ/LgRNK+eCc9xmfRFVoRd"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.193c87be.0_1628100419528_0.3521496847101755"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.6fc52d8b.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.6fc52d8b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"d70f6897dfb89d87fb73b1e96c8b4164ca76734a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d70f6897dfb89d87fb73b1e96c8b4164ca76734a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d70f6897dfb89d87fb73b1e96c8b4164ca76734a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d70f6897dfb89d87fb73b1e96c8b4164ca76734a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.6fc52d8b.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-HajTD3ufjzmF+tWN4MWiMO7uEKCJVmQSeLXJhuiGXj2da6aGuBD85DTZ6cTKOW/ubN71RxMjnYhOFDubt/6Dag==","shasum":"59fb5120e5004b78ea6126c6ff22e60be7ef9181","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.6fc52d8b.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDCmJCRA9TVsSAnZWagAAoH4QAI+FdnNzWI/PqDdQKZnR\ndTflW/JlJ+wuWf+hqNSUs2m2n+NjDLPnOryQneYeeGJAbVOdm5KyH12EMW3D\nXr/JFzyBeYH+1GFiEmAKoocU44LmyxID+XIvPK8MFKODElIhytWukIGW0gnj\ngTfQJQPR+FReN+Le3964DfbWCAyjPowWyD2Okt7Rr8EPFcYWAjjoI9GRKNvd\nNIfagQSFw2Nn5eDSenUlSwL5amGK59jDBYc8EXSActESI3sftlQDZMfIh78f\npnWMuyZsubt11vnHx5Zxu7Yi6j95mABDKj78nuamhx/wfA0Jk49p3uprOs6L\nX3JqwwtWJzslDBuLRYK0ISVYzpsQBMRTopaxjPAeDal6/vW550Eh6xoWkJP+\nGUnzwXwwvGwLnDzv0zCaRa4/pAQfDF0i5yVD4/DgJ1qWDINpNmfrEVOaISEX\nfbLu6xHdepuI4NU8fHXjq5WiSbEm6/NRLZtA8NsgcocM0ZDVSJA8qu/R2wQU\navpGQylG0o6KUwpigvzXXe9CP6nwl8FPGAL1I2PZC+3RZZbJ7UQ1Bj78OCqn\n4btqYJ4EZ7I3el1L5uZiJEsQywvcE3H2znun6CSfrGgJoFa/m8nO5IrtL7dO\n4D9F0dwsIq/8lRiswD78kqPi2C8bOMJWg+4Ac/DgimsXGXH+1BStWOZDEzDn\ngccK\r\n=FFEA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4rOF3BvVpBb5ArFdIQXkL+2mhYWnlhWvcXbOPBuT8pwIhAI3oo3iZgrqCFZ40KQCoEAgnqh8brYCR9/ExE5MAccwT"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.6fc52d8b.0_1628187017800_0.006223100303492046"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.e2e9777d.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.e2e9777d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"cdfa31e7045c5004a0ebd645c1096ddc7724ba28","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cdfa31e7045c5004a0ebd645c1096ddc7724ba28/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cdfa31e7045c5004a0ebd645c1096ddc7724ba28/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cdfa31e7045c5004a0ebd645c1096ddc7724ba28/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.e2e9777d.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Oum2OtpcoBCndZGbwBDhVjLVru02YeXJ70iYT1FS+UI9R40g9YIm1pcNW7ZEYEJszdbh06AVjsVQRIKsZ+KF3g==","shasum":"864f730741ccf647fce9b766644000dcd199b955","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.e2e9777d.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDGpdCRA9TVsSAnZWagAAV+AP/2YUHV5TWqPzZ+Tw549j\nIkRvY1IRx3bbRjF0Yxbv/eEK/sFbb2Ag+mqMRkgW1Rr3ITfNOTNVBKzHany3\nIIJVZct9iD8wSVnhesTu7pBtftIScsq8wxn3twuZbddNFNx/7ZZFmKOmCPrJ\n7vHAxeBWAPBXIsykC1ui8KSniacdyiXSSfuvSfXhZ+ec4Aej4mKLQlzP3qPS\nbSGD8NEgJSqG07BySfOgJ5gfenypmiAcFrWj/CWuEOwKBxJBXLOKO2Pf+qkt\nW/JALpEOI94TGX82XW7F1sM+DqZEHENxwX2T5GjOuRe7UeEeAQUxOZh2j1DH\norb18LOpw5JdE5YJS27dSNIFogxX91QQ7ShNUdVFd5ie24MbNlC4rrsjosYC\ndcl49YmlHzevpyAaM3gvG95MOAQSGiL/k6mj4S9uq8etzL5ZdKyVpR5k3e/D\ny2M7fM58mUOOVWATwLpU2Yst+wg13qgRWS40sqTjr0FJQ6bJVK7W3BQPHE+i\nhni8LbLKtaowjJw21RBezrwDu3NCpgB8ZdFWlsI065OnEkxZ+Pj7ZAB0o+PE\n6cC4F0DqjWunjricSXXTAR2keEafUud+FYGDU/Vs6yAvmY0cagEw/je3Vb5L\n0YtLdKj73Asl8VBACiFlc3im8Yp6qCYfWGr/diNuCdZY7QoNXkHHgnmro+cN\nfrzg\r\n=HhFB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgThr7v3EsPlHw+nlynTL0oNfSkqJla8wwccK1wvb/OQIhAONkI6TyMB+aFny4E1Szq9sG3dbAT8pK+VTcJ5xYh945"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.e2e9777d.0_1628203613206_0.3942999636818836"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.72ff1e68.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.72ff1e68.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"efaa4c0f4dc1cfea004a7f4dca613ec666b1106a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efaa4c0f4dc1cfea004a7f4dca613ec666b1106a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efaa4c0f4dc1cfea004a7f4dca613ec666b1106a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efaa4c0f4dc1cfea004a7f4dca613ec666b1106a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.72ff1e68.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-omJi4M6cfAWXAjCWfdZ/Bgq5TvX7YDrzNaOQ411FUnmAAqf5pzOnXZXoKbLCmuNgk0X93DdJfAu8xTn4XBidjg==","shasum":"e63db38a81e8dbb4a83d01cc6a9231a44e032e1b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.72ff1e68.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDaARCRA9TVsSAnZWagAATVwP+gLmgSEAuOQoo+lU0GNV\npGQ6dlreo3WbJGEEGkOOE5snC4D771rLfUys4pCET7eSoaY81B1jKg9qbfo+\naDA/kVoDwxyS/ZUQj2e83VqK/rK5zfGJRqi2MPZxURVkNO58y11CbAqGY6oO\nL0gS8x1/Bgv92wntacc8hUjsXwk/RJITDNjh/PmTUJbTKYuul1onG/29Y8Fk\nRyRF0KqrMUo5dmPq/cnt/m1+U7m2c71WdLfT9Fib7YRFxsxjPFXvu4xqOIga\nXMQ6amZe2wKd2898GjYWvgQGJh39awK0emhxWRTzY4zKc05p5CsLPrUNkJUK\n1MA1F1eeCB8iBLIpGfNZkiSb+CSfNFB3zqc3ImE5yrz6BalhHQHOmv2VLYH9\nbN7wmoqGveBFP4ZWItBMmzjLxcCPnT/V5LAez/72K6xMrMTbjSp1WStl5wBF\nL3wStqBo67vMTduoOJU/T/P6+zdjRgLDV+lD93HnRJCjc1dlvl9hS8wr77mO\nfHIuMnRQiUHkc9OZkVoIFNW+HZBeOMkkthuIxsCckrWftcggETuSvE8AkziO\np8Yy058xaT89WfIf3Vni8mHuSa0eJ0c/k4CFSEtVfhBCQ5iFSIeJly39WfOB\nH+IjHj6riw85tXETVXNns1mMpZ4eyihqSv0OfNHH+xsmznzbN0936zg8xupj\ncHHc\r\n=tTlY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmjouWtfuhmmB2yfMxyQYXtj+8J/+ExnfvT3oXPelBWQIgIVSZyyP2tbe4MzEfs2EI2hQe7Ms87TiR1yzVPOG21Xw="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.72ff1e68.0_1628282897378_0.7076986479971106"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.c527e93b.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.c527e93b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"5f7d2f863731a86414f3b6d188833c46053b72c5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f7d2f863731a86414f3b6d188833c46053b72c5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f7d2f863731a86414f3b6d188833c46053b72c5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5f7d2f863731a86414f3b6d188833c46053b72c5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.c527e93b.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-f7daAQT6/mM4DQJrBsMrnDBYdA7XdD2ZWQ76xvbxw7mLpG5FlMt3cjOZVg4B+z7Z8VNXyvpkBIqmAZk/CAeYrA==","shasum":"4d18254fc9ccb3e1e9ecacf11a25d55f459138aa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.c527e93b.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDaUXCRA9TVsSAnZWagAAC10P/0+v9YN/93L4mkTYUqdV\nc6oHCrF+95O8Y7NFnebbeHDKVd1YRaFvaQQ3Zlf9Re/hIiYEMDUe26G/4XuY\nzDDVaoUMjIGPRok9wJcO+ZqbnqqWXU5h9YbKg7AopjIi0eHnQmSnFg6JmWQs\nn87hbopTjXapH029DU/lMhd4eUKKXiTVgeaFl6hmyfgaZvcjbxNFoIdpwHC2\ni5o/Ryr3pLUoWn4F/s/561R/MhtFTVKiLIpGNT2l07/DFYLsv6pxHFE4SuS1\nOSL9g9Wn4IWyNnNrZX7lw3dm2fIgJUN9/2sq7dQmm/yZFKN0XrW0AIjAx6nz\nX4esDSg0mT+s2O7Qp6EMJt4KHMQapwQgGpOuNdJXZRSeEog+qfYoxK1PWHFY\nlvxo62aT8SQFkdYoKtmqt5c5WJyqlFgxBv5znBaqawSF7uhwtj/oQv9AFxJe\n9E6TBzqPK0FLF747Eq1Ee8jWJCXSSXtLbP25mHyTKL5d+ChxtPeB/oPI5R/f\nDWwKXVhWsb6mEOtaYuyQtHN4Xt+UsRH7I2IiR4ZMnrygPkTVNYvwN/jEUl3h\npDl5t+isx8Rj/NKvX5r81GgTRUsjpwYhLfDvGQbwTbtQwrx9GYeNP2+lo+jn\n1a9rcXvhy2m2RieazjmV494zvkCi6AaDPr238QTVjROq84a16GAdgtMWcYv+\nY/4S\r\n=7Mco\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3+9f702OZzF0OX98XR0xnuA7W6P5CyWGOfaXNFx/y7AIgG4/JMPyHu+PVS6714hUZV6dducGcoJyBsVcbPE1HJsI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.c527e93b.0_1628284183758_0.9063483609135772"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.78b1eaac.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.78b1eaac.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"6052db26d383ccd469e4c4f6cca3c1d2e4533696","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.78b1eaac.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-U6YT5xUWhzSKI+IPSlFDEaKBvfkaUZmu72eooZz2dEBPPwrEDleSEtpWkEOUEJRDohDAMFEwzOWrgLeXNrB+tQ==","shasum":"258cc9161c75ce77c1283ef235cf484da0e8e336","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.78b1eaac.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEW3iCRA9TVsSAnZWagAAfvAP/1hN2xubo9Q2FWIPEcaa\nU0PGL7PT0WamIHnVXhlEDWWtlYQ6neaSJdnkMXISryRLYFIgyb6gUMTLnXeQ\npdUMhqWeiAd0Ki3yMmkp/N+T4bzrzMJjZZCUp2ea8SCevBXNZUnSgqAP4Iy6\nVUjnEV4fspEQ6I3JupD6MuUoyolFy3yvjwv8869P3kDoiEts7KVtpjT5pe9S\n131zn65kp58LfjjGsVshk5ifLt16UQiHbjzPEjmBPWK+iGjarOVwJznQJLwJ\nWeRXgCHvALIzCC3GaOT6QbF587AT7j3nd7upg9GRacLwO5CYBZ58SK72dwve\nS2Dk69Vmg+8skKNHrDqv/xzlxnnMclAN49m487lDuzM0vxL/V81oIDzVuItA\nXEIDUrD5x3WazZnWMEMPa3sgvhan2drCS/ReU4DChHvTcWszyZHA0PgB5R8a\nBL9GDU2TNw9GT8WMFyjGe7PncV0VkpyJXZlBKmTi3MImfsIDKrssUJSR82dq\nPJC3hz8/L46qZMdbm5sxmW3yHxv1yiCrL6J9CGfhfmuf42OBGhAw74Nj2jHT\n2cI60dvA0uV9+XUtSac96xEnxSkwdhtlSsPydCybz5gNlYOpqrQal2EaONBb\n5QxrjBpEB0OjkN0XSouMK3CetaoX/lkcCRoECv6QdFXPc9F2KRCvCG6TXs3X\nziZ4\r\n=uNwX\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHtcAjN7kTZ++yz4tpVtOGTDoRnFqLUMTg4FbKqIgNe7AiEAyM7FmP//C8sLFxjqzP1K1yv9trIfnQdB+blNaL0rr+I="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.78b1eaac.0_1628532194602_0.04851836159013967"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.a8a4ddc9.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.a8a4ddc9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"d9658c00d9d10361ed16fd976b03d6652cda9ef6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d9658c00d9d10361ed16fd976b03d6652cda9ef6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d9658c00d9d10361ed16fd976b03d6652cda9ef6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d9658c00d9d10361ed16fd976b03d6652cda9ef6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.a8a4ddc9.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-2YeWe5oM3xIvEa7AwDaEKBJof1sRXwyMT1NK74W1Sk9gHi9XssutMbeI5Jnwbv7gD9zhdNJOvWbYOVo0qulBZw==","shasum":"f36b76bcba0cade4fbed9c050a8bf19d06cf167b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.a8a4ddc9.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEsmBCRA9TVsSAnZWagAA4hMP/iKS4jbOIlhVKNoqaT5b\n3a4emEyJWpDPTyPmtpTkNvkhk/cGr9MKXcT0WnmQ1K8bJ1OSwb6/27V682p5\nxA4nQEVX0VhIQy8Q99ScvRhHTV1kqG0Y8+1JpzhheFmzVchHgxYKS6uZSR0m\nLAGCZuYoA/flXDtPGm1vyKb+PljB5Y47aBjLZ7WPhJBJ53VcLDHRclP5VAls\nJP143AG/zPel0dSRV8bAZ2BAWx1Fh5snHrOhKY2VhcQL1UEnCbJOSWxuxQnZ\nr7DsLGOWkoD0Wc+XTEKGK9aCRq92cwRolm6/muz6UengqCHL4ErwpG+OpXkq\n9xo7T/gDU2AY2ZaF2S/Qikzzm+/dCWPE+ABZe12oK2SlEu5q7SYkGbxioVfd\n6yMguMFI7H5SxbrrI1YoqDQZdM7mgcSy9yVvn+foPWJAl5XOzyWFL36eTQ5i\npp0u3YKwNaUyxw6gk5Y93XSdzsageqx4PCFvlb3YT8EIbNOowBI9VAcmuWHP\nj0uq7zPrdT+5HYedx28RHMJWSPSefXHoXgp5DH1dwkw/hub9eESdkOYaEKDE\nzMBP8SltJEzRIN8WEXtWT81av09O2s1Ex1WmBY2wr3Uro9u+e/sPfsdDQ+pu\nzpIwYF5LBhLdKGZB1Jq7k7v1UIoXwRh5IXxfsbLcWaotiKLTERIENXFxYAjQ\nk4sB\r\n=wKj7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHur+6rfkGIBe4SX9k+iozMxyb2U0BDfGRjd0k7Jhg7wIgXP1bN/prunmzqQzPdiWsci+UxF0o/XOGJESRy+XAdEQ="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.a8a4ddc9.0_1628621185665_0.9838077235764102"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.99fc0632.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.99fc0632.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"1182c7b11008cbaa2e6a052092cde8c856306942","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1182c7b11008cbaa2e6a052092cde8c856306942/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1182c7b11008cbaa2e6a052092cde8c856306942/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1182c7b11008cbaa2e6a052092cde8c856306942/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.99fc0632.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-qtX6fHssPjUj7InNBp5YI7mBB7m9+ilYEYW8pe21kCF8a9f2EqAAWglnRP+tUnM3YVecTCpP8Zi9I5PtU9sWyw==","shasum":"ef5a0d9d076b71446d791b9d8dabe7b2ac980aa5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.99fc0632.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFE1TCRA9TVsSAnZWagAAWqoQAIobAb+VaH66Oeozh0oV\nUcblrAv6O/Qt7xnZZsstBabwNJB+gDjE+F613fOTe8uzsTs917qiX9LMK0Hs\nTkvO5QcxF1Q6yMw44W2U8tni9B7Ums8P3ukEvGPibmiaXrmenolOXKe4Fm8d\nZN8XmOIgxZVMJeWBWlgd5oKzeKlqBPttv7qgAG5pyPjfo4J0qiWl2BgESKHS\nJ7NeQz5BSAfm4KAZTbk01wB7MXE98e6zOSbUcTFGmkslfUFcBVtbGLP+C/BY\nHhT4uWBUM91O5L2awszK7lhv60uX8z3cGQsEq4RcgtnE0gJmz8NuIDbmjPBj\nBT4clmCJhnmf2EarbZjH0CYpeyquEv/QiDn/As8zPxQtxXbBwZVrTmkOayS4\nUDmpm/wC6+LyD/7DvYE0J5wLwy94FXCqlS5iOeQRASDJjCD53RXaZz9MBXgo\nsDi6RTIbBft4hVKWTpkmgGqch+0aZZEvhRKDIPUQJt2sz/nsdGJK0hNA8kOd\nn5NXthuOyF6QTfJgJOEAeQVVphg45JFUWEoTkb1xxOqzBUnNrNO+JptE4ko1\n0XkV4gZRELD7gx7X4PETkhzWtffSlLH1B4ixwEjuMYOfytPs2iKklI+1p/WS\novZsaFKb+Y1CBu8ayEoxiaDdScUTNPo/TMO+bgeqqC/6uWN2mXufom92JTOR\n78Bg\r\n=gzOj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFLOffv8Ayi5IzuHewokbSy57e+0B1K9YakOae+4aAt1AiEArVN23hRymzTbeuxE7Kuv7O/3ix7O8EoBGMDGekvoKeI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.99fc0632.0_1628720467541_0.31784043991243593"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.3f47ae57.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.3f47ae57.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"edf4f3bc9066a2b36444c8a434994a5482e8b500","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edf4f3bc9066a2b36444c8a434994a5482e8b500/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edf4f3bc9066a2b36444c8a434994a5482e8b500/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/edf4f3bc9066a2b36444c8a434994a5482e8b500/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.3f47ae57.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Q30m2F8NWY74aJXlZIJyTrqdPWuU6TQzUh5T9mJHjibo72DkvfkIpw902MUFLQxIWoxxNfaZ1Hg6r7ZCnuaXpg==","shasum":"ff42384f398853209a67e0685fbf48d3097e2d68","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.3f47ae57.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFWGBCRA9TVsSAnZWagAAgA0P/1fTBKvDQ17yEwyySxf9\nJ+EfHOiV7FUcmCfH38F1ihQPJOXRxhZlLh85Jl2Iy0JL2pof04htc5igezNI\nk4M8Xuw99vsbTAgARF2SzFsSqr2sbNTZL2XcGFormqpR9YToHUdnb+/uyIZQ\nJKTwY1V2PWelgc7pv75l5Ir60kFc7E7CUyU4C+ZbV4Wledtu0USjca+Lid5T\nBM8nODXxzjjvd4D8DcGEo+rkU7XdUV8apPASQYiLAQ7SjCT3/6IK+YlqBhK9\nHi7P2fNt8x11qKCFnNyCFAQItd4Ej5WQwjSFZn/HLVOaYj572hvZBU3j1onP\n/q5eb0zeaYL0uVIPnxGQx47YNQAowrV16PgCGBcE2C2y9osVfXF7namHsY2y\nk04f4BtRdCCskoPnUW7s7aK/sDRPr5exmgX7DUbqoZ9Lll1HWbUhppQQ6nha\nspJhX7S51eG8HNDgzKD1/P3sb6uiY917edcaKSzWK/aPXBjHUuTtygFuz+Sv\n33/DvJMiPcWyO3KOhVfA285GE+CDZXrga/kWh5Mo062CNYZsRX6tClIHp4yH\nN5YA9dcXSxlte0LHsprw875m2Dm7lgjUG7izZimGJH5iKuQsEP9jpTzxqlEW\nVaeKXMTfF4EBpkMR1eNLU+nj88G9fvDrVFxMGqdfj3k4fErfZJ83n2ZY03xX\nSikx\r\n=sZyk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtE5ChqiSxUS28VmudRRjE8kDhI6zSbY0weWBpZx2uXAIgYx2ai+/nM33dJ7StZC1U+f1iwbr2U5yyShFRsyS8/bI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.3f47ae57.0_1628791169519_0.01780158950779387"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.6b9bfc32.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.6b9bfc32.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"2479bbd88c9e53b974ec7671345a52cd8ac0e907","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-components-web-components/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2479bbd88c9e53b974ec7671345a52cd8ac0e907/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2479bbd88c9e53b974ec7671345a52cd8ac0e907/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2479bbd88c9e53b974ec7671345a52cd8ac0e907/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.6b9bfc32.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-P68bhBHqfBa+BwB3UXz9WoeHIC+lfjaBWv58TwQyRgKJQGd0GQ9n8OWKAxAaYXTMc0ni1hDqd9buVsNqwszPww==","shasum":"8a988287be5d359d162822949ad75746dc2ee3d6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.6b9bfc32.0.tgz","fileCount":11,"unpackedSize":20190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFWcrCRA9TVsSAnZWagAAB0UP/R2sSkLGVdvCNWiIfqwP\nAka87EpwgiRtSMT6SD2MmOIZzXdJ8+YMFtnNZ4hxvRmxqP7xe4njZ/HuAlGM\nIphC52fJ5+Kh0+6zKy2XjzXDXbV5e05MkZNLt/VZgoc3iLXP0QbZvGhzjYWq\nHA5BKq/afYUu63iiSqPYGjR0K0DASQojT39PxC3u809a9IkkF5YFb/s4tRp4\npdTpO1vsuyy/dhPWnmNnvS/kJGD3cKy9/O0qqeMBnvOHfK4tS1DTyqyKrQx/\nbv1rTvaptCx7Cy77PTR0T1p91lntREunppRS/NCPuwYHc2jYY7pOr9GfO5/N\n/VynZgXizfmbhh5PDS+6b/8fp61yMAg1H3QtshJ5ftjuU3IP8+6N44YmtpzM\nQkpLy09OHyCi5nzOxqp4GIA0MZO57d5T5P9ljicaKi+SKkdqn2NwDDevnrb7\nOwR3ZoAs4wgBzPVht2U12e15Vvw4AUXbu1sB6WBASw60NY7VOnYzrQyNWSEH\nt9eKLwhD+q4SJ9SDcNYGLbU8aaM9mwx6bjxytES/8sz85ztF9uCQauZlWjqT\nYwx+O6bQ6QxToUKFSW0TnADShNq+LylGZxFjPTGM8kzqYw8oQ95/1iXDKgYN\nXn4/au8feUDOqncix6PtCUIVwyGzHb3Jn++4xPRSvfNsBEgw1uHS71d0vQaY\nQFVq\r\n=hjQe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDxXASu/jp03xGj9KolC7LLfhhJxnjrS9EDjChqBj8F7AiBWuCkyguz99WvHj1viKKl/R0UxIoYgGi7Py5GQX8iFpA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.6b9bfc32.0_1628792619702_0.10014856377197656"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.c89ecc63.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.c89ecc63.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"aaa5bd89f698007e7af19bbeeea7c1212b851c35","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aaa5bd89f698007e7af19bbeeea7c1212b851c35/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aaa5bd89f698007e7af19bbeeea7c1212b851c35/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/aaa5bd89f698007e7af19bbeeea7c1212b851c35/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.c89ecc63.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-oZXofvDOzYXoXUJm5Wn/M6a3p60IPrx3akH1L0tZGHDFr/zWWinaLI9r6vsQjR4xKT5DXQO7/sCJ6ZoP7s79Lw==","shasum":"6c0f0a96f805a13c7f2d895fbbe95970ae3a47cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.c89ecc63.0.tgz","fileCount":11,"unpackedSize":20168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGp1qCRA9TVsSAnZWagAAIA8P/28xZhaQtv7FtOwnmC+U\nxrie93N4J5NxqS0pYNMD4GvuEX+A80g9Sm7KyHy5eSfBiT7IaEJ1r+peugtg\nMUEY/w4CXpXNLapyxAt9Iirxo0CdLFKguOzTryIvr3k+vUe9pgtof69xq5Ce\nAvU5wWJaIRD6tAES0D5qfgSsukfvuUn2u3csi9TSCDP8jGVNxsngNJTWAvxi\nqidEdsiDJpuBtk7IGzk5M926pQhOlDdOQ8r2LckmxwoQK2SoTGLwE9vC0WUQ\nw2d28EQPQKdYHlQHknWPaChrNYz+UkzQrgOlWT/TTWGJM32ybA2NGTzK94Ul\nLapl8Sv5k8nCDEiU9dIE/GLxwF6Q8ux1xGp6hn7j1C++PkKTyBYqXCDRGM/T\nkqkd5cRIQquxSo50wrBERNGU2HlsjTAkzT1+2otos84ZJmdAjjN1btBOhk9h\nIc5GVCu3eHjraC5DxKT6zYWVGT0u/vOx9NpW7vAqJRKLzzag5MkABcbbHws9\nuQnDIOz+EytCyVhe0ZkSdmyl5YayaZH6zB8eGb7y2h+bk+77ZOZ9ih/ertDR\nuXjyDznFftrfgaPsneY7rK1eozgrDMkFs7deNe+fALh40R9imPC8H2DiPP0r\nt9EBx5odz3C7pXD+vufg1TO9ZgdA4ehSutt7jDfSz9kP+yJJIiYoJWaf6lrf\n3YBj\r\n=qxJL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGCAB3ZBHTI9MYIprn/+n1wqI/rdh9zINo/Ew0kpRPNlAiBw2O4kN9S5cAbu8Y27xT1Dl7CDQuwodRJR9AgKf4HnjA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.c89ecc63.0_1629134186062_0.7372256725302648"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.59de86bd.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.59de86bd.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"ac639cd83d2e2bff117ac2f85b2cd2641560a85a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ac639cd83d2e2bff117ac2f85b2cd2641560a85a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ac639cd83d2e2bff117ac2f85b2cd2641560a85a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ac639cd83d2e2bff117ac2f85b2cd2641560a85a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.59de86bd.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-t9yG531tfIIFZ+AkVD3Td+57gSi1PKJGlAW2xBakqdzFtRnOU08a4o5zKxNKI8pPASqIIJdzJ/o3lZnIgupE8w==","shasum":"aeef008f4615de02f88c08c55926c5c74b3a75f3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.59de86bd.0.tgz","fileCount":11,"unpackedSize":20168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHGRuCRA9TVsSAnZWagAAbboP/0N9ZKgbdyljdSBscS7U\nAFi6JzT4FPLJZxQxt6bgjs8yT7WWrSm3e+lnile69YjEAAO5nUrWfGNlAbt8\nRaRS+bkpo/To06lCo7kHkLYWTgFaf/raAmaGzAKX3fOEoboiOGWrZDsyGpNC\n3R5XzyGFmS/I3wmN8x9uX8eKfbAaeiAfrRxH8nYKPHQ0RtGLFH4NaAhMtGyY\nMivoogLp2Np5c8F7vfxpC4q5i0QyNmCeGF5yT3bahIDpRGK+6en/KYo6AWdC\no3+R5GGL8U0CLU+nkGyqcB4uDKD5XgDbnMQKgxJPokF3P6kEUltQCWvuSexX\n6tRvaL0ntmuJE/OZJKohxnEfFkE3xhynhOmY0H1zqvirOYDD6QtX+iCbIO8Z\nCJ9nzRR1t9AKlR7fwf/jTi/8zTcxzwE9gHE/2BzcIdxUlMiLAiCgpEc8k473\nofAoR7RpLyb++LPCq9UQe42rfBMB6vYTHEooKAVfJJImBQ4fsHbWYY6QiEkg\ntV2ea0aLpVjrcQ5F5a/Ye1D8//AEml3cQ5SEtDa7tKyNScQamHXix1bH1Kzf\nKYZLE+eYmu5ov1MS1aNSL/L3KpKgOlFllRCbIPyvp4nNqdwrRcuRwtmru6aC\n2DGZsbQA/3/p9yY+Q4I8do8qtjqT4YH/wJp3l2NlKCIEYeYBgTP701ZDURZM\nUyzN\r\n=zG0Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFYZ93/VxiecnSnSLdJTFdWGHIbgSdgrkZFHvm7vNNRVAiEAvSrD4/+tNTttQS5UT5jNW9OGu3cD7rB7QxU3Zi7ETIU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.59de86bd.0_1629250670206_0.5780085370870833"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.dcda879b.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.dcda879b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"ab309abf464fd85bb1f234aaf8a2ccd35b8e7635","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ab309abf464fd85bb1f234aaf8a2ccd35b8e7635/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.dcda879b.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-3bdoX4vTwhUIFCHFyOX8QCsK+ObQLbEwHQarZTUgxHsIo9gZfp0s/VqFMJuJEHKb/fasUDSZKoACIiRxO8XbZA==","shasum":"a8633d7d01b34c96fb400f5bbccdf04f73ebf90d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.dcda879b.0.tgz","fileCount":11,"unpackedSize":20168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHYg2CRA9TVsSAnZWagAAy5gP/2e0tCLQ0duPUWIaHFb9\nLVeL8K3f2vl3LVojl7KXx09aeLr22T5JqfRm4jkGga+kcJkilxsyRRZKzDmN\nwe5sX+3FPnnU6iPsdhDoVuNZe4z+8QEwes/KoUBOkIFvdWQ2PfJ4ZQFmnxMC\nvWTY6r8XcgWmzIt2uoKn1AhuMq2h8VOBCX7wruu8ZJsyGcOZDVg+m5P3scBy\nIxxBHw9c5G3uCR0nj77F8sBh9jXf3EVPqzh3lkYFKlKmnKtp+wer3JddHTx2\n/JHpCW8kkRZhS00eflifz/2Id+qykFSFthVZsHgsONorFoAqMtFD5FG5nWh4\n9Wctb4vG127WxPdHsA0OpJE9U7MPm/i08vy6NEZAdVU/Xa5zJQmeV4XBu4bz\njf8Ldr0AC9cwsIA4XHzKspZz4DcmgYwSUyA5SsprQ/4ONk66YtHvQwYZiP5L\n1yOH6jtf1GTCcM8P7VZdmkSGCyS9OgI4JwXo/J5eG3eOwaDbWcY7XLxnQ3qb\nu8q6gYpt73bSkRywMGzViNfZhY+ihzWqmcNh8fuG9s0yHtgvTP4ATznuZKGD\nFZ7gBgddhA6uSOXec3C3KrLHMPTOvOI7tZnVLpHYveNLyj/eTaLM1+R3X1Tq\nbw95SitUagictfEfWY/+tS5M082fmr2K1zAFCLpDbeLuqL1CTP/3pIPkL+FB\nGRm0\r\n=tZTD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCau8xIg14rnvODKnYTwPxvYTssbTg8LJDj70dDo7RyqAIgdWhHImTYMBRujJy1H0yBgd6rZo9tNOMBaWHiWmClgIg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.dcda879b.0_1629325365950_0.536154004081433"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.dbb8b366.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.dbb8b366.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"9def9b810923fb3cf5946b62d7be5df5ae926fe6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9def9b810923fb3cf5946b62d7be5df5ae926fe6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9def9b810923fb3cf5946b62d7be5df5ae926fe6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9def9b810923fb3cf5946b62d7be5df5ae926fe6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.dbb8b366.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-nBSO5UYrxs4F5yaYIn6cW/+LaVECoH9XWeHX530b5UX0BXokkNTVsE+Iu+XrRHqjvTWfxjMUaAuO9vyWXUsGwA==","shasum":"174e45e524d0be11cbf3eed59a09dbecb8df665d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.dbb8b366.0.tgz","fileCount":11,"unpackedSize":20168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHuJmCRA9TVsSAnZWagAA90wP/1IMDQK/d9sWVHQ5YbGz\n7gYXADroUzjy7oyMiv88jghUP8d7wNuTaLeQSguNCnsJAyzbgAdQkKCQTf5W\nnUcp9z50saOXIIN44qfLIQYGWxS6EAAdJAZXpDh2OR1+avX5Phv5J/0FTre5\nKfAM3M+T+1EYrSgqcvreIEH49Fx+SyeAHxuLvL2U4TNddGqnM7vgkj89C6oc\n3OkgIOub6abwK+Z67U4CEAVdV5mcMOgnJm67QWr+kU7918Gk+j2Ng3dYHp4p\nWm3jb7Usc9Xcg1ZDCJ+Ipb55ISIgt+17O81I/U9qNaQZgQkcIW4bltFuCpOV\nw/lxZPIEUJ1VfXgtcaDDj/X7ucNQb7fhsfu/TPY48eQWxCUZvuI6LrcG60PZ\ntp+KvrfqIumK7tuJk2zQve7uqy4zYaa6tvC33uQ0ddQHpQnNmX1bZ8XllU0w\nRrkRwQQ+LXRznq99zbpy1Kb+mxMPMkB6MmRJHj75P87pKrhw+T9NPyFfY08V\nFGwSacA778cboHSBbh6ePPtoGoeYVqVDImIZWcAaKWU1vF7b9lAJont7UTP/\nfsnlIirmB81/ZV9dWiRz/aXNGdwFYRW4RCXJnyWb0a89/bq2NZ5KgyvzLnny\nDdh+tE2Je6QDBqE4J2yv6GuCGyK1SRoUQDOQ0EWllZ2MSacRyYkx9dBxweNA\nOUyP\r\n=Y9Av\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFEsz764yf9VBRPkcawIk5jnHrRqiWBWKXBAZU8wYLJiAiEAq0O+muqHNvEs8Yv7Pf7n7BbS680NS6BHcCJ2ytbkjWA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.dbb8b366.0_1629413990128_0.7666764965555217"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.c6e3060c.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.c6e3060c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"2c417f32674c7318ccfdfa842a3a2cb3d57853b5","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2c417f32674c7318ccfdfa842a3a2cb3d57853b5/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2c417f32674c7318ccfdfa842a3a2cb3d57853b5/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2c417f32674c7318ccfdfa842a3a2cb3d57853b5/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.c6e3060c.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-JiZqSnT/P/VwDJQjrna7wS6Ze68PN0UFzOyVZInqjvhy2mhMMSO3OALvIFl/cI/YaMwGN+DKitUwJfEczHBDPQ==","shasum":"96ceb69cf396e074b1e8ff65be8cee41f0ad4820","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.c6e3060c.0.tgz","fileCount":11,"unpackedSize":20168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHuLUCRA9TVsSAnZWagAAHjQP/054lNjS0cLFiSyeUouh\nsSCbHhwf9PYYUcnFYlw7Ny02D+xUX0m1UzBAuGCbLH1cNJma86Ujwt3HR4Uw\n6yRNlNy1naCRfePRM1QYt9vsL/FOF73n1De6xau7Q5ip1USu/XfW4PCAQaxH\nxkS/K/jRHq3lHEm/WFtrR+PYlrx2Hy7PktVrGyl90G5tfj8haZqPseXLcQxC\nKmQKDA0B7GxcLKleDOGtGs46H0ri/0Ib21unJn2i7a4CpNbKZF+woVSWR9El\nwzFGvDLLX8Zyl+uYCNdwvd6LBxLQNSQXGcvaKFhEjhMMOwowccQn08tGUcWC\nEFKP5hH8Zky92EQcCJ+DdXCd51DWuYMdfnLoZTdCVaPMM2hwZgof/JuYqeBa\nhx9JnCWlAPkTUfXO9Zm5/Aw9N2W7RT499LyYW69ZdR/gQn59+5HdFQU5/tyK\n40VCP+cg+pcDFJSbPQy+FuW++v1ZsXMfEsp7918ZqjPaxqO7jFtz37AOy6Rr\nrjxSIMZZPyVeKY2smBJHyYS0gkfSCtE3TThOxvnhyHhEGtvkUVeH70cYdWQ6\nw+CdGuGzzw6A/P0qBC7o87ziAVj3d16c/S5RWjMDrZDxbD7xs9C87568oV5X\nuZFq1LebZ8mzPnTbZGBw+qaP6WW4khbESVbsZrc1JifW2/M0LWMQ49HHHGyr\nuAVm\r\n=FP0G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVgbwN3OvRQ9KeMRLKUI85w7mo0WKliiigJYAXeN7IEAIhAK59JyU6bwQJSpg/fPb1lkidSAKWps0wh26FPWmxqxPu"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.c6e3060c.0_1629414100088_0.7808381401255364"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.03120b7d.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.03120b7d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ba0dc47ad891e00a21e2d69aec6ec4c6dc83e003/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.03120b7d.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-IfpY7dS1MI2MnrI5d9Mfvc6bM0gr5ND3LWgR5iNGGys0xOfszLyhwGpwkzsq2ItmfwQT7QVmm59SvyGdUTMdng==","shasum":"14267288556a2b03aa812d8ef5d60e6f8cdf8c1b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.03120b7d.0.tgz","fileCount":11,"unpackedSize":20168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHvbECRA9TVsSAnZWagAASb4P/RZ4i84pRHpnJGncpyaq\nTt1nbhs3fhyoPzx+oJQIgvYb6aaHLBc4lYYvYLSfp2voc5bqupBBWQD+Saos\nsII2xblgLSaPdUC4jlgM+JkBh0B9RuzVb+g4Cu5rolB0I4rpOLZxyjIg6G82\nG28lP0fR9SMXWZAWVGmGGobIhfAQHWjMlNf8n+0ItMdYwNJH6rdE4KLDyUNc\nUHfdNbq5rTt68DkIqdWgjU8FFbFmXj9d0RNDzIjOI5/HTBa9Z0RXOG81IQJY\nMwR+Ufoih+pNVkZk6eMFWvLcxXxoiHsL+EqpJiv5rGofRt9+0GKbOnSOgmYM\nZPSf5kLhIdq8kj9YPEg4EHu0f9+jgg94l3+4HQCE8lO56hG2QDZtKRDzoRj9\nAdMD/2IgcaUzPL62FpJNTjSVoGjEEtHq4hkMYrw0PHKkMMGRm7SlJzcPKtyx\n1J6W4k/OlfY7r5oNhXCLnBEL6j1Y2xt3/MmxXjJcyg6VSWra3uO6RLQ8W/S6\nvfM0Knx96cq8y6q5emhCrRP60xwsnGtMmQhusUC2X4/xZ6S+Abc3V7Ea7nsF\nCkMV9KxjGH2Sb6EsdAPxZkKO/RXxFwdvw6tyAhVbusv6D20/mx7a/xnTGUgP\nAr4jxZm6x1qsB7s/KEjrkWfRxvNWa3DKm9qVijrgMdRXP1fwKl6DiYAG+fua\nna9Q\r\n=NLYQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpfTwC/62u9gub7qkFbpFaaj8xw8+ptvqTdmsyEYCoHwIhAOUxfog3gMlR2mFkDgiWS/E6RV+Yo1Z+TnLEEFxyXmwP"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.03120b7d.0_1629419203911_0.9837150090370212"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.d75a5f74.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.d75a5f74.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"ffbe861a3137fecad60074a6f36ca1061f940cf2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ffbe861a3137fecad60074a6f36ca1061f940cf2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ffbe861a3137fecad60074a6f36ca1061f940cf2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ffbe861a3137fecad60074a6f36ca1061f940cf2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.d75a5f74.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-43WSH8uuYoYDt8A6KPXMR4JMTzRi2EAxBUoAcysjlXJivwtHn7+DoT9NW323hqdtQKOKIsb7lKvQ3fci+pw6mA==","shasum":"7611db6c42ccdf23f4eedc0b61ede247b0e6febc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.d75a5f74.0.tgz","fileCount":11,"unpackedSize":20168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH1/+CRA9TVsSAnZWagAA7O8QAI7ftwJ7pHuyI+JaMO3o\nKOxtbd74r07TWhhiht9/PesQ5AUpvLb3cNhY41qG0w7dFrDZNEgij1ceh4mO\nM22iYZ02pKlQ/wD8oEQS0npnRpdVzD8YKKb2mEe1hDfJt0iKmAH33M89Dwov\n3KVkYGWABtGcGc0fSUQ6Q2wamsDNeZvrq6l8R/In5cM65TVsGHI6VEVn4yWV\nWVTfqumx0BsquhdkLkVsjX6MSnTi0hwWhYW3MejvMkfwk4bdnUba2YznP0f1\nQ5pIjLcgL/vz7LQ1LqENj2iXJYRPdsSDfX9M1F9u8Eh7bilfg4FbIqMKl+EH\n1QrgqbQgWBN86y+brjNYGb9Di87aKzNtoBV+j9DAicE9YynaKzpiN+4D44tK\nkX0y8O5S7Wk7ycMFY0nZJIo8jZwJrc7nQ6ttXKg1vvZd+c5WRpIsqtLcI/FH\nGEPaTyEu1XjNwj59PGvLXb1eXiVKQj41jir1u1k3D9E23yIPaDWi+zn7rI/b\nwHJOafU6sRtVXEjMNiR4qtlNpc910Z6zAmxvH8shovK8Y9jIMi0wyxWBfMsR\nCGnqwU/VDTO9xGGYMjYNMW4C4ELmVSXFSTTGB9rKU9rAt0z53CVL33JdIod/\nHxmgTtn1GvGzMLR4f1sPzcgiBFfJeIjpllMhp7RA8+RyCW6AAE+LC0JCIsTg\nihhO\r\n=JXcO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCT05BK+ShsUVSj0++pMtLsBGpBZVOI2amkSnXXbosFRAIhAIWdI7x+AI89z9JdMSYYl5PMtk0vdwS8P8dBN3M8P9yy"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.d75a5f74.0_1629446142185_0.771826660793445"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.3d79ffe7.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.3d79ffe7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"4d51b5574d0d1d8166f9358a39a5d3f2b4c728db","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d51b5574d0d1d8166f9358a39a5d3f2b4c728db/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d51b5574d0d1d8166f9358a39a5d3f2b4c728db/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4d51b5574d0d1d8166f9358a39a5d3f2b4c728db/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.3d79ffe7.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-/3GG4VgVnbTHbhdb4f9vs6uM5xWywiS2LHaGCb3D4zjNwUq3coWKRhbQ3ZMlu3b4QA/8+Y+lKNHw8M8Yftrw7w==","shasum":"99cce00e28db21df961838f46d0f79b91cfefab3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.3d79ffe7.0.tgz","fileCount":11,"unpackedSize":20168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH+R3CRA9TVsSAnZWagAA5OkQAIuXr7NF5HTTVV45c1m/\nLIBjK+T1kZR0qFvoYjYKeTZnp7AnVwiNzC5VutNdQ5dloA51cNpi9dCVdP59\nYNAkFUW6+TF5a52tzKr5fQeL3j8OeSZYvwbAI33puGAZyEVuQvJFuMYBDm/e\nC0WuUJLifk8/WeyMm7rj9BxDxC5sWgWRDenm6zSr1db3OH0/mRdTFVX82MP2\nHqhcEojwZbcXidd7ODqltjNzxpk/+5hnyAYibBVW5LNKPpIkjOWP2CDU9MiB\nH90NlFFveN0SaQochXG9EvMI+wKYWaJojMoREC6AY9nWfzXlocVHZ7H5KqaG\ni8VVeM9p/VWZt+PvJKcLf/8jA2D6jWV27e4udtqBlzAITVwzXMKedeHrF8jP\nqX9hNgpy9idTkJq5GeVbbmT9a2MFnyYhMWxtAo+bp/8KIdG03ZpzGx5wZlOf\ntZOr9vHjJJqL9qJpdfHoC/RuLnKrSRq5qv+1T61qGKztaIogRoP+aPbCgKsJ\nQ6jVelbdq6peXEckl7M/vkDr7fqPEgOtfmXxUvxxeb/zUQW2f+PZE5ArCfvA\n0Q5Ay7EvY0tkO6lAqA2kXDXsP8zQJPhRsqGvkqhVx9P/PMAJ1naRa/hfB9+N\nuKCcUQXzUBPFxTWRjL2ul5gYjX4EXpkIT/x01KuLGXS1FEJAIT/zBLDutWdo\nxz+w\r\n=vPi3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBbJJyXvgxXfNOATXMcg/GzNhS1Y7jtwbKjYX1RGuky+AiA3xwUlmF0NyLtwKY5dDAINBWALMR7DtCbZKs61nMpSjg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.3d79ffe7.0_1629480055763_0.9029493202698711"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.02213ebe.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.02213ebe.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"fb5a30909287b897d793fe4c7cfca2cc93cae697","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fb5a30909287b897d793fe4c7cfca2cc93cae697/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fb5a30909287b897d793fe4c7cfca2cc93cae697/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fb5a30909287b897d793fe4c7cfca2cc93cae697/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.02213ebe.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-SkmIqRulF53oGEuNhwVR1mOqHhDn01HDv5mmzt2X2x5//0YaJIJldBA07olDv27F9vio43rjs5nyOAjCU4eigg==","shasum":"92096c8e8b4a53305c18ea8e059c5d7508c5451f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.02213ebe.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH+WSCRA9TVsSAnZWagAAMfkP/2AuIQ0/BA73DU0Jl+gH\n7tY0JJujJZ8ieqSAvA/DpfeuRXUQErx4sQBWXCXbmeKXYoQkOdyFOHbFFo/P\nFjOh+F9QUSu+tPCQ0grPwLh+y0HJTOHcUrhKTQEga5FPG1SruZrq0OrhOdf6\nGu565jP+ej+HA7sZA3eYULK7bjuaV4v3IpmWWvjOxjOsj1oaJU9GV+P3xs0N\n77D20EsEDb6uZIUExByxn+jnlxnKjTadbRjG2OzaCOU99fjt59CRHLP51LEL\nlIBxZCJMnDu2Zj734DBnpLnipY7sKYSKZzvVyxnG2ry4idKgU1RdQbdmYDcd\nCNVKBEchoDychMRFq2Fmle8qYnJv084VAnet5vnM06RpSEQMysub5rCxKSW7\n837xr91PHCmopTQU70K8wdBMdSuhYd58kAC5b4MpVWNyMx3SYWbT9+dVZun3\nRBTQ7k5z/KkfelvKSIPucWLYuVLKJt++PwMrXC0INT8pKb46omwmKhYlxkX4\nwXumcN6Q7fq04fb4ShHyXH/CN9R7mD9YRr7hQsqIRwajq5Va6flcgbrJhK9E\nfj0BrD1/0txGtozzfshXRls49mRu5Sp+WY8hR1CkR4BeGmusqSIUefHrvb25\ndL0mi4wmZfWXUn3SJqOLQewDJXrIKAatff3qQIoLy2BC2I8MdeCY/gTrqRvn\nVP1E\r\n=RPyw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAZjBqLuW2a5Ss/l5N0g+IXpMlljRKgvD+dMh2gClmAcAiBElUdqWlRKqwcHOttSa2Z4ui0doNexxfxZoB3VwCmOPw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.02213ebe.0_1629480338007_0.0703928995368488"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.90a999b9.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.90a999b9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"2c4d7acf2d3387438092d8cf5fa7ba37ca3a8b8f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2c4d7acf2d3387438092d8cf5fa7ba37ca3a8b8f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2c4d7acf2d3387438092d8cf5fa7ba37ca3a8b8f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2c4d7acf2d3387438092d8cf5fa7ba37ca3a8b8f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.90a999b9.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-1jfkWdigGs/NTT/SbrGuIhgILNVgl0sz7qMZLv3+SBt7vUvwwp++Zk9qXC8zDH1gbonuu9t2zTGJJLoMdKPBOg==","shasum":"5660c1f92f3868099a866ce5222118742ff912c5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.90a999b9.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH/eACRA9TVsSAnZWagAAmK0P/2kwdVeO35vVNbl5vOiD\nnJqTzHHcYMQDfiSzk+76CtPEhsj3U6jQGxYcvKAAPR+JUmi1xD2fuL/l+KP0\n9A1ycI6iUX3kVJEMctu6w7dWVr1RMFB9CjT+tYJ965ytp9wihgU0fePZtlZ9\nDer6ReOJi73DW3qJgyXWZbglBQC2dSbFC43T1Z0pDSxbLoMCQgGbiySPlMou\nEaR7R0e9biuiFNXZ9EcIi7C5etHbSCryKQlgyxXjXtrF0aiyhisfOYys1lit\nlc6M5hdhwJRAdPOIRwjxaDM8HKZQq1PCmEZT988tp2tLFR3GywIzx6YT1xEG\nH4W2R3kWy5pfNFKcPQbcbwPHf8aJPwJ+YvZ+/z0koa8O1pnwr39+z0ddaT+K\nkoDojtjaUVn0FgApzx3RjwM+vdQMLBMzjconDJD33dWbblxjMHYL2v8/qWJa\nl/QNGtpuF5xh1g/FQI5Vr5gUE8oUa/dumg5WnrCHXDcsdBOlc7c5/01kc5ja\nkvK9N6VJNSSnLje+dqn8cNqv7QfSA0ed3vn/3CBxRlZhzRZohifI6fa9rU60\nrW2efsdeYOiNrGvX8dXnDtJda9ZgtM71VQERNyNOzkzTXlB1v5SW3h830T0s\nFRDm+uLS9SMKj/TAQR2yaIsqW6Lc0J6WZsO1+scfWKNW/3M5yXAFCzaFtUdF\n0vlm\r\n=R0Qm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG868owVOwXAJX1Bol+sIWsJm7SpRIm+eX9QYFPcXD8zAiB32SI5R9pxxA9WCDB7P0cq8uA4JOG/5GqL4cYA88ZLow=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.90a999b9.0_1629484928636_0.7663990164976557"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.6db58716.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.6db58716.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"187faecfb35a3d9f67ae8a6ae1c83b5f796d3158","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/187faecfb35a3d9f67ae8a6ae1c83b5f796d3158/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/187faecfb35a3d9f67ae8a6ae1c83b5f796d3158/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/187faecfb35a3d9f67ae8a6ae1c83b5f796d3158/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.6db58716.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-TYTlSlPWMwZnMtFIer+wou4i+4qKeUGxT3nP8jv/fHX5Ns3fxP08g8acKuNWkNIbY8o/ZszoGVn1EiKUBqPQFQ==","shasum":"e5b1d2e64e77aac036af7dc8419623d481d66d04","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.6db58716.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhI2U7CRA9TVsSAnZWagAAdNsP/3T7xuTTF5MW684PYiPj\nlkE9gCDW17N++eE7G0UaNz4ZeWSeKfwMGn04fvQI8rYrmX/8963LABtqZnv/\ngPoK25HfjGjyCrXmLIEsj7BJ6eEZmzBwXwHd7zCHgYBTA5VXZbDEwhUurA4Q\nOwx2W2HfzfeGfrBB6bJwPIxmfdB/Zcq+TQ/xegl1xJ9rM4jabiTuwehVD1Zv\niAo8tOkjSRXGTVcJCnyyEDxzuCPTaHwjya4xhvvtrCF40tfDjZWOLuDCcmm3\nUorkbAybiaOapoxPVFTJF5Yug/vtof+N9KVGHPcOIqXiaW+qRHerlLV7+Vzq\nHfkfXNGAj7u/3Lt0vID3NHN7E7iz9RXqHc5VFZrR2DMGpPjvLyVlxvHkd2S+\ntRW/20oXF+hUb0zytKuo/Kn8yy+UUXpbThUBC0fJDbmoAtS6Jfh6eDlrZ8Kw\ndFi3gEFTS7Ho3oF25ntz9jKAFJkIEg/3K0SfMJhs5VTQjbWb0xcBCX0jJU/A\ntJOOHuvs3obqkXR3mPXIP3GWKYwmlUGEY1F77O/8rJTK112Wy+1h48qnIFP1\nUYkNaGIG+Y+U5KwDruweSN0gOLKgIqheUo20M4u4+uBlbzlzAHQI0HvWTBWh\nyBNg7cNGuuAioBradxoB3KyXmla4nMQSxIIK0l3hxRhoICWoiKk901EYS5u5\n8lNx\r\n=y3Wj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD2BK+oUZAPkCYNWX+cncfS+WJ6DJ1KKStp6VIPuiQwxwIgNCUI93PVYbg2p6RqL2VUdatpWGUkVuz9SdcJYr2fDGI="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.6db58716.0_1629709627521_0.0716548054513595"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.9fb5bc35.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.9fb5bc35.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"492fb41175c44033912a37c69d8362579b70d081","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/492fb41175c44033912a37c69d8362579b70d081/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/492fb41175c44033912a37c69d8362579b70d081/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/492fb41175c44033912a37c69d8362579b70d081/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.9fb5bc35.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-waa+ZRabU2J5+R2bRyEWjEul7GSdmnljz5LebLsdgTYvj8psGmC2Igu8vvREMvvjfzsBfOq+lh6FToAAY0Fz+w==","shasum":"ff29b1c79b482bd538c46a24462ea07a71cdc19e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.9fb5bc35.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJCX/CRA9TVsSAnZWagAA8gUP/3zAcGTV0m55XP6i1nFB\nFCq4U5BrHSthsFH+pY9yPm+44iBk8vO06bCwTUOuIQsdqSq2Lg95XHWdVyOe\nTwqa7A8XMuHmLQ1Xm667QTRaeXIUlHsANGUUSwoKtHlBAB9Jieeene19m+Os\nbZ+ElYKLjsXbEDTLQo6brcDG9mChTtLLMYf+/ksoXwQRYJLQk512c04j7C4V\nb2tdgJ0RmN6CNur4+nIuFPPPkK/gXURKvRGlXRy8s9mEX9cBkerK+SNjHMbc\n2AzQeIWnnVON5M1LdFwL/wVwtQNZ821yUOJkHDsaoKg44FLpvS4D3tjm1z9d\nHJUZLy5/ifMYGemx4aqUd4ZidCQWdp61JK2cbbk1sPIsJFEgcy6r764ZizNv\ncfGB9QxedEXLDx5IEAwzGZULfb1EfOA95JGVu/iSkvPY0HbfTTAJ0cqkSfWK\nj9rHKi2116nXqEnhhcTEBcPXzv2nB8uxGH7j06FnwCb1DS0YuWTUy2vZG5g3\npOMk+n9go+u0Cuk0q4GXCtw/a6+42C4sBXTGvke/ygLf4G0mXZj924cyqZ4y\nkCBpQWvGd886qglciA3scjKJRKwmrJ6XDdVcOoC+xBYB4AKA5Ns+kdhGCcXG\nW3PV+On0kxkuFnwYO8QKDUX5lCmnD+CA0DgRbUVzW6qpGIIiv69Hsum5R3qm\nnA2b\r\n=rdNr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2tm9Pb0v7ZuAg2A2OneQn0+CIvo1ObK2DnH+MB0KyAwIhALJ+nmfob9eFl0wh0r7W/mCCkM5oLhHNYq/+w4KpbH7m"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.9fb5bc35.0_1629758975627_0.8750346760816694"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.ddaa5d8e.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.ddaa5d8e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b75a351219e35d414333913249ef19e87282526d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b75a351219e35d414333913249ef19e87282526d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b75a351219e35d414333913249ef19e87282526d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b75a351219e35d414333913249ef19e87282526d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.ddaa5d8e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-rK/0HWdyeB5I/Ju2qVTFlqs11xFqOuvqkDs02YMQW7K4uBSmGTuOyAj5RsduZhz7f2UJ/qeCEZBtEFGd1dI3KA==","shasum":"6612e0d718e8c6d30bc5b157c706bd41956c7eab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.ddaa5d8e.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJT8rCRA9TVsSAnZWagAAnO8P+weV8TFOdwIWSCG2BsYi\nCCnAK4loQ+Id2CL94v2Z5UFfQD99hjCUHNpFtOBfscwef8Dtr/PY9RC1gddd\nrtxPbVqy0y24tgJAKoPoNCR/C+sG7wH2Su5n/vRo2y9tqzRkBDY9LNibE0QQ\n9iVY2lHX4MgQWf9/90EToaCxVqOYJRVoR4CYjtmQnSEu4u7YXjSpd8kzEAhb\n2PdPhGI7ChmZptoJfkM4RdWCh4CyMzenJtH47EcsQrTlR6LkfVGQUC/Q6XnG\n/bCcBR1ENddfG5ZHX5H46eM1uXUSu3l6rVoQ4MESf+ATiy46eHZIPTixEHEP\nre4UVDqrA5j7f22zhositRk+77eYTAf2g9KVD4LrQeZJZ3LTGPKphaO4SXF7\nUhD5xAQO/vNryHydp6U7dA0wKegNGnwsUa2WxY0pduhTA4qWr2VBRJOWFBT1\nXNGEXLtYSiaKp/ilwELynPQJqc2Jod9iw9E58fl36pUgyrUoA1FgCNk//mZ/\nyak40RAuVVorQLIQLO1BHt1FNYKSLYGxfQFyIyEwRKAMRYPysF/FodL1w1Si\nUFySbFYVE/SvDgMzlz6lqUmWlPsb/9KdlphJ2dhF8mGXqoSVNqyagaweloOu\nQNewe8475uoyWexCGsk3WWH7CfTVS3JCN267XlOV3hwYekaJEn0K1E/qsl6u\nAJCo\r\n=xwFF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCE6ojeli0lWpI6tC8GEb+0jU+FxlvVJW6D8nBS6LnJsgIgVNqHr7f4Sz5z76SF1EZ0GPnBAsLJiZ4cWbiRzN74Q/o="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.ddaa5d8e.0_1629830955573_0.3149068184693151"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.756208fb.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.756208fb.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"f13e06c94f8ec287642a6c4a258c32f5be7a17e6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f13e06c94f8ec287642a6c4a258c32f5be7a17e6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f13e06c94f8ec287642a6c4a258c32f5be7a17e6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/f13e06c94f8ec287642a6c4a258c32f5be7a17e6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.756208fb.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-DkW2l3yYkMn4/VgUK6adoiIgrstYhUGGgn+iNV8Xs0FysLTWJ05Qhqc5ZR4I1f4kVW03uFtAWO4AZfUP41IuNA==","shasum":"4c1038f7404ead80a3fbc7652446dfbfa9cd6f6e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.756208fb.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJp7tCRA9TVsSAnZWagAAOQ8P/09UxD7FwQ+O39hqEJVv\nWbFcbYSRwpW8fOflHMJXTc4jhjhBDQ7sR2+XhQ9zkqNkHgM4vZRB9yKzyEVj\nG4BNgQMmTh0fIchqyOazGw3W4igIGwIa4kpES45A9JIljR3V7NaOFdgoEjaA\nOin7hBPCnx/22Sf/2yz2y7CrqmRAGzPMNJwxQaMGewa3FQK5lSCMH/KqaRKN\ngLKmnatxEkRGKgY3h0pWNV8SbSgFvyDMMbJzRTjFapQHytVGFhEFc0noXMz9\nUH/RNjFtKG81b//CX4paoTTZ8Q1VB896YuvtJPHVzVwdMvl9MF/FOBPec+lw\nFfB5dWpezlVd0OqVH524xgwPRRkXoN8o1ntaElpjxcSZAG/h3TYOsi+82Vee\ne+C33/HDlMtGyqf98EP7CktqP9RDkiAK+Bd5CcHrlwxOxSPOlyDFXsSf2wtk\nwBFh8nl7RUyik7ENYCCaHf5lqrpoO7JU+jJaT0CqY11hevr5Dt8cTQgAhG0o\nD8jbouwGO3yb7+gpqxKa069jjqOJ8Pip2i68iDSwaauWNojXVN7WVsnE2ye+\nzPgjEbu1WEVMdp3I8tkycgGPVATkQFJ3z40cSaS/lLapWsByPPOINTkczGlg\n0jWzTDdMlt/pnX0qwMpKwAAoQ73H6HUahGOjqddiveTLGEoGggn+ueNQFbbH\n9Aj5\r\n=fYeV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGEYcoyXKnyWlPX8ZMqODbbGr/OOoheTEhq6IgXaP31qAiEAgemKj2F9SZITZwBQ6VF5bqEo3dnclNlLUBsO14qIxHU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.756208fb.0_1629921005055_0.6476663607812307"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.9576dcd9.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.9576dcd9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"0d9211bc7f0c9c96cb4dc480ff59ae633f722977","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0d9211bc7f0c9c96cb4dc480ff59ae633f722977/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0d9211bc7f0c9c96cb4dc480ff59ae633f722977/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0d9211bc7f0c9c96cb4dc480ff59ae633f722977/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.9576dcd9.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-yk4InjEV8qQzDpht6PhKpe85e+zjCYZqPdcdpFnAdY19pdBcHnMvRcp0XqBsFyhrPX6oinfrF2g5ZXp7H/kxFA==","shasum":"fa8f67e3c6953be455aa7059e8bb90818534fde8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.9576dcd9.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJrmACRA9TVsSAnZWagAAvk4QAIXc430M0yCUe8g7T6am\nl20q/rg0aamnXtgje+g1gyaZHrbXZpYAMEg6Wceynu7h5/m5dVMJMtwo1KDO\nEd5xkCDW7cQ7fAssQ+n0gpSCMd+mz9ei10Vs7h+cerL+DFzzK2uVeHL0Xng9\nKDRO0CMfZMP/esYtE0o/Sq8Q18Mbn/QplK+AQuSldktLeVYePioKuJhU4G7Z\n3j5EUj54o4joO13xUfArxlwg4cCwSwOcAzVNUmyVAyVxXK0XwKMTdDp7rWuV\nt9VQNe4AEtRg2ZffxlrDldYuDwgoWkePp24Rlr9w8QLVGr40sotDC9K52MOS\nKocCRBhoLXUpg0bM4ealTHYQCPSq2+6TclJaekIYAl+epXG3fJJki+jvTXPQ\ncmvvy5IS3kHxkEarmi5n297P9HTP6OZCGzvjw1YlMKzP1NrXub8xGsqAg/+m\n0myB/jZnT1LTEB7Zta2GK3x11AK5cl4mrJCb19P+3cU1EMp5OwieSdfUnPAi\nShoWhYfLLoSNk9tv5lFSaxN9EdZBCOQiy9a4FB+J+ZP44yp0+0m0FoYz8mHb\nSBEnw45VMxGNfhz5V5gDvl8UPcvvGI17zmWZ6CYjwGPyc+89D6CY5smdR191\nN4fjnspu87ny0/X7dZqlcu0el1NEpmm2+yNPOZJ2uUyLsjwzyaRn6slVwHR0\nTMNf\r\n=a3b9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGbkz1XjLMYp1XDtbvtUqcqe2ug3wHdvm2O1LnJvHSxsAiEA+G3MzPwbSHdIE2BwHk0IYpkaxf4JPS3WSgO1Ncu9/88="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.9576dcd9.0_1629927808612_0.5869890165651717"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.7531cf97.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.7531cf97.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"1baa3308fe03250097e96c18c61446a8c8014706","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1baa3308fe03250097e96c18c61446a8c8014706/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1baa3308fe03250097e96c18c61446a8c8014706/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1baa3308fe03250097e96c18c61446a8c8014706/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.7531cf97.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-bU4AjLqckTwyndIkAu+1eF/gV7gmKEjwv180ZoeuPVlrOnqBikwldiS3Rg6i+uFKztPr3rZoSf4XklQ/BWy2Nw==","shasum":"4aec2f0f37bb8cf10acaee18c38ead7deca61c4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.7531cf97.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ86TCRA9TVsSAnZWagAAGaUP/iDl3IuXr2sZ3bgvA7ZG\nUXF5R9C+HOd2AWKdn/qqRwgyNJyL8jqqsx1JEoj6LjmzAqXPmMg3r/w3QkIf\nDXpQjuiudkVbaEIYjVCvHR3OHLbbgcYtCxEvn13o6fOFeXsjjy4iWTjjj4lj\nHtuNacqhCaFTd5urSOlszaQdlduC/Ck5iBq29CHQicSeFv6tWVZe/OxRhnFO\noC7fp9bRnZ7KPqFwi2AVkYs5f4OPIn5Aqn1BEUCF2iBK7cRXp2KR2kewK0uQ\noZDOR4hNQF3o8XQZCQ/90ZgAqLw8XbIDkeUlFOGeWGf9Khkd/qT7S8f1mgAQ\nVfR1u37YadzwUuZhhMd44IFDafdERkeEtc45casksgSGzHsKF+y/ACbBNFUi\nMzfbc/HTAHZ/4OOB9lia0v/bfaBayURU3eyT4HoglXS/wM1Iz9yCPxc1r0pX\n0i57lNc0omlWBboSadNLuBa5J4xQ6Bym51rHQsvfbe4Hk+2mU5GNVR8fJh2d\nzZO9WfdIalfpE38O4R/N8ObDzlJFL9tTKtkDscid/Ztm4NgCxSTmDu0ARw5b\nWtJxI/CQqw20R3dReecleKrkjt5zR1dnwR5UZEObyvUfGIYEz0Rusvg1xKar\nnDUMAWgxMYkS7TS3p+AsbUwBJlyJDkNtD5CqAS9ey1gnIdevT43MuLfT1/dj\nVzHd\r\n=xuf3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDviv0ArYbz39UMKFGP9zVBOMcqEyFLlPgEr7EGPACNaQIhAK/n+1Pp2yt5lqTgsxBu0s2dEOJJRJvXY5S4fh8l9rm9"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.7531cf97.0_1629998739379_0.5010467287143603"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.3bab26b4.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.3bab26b4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"1637f7d8d3b8a228e1a957d94d122d9a840a63d1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1637f7d8d3b8a228e1a957d94d122d9a840a63d1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.3bab26b4.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-aGPcjEUPyFT3UEav4Bo5202w6Ub6zJqQ6lg2MFRLDziXFNxLEhX2A5lGDdAbzvteW4fqUpdAAaQ6hUXbrJSF0g==","shasum":"d2026265438a4c2169c420190ab1fc2a9dbfdd4a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.3bab26b4.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKAs1CRA9TVsSAnZWagAApIoP/2JXcNZB5HSfMq47WT1l\n/Sl8WoRZ3zqmvur1ZfLxqJBR9bJilwpBuwoaZXTEIr30m4x6G0ZR6RenTzi8\n383m0gWEmdHtE/66RTiauuDjPB+xsQgPssGqDBteZi/xj5tAU/JO2eFIYASs\nqOGQm6vtP/AFElK/QShUuKoLmBvlBzmr7U9V5sSoaHZ5ZiZHq5+8rZ9o3NZO\nC7E68EUJDmkI7FbhZGzdyjDeRcP1eLy5Q2zmtJOPLiHIAsPrWEg0yn0ViZn6\n02JXXFTslEGyYh/gGuK8zSs8h+ngf3ael2d2Dku7Blq5luw6BL9ur7aPawCO\nkyrTpRbDHbyesyr3CPJbq2BYfUJvwk/9kd8HE5zh5s8fXlOsNZV6lNYHdL+p\n2vZfRZ+wlPvBksH3W+CMuXabOsPNSXP8uLC2hSo9R1QBbfIrUi4v1VGqCJ6h\nltPbMztq1DTFyv5HwkZUdaEwqC4SUzj+m3KOTk4Pq2EpdbMuBr7jUeD2S+JX\nFgNL1gMxeqoZc5HJFGUvIllF3tfmCfucRPV8UQTxgs1HvM1nLnyB1uVBr64t\nMtbxHxJhN7oyC730t2NV+j7ZVYY7jB7YjOVfriKbPPi2M0dTVg6O44XqaOq2\ns8P9f3Dr3MAZUCPzpWvtn7wDGMsZgSSGC2rjTLhuJAtP7HpDvGIGukM2wlkq\nfMO7\r\n=2PCu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID+cpsq6XB3eQKMGau0xta9/53pf92HouatTxLqvJBArAiEA6olOdr/2mzlmFuYwfKpNdi2XJUcnD6POVd6SN7F7/Uk="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.3bab26b4.0_1630014261669_0.04260257419801672"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.fab48bee.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.fab48bee.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"4c3b20e414501a7103cbb2397163d4ed1c7d041a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c3b20e414501a7103cbb2397163d4ed1c7d041a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c3b20e414501a7103cbb2397163d4ed1c7d041a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4c3b20e414501a7103cbb2397163d4ed1c7d041a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.fab48bee.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-xsxspxz+LspgN9ND1uiqdo5M/XeTPXKFdqwBxy837nZk2zJdC5CC307GJuN+IcQ+LlEd0YCpJWp2fCecG9tBdA==","shasum":"dd8c7350f4bf548521c278b169808683d94b1547","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.fab48bee.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKBCRCRA9TVsSAnZWagAAbmkP+wQ4hRIpZRoBkZks9YjA\n8pUTAsqj0xpsXn4LMhDPzDjj2q/o2wC7a/HwrQ+z4tUVzrtE35TdO21V+EnN\nY9oBn87VV5DgfQ+yyg0JNpiL0NAhkn+2bnaESLJ2grTsrz6pVpz/GqdauihT\n5mwHLQwQdz5B77XhAm4+xtcfkydxp9xNzKqDqvVPQLSXG2Eo3IhrpYXmogMZ\n/TAG+rfwTKcAbbjct3b7I5dniU5cBdw5pWYBn6b8TvJOP9uqwBzXaKXrvucX\ngy7wc2qOdBZyu/soJXNP8rXDAISbIVHUAk2ODR27zvnhr/3cumymUP7rVnA4\nJwPmrGn3HcDscpDTfU8eNa1hygu1Ks+TOHHfROKFzoy/s/U2x/iG10tc3oqe\ncotMrFD1k+jE6dSNGsELQNUUaOcq0wElJIaFEvpEZ9s+AhIvFqpdEwyR+yKX\npcpXmrZXTX7mrXlmlDSI0K6N15nhjoquL93L/LpgOmkUQJf49qPOohgmRxRQ\nkasTTwg/f1084NH9SbCemktTZEoys75IWjrpLa28mAJpjwX5mxiCKuf5Bm4k\nbH4+aAzrs7giBgFNDqyvOnZRckYFeEkTV+ULAqnuWEqUmqbU3nwJXPo77l1+\nbeUOHtH+59qEAGeAiHYfUQ7Tlf8rYbPngIMWLTq4mBiEInYMVvUqvlIrhP29\nfy8A\r\n=Olhv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHrkuYCa3WB2v5+SnVBdIQ+QDYth2qoLHykwyGGkbi0YAiEA1w/maZ1x/5CwJkR3pvdtzsnUfZx5JmcttBVOt9S/dMs="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.fab48bee.0_1630015632884_0.5433340900785697"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.dec18df7.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.dec18df7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"5fa2a5aa7531af47c2a307010d92ff5fd27006c4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5fa2a5aa7531af47c2a307010d92ff5fd27006c4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5fa2a5aa7531af47c2a307010d92ff5fd27006c4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5fa2a5aa7531af47c2a307010d92ff5fd27006c4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.dec18df7.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-2Ezo0pDeEzZfpZxb5wT5Ir56vLWFG9JofahRO5PUcmXRjHlGE7rIPHvifx2/1b3ZJnaOfcLKAGNymO2/yvg4qg==","shasum":"b12f67f92fcb755f9ab44329fffb82c19934b246","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.dec18df7.0.tgz","fileCount":11,"unpackedSize":20189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLJagCRA9TVsSAnZWagAAIPcQAIYET3W085oqnbMj5S9X\nJKc89z9eBnW1XE8pBFyKuTGL5Qbyk2DPVA3Swxwb4S1jHUoxCcZeaR9DG3At\nG6EzdIMB5+AUArO5aCGJQakn6T6hVQiWrcxbKLZkuxJ7iroKaWTpFYuAgj/X\nVy78Uc0Fmt5fp+0z5UZNjjDm4umJSgvg87bDdx5MLA5eroIqprL3i7MuzDx5\nnaTVP9Nw4/CQWP6akk+2CJh2mfU+f9mA5jLeIiGU6Obh7mhejFbyQOTf6Lyf\n+r7LjWQq/MrOU/JjKZ/kj4zGAGb1je459kT1SQ+eAz0r0EmBHlPjjSY41bdt\nLRffR1fC08qc5GE3w6i2rVsqLFcZ4xaTO7zidWpZ84pH8HXvM3ToXvrbD9Mi\nyltV16G+Ebbd97PxBUIv6C4if7ezwxKr4Tt88QaDFQidqHSbDfWk2V77PgDT\ngndDqB5mvUP5o22pQpKZjq75yDvCDkqJcVx8l3IyV/DflFKgUHynBJHOo85s\n2PAts6bsQwA4YClqQrfjQYTjFZcUEqEejLqr0FIhqFaHaODePDc8ryVTZAZb\nhQJeVWS9d3tHC48PY5+GWcFa6wBSW9PYWsJhMLnjt5b78/4UU3BYj+EplS6/\nF7NQpwHLPpC1G5REuA2PeOoZuN+oTpf/s/QnMZpbU3KQtkZidfKN916U96w+\nJ97f\r\n=22aM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHHjlEQe+yFPaICCnIolfSHsbmFyZ7CjjlpaH9Dt2H+hAiAWolqF2xRZvqdu+Y/ihRIRN7w2m7ZzlRDZhIudLgbCQg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.dec18df7.0_1630312096619_0.7602805754287831"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.61fe5b17.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.61fe5b17.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"8d712401a1af774c1e4dfbf07ceadfd36aaeb5ff","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d712401a1af774c1e4dfbf07ceadfd36aaeb5ff/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d712401a1af774c1e4dfbf07ceadfd36aaeb5ff/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8d712401a1af774c1e4dfbf07ceadfd36aaeb5ff/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.61fe5b17.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-fEIe9dyafIGtshB8xUqIrqw0J33qRNvSlcLZGvsHHkafIM2yAIdmaAev8Ma+l/GgfQXS8h4S9eombUIKmhKTaA==","shasum":"574abf61c4c81347163cae46d618ea7199106554","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.61fe5b17.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLTFLCRA9TVsSAnZWagAAsisP/0k1fzXittxGxWglYbS+\nECMbU8ntBB56IGV8m2cbmlI+64oyInOkcHQsIslvEhG+Rzar3URCPbzjXEb1\nZNzGYBfqYX6N76dF2hnwJrV5V2JelBf9JGuiAlNQu0Kh7nMjdbAcTH1vfzbw\ni+XzaKX1m08HdZUELpKatiBbfE1ENnQ4EYAlGIhTGbNp8t5Vu/klrjpJSpRN\n8+BEpSIlAWzMenWIN6J0oygZH+H5VG3P9pq0f7/DQ3UJHWwFuR2fkchRgIz/\nN0DFGI9zbESUGCJJ0CkuYnKV02L9JZlSkV21gjIbL7V3yPS3KTr/D36sXOsa\n4flBzh2m3kfw0k9UShsaYcoIQ80qIhfG6amcLFV4xgETxsm8PsJ7TyobNHm6\nT2BraON1uYvlRU7RXc6LlTXLVwgjm+QJS+87OwqHGmLzv5Xv8/M6xgHEc6Lv\nkhcG+88V+XtjC1T26J7K5lx09/+4i+uuT1iM/1Z55KoDefmcBhcgnct+hkXu\ny3h9rnelqQbH2ZnYVZsd+Ksx+0JpouCkuHNjNJoILQzgpY143igLuQKPGS5F\n2HU3umiQ3Sd33GO3z4pM1wqHOGR7gHsiDJGrnbXVp79DNoJW3bfs33l+lQE3\ngh936nbLgrHC1+/vz9U9FMQ0M3vn9g80tVbyuZyXK0yu3mkYUTHHi07MaTQ+\nMYng\r\n=Zeet\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5MIhzzF5j6j03hSdSq0CqfLFXHipA7pbTayjQCZErJQIhAKE8Xya5/3eHrZ6aLAMeq/KGED06e6QEbKFHGBhqv5T1"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.61fe5b17.0_1630351691192_0.24806421943469603"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.a8c31f54.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.a8c31f54.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7c390fe40361133076f70c076acba4dce24e84bb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c390fe40361133076f70c076acba4dce24e84bb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c390fe40361133076f70c076acba4dce24e84bb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7c390fe40361133076f70c076acba4dce24e84bb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.a8c31f54.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-pMUuQelkwSUkms9hfo1MGudONr4OXomZn6YFYgUaSVjHc6STli3JeB7trpTzzAPEDYtvKRHXsWQd3fEqi9RgpA==","shasum":"75730b75c3fc7e86502c6ded97d3a7f800a84baf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.a8c31f54.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLUAECRA9TVsSAnZWagAAEMAP/RDyuEnNnkQOz3FmA1Rq\nncI3mYz2t1bFID/+bC8YG6n1becdqLh252SJ+AaEGAPeX4Q7478dp7QG27OM\n8of/AONiaYYry3greR6MlQJjfG2gWZ2n0hHjiLr1sgs8tv262tYJd2tiEHup\n22RD1tJyAuflru3+iNyf5MKShOLHfG0s7FhICG3ro7+JpYH5WcbVDDagl12j\nUuz2oZol/c3J840gYHAngCkj2ZEWSVH577svUgOKW39lLSWt3GLg0Fua7+jq\nvZwZ+gmCHK0X5xVKco+ASACinH0bPO4bv1IjkpykLz8eBD3TNv+vsNwieqWX\nyjUKKE9OlnS/MpsKUyjF3DKiVytltxPCDAmBb825fL6wLaWN4L8Wax8pzkPS\nz/5bJOqRVmOaNbQJojPPUQRhDPfGwG2NJkvTBIizn4DTQgh+Q+bcX8xofX3V\nNshHfQ+WMfb7AGXsU+Ham0ara7/vkXAxXADcJPEAcHDQdaTuJb5F/h1UYWw9\nX91qrwESjXc2IPZCqCwfRe0qGcpNeC31ca8a5jil64ri4Q8x3FHiSJsAweVw\n3W9R9dr3NN8L3H+/oSvZh+TW0RDrzmSLZW8TfVO4f56PnP0TJlAP5gALG4cw\n89A+yRp9bMnr7rB4Lw6MSatQIUkxlkK28AjHq7PL2+CnMKkwc2OaJTylgOSv\npkjb\r\n=SziU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLhiqfjBhWJ/CZf6qraf1poQQElyQ7uBGXzt5BAPbLHAIgAbZQE+UADCRzhxLdaJOW37tMWf5h5lOd21yODLxReuA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.a8c31f54.0_1630355460888_0.8071974050678024"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.a096dba8.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.a096dba8.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"0979a05922649d16cee4c4ef15ed0c3c3e9670a6","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0979a05922649d16cee4c4ef15ed0c3c3e9670a6/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0979a05922649d16cee4c4ef15ed0c3c3e9670a6/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0979a05922649d16cee4c4ef15ed0c3c3e9670a6/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.a096dba8.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-49Hewo+EG3hZUMktRm/ySshNKaYQ1f+FrtQry0op+bZN7zlJtyaAWCDFzRg5StU+hon+fEWh62jnFs9SB0S2bg==","shasum":"2927c4bf357c6d904691dbf8cac32edf2857b01c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.a096dba8.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLqquCRA9TVsSAnZWagAAhdUP/1hPCNY+L0Zg6gSfq/HK\na8C8q1BXM+TS0wqZi+d2nP1MnHrLrLg4v3U7nKUUlCnNw/WVRYWZHJ6h8C5d\np3thM5Zx/K3GvdHp4emjhTbNLwgheys5QcN87rI6nt4kwcHOtdLE2H5q8aFP\nwsKsgmxgu5f6ABG+MqUTCe+wffvTEb3ZFibYivhtr0iuk6yGjO+ZQsXe62ai\nPdTKyVjFBnvL1+09luVYESW1bKr1yXRSDDYxFFmnR2mbOFN/T4kDgXtn0Yp0\n22biO78ZdWHjwXUY/QCqdFPz9tdRbqKzEbotTJeQK1m0wbu6P0V+qX0htyLi\nnixU+C7l9W9wyHtV6qbNfIfXfpygOXEzUXXhfkkevI5CMDP/O2+PMntuVAzF\ngL+Umxn1VrxZ19rAcUvqp3W9SmJRWPB12j8CvD0bBIGMv//08Hl8p4+aOBtl\n4qSIr5Zh9qRgD4sG5QBOW3KKMLvfF1OFHO7RGFNast/hWF2EUDfvydSpP1mg\nkWCGbeMmqbOeQ1U9IWg7aMhGYRAtxz6T0r5h1JljgSoh2cuws63uGV2/Hh54\nt9XycAadX9xxdDjQ+EFYSjvTvwNLqvryBtR32cvA+8TqMp90FEfoAGc62wVX\nwN/EmMWRVhic9lrVSPzTL2Uh/E6ehfAXnO1c9c6oiW4HCbg055lQkcaQPzA1\nULDX\r\n=L/to\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICerzl2o82K0bu6ivTDdMPI8HHbR4JiUSadcOLu9T/lmAiBX1aVvYbeza31AiQMhx/0Hjvvadvs+sbxKXlDUGPLdWw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.a096dba8.0_1630448301960_0.5108074793492565"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.7ec04d47.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.7ec04d47.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"cc39e72f38b02c8cad467741a3eb549b35590ddf","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cc39e72f38b02c8cad467741a3eb549b35590ddf/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.7ec04d47.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-EKFXCXGq5FJrSrV3EKWQGMcvRGlF2dN59+82N9EnrZf+lXsogLPYm4/Wwnh8WZuYmczt8rD/614PtWABdouCig==","shasum":"dcd4253e916768f9c4cedae3f9b266df83ff583b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.7ec04d47.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMV1KCRA9TVsSAnZWagAAVYQP+QF21/Fnu6h7F6xRsk2f\nr/Nvr9/Kf/4EPBTJLQ0Byq++hqNUBiDon5wT4pvRJtq2H0PSmWDPT41Cq0jM\n9j+CgDGoEUBxXcDLz4Zwc7MZ/T33qnTaAeaP3T/hZ5TncBHKlWlagVqTny0w\nRictrPy8+ohvLabCEQby/jXl/GqnPsoeDbAt1Ip+vFtTPTfeUFW0zLHT0EFh\nEPJ1AkcRoRgdV5rbucYojEisOUcIOibcPiOsiFGRtiqEZF+VV2jjOcKFSTyF\n3fWxtWKaiy9arUSpuq4A6QfASjNAubWUeKQ0V5fCzoPVvBvVTCxT3lxCBI9Y\nCzBZJqRYOYZRK3XNOAgKViwUl+LUQNlul6sMZsCuRM3zVabz2VEE7EAXO+5r\n+XJKBFrJSu/tFhMbdtcmbTbJlOaNAVElWVN6kTMOc5/Qw40liDKvEUtNnzff\nvQGsFNHns9cvSL6hwJYoC4gg09sK7P8lCXX0wswrMhOHjuMmK9yqniwWasrU\nHnaZnfucT8qv3wM2TrRwkfOyYJ/aGgW6/biZZtEDIi0VjuG/XTInmuQOvXTi\nCfM0tJ/rE5805/EBVgJ0VuP8g/r6aSYYHk2qoDeMZ6dWRKhI/95cJ9WhoLZW\nJhHrmkeXbtYZE/chs51a4stt3bh5uwpFmZThzBMmAljQRyq5hLa4haWf5Jg2\n1bEQ\r\n=4+Iw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHzLiMwg86cyVYu6LxcsHlzhlzz6z9HTQ2R2tjin0/ppAiEAi0Q9vdW9morv1qe5fFyErLGmyETRlbBtr2n1riJgKG4="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.7ec04d47.0_1630625097772_0.3810033438525371"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.d00b098d.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.d00b098d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"918e9dc10ef626db369abf76acaf3266d5437d5a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/918e9dc10ef626db369abf76acaf3266d5437d5a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/918e9dc10ef626db369abf76acaf3266d5437d5a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/918e9dc10ef626db369abf76acaf3266d5437d5a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.d00b098d.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Y6uU+zF++BsJMFniG1aKHQF5k3Jb0JiDI52tbdM13hOt9+2Ooqb+HRTl6WJ3FQCP45eCy+lqJnX08KpBDVGgUQ==","shasum":"e3ec6531c16ee749c7c251b1b2b8b040b9daf7ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.d00b098d.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMpLzCRA9TVsSAnZWagAAYWsP/jUEmhqX5s6Z8S3xkGhI\nsGVFpqf5DTfX/R90yRQBokS0XYkb+3BDOEA4ThXDwHT56BPfs/GSmUcscu0e\na14KpLV5T4rNGt7fp7HcEeoR4V2uJ5rbPaXMGDsMm51ZN7SYRUhcp3xvsjQ9\n35NsAF3YSJc63hWWGTDWnbiLjsW8EmH3zLDNVoPD35Miy8b3UlASZ+ZaqPmQ\nyXKbJKiLxmprFjRKX4+vFhxaWGkfb126Wr2IVBHtSoA+Uf6vvMFEKiy3wcVA\nslPrzxFARvbQxV5IG9aOmRq9wcxHDEnPj9OYC5kU9ZClo1heJV8u4AP05Yvz\n8hC0c1jn+nE/f2dELYyOo9GrkgGaPKETYPzUoYjFVEk9b1vddZ/XHdIvkXSQ\n1hjlBEOV+jH1kmYt8ENr7WtjyxvS7gc1Bv+u7r3TNOYgdflqCxZ+KCMRGl6h\nXAb+w45l44DbQUP94Pj9qY5AxTCR842g9CwSQtwk9/pbFzj0vClRsju3/T2z\nSy9IX/hpwCVjQ/zM3+bUJqISKPlCxH9enjdQ97Ixb99v2ZNyb3gRm5fPjrz/\n/sWLcmEJruw+l6OIjAqIU8CZxkDQhe7PpJ7Ft2n7ZBUONlGcjgO1mdL+iSJb\ntumSeY67kXBO0nQ0R7y4+TNfrQ92/X8+gy8/AVBCFHoCnXAwFRouocIKFd+C\nv7zv\r\n=AJfP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFIuZnObRn7KzDLnmeoAITauDYzwbxrKSGJlmB6z/B3LAiEA9fdF/CtJ8T2rR+xNKbWf9HJLEyjFzmxgzISoR2jCFHc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.d00b098d.0_1630704371847_0.5541662411467525"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.f29b3352.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.f29b3352.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"ec2a4fddd95f3099eadde4522a67d49cee8d1515","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec2a4fddd95f3099eadde4522a67d49cee8d1515/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec2a4fddd95f3099eadde4522a67d49cee8d1515/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ec2a4fddd95f3099eadde4522a67d49cee8d1515/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.f29b3352.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-wflveva/HXtrzp1gLiGuwZbFG7cxh2eIla2oWKZQ7z/zsbUUBgNEW8BFS9J7oBWbQ91fXCREfHWwPsRm9aJPGQ==","shasum":"db7d2d6c5200673b58753530f43f6ed1acc4562c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.f29b3352.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN6xCCRA9TVsSAnZWagAAKjsQAIdJ7+oXesLkg+zzVGG1\nTbZ3Th0y1akEN4X86BRtf4v18/1+V4LZomsiFCi77BajhAs+YeSSZv2TIJ0L\nNURnwqMuWn+GdckZgl+5DZzYUHV61IN/PPOvYpsHCzaUvu6MOpjz63KT68bc\n43jcTIBEYWeUwSLYK/SXxOQf3+3i5X/22wIQl+TpG2vfar3dbfrvPAwKPQUe\nm6PMNUJDT1FlnlHm63Ef9MJAmC6MWQpOcrt9teAeLBLF4/gHK9AhV1YcwtiL\nkmZWAs/IHnLwQu2mrzSCGMu7ObR65jpr+2XGz2+qE0OGBwIq3coH3TtEW7Y9\niVat/JwV4+VsU9/VXHyEs/tsweYP95+rhItuy21Y8h30Atk9MJ58ilAVVvby\nJ/P/BtMapFB/HDKzcoBcwxI7AWRZD0K/vhj9NKbVkOIqHefVfGnQuEymGYhR\nfnbOSbpL1WxOI3OjZgma7JToL9xuLlAhnPPRWrYo5kVkKg1RymqJd39+1dGt\nlIVmhqKmErnHX58X84saotZbpLnhL21BPpiZKkBlE+rqS57SBdXya0VwLBDT\n1qd+IW3KIsCJQzN2gY099pFAI9AV/G8SeFs6elDmEawqjoeSbu+eGAuXDZvM\nECaC+FM/ocPdzibQGQs/CDa0FSZlDE6U/QJTYRoEp4MMCzc6rY1AxOb+pu+h\no6oz\r\n=1UU2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDmL0TpWIjyUe+lSPHfmZdUQMRUa+IkCqcGOz/CYynmKAiEAkWnf0sc0FIX0nfZ1y0CuD3oNi4igBYFYGTznrqMgiN0="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.f29b3352.0_1631038530532_0.8613357259789969"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.4962a163.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.4962a163.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"4bf68ec0db23b3011a5a8c0777452925411e8552","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4bf68ec0db23b3011a5a8c0777452925411e8552/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4bf68ec0db23b3011a5a8c0777452925411e8552/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4bf68ec0db23b3011a5a8c0777452925411e8552/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.4962a163.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-RshL9pq7Hi+Rn2hCK13T1af3CYNL331ZlpD9LVNY4bbQf18XF3cBu3UxdpQbHdLynI7xO5P45i6QHe9f2KguJQ==","shasum":"caa45abda4189e7d9dcdca96bd56affd90547d0f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.4962a163.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhN/tTCRA9TVsSAnZWagAAOmwP/0/UVHxstgqqXKNoX3bg\n7fg7w8qocmQuRQ/mtz/PtiL8SI7ZrWO1OypGDROLIz81u9w23fJyzKNMFDDK\neEitYu1C6jhwYK5v1MMJ8wmqX73wEUx45ueQTncnWu9++5oFwU2aFPBKNIBp\nUrdxSitCTqgMTnzI9K/6EsRG4/ql1qvamy36IBfNz4SKcFPj8O5vls02hob+\nKTWueEWbk5+/svUanvlYnb4SPZp3hBq808DWqME8eufr2hK+Pdq2+odDMAl4\nSL2l9FAtt6yOS7FTWQl7VT0F8bFuP0wP5gHKk79r7fu9XnEIvKIutnbuZdXo\n9snRke6E3VgBuwIJmoRbdldHD+V+jMQunO77NOGnGNd1kWMHBWsh6cGH4t0j\nUI43no7PaG1T+N6dELQzREsdIWMcneWTwje+QMwEh5r0Xk1ljgd8vA/+5V9V\nY3Fj/zBM5sD+heireNL/i7TafmqrNOWEN2W5aszfVSrPqTsx6ZyDjj8guGCz\nO+1g5HfFunbeJL93bQnOK7G4aq1l+qX7SGCOzttm9j3TNG4QXZDkYIQZ9BFs\nqD+rvcqkdkRKRMeuEQwtlXbx8VMM7yW+RKkW+a3dbereXwwBsxF1h64DYmtT\nBuZ6u6ZUMZTuLnq34lVN/OgBIRfEC+7aG3b3xMZ3bahwPR30/xvCsF6V+Eh0\nmP8q\r\n=INIc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG2rUOp8YWl7TTZGqyTpDMtfqM6hFxU5iLYc9hv/WbFgAiEAwkS05eziafKtkJNHod3yYVTd8ko4iSp4Lu5wo5zTUyA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.4962a163.0_1631058771769_0.05249277034558375"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.33102bf4.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.33102bf4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"6445a1dc819d694a36e630269c7d407b8f021e98","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6445a1dc819d694a36e630269c7d407b8f021e98/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.33102bf4.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-IVTpUtExvEPDMSbcQbkeasodrsDr8Yx7gQZyR4Wpe73tptmJhZzyk5hIZxAAmNG4TIbotP4A4eOObxqV4dwZaQ==","shasum":"2b36e54f787c7b94f40b9b17f60f383bdee78eb9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.33102bf4.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOAALCRA9TVsSAnZWagAAw1UP+wSojltwrGnLrEYjmMVQ\niRv7g3kel2O5VMO2RYxjPqAbvSZ+CguO32F2gB/dHPKakAB6Zy3J3Ez87xuQ\nwdOZs3GITCB7ATqDdKxXTu+b1mc7wMr6xDiL0q4CMeliNDJhjgdci+M2MBz6\nyabczrVdnZgO0joZxPjNJN3Bk61fTmCNbXj7tLVcEgrCShzGuOdnXtjHX+Ud\ngzuQgK3ZnVQIZJPOevoUfK1hQ2krw6LwJsf9rh1+jqeweVLcE/jdUHICM4go\nSG+paZUtKZvCZXSuy015HCzbbpdr3rIJgIZvJV+ig5iEptDfa71CuHzUwXzH\npsZpyIkj+Imh7H50TyFjSOE9SkAp3be2WhOQkSzqHFwgh6kEUPDK940/98F+\niYm+OryzqfX39ZEMLY90gXLCZl3Ezt/y35XTIoJ9Y4v33pY2OlVwOswyefcR\nwVx3sSvhUQIjG1BOJaPklRX7rriEqyEEWwt4Z4NCfkkBr9TxSYCFeAMHBhOA\nxoxZxPFdvLHNbx6KCMz3iUEEsv9y2fZYDdO+bweXAHURf80j+ZmsG8XT/dqP\nGxphNsufAIz9t8fyu6+N9BeIbHb40eTiyu0AP0/1UTRXEjfMpnYFg0XfCPT7\nbXSPm7YxqKtwmzSFjZFwOkgivZN6oMiL5I6L8fooGlyBWSBbQ6czsZcXCpfv\npDxx\r\n=WV8N\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLexWOocBMBoSv0HECUG0e/JYLMBkA5FZomPhlBAbmFwIgODFKqc9UvBnim/x7FvkIX0JQ1HklWxcUWZSV5UNInbU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.33102bf4.0_1631059978837_0.48799373376730704"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.76c68381.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.76c68381.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"66455113b9aece74b59241859cfad64d4519568d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.76c68381.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-0SxGS9JveBXIbHIdp3cSuQdUJ3QRp1t/QXvogKGVKkhbTewv++4FqmRuXBWT+Eo4Q5UxWxFZC85FgcZarWZRlw==","shasum":"435cb57c4c887904b6dd24b1c9a907972316fa48","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.76c68381.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhORlZCRA9TVsSAnZWagAAOYYP/0qZo07YAoNSlpAV1nKC\nblahsQmmFWQfDwa6aezJJVydoWHQvDJ0lwI0ex0bFRowidG1T0TK5qjwV4z3\nC939H4gVmzk6fy4ZK+70FbIbg/15RNK85HvJ96kawUWvIm8hsdH+v5/ZyBhq\nPWAobrrbyGErxakTu2zc2F4Ba3O2E7wdAByK3epprLPLWeBeD2I7hHQgtDAl\nbkb8ecKRL+b5afrq2cmLlMmGoT0R0wkjMNwdBsncAPzOemsFhWKK2F58qAaS\nxqwpnGX/fbjSMrls4tAuq+0YMtwXU3hxed1fm/+xODeBlhkbvxwZbUage6a0\nCsMqsThc28ZDsI0MB3WRkyDNTJcJSdtlVMH6REHcJ01G9EVFQLnA0rwFSmQV\nAuAPWVZ+0sYcKxyeWs0ZJhIe8tODLbfXyTtrgNXhaD9sXFqfYz1XfLSGWoZG\nEWuWqvjMkdDzklBzJ/aKQqLk2BDafyBjp5TFbIJ8KdYiBbRjbiGfD5YOhzqp\n1OUbVkMn7rwMFtSvJIJgu5Bu9sIOv2PBY5izy3QBujtL5Cb1PU6rtghKnIn3\nIL8y0OHhnVQq3Q5lpTxG80bJnxW1ZnQ+pyUCyfDG7GXya0tC63+ARvwXU7jT\nyOGfgZdocFjV1hJ/MWdaQp9O4zj4CPlIuG7QtwlRcmcyUzDUUfCpqnzypIj7\nrXly\r\n=SSiB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7PIIUybDAeGMW9eR667McklB4dGFBaUc6v0eRxESeZAIgO77Tn6CKNye19kAJHf46zpH5N3koaakoVwiYWKHKnjw="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.76c68381.0_1631131993262_0.48536683533215474"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.17d51f76.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.17d51f76.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"eac5c1fc9472a1c28736c4d8e0d423e195fe5723","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eac5c1fc9472a1c28736c4d8e0d423e195fe5723/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eac5c1fc9472a1c28736c4d8e0d423e195fe5723/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/eac5c1fc9472a1c28736c4d8e0d423e195fe5723/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.17d51f76.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-fhW8rtHCeGlSHQK7x8W8VL1G90tyoFSiZkrwj1u+F5B10Dnw+hfRkixm/F8YI9PWKw8/wUsavM/RHlXeV+CBqA==","shasum":"838ac3edfa0b56599e07590eae5e8356c97a86b5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.17d51f76.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOUZ9CRA9TVsSAnZWagAAXf0QAIQwD4CZiZge0abuFnrj\nAJ4+2cLwIftIN2LAv+RZ++XR3HjNlR3EBwhuTsJqW9SKZALcP4R7SdF4zQ65\n2bt6+M/5gzjDs64zDY1hXoWe4ulQRmFeiSXUGa0Xltj4PZQH99Dvurv2fUDd\nqA9FEQ0J0Kh+oLSnP63UxlmTAKC90MubAdGY3cWDPOcNYyYksoLTLR14Vz8g\ncVEWK2YeOu3lD8QbU/8hmd4sjtbZyuUbqugkrr/CIFqTs/KwOLc+M873W484\ncIfW4QcHJ1+89QWc+GIK1ndyQtxgqhRyZzb26BCrNZtol/kENnTl5GXo5xj3\nu8DdnLGBiyQkuGANwtu5ZpEmZsFDNITRRPbgdgIa7SG6ce4/8fQjP4PEFY+5\nCzHEGNU7EhrGd7Q22CB1jTIKtD7PwU8Z234KaiZDwJhbzCZj2foaklivU0wO\nzOHIG3l3K06M1C9I1Wlh8QsSRpsoy3dG5Q+4FC/524DxoT4vMLP131YgFtjF\nzyx+wORXRiTuk95bFfy/zcvMVgicJBvMdmiKTsEx7IKZuu80hxpCbKEtURjb\n/xMdE+v0/7OUdUn36MzeVkmqa83muYJ6+PSlZCY6QCmkzADZkhxOg2nTHSk2\n6ck54uXFLQfo+vWZwmOffVwwHUU63oujayBaRrzHG8ckIEqUntyMyT7jND48\nAqfi\r\n=0WZB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAz1/qimLJ7VKxVcFqxESV98I2jzl2MIam1Yc2P9qdiGAiARjN1Zzj7bsRgq7xB+45nqYP5pAqXGiPtmk6F0Xu61Uw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.17d51f76.0_1631143549649_0.03935494793359928"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.3fae6c2d.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.3fae6c2d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"5647a60f5efcc7d6235a12c1bcf6c703db6d00a1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5647a60f5efcc7d6235a12c1bcf6c703db6d00a1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5647a60f5efcc7d6235a12c1bcf6c703db6d00a1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5647a60f5efcc7d6235a12c1bcf6c703db6d00a1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.3fae6c2d.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-D1C8G8cto0WuTV57zip1prNoZeZRO322UJqjUF7o+eOLsppraPIEgA8qVesq/JUecE4bxHsFsQZ5Voibm7G8hg==","shasum":"a297adf9f9e97f22846ea1dea2e20b8887291946","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.3fae6c2d.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhO6S1CRA9TVsSAnZWagAAdWIP+gPJ4Vw1Op+TO3GMpH0C\n+k+UihQHF5kEbvMXWNc/vtWn23TXqsTcfttQNtXHgkoP4/i7QR+byCrEOZEK\n6CPOpDC52bafUjOY5P9/0IGnovzD5gXoN8ToGpM/dlpJHrVLSGVmrYhP9NUx\n9iJsnVUx5wQJO93oPz/SzDJb6uMbOWhtfOxi62N23KQJUfU05EIxSrGN3niG\n58j6BEZkWemlQx6TiRvv50eIm26OZVuWNZOPPImgyULhA2nceT07kkyZGETi\nm4VVR2tgSiVsrYCYzdzuVKQJWxVV8yQNo4v+OTS5dgjbzTcYdMkXGxjw0laB\nbPkdZERRgHOceYfSVbJR5/lS8+Nu5qHHeyKRKlcNXaTe1/dj7meB+eZ9BuCW\nOXnZxMRxqWFqdFC6iBi+vdUBh54Dy+TWuNwjnbKngT35gasR2wngnrllkLRd\nJLFAJ2cqXW/bNTvOKxLhHDOIOFIoAIzsON21cTni4TF1yBas5n08pDxuY9YQ\nR3u0fDBmdfDj7OMkebZvhm0EyeMHBouZZF8BuH+t7m36E8ZP4n3YdvK9Noz4\np84NGILgSE/kbPCf9EhvKxzjkGAU3dYHT6c9491vIK0ha2ioQF6ul38NLl9M\n+qyTu13AgZRU4rrJJz7PiNmJXcu+7+IECZ+JPC9BhOjq5k4qVGPIFQVqHHG/\nOWtg\r\n=6C8k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+VynCg4ORqp2Ll4EbIWevN/Ux1Giqi3kx8GFug1T1CQIhAL9yTTmxKfddXsBO1eDjbgqeOQdTbeLYMQDllsxp74gN"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.3fae6c2d.0_1631298741373_0.1723416026310367"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.f1958c4b.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.f1958c4b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"e5f5a818f48eaa5a69419b7c2ef2439b4d7fc5be","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e5f5a818f48eaa5a69419b7c2ef2439b4d7fc5be/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e5f5a818f48eaa5a69419b7c2ef2439b4d7fc5be/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/e5f5a818f48eaa5a69419b7c2ef2439b4d7fc5be/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.f1958c4b.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-gpJdUwk89Y4wnJWF2G6eWelMRBxvsLW3z3+tCcvOQ6Hke5FeJVjwXg8Y+sGJWUt1tZ6cS8x02vNze/D14N/bTA==","shasum":"6486f752c1ebc5e06af4ca27028178dd8fc2eed4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.f1958c4b.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP6RoCRA9TVsSAnZWagAA0MwP/iABKBOxLojT9mjSM4uX\nIXywGD9ca5a27f9hiBFT2MziqsiaRy83t1dna6Fr6Me6cFmCG2ELZ2wcn/79\noEFJWl1yvm/7wnaAC8v4egoN0eib/slH0P8elhpw2e6lsoVYxfv+4X3fm0d1\niO70o6arjmgd1dLMRtSkPpz4GBsaHVBE/aeeXi6wfsKqVSooG5WGgDc6QtE+\nCT5CZ6/f3NKmoaYukqogdX3RVXt37MTw+TVFXVAgmlDhPK3B3iCk5aLOhk+d\n/UrWW4dZzRzr/csXK4dyHnIwWPmCl+1wchUt2e5pLv/cO6Gb4NyO+7KaPYVk\nDicKbsvsHzacjpSbfGip/I+/nwTeRN+i6YQp3vN2cpXxB+qKRlVOszYn8NEw\nhbwKenqTniWuhD47DHDhm6yuCe+3MbU++Z38ZpdE3NxDwEQIxaeT+n5tZUnA\nh7lmo87tBOrvTxwl3qq5nZEyRsko73RVsDwLDcpgjw+ukAcwueFztbhiR/gz\noxHoZ3SyrpUmBRq6plyPQM560L3x7mbxwGIvEPFQZ+ikw1NjQcoSG9PdvSAv\nl8hAQz5N5VT+ZMDjPhcC++oqGPTVxGdThDBQA8piC0OTef5iQEPM+IwXP5/I\nxksgS/I8RgY+cfhzm7CnnniJv+laof2NP1LAXvDBgMcY4rBc9WiCy66o7Fs2\nEMIL\r\n=aL1z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEcyhTkJVT2tJf76CJefvAlT0/jkR12kX3Lrv07b1sNEAiEA3nD7haPv4BfIr9dB05BUO2y5SOYzEy3AX5hJszh1YSs="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.f1958c4b.0_1631560808419_0.16044313085254913"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0-canary.78abbd59.0":{"name":"@material/mwc-icon","version":"0.23.0-canary.78abbd59.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"638a51a3b3f96617a9be7f61f87afebe78d24a23","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0-canary.78abbd59.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-yY3/2YxZlzbPNsgxHlpOXMIhOfe0MzBJrajiRmWY7VFNzOHVsIXS7/4wUhZi7zu+EX0vUcLqY0qD/5/pPyewFQ==","shasum":"ee07706b62f824f7e0199e81ac51fae5e9e75c70","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0-canary.78abbd59.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP8HYCRA9TVsSAnZWagAAlr8P/iJ3tD54ei17Kfj396BY\nSYmooefPYHIRAFu9h2SwkteeqkM+PIYhoXWEBzJ/iJimntcN8rtcJHvtaXty\nbORRJx008tO4IdlYkJW6ai/r1gFBDLjjUvBGfPj/BolVY0CW8Qa+VKpuZL2C\ngLK+tMHLbGqFPEN0heKgA70BYpFLDfKEhuAeFeoqnqnU7cO2VrAhdg9CuKD6\nKpSs5LU5vfK/VxJpCxxqF+ERe+DYCcGs/yNo0DgaAQDTPHhi8S0tGxqEIXqT\nYPDpflXC4f1/+ShFv5ipITAKAxiSPkvuvIiWQQMUX0dEK/QqqHY7fCkySLhX\n+aRielopwPzW8Ecq23JW3d6tV7U57razcOYQv374eouTQhKtpTV7dbyt2mt2\nlWP29wo5sbTckTw1+LciZIsnbC4P0NZDZKc3VNfbVXiB+gCYFN2xB2d15ZRr\nOunRE6P1qJWCkUnaTwRP8oHnfXsf4uuhD7x8jn2I5PjQX5+KhPQHhbo2A6KD\nZOUugS0gOBWQfu8PvsxA2TlnmHpCsviqrXfFQnBQmTULfSqfrmzYHIrgW2wR\nD6R6Xcf1sTuwHTVtFag9sHciFuZmNe1/aRwqIHi+CwpTgFm7YnFbXIfJkUM7\nJbKHy/P+C8P3dLwH+MjdN1IJzyGIXhmzVJBR1XqsRBS7D/qcEYiMJitSZRQY\nfwRF\r\n=3pLd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEO//+tAj//jezSaIUuR49S0aWu2RCJ5CczpQxnL6q/AIhAIyyceZo80jOUyveAs3vcjTfVOClAC+QAHjUGFLKMCAL"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0-canary.78abbd59.0_1631568344470_0.9981526928781421"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.23.0":{"name":"@material/mwc-icon","version":"0.23.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"9830d665867dbb440855339d9181b5c323202008","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.23.0","_nodeVersion":"15.10.0","_npmVersion":"lerna/3.22.1/node@v15.10.0+x64 (darwin)","dist":{"integrity":"sha512-rb0m5M4KHi8+itaepPFOnS3RDxX+6NtrW5KHsbY/b5+LALzjC1gcXSpf5o79D28dYW/2ddyfQDdR2ssjKDoAgQ==","shasum":"777479a4d7aa88890a560ed23bfa053b0e4399ea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.23.0.tgz","fileCount":14,"unpackedSize":22673,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP8QmCRA9TVsSAnZWagAAJWgP/RnNvpzCw1VEt/vGk+Hn\nqNVnwUifxRTjGg3o8y3xQ4DygbgnzScsZ7jij1T4Z75cWvizL1tSP0qWJUh4\nuQXGOXRt5wXpKj0qUJkfj8dR8OqOwlvj227QN66i6Ajb6anldyIvx0m2ZSTq\nLN8MDaEMBbPD+lk3fyEZhnxyPKVgbjHz72p9cpkBVOAoEeRQXTHiVk4un3wf\nqe1mX9R6hRVfZk+VErQf0i+EqXE7IckOKdsXc/HG+3Wn1/94Yxf8rIJTet34\njrwu1oB54icT1gudM4H8KbaG+FwkdK78TO2AjMW2VGjfDdCEu7V2JCPx7ek5\ngHClVyjrAuWDVgRW3/zvJ7l85d+AWfkXX77kOW3i1z3+Js7XpZ4+0x8kZctM\nC8qWiW+w5FHPonBtQpLvM7BIHNmrXc8qijY7FsH3xI7s8yWFDlf+pt57WJLc\nL0XrE1kZGc8CmvqAvnZRaG/9dZbTdNxJGRZ4XMQXqr4cXVP6XIpL42byvJhN\nQTFXMOSMAkGQcXXEsJUMYSSbIE68E9ANe+h9bcacmZIO/dXp66fahBmULY74\nbpeLCDW1nfJBaSgcrazqq463bUoBg2p+SUNmsg+ai+DZ9afCi5DiX86xJK7p\nvPfmFMEXos5fz4NIENSRIPRqV4ThrMdEO8ZYoZW8HCbFDD4q1Oqiq9jvdnXg\nxvHw\r\n=VvdL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD/GgbBIiODocna/xRfFvU5/yp4903ifwCGhpE0zoNbiwIhAPSn7ZV6hEf8XlzLIPc7aTgpK87LkC3UnIoV7sF6Wjnq"}]},"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.23.0_1631568934547_0.08853680004548958"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.9830d665.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.9830d665.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^2.5.1","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"964716e9985c1d08cbf280a6c7a4093be800c67d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/964716e9985c1d08cbf280a6c7a4093be800c67d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.9830d665.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-GRvCMX5ylNeIoaAQujjWPp7mDReqUBhysMdUXGSTPksIcecv4qnmyRIBcPss6b6gfuWFw9/YMkWHcIqR+uq33A==","shasum":"da192b25408b497882bf4b94940b0cbd1ab5599d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.9830d665.0.tgz","fileCount":11,"unpackedSize":20217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP8RjCRA9TVsSAnZWagAAmIMP/ioGmfDSrH4T6vLaj7bB\n1+ndZpWRKQKcVbZI3xlXZdVOLELcWtzD+5OVU2FLurTkw4VoZi28E1JHsC0t\nzhKl6fJnkBar6Tn+qFYmnyCYoXXE+25B6bGSapcI/WJ5RLE7soEw5ibgRc7y\nQC5Hx3DgJZbwT7q6iVVx7hAwXMYxWfwWITNcYYlEBc1dA4p6qtofZO0gHUvQ\napD6aEDp1YQWsmo76M9Y1/Zf0dYzPCWrLhNJV7bP5aSrLncKUT+hZ1PMOBdh\n9y9reYJRSXgJzP0n7zFe6jboEg7ZR7I3mQcmnDNkF2FWQ9u9XNxMWMAovjSw\niqXAyv565i06anq2+PFpS61o7PqYxbW0G2s5M4bG7Ex/gOzcNwmrJ8IsTgjC\nu73J7mWAvsdc6PsE3PJRFi1xD/Wk2DPfHcyZ+yAChZPcRuH27sVTYTr9mfCU\n/tys7PrrZK2gTMsosVpqlEZBMh0R6F/lCo0dKJHRHCmh25KBr5xa8P9Lz32E\n993/CgNlTrGKcrJq1Kk8t6gnso83w/xICJnlfsyJZHArQfyB/BqEzIIh61h3\nwUOyphtHWMYNdW1++AGmYPCOyZw62MZaNxSsg2qGtQFA8wrkWy4oilquppAZ\nV08Z9qO0joK2GRSw0fk/DnWR2u0edFVhY84EEm3S0imYRJC3XvKC5+GjWchB\nuM5C\r\n=NoV7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnE46Udra7qHl/0gcCmECY7ip8c5GX2vpw9f5YRG5WCgIgCmxhWq1/fBtxppkhKJ+tUnYIfc5j+0dhaZ52j+1kUv8="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.9830d665.0_1631568995714_0.9785358050163602"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.20e2081c.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.20e2081c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"4912005504dcbf47a4f5fee3ef7d4b37cfb48606","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4912005504dcbf47a4f5fee3ef7d4b37cfb48606/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4912005504dcbf47a4f5fee3ef7d4b37cfb48606/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/4912005504dcbf47a4f5fee3ef7d4b37cfb48606/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.20e2081c.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-hX6pRubCYTKC445tBPNgIUf1zPApZ+PIngWhjtp7TVIRNzKOwJYugGX8JNavmd8AHI9WW/3w3c8EMNmFOGKOSA==","shasum":"243f9f4e6673c52c2b64bbac278771ebdf616714","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.20e2081c.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP99aCRA9TVsSAnZWagAAhZkQAIpbjculwb2dY8G+Kh1/\nVxpcMDMPsXmoaPFkK43zbQgg6DuhLfyd6rdAtAbbyarWARlUOhAcGMjFhjem\nxhudMBJ1GgWaSsmH5Yu/AOcreVSzVZYkuHU9Xl0eNYXPCuyCWXCtwvnpAdMQ\nJGEm/iqY7jH4KHhiv1s9Sazh4Ws6vMvzNGsabcdTXJkdncnVWAVo5dgaP4n9\nG9Y7gYr6aSLdX6B9t2DepUe0cypIVJ2yucAYi5wWwlUg7QAAFy6xzgXNdfIQ\nsOZla0Ep6h/kBN7/2xscJblxADL1a67u9Q0ewasxhIB0tqxcHVT5bdM7WxQc\n7KdxTAetztlo26cIBpeeMqKyH5sh62/UxwT4T+xfdWp/I+qyjiqraDHhcDQ4\nMtOYC00lezbx+qLXCtTQz8CiTaEwYD+/lNtx+T1CvUgbqKr8Ku0dRUInB3Wh\nT4Ua395E+96CnqqMLV/NiwETM6LAfMbglaHxPhH3btC69YDBvu+/7dVpxfJR\nCVnr1mWgeKlvYM6FTMSnSRxIcmGWz31HTy2v/WJUYY+Dts806D7972wekEqT\nB7j52O7ugKF/zcG19p/4xk3srlCtAJNkwOqW4ZJZ7/qypZgZTt9fV64bb69T\nDvTL+YFNbt1wimIS2BBJXJFrYQ/dNlz7uUSBG45VW68FtHKxzIYRuXILs/+T\n/a4q\r\n=dPxV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXhEgKiI3ryAyDPhxEOsZuvutsm7l5lGjiPhdGjBGgVAIgG8HvO/C2YNrjvZT265QoFdS9HL+llmIDG8bgIT2X0ys="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.20e2081c.0_1631575898107_0.07068134725722297"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.583613a9.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.583613a9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"6362ae780108c56957ae78e7b17d5a13a17b286a","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6362ae780108c56957ae78e7b17d5a13a17b286a/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6362ae780108c56957ae78e7b17d5a13a17b286a/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6362ae780108c56957ae78e7b17d5a13a17b286a/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.583613a9.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-pDyWCZbw5XZhWbVsRM4A5E3J7aEC8HSI6SdjkeEReWYMd125oPArGKW5d2kO+HFU7LJsH9f3Di9ELDIbVx6PGA==","shasum":"848550d5233f6c546eb72af8153521f88587b001","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.583613a9.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQNPRCRA9TVsSAnZWagAApP0P/30vvjaq0j3rMwDgM8j6\nGTXeDhAZnBUj57tK2jpwdPNLh86W6Ex6WfhJKgZgyZOlZaiqlNX2MH2DihLs\nedQF88ou8ENF+ZyPeyhf2m5X8rTDZ4Y8ZTTJNpHABkHxwv7SUAEYPEZiv0kY\npAERzZVdlwaOTgHBoExY7/F6zTBd0n1tW1ljx9M2sib9CIS11/uE5ZUieHfP\nBEKzowbjpGjYTNDidbtdWJIhWkMCvvNzWd2CGBXqmDXfbtsKmbKo6BauCkv/\nyCqrMzKPTmqN8AphQmM9CFsy4VxfYbyh5aXHz6POrFSHz96KnPnqEgMkIoKQ\nJHTSssIumPBYWn3ytjE/XSu73KoJMAWrtfeDFnC2BD+l14PvjZ+Oh4O+RxQT\nK3wxLoh4iteaJm1Bbd1W899Hlx1xy/z2a9TU9UHT1wVBA7iMNFkCPkD7evum\nNCIFAzioW1r7uy053tZaYFFLhU/DTcspChN8CxU9sAWmAF2M9pf6sn7yYbXM\nxiHrla1aL2PO80Jo74Af/4d/UbcrY5Kub3ddcCxdKOwV06ApV9Tz80ozWR/6\nH7Pc05srgvempoF39FGkFDxEmafSsqutkx+KKbGUD5nODDjq4ejHg1S3hNdG\n7RKuXg4ZrDoy9ENOIRn+2yGN1KoM8EZoFXsP/NzUQ9gEVCRxp8zix6x85AmT\nYiEI\r\n=FGQv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJvV8bnmXjA0g5KW+IZpGBWHnVSq9h4QPnKnPFv0yBtQIgQevhl1q7FFJ6nnTM8UaWQknqjALTDTbk7dfL4U+efOU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.583613a9.0_1631638481197_0.6509066529795011"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.0e1bd56f.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.0e1bd56f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"0ac1a8621875726916642015e273dc177d29abc9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0ac1a8621875726916642015e273dc177d29abc9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0ac1a8621875726916642015e273dc177d29abc9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0ac1a8621875726916642015e273dc177d29abc9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.0e1bd56f.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-eXU3ilOZkrhu4LrJ6F7nKJtI5MTpRwKX73JG1MhES9LQIcrrM43VIKhM5pJ8WJ3Ms5iv4ckdBOcp3F9JnZnktQ==","shasum":"0e105a8725a27692a154bd1d9360f296f5238ec1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.0e1bd56f.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQNx7CRA9TVsSAnZWagAACYsP/0kObCMvmmXaUutwetQj\nxpS92ef0hfs/p+lkDK+/ylDBeWOtdRYk1RQ6KFqgZolXjw/pt4JG4vdg66c+\npBn1fA8CbSI+Y426bp0lL8RyvvHSlad9fUUadA1JXzQjdsvsOrVJ5rWuvMWm\n/SJ/cyqqkVFuXrjeo+k121uafbiBeXuVrO8slOZAgU3414KLn/LeG0HFVeKC\nD7M4W1X/ZA7DNNhlr6hJH+XDnmSQ0k6QMylNfEZ18JvVZB/ZLl+vLTzo+YVm\nfkUuz0IYz2ndCN/dxlRNFM79d5Hu/Q42ieoUJwnW1DaAQs1AkuaddYgqY8Cx\n8/y+YwTQDaNtt5fmW50qsMka7PBtJDEn9xeXbYHUqMQx7zZr6yGaQJqn/gyD\nANDMy9lgqlLhBGSvonr1q4MCv0bqbZJ8c8IrvP5jYR4XFgZSxvEnWlZ9q7cv\nY7dGStlhZIN2cQ5c/v3JwECAMZ6E2brNZY6ZGhQG7SmaNvqGZphVTNtzPgyQ\nURFdGGisYyANlSyInSA1h/D3OoaV2ZHiGrVHd+LCZv8Vj5ARO9b20fl9tIOA\nSrhIGoXUlf3ZrbRQchmjh29YsAFz59gPxYtXCPnF/a8PfeMpDfX6rEj5QBAz\nzrdbmMpu0aPOS1FhmmX6QxZ9Ub5EXkpSqG6WZExgXxfeBBSxHzKOpOyCCtQL\nZBAm\r\n=JTN2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBDKHWf/vXljAP4Xd9CITxLuoHb2xDw+2S7srKvGEJsoAiAgxr58jk4ffkvZdI3Iraw0BtFkEEczSF6BGianpx8XBw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.0e1bd56f.0_1631640699720_0.6852117524047547"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.7bb1818e.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.7bb1818e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b34bf652f1b82b80ec01a0ffcec5dbb2dc950485","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b34bf652f1b82b80ec01a0ffcec5dbb2dc950485/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b34bf652f1b82b80ec01a0ffcec5dbb2dc950485/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b34bf652f1b82b80ec01a0ffcec5dbb2dc950485/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.7bb1818e.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-TDZEJtAC+/14V8DgsqZ7Qfz0Xurf4Qc0gUKKHbcpK+zlcgyEyfgjCNfwTOa2iGxw/+HQvw44HcRnfD6T2TIOIw==","shasum":"b311979e42a4aa8bf401a7d772bc77c426dd85b3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.7bb1818e.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQT/GCRA9TVsSAnZWagAAci0P/i8skz8dNyjjumCl8GtG\nY1mlnmRIYEy0hJHqZp9JBvBJ+tP2Br+lYEjEENfmPoIj198XHqPUM+Ap3ktN\nTTFI6lBN3HFoIZ50lhCTp2PMF0FryqVARbGf9+TuYMn+52yScE2UvflWfT7b\ng630+kjvRqU2wAn2a2w6wBLVbxk2Bf0EvCmrsN0anBsb1ftZzsbIV73dnzMP\noGhlLL/CxWMwnGF31ced56gy2YuBTxW38kexpOitSYMY6MsXtCxWvPWvo06t\n6dDZ5zQrVPxYgm4vibpgYE/jkz8MYQvIvuZCnzXXe1JfOpaAuu7MywwD2oY8\nqBEIrjG2u8MdQnfphj6aDA5aYslKpEAWkToRdOE22SU0ThrWVQ9XSN/JwO3I\nzYda4MKWsVaSp9I1foNFGPKYEXM++i3B4SHZ+rnWjKsldWi56AXmfX8ZX8bV\nPmIvz9UbZHTgRkoq9Vta+4TdBPsMBvZsZNqPqgxAh2Hj08GefeKVHKFl0PoO\npjUPqtuUkEaTCIwIk53qNIHozMM8EnF7wuBmk8Z29h32ostQCym6jv/1upHN\nIYbJFmCjsMIEYIg8i8aiUOe1+PcTO6LNptfCurYebpL+f12tI7Z1XdOshzQc\nljFQX7PY77AHS5F/yIG1+yW1tUx0zZTC0Bz5Jcj9R3tRWBU2DMc9EUtqm88w\n/aDV\r\n=Rla7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/Hp1jc9rUC9ekBzwR07aneTeHvmW8NPAygzPP3naksAiEA0pjCRn26s8jmPwp2Kx3KlyinQaAMZ6kZwltK7xXaK08="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.7bb1818e.0_1631666118294_0.33348539045548087"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.b5e665a9.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.b5e665a9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"1098b7010fbefe404afd06dfc30b7b30db59b092","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1098b7010fbefe404afd06dfc30b7b30db59b092/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1098b7010fbefe404afd06dfc30b7b30db59b092/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/1098b7010fbefe404afd06dfc30b7b30db59b092/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.b5e665a9.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-Wd1/Avz+PxaiGttzE/K9akC4apuSCU2WTWqrzD11Nl0At+xBzSW9VNlIeJG9SittRNny3kFjhuLqa0TNhNjrbA==","shasum":"4bc83ddc37ee3e9c757f90d0452982082f8c9961","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.b5e665a9.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQjeWCRA9TVsSAnZWagAATnkP/01GTotkd7gDhgBTrL0n\nVwy3oqIuKklqS+hInnelGORtFVQwZ/uc5DK5Mgu+wNzconRO7mFddKZ2QU7u\n1myLX0XndiidSJAmMZq7JcwI0uBHlI9WPYtdWTxl5HtT74k2uU7QMkpCzDZG\nm6k6C+P0QqITUqoCERV5npsfPM2cNx401KamKQ32N6a0HYQFsH8uikNuKjCm\nseAp0FOe0aUvoZa+jq7ptbAmsZemPBDJEcdU0/Tzg5CkqHqiJq0Z/AF9FPPf\naFRUqrdn6DIRBMp70tkaMv482hk8R+vLyZSD4IYZaVp0DLjB/lzHvT3SE2+w\nFdkizRVaVcAczNTKKE3oAyPOyLZx9ZVMhFNuqRXMTIDUxmlPmJBlLWbbZHl0\niFI19GfdskuM2kg0TTN/qqC7S0G3PP1k/FqDsufJ/8VfthvcsqKFne9DsC6g\nrh+Wgn6iGEnyWvPG6mEE6Cole2LbyyU11ckIGyip2yZmV8zEZhHfYQXPHBBI\nIrYCuYJxteu0CXGG9sbbeJrs1adsYcmh5sbf4vaqj+vwKR5w1TM5KMkiypZZ\nG4Sn8nrWF9aKs7RyIOz5gdZ4xmmus/0GSwkaXfunHxVzpfbF6bWjqnF8CWjE\nNuCGLQq72Wou6frQaZ1FCjngPbYoWnsnrMQogyZ8UeUDNy07eIRr25BKg4T3\n9k2c\r\n=lUUM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAaNrBtrb1X7b/trnLWteuvCHdQBoJKGrdQOp6TIGupuAiEAyrQpTvOrKlMtVtjG1MTGmQb4DFquBjLYkLL4RmBqzLU="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.b5e665a9.0_1631729558593_0.8340889323626703"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.ab1e177c.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.ab1e177c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"afc26bf1f2c64cbe713e03a55993e7844eac59b4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/afc26bf1f2c64cbe713e03a55993e7844eac59b4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/afc26bf1f2c64cbe713e03a55993e7844eac59b4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/afc26bf1f2c64cbe713e03a55993e7844eac59b4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.ab1e177c.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-oIrTAhoPwFZPjQp/5xFCyTkybZmO6CbQFtg6kUd6qO5pA0pAfocDcuKNpKLQ59AsXc9WAb7Ob8jxHqNuW9YzAg==","shasum":"a1f9c622f276be2a4673f96d29d138c39f937cb9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.ab1e177c.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQj77CRA9TVsSAnZWagAAYY0P/R3mWVh/7E5CsmoWeMCe\nVEmpcGYk09Evro3hu+J9iDiw0QcFbWJyBkORSGm0YfV/YCtBEjMPg2zSqjUw\nxm5KdaiI4q5PDs4L4zhFyVHEafQH8TsFcNl9pYyDsZhs70ompuI5unvXl9+w\nXIjFNWxTCeAszWwvxF3Ts+jZ92HuMBCagcTqi0RYU1AOv8kKT0QiYd/LkQXc\n1Wrsf9Z42G9Lb7QZ77Kk0+FmrXH+txI6IVK6hE4OW4Ei2IAZ9e1f09eVYxvC\n9BHeEq7/9wYsgq9VzTUH3wTZJUosvdfxY9UfWTNIR7jbCOpimRc+Rn9XIBlt\nmtLtvkt872eoe5v2dL+ZDqFfvdcUkNGh6pg0XiinUAH4ODy7sJwG9PxTn+vo\ntweICdntKF1Sr3ULqKb30XKv+aPkA1TcqnGAfG5WrVdpbWUSqMid/W6o4ls8\ndQSCKw2ytunAUL9uA9rWhhVjLLKabRq4P1Mky0EHtPJeh/zf8D/IHB32Suem\niIYHJ2Xv+DMyoo9m9rQ/G/asVZY0Kw3wCmv2WBAdoNG0Pxjz6OcRS8zennRe\nNjDnZ1eBV769ggnh7igiVeCP9RCeDPuWxZE4g2j96Mvgbc++mgKJ3zGQTMEn\nm07s+KFAaV+tAjDy/AB1twpSsBo9DPaK2vabLCI2QPUGc12llf1BMvusD22k\nh5IL\r\n=95dz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD22moeXSAbOV8th5RCiYzvYVB2HWpEqB+R0TWuS7k5tQIgS4siTCJWXp7mbtwRs0Okm73AhyREnbdsX2AC+PP//Yw="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.ab1e177c.0_1631731451744_0.7904211228290414"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.8dff8894.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.8dff8894.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"bb2f0724a85956f5a92c61a18390b4616e0ce836","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bb2f0724a85956f5a92c61a18390b4616e0ce836/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bb2f0724a85956f5a92c61a18390b4616e0ce836/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/bb2f0724a85956f5a92c61a18390b4616e0ce836/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.8dff8894.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-kxAfxj4MrKbmJxB2+iguyap8AYkIdBitkIcqE1FfxPWeXPgspcT0Mib4cr8eHGfmCPh8ZqRbChElsN2hApkEmA==","shasum":"40a3b27b050a3a9c7ca0cb55e695bd113f3782d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.8dff8894.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQkSRCRA9TVsSAnZWagAAhrMP/jWEH7uQRF+RyEsxLP4L\nw2xsowXBIyUo86wJKIKRkWxX3W0An5GfOGEXiDwhb6QjddENZKSyTx1ycc3U\nkkzvePxn66HMJGeM9eU54cnVJRngJAemwE6pjJnq1hCR58yPeXdrFPIw22yP\nVpyB0I5ma/hUq7vafNca+PeLbYQJ2y5WAPXETqJI270hYMqs650YraZHp39x\nl9InTviYFthYFkOJaWXnqZJ/pc3v86a9krsH+Tf+InGlCeGSai2PlQiXVOIo\nJrWSo2bbX1mfaGgx8V9KF/U6UnFnneRgU1eQ2cGk6DRb0FHMTbXlZif6HWQn\ndT2RhFe+BJtHhPiQAB08YgwHwgUx57XS116yPUHngi9XZ3KsAthh2raAPj24\nbK5gmtB3UBvGZoT7Wg3xPtLtyYGfQO+cOBSXtkBWXiDneYoWy8EYACdhdnUT\nvjkvxCwi2KrdUVoG05QXnyx7TqgvMoqMCx9rJ9AVX8RNbccgKNC5DfUJ2oaf\nlrenRZOhfnXdJWewkFeXc4Jj4YijkywVZhpAzsaFXrVDMc4mcbp3qkFC1NEA\nGDojnucK3bu//sLiJJ749klH1jApb0cF/zq7VvFi3+o6aPbLlkxc7kkJ1r1q\n8hywSaPP/4+zUnKVgA5z99iz9XkgrmdybR65tDgO1Kk0lyvq77eAO77FK8n9\n9j51\r\n=Dw/5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLBDnYXXcNPLhc18CABxNoMqxF5y8F4vsAbJKvIDxFKQIhAP6+dMJuxl8QdkDuks7x969fMFfRaoEd9UQqxP7MajvL"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.8dff8894.0_1631732881632_0.5303053433604255"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.9cd7e927.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.9cd7e927.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"cdc8741747c55134790f2334cd48c000ef607804","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cdc8741747c55134790f2334cd48c000ef607804/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.9cd7e927.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-XSHg1JW6oQIM1Ou53uWI4Rkv6UUIXNCs2xvA0ptVMPkDGwcZPAHgNGnxKu4alJjjWLTOtzIELbQaFZS8lXER2Q==","shasum":"05ab618e1620af37850a3f22c0102035e4f2fb02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.9cd7e927.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQlgpCRA9TVsSAnZWagAAiL8QAJ0v1BCZ0W6zLGPkDkqv\nyeC+eANr959NG7lrnY3nOWV4wkcfh0L+GbPVOCPlxlCQB/aUaq96xxoA0+JH\nXxYBAkxT8/5aLhYa8ryuNd90e0FFzuicQI5nRrB0qIrmaLlgPMUj6R2OGTsu\nb38P9UYSf7+RL3gaR+R9GUfXMBtvtBaUIIVUeunn5Jpsylu2Kspiz+yh7CxV\nJfg5kHx2Jku0S3NM1OAkjR6/+/IvJJcj50XAgcvENAD4xkq3KwWQ7kyuQd3c\nxzPkHYLURibjlHmUjn0GQP4KFg9NVfcSRTPopCfsDDIxEjOOibbytTtjHwTs\nzdAxE4RWQIkHi2RosmNWBC7tQ4+0mmgXHsIKHKtEjgGaZukiAmqLj8GTAjjP\n6XIcaYleSgQnRKF8bOR1YXebenG0UXXWIqswUTuY5ARz+EyaMOisiBSKB/3j\n7gybqj7eZhxRe2PZXiZbAyNKoTZNeLsrCNP01aEMnZ5CDed2F92Z/HNYXlpT\nCBgsJN65z31RwFBQZN3sVFoSi5Awljp+iOrr89jJ5XzySxe6yyCvauJcaDl0\nk83XwsNzjcywekr2nVIuTfU/COUIXAqSOrXoM20OdOxRXA3I+BrfB28PsmwI\niw/rm/ZVMgbxQLCivp+jb0QDrzMP775sCHFrIkpjbaKD/vh3m1rg9NI2vSEB\nhJHs\r\n=uzjV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeEABTbPAAvTMEOEtIkdol5wzTyrh4woR85PmORRhC6AIgPGsjVgpnHnBudSf8eTDYVTMbVc4Lme5+08+f9pHfgrY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.9cd7e927.0_1631737896925_0.9629032723067565"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.a7132082.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.a7132082.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"efa498c7c84be94afa4d7c50d5bc525723212e88","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efa498c7c84be94afa4d7c50d5bc525723212e88/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efa498c7c84be94afa4d7c50d5bc525723212e88/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/efa498c7c84be94afa4d7c50d5bc525723212e88/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.a7132082.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-7/qmOjyav2s9aWBGLtq02rLQEiY7m87L8u7Mhktuy/W1SsGP5KilV+chHr5vgQZjKCzL07N1xc6HZO2px9JZfg==","shasum":"4dc4a4e7d0a972e93272a0963738d774496dafc5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.a7132082.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQmlhCRA9TVsSAnZWagAAqo0QAIrYGI5sBeNK7oXtXbIV\n9Axik9O19G8E1rABYdohvscesmxkF6PfV7/R3CjUdL0vChW8QCrGDysXIqCZ\n02Erj5uX0lE9qYnw8LSjfjic+CUX4CJj+2enmumjExShGPXCV1PJ2RTCqFmR\nCqR1SaVTweCHxczqrqyLJjB3yqhY66/4dfQpgpYCRn/Wpnv6nnuQMvGodrRi\n3ivXaFRtXW6ft63eNOECs18lp498TxwJb8lUY9WhMa+OM71PmCdF9VMx92u9\nskfn8h+y/SB9MXdi6eIBEe3A2azQwoudWDaCNnKvbc4IK1am0poJYq8AIS5+\n86Effr3arLFxni25batV0fKp5HFhqxj+a1LfVgFPSYW0Xr1W7r7VpANwuewh\n33Ka6I6tVocqtd64y/y0DfLnKMV7Uadp84VA0byb9QnDi/Mq3bs3YIgqxi7O\nZGkPHDRhjQnRMhgwRT9f9b4BSeowLE5lfwUkXCDSJm0O1L39dha8jgxaTTkV\n42WsVcwypWCb8TqvmxIAnyoJKRiCXyNySvih+lDGxrIff0zNtRdGKkfgLCH1\nUi0JfR6xGgGoQNow3j5nmM2Iypq/TW8jblC5qjVaN5eQXt/jF8XKeSFrtizD\nbE1pEAMKc9h5/aqX7LpRi4UhkflyV+F/PUA04tF0iF22+LpFjHwdnTXTDEp5\ntWDC\r\n=qcmN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICEo+iyar+bdcfGFLOQFGVdVTZxcAthJgUbAAdLbhwgPAiB4jhYlVJAw36lTHKWPPOC8KSElxxaLa/2V5/zOCV6I/w=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.a7132082.0_1631742304790_0.18563232977715405"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.cd9110cd.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.cd9110cd.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"fe7dab0d93d6598d6a6c08de182cb7e3245f26b4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fe7dab0d93d6598d6a6c08de182cb7e3245f26b4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fe7dab0d93d6598d6a6c08de182cb7e3245f26b4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/fe7dab0d93d6598d6a6c08de182cb7e3245f26b4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.cd9110cd.0","_nodeVersion":"10.24.1","_npmVersion":"lerna/3.22.1/node@v10.24.1+x64 (linux)","dist":{"integrity":"sha512-JLsrDZig97YVQ7GwkPN+HeDHuUrbgupjoX6JYwo+KMwjyeIWaurB6YiguNsEp3yoU/EELGNtzxAa6h88IQ0bFw==","shasum":"b747e5cd460ee573e99b9cfbea36bb650133a5ab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.cd9110cd.0.tgz","fileCount":11,"unpackedSize":20221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQ4KeCRA9TVsSAnZWagAAY8MQAKIdjKhJYirnKbyb743q\nYAkrDmPo+BAWW1PiuE9PCW8/3p5b/tSKOSs7QPaziCNXjuYfbtFaakUw1AvE\nQ7Elg/qrEGYaDaZgSjLEkQOFC6aSYKVE9rRCcYezjCwJa9RO0wKNqNpNSsbh\n10JvzHMRPU/mk7u5+05eKhhsAf1IKlC8PM9R1ncyZrAXpCKxfyxUcIOA/CBc\nKfnxvozqRqoChyGKdjs5Sy9ota16ZbrKfaphP/T9GHRDvzpL/2detocHyu1Y\nAQNidM0dqS5J4+F7ob2UpD3gd2EbX0ZGjFXkLWLwWm9VL9FdcjhhoQbnOk9f\nHMfRa8HlPa6IsooR2jJXOjDs/FInjMLkdqACXbzKjjHKex7Hztm7BEqmNoh1\ngc9UmBCUyJFjIrluNQBNN7VF69Yohk2408lUSb8LnXCmZ4eRVqqujCXc6w+j\nxsP5SUUqlnRQx9aXpTufjboayWCQgNcURgN7fZHOPL9uj6obLptl4sk+UaZQ\nVmHFYy0IjI+zrvsTb6qk8EUjuLHi+2ut5Q+f2msPcAllr/Mx9bC/5604Z9H9\n9q7XWrvky2H00dHtZaAzS4QRhRrXxSAyWTqT4TM4Gxs8G2lZ6fES08PguBwR\nCgJqmBtF8HCGQLPPPWi5/YiVM5Fh79rppDbkguOF8eIybVitGeTmprj51vDN\ne2ZA\r\n=ImTp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCfYKMwsWwJzPbD/9Vo1zJZMQICS/HCQzoCTyorlb0bPgIgDaJ5p+iaa347YKyXfQVvi96WKuSnOf793MyeYQ9Jjj8="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.cd9110cd.0_1631814302783_0.3516453452040016"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.1e5a9883.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.1e5a9883.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"5b1cd8120da2d6449203e71bb01079f709aa19bd","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b1cd8120da2d6449203e71bb01079f709aa19bd/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b1cd8120da2d6449203e71bb01079f709aa19bd/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5b1cd8120da2d6449203e71bb01079f709aa19bd/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.1e5a9883.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-XWb/ZMOhnOoQCfVEWWDZO7FP4YcEh/theuQMl5KfU6mo1sxkMWZfxTZ4GctiqD0uSIx8r65DODMuExJqkz5yBg==","shasum":"d338ee3a7bba3691fbe227ba006bf1fc16a96d4a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.1e5a9883.0.tgz","fileCount":11,"unpackedSize":20221,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5ZhG71I1G2AJvpjkOtVAKAMSjtEzgjkXTlpcuYActdQIgET9je+NZSCB93/L4sSwqhQ1Ye5FP9b/i0ZDi9lA2a3I="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.1e5a9883.0_1631911125963_0.0027914271059308327"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.32c830ee.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.32c830ee.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"72f380d7ef6cb00e8a03c42048cbf0cc09820ae9","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72f380d7ef6cb00e8a03c42048cbf0cc09820ae9/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72f380d7ef6cb00e8a03c42048cbf0cc09820ae9/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/72f380d7ef6cb00e8a03c42048cbf0cc09820ae9/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.32c830ee.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-4ry/4h14CPjqg1/oEyLCW0qTkUlMo6Nrvcy4Dd2MYZzwRZG6tqfi6951zkTYzcnX55X1X+TFXrMm+7YC/c4N7Q==","shasum":"3ce2ea0918a473a3c275eb23e550dbfebd0c43b1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.32c830ee.0.tgz","fileCount":11,"unpackedSize":20221,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZRyxynafn7J6/dbuQlNt0FsUpH/u++fijaHcydV7nEgIgQuJfaJQuStSDjy4Xo1M77SAyoRQgOSpdexdWd2mO3tw="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.32c830ee.0_1631920102712_0.3400922907825983"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.1de87bb7.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.1de87bb7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"a3215ff82b8bd0ba323b98cc29ed77fca57b8643","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a3215ff82b8bd0ba323b98cc29ed77fca57b8643/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a3215ff82b8bd0ba323b98cc29ed77fca57b8643/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a3215ff82b8bd0ba323b98cc29ed77fca57b8643/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.1de87bb7.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-U/2ypUeBOyeLvP3+vIVhR8a7ebbxFVscttw+OPOQ3O2CxBJ9qkBxMUIBCw0fzshx2QzB+Fr6xDM168KorPslow==","shasum":"4240ca94130e320db81ebfa258d15305070ad8b5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.1de87bb7.0.tgz","fileCount":11,"unpackedSize":20221,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwCfbTC465sdCYS2qabbjgumPXGKwJt8zEZGmnXGLr4wIgYD/gFCBngjtcRh6jU1ngZDbp2Ne7NTIWXZQeM0XguYg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.1de87bb7.0_1631991109021_0.7499146007641502"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.f2ea80c4.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.f2ea80c4.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"be75dd39a03705b3cc24c5614f2c7f2be7c3c93e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/be75dd39a03705b3cc24c5614f2c7f2be7c3c93e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.f2ea80c4.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-xBGRk5wrlQr+2amSsNOlwWXtK6xZaC0YEyweR6h24i/SI8mwWmnFM2gUfJCn7fncLcUDDbtMDGgEzWBllYcRPw==","shasum":"8b1db69feb36a4f12484b3a09343276c3ad38e68","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.f2ea80c4.0.tgz","fileCount":11,"unpackedSize":20221,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVWTWAFz+4TTwEGxtcnRAvtSTt5eO1M/4iRN6QhxndBAIgd3AdDGyUBstLFYoqFpI2fpgVcL+fKYC0EYacQrUNNd8="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.f2ea80c4.0_1632160473306_0.8499037356953834"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.569d739f.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.569d739f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"3.0.0-rc.4","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"c2e841aead340c043b080dc4718873a82f109450","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c2e841aead340c043b080dc4718873a82f109450/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c2e841aead340c043b080dc4718873a82f109450/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c2e841aead340c043b080dc4718873a82f109450/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.569d739f.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-jMiT2eoBDgyXWj4I/juxK+5Z2nYCrKsHN3ZFSqVDN0bWM5Wndf+BrXgF1jWhfRAmPXMDa7AhxPwszM+/100uzw==","shasum":"34752eb2cb42c2a5cbbd2bb4a6d3730c206bf796","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.569d739f.0.tgz","fileCount":11,"unpackedSize":20221,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDh5sK1GypKZ9oa9/hc+1WR18fb4AaKxc7So9vnPCjM3AiEAhh6zvSClGWs4UGrs+qKuHTCj+l6xw+EZOHrMeMsyJbg="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.569d739f.0_1632172994924_0.9820435261183713"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.24.0-canary.5a434a50.0":{"name":"@material/mwc-icon","version":"0.24.0-canary.5a434a50.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7f2821932d60f65ba8b79446374be9a66f009858","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7f2821932d60f65ba8b79446374be9a66f009858/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7f2821932d60f65ba8b79446374be9a66f009858/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7f2821932d60f65ba8b79446374be9a66f009858/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.24.0-canary.5a434a50.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-2Zhojn6UvHpPNvYI/72sGeJkLWUUk1d7K0q3Ftt7lj4BpcrblN/hhk1J488niUMB0aNgNkJatXQ0zq2qrOq3bw==","shasum":"1e1784548128ebc6e89847bddbac9b8c3b28d5b0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.24.0-canary.5a434a50.0.tgz","fileCount":11,"unpackedSize":20217,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHHLErlkupJOp3fwmcbAXvD/zmwO/7WA8Kgb2g6sASJtAiAI5rvdtk4fu7+Ej7kv64Y0k5nW+qYaCYQeA17Jw3fSbA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.24.0-canary.5a434a50.0_1632189616114_0.11315926276190069"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.6be1a13e.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.6be1a13e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"3ceaeaa7e4bf1c68a18e69c841acf156afc64dc3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3ceaeaa7e4bf1c68a18e69c841acf156afc64dc3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3ceaeaa7e4bf1c68a18e69c841acf156afc64dc3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3ceaeaa7e4bf1c68a18e69c841acf156afc64dc3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.6be1a13e.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-V32uSy/hIqK7y7H/N+UdCvDQonlyiyouDdldfjgVVS8UFpThBRcGog3SxcVDPxdx3aIjGLPExQzElfUByIKeng==","shasum":"01c0f40f5d9c06c2ad2d43fff43a185222128d78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.6be1a13e.0.tgz","fileCount":11,"unpackedSize":20217,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGJOOgaU2GQND39Zn6xWqblBwub3B4z/8Iu31NB/UvxsAiBVk3qxWdbqw9bNwMT6C9ZPC4eUOAFwRd14FEUKdCf5YA=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.6be1a13e.0_1632192756530_0.6809717367485257"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.25.0":{"name":"@material/mwc-icon","version":"0.25.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"6be1a13e29a0f18491948418d7076fdc1c7031a6","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.25.0","_nodeVersion":"16.9.1","_npmVersion":"lerna/3.22.1/node@v16.9.1+x64 (darwin)","dist":{"integrity":"sha512-kzHtih0faqp6w3b7kclps633s5IC9gGfqO2gO1RVDQ6dPn8+TvDKML6JFWEhhZanuso6x6jb+y60cd00TiyDkg==","shasum":"6262ce629e6d19cea9923d1eae5a8d3892bd86be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.25.0.tgz","fileCount":14,"unpackedSize":22673,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFnaSNG68Tg/5fkxohTdv5oeCeimfrx4biXjqE2VaMUGAiEA/iBl69kaDYCRMcd3fRP3pIRqp2elJIqOA8QinxsiUs8="}]},"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.25.0_1632192768405_0.026295757952241816"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.b1c1ab52.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.b1c1ab52.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"320a093b73bd45cc5fa68abda305913c26c72310","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/320a093b73bd45cc5fa68abda305913c26c72310/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/320a093b73bd45cc5fa68abda305913c26c72310/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/320a093b73bd45cc5fa68abda305913c26c72310/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.b1c1ab52.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-9xo5gFsJh/ExI//d8HRMcRiC3wu7L+hI4URNGvlWEK6cGe/yJt1D/umIRT/GJosHPSave8eWsF02MpjfaZE+0A==","shasum":"3acfed0a8fc352872d96642f795bb19a754c70d2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.b1c1ab52.0.tgz","fileCount":11,"unpackedSize":20217,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAuXgZaOKwLlEnyN78EnELMDTnQzd2ipuOK7VEdQM1MXAiAg+WcEztfFIpTVqH/qipF23L0gQkmg5iTqrAuNuF0d8g=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.b1c1ab52.0_1632193909400_0.19502296112827522"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.25.1":{"name":"@material/mwc-icon","version":"0.25.1","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b1c1ab5230f56f6bce405387b9c75cc7111cacc2","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.25.1","_nodeVersion":"16.9.1","_npmVersion":"lerna/3.22.1/node@v16.9.1+x64 (darwin)","dist":{"integrity":"sha512-vOftTvOYNN4H+p/4/RddaS6facGQIMUoaE0tl5PrGsxqCilZNFMyHNShu/wZ0OfVHJmv32I14kfTGIf6kJZx4g==","shasum":"a0bf7b6dffddf3ab5e3a6cf3645e50ef0963742b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.25.1.tgz","fileCount":14,"unpackedSize":22673,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID0r6jNuRMOVz48FAd1Oypb64oxi8d2XSezDlsCAaKM5AiA8YzvVkhiE1fVIEEQ3aSpB5141ZdzlDTqna84Aq10AvQ=="}]},"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.25.1_1632193955578_0.6173214629263775"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.ae060177.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.ae060177.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b919ae5340a9ffc926d328999cc5fe5704922e40","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b919ae5340a9ffc926d328999cc5fe5704922e40/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b919ae5340a9ffc926d328999cc5fe5704922e40/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b919ae5340a9ffc926d328999cc5fe5704922e40/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.ae060177.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-FMQHlvk0KLs1fJWvdzROzhu3l7XXjVumKmAfUjrkeL8E5gF8uh/zqpAwUJW1zAuiaAwbtyh9oyxT8eLcgEDeqg==","shasum":"e847e33bafe1e3e58cf2f7ef6364b9b5703107b4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.ae060177.0.tgz","fileCount":11,"unpackedSize":20217,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhmkr6i+LuC3LQtzA9s3CTfwODD2c1busC40pCN9wAeQIgaaLTaCdCOltfmFAYBGnOzz8galkqorQk/Dr9SY0zj6g="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.ae060177.0_1632235065503_0.6831104850045222"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.b6fe2a12.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.b6fe2a12.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"06feede8e75d655952f3a43b5c971276c26fe92e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/06feede8e75d655952f3a43b5c971276c26fe92e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.b6fe2a12.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-WSUiQXiSrxZF8dA5quAAUNhWBLOapanF8wv6n8Qn1erJEiqsBwgLKVh/HqgCJCvHyhTaGN1x0sLEubsJPwE3jg==","shasum":"d5547ba44ba53bac9cba3241ea76d21d66c3eddd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.b6fe2a12.0.tgz","fileCount":11,"unpackedSize":20217,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvqUyHTvIGkgg7EKnYcNTpYLUKsJ4/oWTe61c3/MGKuwIgP7k0nJkwwT3nq0OQDoifDNRwQt0bxZlMW/CjLrewiqo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.b6fe2a12.0_1632341755467_0.8258058106269197"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.07e91417.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.07e91417.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"9fcacc1890992ebd650dca508478ea3a276a1ebe","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.07e91417.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-FW8mMwpSzUOWjXGrpnwJp2qbtGQTJ/kotyzaAqeOtqJSGU+JysIVNkcjLg2B/hwGuJL0RAmania8p+LvEFmGDQ==","shasum":"f99316973d0adb72262b2fc40e74382bdcedf0e4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.07e91417.0.tgz","fileCount":11,"unpackedSize":20217,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICCklanR/bM625arW/0wHScAoXAev3jY9IUgbESPvtZGAiBTwgsd65WMqrSbcUZ+bBaq1IDqVgsE7yi5hbeo6gXkYg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.07e91417.0_1632344722126_0.5597835406858043"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.e2203ffa.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.e2203ffa.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"dccbe3e93b2694b3336adcf33188115ced04a52e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/dccbe3e93b2694b3336adcf33188115ced04a52e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.e2203ffa.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-YTKecAYryKsrA7Y3wA+hPYU9emmyMXviEm85J/fi5wnfmAqNFdKbhvf3dvb47qP7w+eRrU6QUZrmenor2fL9rA==","shasum":"99bc6c4535396fe03207d453a12e75f8a60623b0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.e2203ffa.0.tgz","fileCount":11,"unpackedSize":20217,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC3ACET9enKmcKtgvM71+P56n756ZPnApKqQtPV54AceAiBjXe6YLuWaYuvaBd1S/MB5lGdM12N0F88wwoMDq8Aajg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.e2203ffa.0_1632421634699_0.9914663637427015"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.4abe237e.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.4abe237e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit-element":"^3.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"c0c828f0240aea9472d319d4a1bb77871c960873","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c0c828f0240aea9472d319d4a1bb77871c960873/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c0c828f0240aea9472d319d4a1bb77871c960873/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c0c828f0240aea9472d319d4a1bb77871c960873/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.4abe237e.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-dIqlrz/MI6TFsoBZ+27d5N0VSr4GNTtYT2DYHVueC2kny1oOcYhlpcSqzQJK2B8qC84OKNO59B+5wj0Uym6uNg==","shasum":"8450f729b3c26ebcffbb2837cedd8a600ce11e39","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.4abe237e.0.tgz","fileCount":11,"unpackedSize":20217,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpu/7YSo8EwbyiYC4bUUk7KLGJqi5NRZGu/xRM3+pEyAIgU//G3/oxBzj2EVLjFCsM5k/1rouK6ySANHVZsnvYbAk="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.4abe237e.0_1632504645668_0.28311372566068105"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.6278ee5d.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.6278ee5d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"85137ac5f9a59dd64512524f380c65b268a2344f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/85137ac5f9a59dd64512524f380c65b268a2344f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/85137ac5f9a59dd64512524f380c65b268a2344f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/85137ac5f9a59dd64512524f380c65b268a2344f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.6278ee5d.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-kNoe/XoxHkVfRB3RLdGruYLCdCkypEn0xL+tk1SPDJCt9584kTYjVGhthjZyqrL4YecOII77WpoG+1pdCfFTwA==","shasum":"8e901e58b87e3fcb186f176dd169067cd51a416e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.6278ee5d.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTFyvYJZjkFoyjozf/AkwASQBIIhc35w6yfq29ABaNaAIhALXL7/vpCxCjwBV2WtRuiMh80kDoQwjYhd7Re5spJ+ri"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.6278ee5d.0_1632767461194_0.9475976072863133"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.3a5d5f34.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.3a5d5f34.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"0708ad010478b6186d6be52d3494f33bd4d40e17","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.3a5d5f34.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-FnwZetFriYOWTXqWsQEdhTuRsd7yWSztZTRcfmcyvELUog+B3VZfiJgQd/fdI3TODzD696G7g7hteA3cj3YXHQ==","shasum":"4809e0265ef391a6fdad05412f4b944a827b6c5a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.3a5d5f34.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFgyMeO6Zpgauoofs20v/wSgsW5SxKCy7ihGZ3oFCYwgIgKvOOMzG5kiYdyS3mSPOg1rPDSMzKzY20gG/aLoLoLHk="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.3a5d5f34.0_1632782470052_0.3506750289690499"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.143ed3c8.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.143ed3c8.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"d25beb586046dd7cd30a302cdbcf1114a66b7770","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d25beb586046dd7cd30a302cdbcf1114a66b7770/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d25beb586046dd7cd30a302cdbcf1114a66b7770/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d25beb586046dd7cd30a302cdbcf1114a66b7770/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.143ed3c8.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-jL/3A3fg8kWGysebgFU0B8jUFj4vZTvRr/dLF+qZzbULbIeCIt70Ebkeukg2CdUbynt78fxljRBHjplptww4Fw==","shasum":"c3b0735103d393f0add3308c636acc3a5220952e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.143ed3c8.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSYsFrlqjM4OlbUjnKsT0VWT5YQe1ZfkV9TbDGr5KnMQIhALn+X7h1pfe2X6TwdemnK2rAKIMQt8r1Tht/A5W6r+Zj"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.143ed3c8.0_1632880228668_0.4862749278141625"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.e5923d68.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.e5923d68.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"41f6e947d4028d5479ec62a20cbf1e1fce3c3a27","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/41f6e947d4028d5479ec62a20cbf1e1fce3c3a27/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.e5923d68.0","_nodeVersion":"14.17.6","_npmVersion":"lerna/3.22.1/node@v14.17.6+x64 (linux)","dist":{"integrity":"sha512-PoYVyiUX0fxie/1FoSztFS6uZ7g9xPRH8j/I8IEoGMf7CCI6sZmJQJiyowUmMDYVI4ws+aQszshWjl8gsgSZfg==","shasum":"098f3391698acf6ef7d0da102601c4e26049f83f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.e5923d68.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/q4WFglf9vWziciOXQF5rkIq1dVihTYfBsgGOTEqoEwIgY5UcLTLHxr5VzADibb6wpBF5oDrFZXQPR3PZodBFYtc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.e5923d68.0_1632960327083_0.46305152071700895"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.d8ed5109.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.d8ed5109.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7cb638711a37e4d716e9aecb64598a665d377e7c","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7cb638711a37e4d716e9aecb64598a665d377e7c/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7cb638711a37e4d716e9aecb64598a665d377e7c/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7cb638711a37e4d716e9aecb64598a665d377e7c/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.d8ed5109.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-xmYJAS5XerNOhiUNOQFr4s1WxP9VCHpj4NgNyrrPXs/B/s3qMPekmMp2fZk42kDkU3LGuaI3f9cr/x9l/aHpCw==","shasum":"9fb0eaa53ee00965042e8a89bbb65700b5159043","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.d8ed5109.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAdsNTPihr1S3LIb2kbQvxmnXLZ6a1aXhWt2zCeSyCc4AiEA9NiNlxMUWRfvmoJLh2thnloPuhjbqIhjC6osPo8fCGA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.d8ed5109.0_1633044812019_0.10553674437338545"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.0efb9c2c.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.0efb9c2c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"878935c40ce21b0cfddbf2aab964ba07d23dbb94","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/878935c40ce21b0cfddbf2aab964ba07d23dbb94/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/878935c40ce21b0cfddbf2aab964ba07d23dbb94/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/878935c40ce21b0cfddbf2aab964ba07d23dbb94/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.0efb9c2c.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-wzXva5wL8rpK79InCBd0DOOFTmrW5qyvEYmkDeZoCf+qtd2QUykj/vVzVHqYc1bjQsxwjQqxamMEiJwYtAy+Tg==","shasum":"0579cae3fb415347f21c636819dad56cf3984116","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.0efb9c2c.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHMYNVf33Pu+SiHmNdrpOWI633VgeQPJa006L6zK6CenAiA7ugypiLkxCmz20TrmfBLu9UkysB+mh3hDqQjcE3wCfg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.0efb9c2c.0_1633140473051_0.12357669888765077"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.1c9adcb3.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.1c9adcb3.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"432b66e41cc474278a452cfd5bd850754fd8b9f3","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/432b66e41cc474278a452cfd5bd850754fd8b9f3/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/432b66e41cc474278a452cfd5bd850754fd8b9f3/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/432b66e41cc474278a452cfd5bd850754fd8b9f3/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.1c9adcb3.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-msdgzuw5B8hDexRC8SDNus7ssvtvH0GtMEBvKG+hs4gv2Fy1brtnFiMYSelJcHey8qxYN+mVmVO7dngqcbzwFg==","shasum":"e37377fab4e4c6c847183ccfac7a4a79413dad9f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.1c9adcb3.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXFVUKfRAkFpMill6ZZIBWc6S5PaGaqSaUNcTLfImx6wIhAIARJTZYzccNBVKQLHl/WeL3ZSfihOLMluocwkMvEVYB"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.1c9adcb3.0_1633368790935_0.4076918303754484"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.dfc00d60.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.dfc00d60.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"3edf5d72f0c17bcf7c2e7377e2c0b4579168d2b0","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3edf5d72f0c17bcf7c2e7377e2c0b4579168d2b0/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3edf5d72f0c17bcf7c2e7377e2c0b4579168d2b0/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3edf5d72f0c17bcf7c2e7377e2c0b4579168d2b0/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.dfc00d60.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-KPBH1Sjn4A+F7NyY6Tp8/KJF8hOMMiT9WzCN+yiC6ma58IdXWuqWJCSjpCKV4kv+THOnmKXjLmTSit/0V8qUcw==","shasum":"3dbd7462a3ccae18adcee5a28371e2e4c5d09344","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.dfc00d60.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdaJo9aR+/OEl5nqZclYP6hTq9yW0Iqz/eecdRPMxJiAIgCAFioJE0L79/0KADynsI+XohuwgrDnNtpX4UMbgaALY="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.dfc00d60.0_1633741014666_0.3545552681751498"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.c3aa844c.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.c3aa844c.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"a792c732afb00bf097879fdcd7a1ac2a0c5d9506","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a792c732afb00bf097879fdcd7a1ac2a0c5d9506/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.c3aa844c.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-glXmysfm6sJUA94ettLZ3A1BPk1cAlRxzA+4npURplAUfbO/hjhHhEfNsIGweWyLSLCbgN3ANcA5ARqssItTMg==","shasum":"b7e3c0b0644ad15561a67bf2f44c4c8a2ae34f48","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.c3aa844c.0.tgz","fileCount":11,"unpackedSize":20281,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELfPuQB7TIsukDBKN1hKqyxe21aITaiNJ29SnYC4bghAiAklqxFaaUJV24sM9A7lL5JvtrRyaPOCwMNkEHE5ox4bQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.c3aa844c.0_1633994040457_0.28618679502180644"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.25.2":{"name":"@material/mwc-icon","version":"0.25.2","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"c3aa844c2a09ff9868820ce946f25f9df7714560","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.25.2","_nodeVersion":"12.22.5","_npmVersion":"lerna/3.22.1/node@v12.22.5+x64 (linux)","dist":{"integrity":"sha512-W0qJRUE7Q2nFkOwV+8rlDXaRgZtH0FaWr1C2nUykv4IqXLeAGIb9u6XSuDCbBxuvHeqG2hFmEbfQ5zJoWU21kw==","shasum":"6f491d5c3acadbbf4a91ea04e97e92f6a65af897","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.25.2.tgz","fileCount":11,"unpackedSize":20263,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGYb5qL4GtAT4GQYYawhl6nA3jQEs5Isznqk+RITElOAAiBVoFOGvAUr4eCCw4QfkBbPD/npzy49I6c3FoCJSqszQQ=="}]},"_npmUser":{"name":"anonymous","email":"brian.t.vann@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.25.2_1633994306691_0.11774409232051841"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.406d6fe1.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.406d6fe1.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"d1410f3120b13ff08ccd731739c038b9fb14af78","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1410f3120b13ff08ccd731739c038b9fb14af78/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1410f3120b13ff08ccd731739c038b9fb14af78/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/d1410f3120b13ff08ccd731739c038b9fb14af78/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.406d6fe1.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-HLlNIZxBO7ALJ9YHnX+lC8mh3EWAZpkY7/h44J98JuchdbVkfHxDXiGtIfRcSvyF1ZEeZbPExmHXCLZeJPYZng==","shasum":"386c22bc61e37c0736b0a1622c9102de0ef42b76","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.406d6fe1.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5RePsORb48hFJZsQhvCYlMBc9vAyzjvtQ4C/b1YzsAQIgE0olslsgE/8PgGNStMNX+90XQxV3Kc620wC9NKnG1xA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.406d6fe1.0_1634158745649_0.8461061059472617"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.ca0a674f.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.ca0a674f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b8e99d19dfc1b6d5062ada3345d461e9a77f18f1","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b8e99d19dfc1b6d5062ada3345d461e9a77f18f1/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b8e99d19dfc1b6d5062ada3345d461e9a77f18f1/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b8e99d19dfc1b6d5062ada3345d461e9a77f18f1/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.ca0a674f.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-j5RH0TGHGrAaDC0jXlYp0PF8FaUUet7rCOU0iQ86F3j6giy1Wdf5GLmizEWui7lZfkWoDyNbNXuC55ouHhOVdA==","shasum":"e11a3cfd3fe99ef8708e21a2aebc88c72b185107","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.ca0a674f.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCPVBSAP4v/Jw+e59xzC+wsTCv4ma21USA8TSdbIL5emgIgWro7VPUe++WaD7RlII5M5nYIz842YWvRQ8a2CnS2YxQ="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.ca0a674f.0_1634592990330_0.1695427928526898"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.eefcf660.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.eefcf660.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"70552d8e831f6542ab42f41bb5d338adcff0500e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/70552d8e831f6542ab42f41bb5d338adcff0500e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/70552d8e831f6542ab42f41bb5d338adcff0500e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/70552d8e831f6542ab42f41bb5d338adcff0500e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.eefcf660.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-5UYtI8nJ2sJmahqQyV77T+mdWLACc+R7p3sureKYi2JY4xLskZ7VCpg+yMWE7wJ/gTkuLZDhyFU+HIzM5h60xA==","shasum":"8a6cb0ddd86e9bcbfb0401da66c9bc53332504e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.eefcf660.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6WLOkxjv+90JIfQfX34dJxcp1bMB6Byp/efzu1zl5oAIhALNKrJmoLiPD5Tg/2rbQxB0S8bjyS6H7Ya3fFAHzRvyA"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.eefcf660.0_1634764996170_0.6304376346967182"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.d21acc8f.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.d21acc8f.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"13f43aef10317d911611c572ecc044445a012a2f","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/13f43aef10317d911611c572ecc044445a012a2f/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/13f43aef10317d911611c572ecc044445a012a2f/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/13f43aef10317d911611c572ecc044445a012a2f/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.d21acc8f.0","_nodeVersion":"14.18.0","_npmVersion":"lerna/3.22.1/node@v14.18.0+x64 (linux)","dist":{"integrity":"sha512-rp4dvnwEVO/2iqcYAqK621RPS1a+Et7PnbgHE737i1s5CzDBvNFImPDmg3kcCSVS22ewcQ2kPmxV5ebYCX35Kw==","shasum":"af81dd5eafc7ac06e0a6f67e5b0967301cb3acfd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.d21acc8f.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxTKNwlxbBqTThAIly/7Ok3fv3PvQb1QSqKvjGNpUqAgIhAP+b2tu+kLNjwUQVmmpJD32zaS5atNkLOHVE29d3z7Tc"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.d21acc8f.0_1634769128179_0.7807470115050297"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.25.3":{"name":"@material/mwc-icon","version":"0.25.3","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"1f19804bea995fc84ab35feb67668d9874ff10f9","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.25.3","_nodeVersion":"12.22.5","_npmVersion":"lerna/3.22.1/node@v12.22.5+x64 (linux)","dist":{"integrity":"sha512-36076AWZIRSr8qYOLjuDDkxej/HA0XAosrj7TS1ZeLlUBnLUtbDtvc1S7KSa0hqez7ouzOqGaWK24yoNnTa2OA==","shasum":"8b646e45f16a449553e89901684c026ff4f465a0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.25.3.tgz","fileCount":11,"unpackedSize":20239,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCo4/OSvE6PK97LnQBolEotyC12OHtAVHIKEh0fxa29UgIhALya3dZjr2G0/OM/v5xpdH1bbD7fLgNnDPTHkQ672eai"}]},"_npmUser":{"name":"anonymous","email":"brian.t.vann@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.25.3_1634838933822_0.5958800070084245"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.60449b7b.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.60449b7b.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"cb5b8ebecb046df6d10001a163b69a26954c94bf","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb5b8ebecb046df6d10001a163b69a26954c94bf/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb5b8ebecb046df6d10001a163b69a26954c94bf/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/cb5b8ebecb046df6d10001a163b69a26954c94bf/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.60449b7b.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-WEh4w2NbSz7iunhaB9y8d8/KZ/f2b6dK3SfnfWQ7+PpZfP5Uyl6GrfWBTN484IR5ijmfnZdV8BoQQdoXWInJVQ==","shasum":"41a52824ff4a86dd6e673323afa1ab07af2dfe8a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.60449b7b.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm2SM42kYs49qVvo3gowir3we1XrQY2B3ePcGAfEmG2QIhANQ4xdnMmM2pCwT1TJNXFmvBsnNJFduoZcjl/HLr/HAP"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.60449b7b.0_1634840219543_0.42458298362512537"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.0d8084ed.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.0d8084ed.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"ca8c4979ee49843dba32b345040faa8c1e8a22a4","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ca8c4979ee49843dba32b345040faa8c1e8a22a4/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ca8c4979ee49843dba32b345040faa8c1e8a22a4/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ca8c4979ee49843dba32b345040faa8c1e8a22a4/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.0d8084ed.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-lCN0iUXpFhM0+wZjzpDFq4MWju2y2k88RhdCG77XRXZZW0ZBCC6EYkCvRooePQtqRha4lD0j8wQBc7H4lmqRHg==","shasum":"d4831eea29b4df43b6dc46b918856da52b5b0837","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.0d8084ed.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDqlcvXybv/YdODbRsIKV8LlD7/tuNv54FU7F0G/Xoa9AiEA8R2UD7fi5pv41Xhw/IrTTFCxI5/dsQdRsIL0rHXcvDE="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.0d8084ed.0_1635443073391_0.6512426296045106"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.232327ee.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.232327ee.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"0645d0b4b0eac5799fc20a3bd279788eb66a7564","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0645d0b4b0eac5799fc20a3bd279788eb66a7564/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0645d0b4b0eac5799fc20a3bd279788eb66a7564/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/0645d0b4b0eac5799fc20a3bd279788eb66a7564/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.232327ee.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-WeMc5NjRcgRvHFlbqCBbI35NLbij73pXboZMByJG6YM2MDj0tw04kswVLkUhfWFmsw8GSLhbAJ6eEof6ljj5fQ==","shasum":"8cd101198943b730568ecd30d80a341a4bdfa95d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.232327ee.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxu/wcZ2fl376ZoLHJqw4QWT474JPrf54Tg6E9ilPVYAIhAP70yTg5M0LL3Y+snN6qyFZ8wLUBqYWXfmy/hUf7DgFH"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.232327ee.0_1635797722482_0.7158073561370906"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.0a492ae8.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.0a492ae8.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"9f520a49648fd39a7140df761448008fe0fbb492","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9f520a49648fd39a7140df761448008fe0fbb492/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9f520a49648fd39a7140df761448008fe0fbb492/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9f520a49648fd39a7140df761448008fe0fbb492/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.0a492ae8.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-6l9evrmB09C8OD3j7IoDdR44z088VX7sdU1qWWH7LfS/f3x4+vaAL4lyanWvzoMbXzqokFe6VR9J3e72/x/61A==","shasum":"41a39d0117333b9f0d75e20a5599d79dc19b191a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.0a492ae8.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnlloJFND+5m5thkMEJw80wNcsQTIZgi08EuTZwmiJlQIhALBp1iOMcV8BK6ktme9ri4jqBXqgcvUjU9Hn5q0giHlR"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.0a492ae8.0_1635847204444_0.02367955935454269"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.0aa18745.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.0aa18745.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"5345838b7f3a3ec41bf4ef997759be6aae3cd340","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5345838b7f3a3ec41bf4ef997759be6aae3cd340/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5345838b7f3a3ec41bf4ef997759be6aae3cd340/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/5345838b7f3a3ec41bf4ef997759be6aae3cd340/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.0aa18745.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-dDxlZMlEaP+7oA65t1jskqr6ekhHn3v9/Zh3kncHbyg2UKVeLrtVJ+1C/vpSDSGRHsjqN8T/RXaGKRGQrzWH/Q==","shasum":"ffc6419e26ab683db5eb5c6cb20bc625cc9526e6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.0aa18745.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHrjtCLiMuTnURCIvkfd9W3wqWbOO+TntkvvYUvmdtsrAiAOYHQ7tlKTsEWXlyX/bknpgf085ZwHwgF34k81Mq2vUQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.0aa18745.0_1635876447706_0.26005640108574624"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.f3e28323.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.f3e28323.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"ebbbec0b1b0e29da237ec87bebd889c3af847f1b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.f3e28323.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-EQWkePB0KDj+l3R49sB5rVKZ5NH63hIE8PtmCwse5IaJUZE3s3se0ST21p8vJoDod7VF9Nk8+8QKQhp9RRar9w==","shasum":"da5cca3ff3fb012259dded27c7848d44f966fc78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.f3e28323.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCzqknUe+9afGss/91dqhtX3ZLT23H7wTrhte+FzDje6wIhANQn0lP+XaD89cF0ITYExC0cDi0ALan+q+TmkTKPNbMF"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.f3e28323.0_1635879546088_0.9600802211260986"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.27e05c5d.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.27e05c5d.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"c052b0acfe9f929e6bae475576f23f8349bde578","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c052b0acfe9f929e6bae475576f23f8349bde578/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c052b0acfe9f929e6bae475576f23f8349bde578/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/c052b0acfe9f929e6bae475576f23f8349bde578/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.27e05c5d.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-bGK1Q3opGFScVr/yKXEyPPnJmDlMt9BOC1p0qXwXIUhCZJyFOJtap4xw6bv2iUgewgljVOzHXLfVMeu+4UimBQ==","shasum":"5a485cc018549c7eaff8542f1d12a3874f58c83d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.27e05c5d.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtJzO4XPovEpc8+UBEKXLlg2UrlOFBMV7nKVDedz00WwIhAKcH8BYSO+TFEb3mJgQnDSGDHG3Ac+3L6DCBhC9pmVjQ"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.27e05c5d.0_1635965077642_0.36979003193135385"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.b9e44af7.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.b9e44af7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"93bbd63ef108db911df936720517c5068ef30dcb","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/93bbd63ef108db911df936720517c5068ef30dcb/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/93bbd63ef108db911df936720517c5068ef30dcb/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/93bbd63ef108db911df936720517c5068ef30dcb/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.b9e44af7.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-6UDsBGakEX/MMjlGQ5mOE8zh+hTUg20uBz4FgXJEd6pli0PNhQaDsL1ot2dFxucRs9jlNRc/q1osDNw+BVufRA==","shasum":"cf66a6a632d4e2dde11d53122343594c5a256593","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.b9e44af7.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEDbdjdZbZuNyFkOUJtoKqdvpz2QakW7bTqSaLcCigb2AiEA5FDAmvRLB4RahEONqLuEoYrX3AYSf7LMhoPTwtAKHuk="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.b9e44af7.0_1635966221310_0.425787333008411"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.448f6cb9.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.448f6cb9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"b9833961f155dca92373d3a6f0476bc8cef934a2","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b9833961f155dca92373d3a6f0476bc8cef934a2/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b9833961f155dca92373d3a6f0476bc8cef934a2/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/b9833961f155dca92373d3a6f0476bc8cef934a2/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.448f6cb9.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-Cy8H25s081YH1o6RpAhiv5AseFwJ8N03BQjSGWd+aXwCA8z/o2D5q2DWnsZDVY9Cz+RI5On/Y37Jx9h5vbfuPw==","shasum":"59262315a6d906fdde69fa03d9bac53d9d4e6f85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.448f6cb9.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJsyBei1kB/+xQKgvm0a41prLlKgFVO9pkGb4fqZ8uKAiAyGu7+73p9b5cx9u8RIu8PMXWjl/m9UWC1Q5SjjXg5bQ=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.448f6cb9.0_1636049254159_0.460819455452278"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.8067ce28.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.8067ce28.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"a4d0d35b15bd6e7a29375f11c520886e5b9d168e","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a4d0d35b15bd6e7a29375f11c520886e5b9d168e/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a4d0d35b15bd6e7a29375f11c520886e5b9d168e/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a4d0d35b15bd6e7a29375f11c520886e5b9d168e/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.8067ce28.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-kekvPCUiX0ZOXOZgLNpdjICKLHV5HjodWMwuRVNB9ddeFetKAC9Q976fW0OjMD9CdobLLhFhYT7y4sLo/eN5UQ==","shasum":"a65700d90d6cd8432ee908103ffac8bd9bf7d182","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.8067ce28.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG9msJlU4RWfoT3vnmvO3xPx9cyknHxdx7p0OalGxSlAAiEAz5NUqkqkY6SN8Rgp4PzzJac2gDr2rv4L6ReRi8BWuwE="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"obrien.test@gmail.com"},{"name":"anonymous","email":"lynnjepsen@google.com"},{"name":"anonymous","email":"acdvorak@gmail.com"},{"name":"anonymous","email":"kenneth.franqueiro@gmail.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"bonniez@google.com"},{"name":"anonymous","email":"mattgoo@gmail.com"},{"name":"anonymous","email":"williamernest@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.8067ce28.0_1636064525292_0.8037124061158412"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.345c2bb9.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.345c2bb9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"3e7898316da6adc11d19b54d685e52bc4bb79733","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3e7898316da6adc11d19b54d685e52bc4bb79733/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3e7898316da6adc11d19b54d685e52bc4bb79733/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3e7898316da6adc11d19b54d685e52bc4bb79733/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.345c2bb9.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-xeDKK0NdX+zj4L0ypDnRwsEV+Dv/NfWzt5S2QwHS2XtNfp9tkPK4ZVCZgcsJOQPB/Vui/SNvrL0kiEpcnWLQeQ==","shasum":"f558364eaab7e1438c73dad5a2af32688b5f941d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.345c2bb9.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqP3MCRA9TVsSAnZWagAAsUcP/imdZlLy+c/+Qx41/muk\njQkSiRRnaZjkBg84gBFQvXLXnkmejE1rPPLja6n0elgw9y3xRz1/M56jzud5\nBJGJpJOm9EhIxOlTJ+w9awkjjTschs0ONG8ZWidzj9X4I9aQ7jOgWl4YS+NE\nkN9oSGMHXoNQ/h7nJZWaxMcdtmKBdFFnifO4CSGR5OsIG6ciwEdTnszADcOM\nrTE+sk2f0b8peG8g3fAk5cb/ohiXyIQBWU/9VoVaBb9e4Ebp30LdZ1JB2HQ1\nIVh8NecK9c5dUnSgG6DikQRGR0EZpIwMvkFEpNtuUs9/8Qqmbvcr1dVftHVa\nNS3VKQFAB4AnatveRmfjY7jJtzufdnlahv2bRz27cMpab0jYZiGS7w3Cy2bS\nHen6H88N9EWP7LdQZvyy1ne60jFcl80CHffWapw0Lszlqlu5w85eAwDA0K9k\ndysl1+zw8jgXJ4Uw1uM9j67+CHfcQVdKEJ7iUT9mGGjH425q3EvLSCE5m9QA\nl7LQmWnzRSoOXucMK6OZrTGTt3sas9MaLG99QhcGE/rQBZRCE7hCy07WzJhB\ng4RLBwuuhBUTwiGBG1CyDW5g4NZC2Kbsw01WCu799ASKzrdumWuBDfu5z9W/\nQTReM+MfKY/WfNvJsmrBz7sWm+MdqdaNG0GP3hFJ5DlV1avxbk+pNgRHlyCd\nqLRL\r\n=8uy/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCABdHQMY7n2TMAbIjRai7NkrQNI+Z7qPwaPKGq7nTiPgIhAIUMerJWxDJK981HMqLhpFRu9C3+RLZ+zyCXaED8E5jl"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.345c2bb9.0_1638464971888_0.5379651302942652"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.0547aeeb.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.0547aeeb.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"2115410a9593d1f2c95099961aed3e6e61255f88","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2115410a9593d1f2c95099961aed3e6e61255f88/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2115410a9593d1f2c95099961aed3e6e61255f88/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/2115410a9593d1f2c95099961aed3e6e61255f88/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.0547aeeb.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-XCB7W/ebo6KGH9eUDDr8UWu71diLQCRCVz7iBJxLHhGnP6oPVxHVRFhl/9dlXkI3MsBtAhZTd8MQbkPtX9h3bQ==","shasum":"673583b81f2b670266496ef9f02b8e9b05817cab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.0547aeeb.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrjvLCRA9TVsSAnZWagAAT5UP/0x3pIjJ6rECv4aRqqOY\nfJ4U8XT5IcYc2FMxkUn7T30reeQFglzE9mcB2lUkY7heChrQHhjAxdYcJ2vM\ncfwNGOvqDGfLXjKizc5c08OjJQu67Sw537Z6DpDW8+5s0xfvj5/t7CHBjsbi\n4wO/M+NQjL1wXZlRio45l1iLueEqZVGB61zAHuv3SKC3qFpMArmTTHMb3fc9\nKF1k6EHW7RW95J9Lq3i+fWR7JcXM5+hoZrg+mskH1wjDeLWvSImKOJ2mlXLu\n+/3bh+tczCOfmn3NTJrH7EPRp+Smi4vf6WKB5a8Q68esdY/kUrm34RWkeZRZ\nEWCITmdtgGtkcuxZLM/ucwNCF22IqHSDLE4kJoXXwrT6zZsrZBRadUAbj9s0\n6oZ+NGgfHPc3Rr6HWYUkB5Fn02a7s5uFHi+7ffo1lCQ/trfGRmsne6+IJ80S\n6VU7VAKrbwM2pSoEYpri0JknVj7vsbCTuwk9wqaciejXYs32A9m9OoDfArCi\n8C96XvBU2RGuYKQGzbFWc5GFk9tSEgstgLqT2jnx9lXITr9WD6FihDHbcOTE\nypxSKY5vF7M2KGCRWicdrXe9WC8gJLQUcySjYqnFSVreENBV/CeMWffKUKSu\n7j8P8BwpLIkwNWobjjE+lS/SeUkWr3kn1j3O+GePc7WNpVou0QXvaxAVAz+U\nu/pC\r\n=0IBx\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFd8NBcs0/Q3CC66A3KbT48tnjV5qd+PAj300ALJjyIWAiBERuIrYmGkWEEsPltoUx9+viShdm44uyMO3sEMnsQWdg=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.0547aeeb.0_1638808523613_0.7454616425630334"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.3b2452cc.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.3b2452cc.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"a95f7a1cbf5dd38cd64c9bb8e02e76d0b8927f1d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a95f7a1cbf5dd38cd64c9bb8e02e76d0b8927f1d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a95f7a1cbf5dd38cd64c9bb8e02e76d0b8927f1d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/a95f7a1cbf5dd38cd64c9bb8e02e76d0b8927f1d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.3b2452cc.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-tIUNllpmBgftv+lF9ESop7jqmDRwdSenW2kh8pbgKZB43rCe8N/xErXgAEUxrMIX6MuB0Lr19akvWfoPBxKm/Q==","shasum":"19772e8b1cae811bad84d5615fd62226d01b6119","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.3b2452cc.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsUgxCRA9TVsSAnZWagAA7sQP/0E4L2spj+DoOB/WqN0t\n17V1duK47yztw15tZqoOmpPCk10hTx9yhhujJ5Xe2FKbkOu61WH/Uj+GDzyl\n9R3Gyo1vMbYy5OAvUOehCZAkxvhT1jSmEfCUw/J+LVlszH+NQyPw+CQqUj8z\n4mhyw0V69DoIx9pLRy7tCuLcRyFinVmdzXPXThxUOavaueG7BZFmx0KxcaEG\nTQ8KhdDZzLbj13ZxI+/gjwV4ifS9W763VYzfORhwnka1bZ47N6LcZvlvcklT\nbXjZRskCKSLyrQml/5apxtwHKOjnGs60htN3NQHj88qHuyCQfCOin6m5C5bC\ndsl+CTq/9M58AMRM5r8Sv3LMWjjz4CauHqzeaQrdOthSBm2K4IzCuu2hHAft\nsvom+TfouBho1alJGAUyUflbpbpr4zjmKLEOP0H+fAJRE5THv1LYBW3iAeAQ\nqg9D5aiEq/tknwMZhedbE4WZRSTQA/9zqqq86mKsVNPoh5MSJ/rNXd6wBYWy\nTQJaoPKJnW5N823tHNTihimFffXlZcIM9kb7hzuZHxvsddWZOKkPgNNmKJNl\nbp4FTzDh/1cK95M2IsHIRCgldtL8AXLLFO/v/bwxMgsfJxFeWIKaXzHZj44g\n/QmjyblSUZ47685axJH0ahHb3kVdhPQnSXQxJB0rdaAFwP0lpWneqTcmUawD\nt8FL\r\n=JsI4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYmrLaUDX3TQKRiG5JzqrpiszePs5zaIRVSg5WYzDyXQIhANVvBEOrrOiLbPbpYjHhb9ealrw5KcnaPOJW0QPz3P0t"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.3b2452cc.0_1639008305073_0.2602636091660284"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.cf7ba5a9.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.cf7ba5a9.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"7e92aaee33b1c30269a52ec2c26232d0690d3d58","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7e92aaee33b1c30269a52ec2c26232d0690d3d58/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7e92aaee33b1c30269a52ec2c26232d0690d3d58/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/7e92aaee33b1c30269a52ec2c26232d0690d3d58/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.cf7ba5a9.0","_nodeVersion":"14.18.1","_npmVersion":"lerna/3.22.1/node@v14.18.1+x64 (linux)","dist":{"integrity":"sha512-tiZHHcqdbEP3nN8Zds5M7QapnmXxtk2etQjqrWYhZkfOpNB8ivsebgBNv3MH4x9RO8lD0jyqpCh2SXicAQGCdg==","shasum":"e6477c3b51c71d3b358b8d04a8fdea5f7ce94185","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.cf7ba5a9.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs6UqCRA9TVsSAnZWagAA6jMP+gIPiJg+oLnHmPgJIXpO\nSWXJ0drU38ypc/GXCz27M7NCAiVHpyUEPFjig9VAQgFZKb0jhesoszY9EnHt\n+FL6kfgxBpcL6RVbArDu88RvEpOEkAfKL9UgKd+4fcIv82kdf5IyMZ+c1vLa\nWyevoPFp/bHQDwOs6aDIRPB8ewTNTyJ6cuqI4kF1ZInlxk9qiujMF3+XwG6U\nxqq74ipFOOwa+yE7JHb8q18f3Bb5e93dSQoBMoBXJkmU9uEhxdVrRmiJGVrH\nRLkq/QBNiShvxuTtdi5Pv9nebHZWI6gwmTWGXDezVmUOx8xgAm6S5tdPvX8s\nAbBlqxYOUt52D4YPCyJ2y+1zTOgOWSK49nvHyXQ6eKz4f91H0IskynP8ek7r\nWo/V95kyhOF0zKuzA9npMRIyd+XyFzbbDyyqB//hKsKZe9+3XdlZ3aXIx2yR\nUUS1A/gyLnSc44kDDON7Q1EhE25Dn9QJW1tNEC2diaDi1PymrXXaGycsg1Fi\nwMRBpb4J+y5NUGjwS1muNtqNQ32gUgAMEOJpedHpSvWj4Lc1MWxRl4+Qg45I\nV7RhJ6hnLqhk64zHFPDzG8yVT5ZL2lZf84PfpP2IlhBirEgTFdm89LQ30pzB\nAum/O/xlP843nrf8Tpxei1sxRemgfqRa0fbd51Jq1nGEdQSUEvHuc7STuQSZ\nCA4a\r\n=0Xst\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQDvJQbpmOhdXFCbP6acjaZsdo623MLZ2RpITuQZybCUIAIfEeI8DsVFF1316UhlqHLDeaQ6Se919enc/vDb+eY5Ww=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.cf7ba5a9.0_1639163177967_0.810542777704762"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.e1bcf14e.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.e1bcf14e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"3cb6bc85426db9ac617c732735c808fd66cd1572","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3cb6bc85426db9ac617c732735c808fd66cd1572/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3cb6bc85426db9ac617c732735c808fd66cd1572/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/3cb6bc85426db9ac617c732735c808fd66cd1572/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.e1bcf14e.0","_nodeVersion":"14.18.2","_npmVersion":"lerna/3.22.1/node@v14.18.2+x64 (linux)","dist":{"integrity":"sha512-09oq8D+XX4tPuYZ9NknxTtJ9fVw9Or6ZxLm1ZJgFRKPipTm7nKqEDEXLszMb7sI4NktY6jVc5U9pWVwHOoVgRQ==","shasum":"fd03ebb0619992ab69c7a370696b5ad728daaad4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.e1bcf14e.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhy3dOCRA9TVsSAnZWagAAPpwP+QCEqQ6zLyy+b5YmFjD5\ng4q9x7A9Q9c6J/92E9whCEbjtGWAlNoK6wnwUnxDT1vKhgKbdTe25jG+fm7h\nnbxQ7apg5jmQlhvbVY8zCsD2A67D3xHuBwGyGKjp0O/JTxpa2TZdJWdt5ZAc\npTAlsQRi1WDNCEUKL48+qnspz1A65NgQOdkS2AqEYiWXmcJ88iRraUKl3Gx3\nC6YBrtELqxXoQi9Dsc+VX3O9jEa2Kl3Am5YiptP+D7LE24x+vC1ymaWM3QDo\n2vjh/QRpdY+P/gdk/MHJ+YcGXwi6JU0r9rjCTtg1bcNj40UFzrV4Kw4E/+MY\nTnBwef/UVkCzxBLT39QSgtYWkW6Swu/3pozRKAQ3j0kOCLdwwvec6JOpvbch\nF8mSjB34X3AJ1fsdJegVlF6Av3W/igAsTFxi7UEbxVOA2JSRNRswxuF4FVnJ\nbJXIDZxaRBdQ3fbySrf0c/ZImNJEmLv34DJJ2P/5Il18Ka+6SiuoZPPd2SZ1\nqpivqoxISSdDUi+WehAvPL1RwMvNGRI7O40gTUBYFaUcb0iWaIRcwfRa4pFm\nESd2JKHRGGqvRIgl181ylfQ1ok3uyrPhq5ivq4ZJjdZW+G50H2cXA7VaOnAX\nPEsCycf9mHge8fQnmPSvuBnMMPRe9OqkitWA4nR3fM9mvu8j2IFl8xAoft7E\ngKrL\r\n=diEa\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFNoVFPcgiDyc81DIDWjfiwHpEVn7lG5pofP2nt6sGzBAiEAjq4Js2CVG5fwFycomf6lHiy/Bm7Gz23lCXgPAZ9D0mo="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.e1bcf14e.0_1640724302075_0.3949835728460107"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.b9d35b69.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.b9d35b69.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"8ee41fe865471367787d08d3f94d1800c5712d3b","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8ee41fe865471367787d08d3f94d1800c5712d3b/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8ee41fe865471367787d08d3f94d1800c5712d3b/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/8ee41fe865471367787d08d3f94d1800c5712d3b/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.b9d35b69.0","_nodeVersion":"14.18.2","_npmVersion":"lerna/3.22.1/node@v14.18.2+x64 (linux)","dist":{"integrity":"sha512-L6Eg3BlIfhlSwAsg5d453W8TGMGJdDVLqovX53P01Jk97xuSeELQuRs+EUZQuSZqJVSaTXliwR97/tVs5ZDnhg==","shasum":"af5bee4c8c27e25b5472ed3bc1252627db37b27e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.b9d35b69.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1eLJCRA9TVsSAnZWagAAnkUQAJNis5pPsG+jlTQauuWi\nSeqBOIpzicagtNhhuDr20QnBhud2s9TIqWGWQ0oHH1pQmE6atqg2Lc0Yufwd\nG+XMUJCAN461BcSnxusTZ+rS7/M7E6omSjokuQxebjSuL99oFkaJ5z/SASLV\nIZ3GXk9d72wX8LyM0nYko4NgqIT7JOtJQjHEap8DMsrGtd+R1NKAR/BvHsNz\neEfuT98BmKnyVQI7qSBgxKNbxa2q1rZ11q33TcYnO+pO4SZ3aS4FHIpmyOe1\nTLdIhdAtyrfrbhqbaF8x7W+mbhyiFGs6H0LscJNy0SArxrc7ovm9o1mn0D3Q\ndBjr7/WmotlbBVPSGMeLhXwhl7zbqdx3Zh/Rgo5h6Z3116krUiKyOfh2xLqP\nK/qMJDurGw0W9pGJWS+W1rZ6Z0nio/W0/1GIsVq3Yh1XzD2AvW8vKBGSDnGd\nCt4muv0aBV/Xlq81g72fHeB5V3sC4EcglbEMkpc7NDfg63Nf/7AsLUQoftSe\nk7Ln7l+9WyU3ywYfnHyFXuHHxL+lb+hr2uDQluasfXEEPY8aUB6uOecVNpbK\nPj9zaX15eyDw1lAnQXGO42UqeZhRHmQKYjDqzipAqD1HZsTRrEnTjiyDtmIB\nIADp7zmpgnAaDxhqyGgDjCYEHmfEJMGFEWhsmqBlbobkcoyTZB3Fbvonnipr\nqvUZ\r\n=PX6Q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4hC2kZ1vcUzbZ9tsn62wVpWpk0mtXIcnVIRlqywUYuQIgX95190EDxDlHMXvHzMxGe0ZmRbbEKB1OepwrTbUnqHc="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.b9d35b69.0_1641407177187_0.7694932833525552"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.2afff08e.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.2afff08e.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"9bada09943cf93e3b0b697ef81fb87cc7b781379","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9bada09943cf93e3b0b697ef81fb87cc7b781379/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9bada09943cf93e3b0b697ef81fb87cc7b781379/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/9bada09943cf93e3b0b697ef81fb87cc7b781379/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.2afff08e.0","_nodeVersion":"14.18.2","_npmVersion":"lerna/3.22.1/node@v14.18.2+x64 (linux)","dist":{"integrity":"sha512-OcFnDu7razJccSciFFTdh1MyT/BV55FbRxRDmZ+ryjzU4OAD/xFeoc+dRZBmoCwzcmlGtBPFlW/fCrYCWTNaXA==","shasum":"75dde62d917b0a98e5963e22743bef1d991d3ef5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.2afff08e.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh12uYCRA9TVsSAnZWagAADEcP/iLINF8cPYNb+YlVXd6y\nfd8f/E9oZ7oV0s5rmA0/1ePeTgcMg0qIiQgECPuiXjHhUXJmnsiSh0kzuUzC\nNq8qhYkV+Sht3M1Y6GWpY5KSIlehXeBr6e8czXiRI65kEX0ksfR/d2bJHKNk\nMMI3nT4EfX8aZGFuiCqHUE+CwcgKanJItVM8FQr8OIihTLlYrh9LlD3DQQv2\nWsLvf/LLrhdxtlH/71IVzVeDcDWrd/60OvQII8zagk8MSy4P/5HB0I4yLwAI\ngOCkY4H0QxnRnqWuMFNthbGSunryJV2BP0QGeMfuYudvuCWnv90/RB00vhj8\nrtQM3L8RlnyvaggoJgidN/U0P5kLo4p3QDxZnpjEB4U++EPhM1lzV94amFCl\nJWsoCsoUE7tCjHY2BhZze3xhAazOByFer4ziP/NUXGfPA6GdT4N9WbcuOyZO\n199BsVhIjht/xevxNq4vCV23LZnIfvPydSGCIkhDa1p41m/GrxkZn1eLZOdj\nW3sfDha7kzs3Pc7DF8UTlDoqOkhNRzALbnRUijiFBWyHeGL6uhgR9ZuB98Es\nyIDcDH/sgylHICkRxHI/FoPSpr76F3ydVdm2CsPwCDbSiyQTVXLoYvX1QRWs\ngsF4mxvtWRynSgl53oJnbrWm/D7JmkxXmPB2TRWcQmKonVM/M1Zh4UQZ4GGT\nih5m\r\n=WLPS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXj3cEDLZ/LPwEKcECXtI2WkMcS3NAS0jng2io107bYAIhAO/pmU4M5LdH9F6DYYXCt4hLq/Ud/4U1wm0CqXV8PaVR"}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.2afff08e.0_1641507736137_0.3663788687498033"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.893fc857.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.893fc857.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"6cbd6b098ea6e47fddfd2a5875df6d41262b532d","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6cbd6b098ea6e47fddfd2a5875df6d41262b532d/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6cbd6b098ea6e47fddfd2a5875df6d41262b532d/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/6cbd6b098ea6e47fddfd2a5875df6d41262b532d/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.893fc857.0","_nodeVersion":"14.18.2","_npmVersion":"lerna/3.22.1/node@v14.18.2+x64 (linux)","dist":{"integrity":"sha512-Bu1Ffqg1zlVda+z2AobGTLw2VLeNHNF0GbW3tF7bNHuHEklhB1X8PSFUWTe/UrTRJZZrlwUAf4/d+D4ZrT7s/A==","shasum":"c170cdbc60e638d5e6f6f717bb8f283433f66ed4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.893fc857.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2IwPCRA9TVsSAnZWagAAIB4QAJEN4LCkuc1zxF3xu1Wl\nOZVtF9Cbj3vvX0byIMyf2Hr+kBUm/hvVgyaxQOKlpDDLHhof+CAZqKyEzgYy\nU3Nc/w5X1nqNkbKaVlSTgaoF3bMBc3UO6E5NVPxNHyZR3Sdm9O4AWM1XrAWy\nqL+t5XMr9zCyttuskxe0FDh1JFhHYEK77Ku7E/RS2i/jr4/JKPuz37aB3b77\ns8urLbDLPWDvcnkg2/EeAodLGFxEJprH5vTEc2C5hVqQDVrzbXplHSXHeDpX\nhQwf6RSnRZNrvYgeQ4GjNTrdS8zXOs2NcqXggiN46yvtBJYULKlbOFGWPyLF\n2AY+w6Nuzd1il0fBs7JBXsASDCTID815bUEc2eVdaCnd2yPvNPsinC6gzGPp\naVTYMHAXM8iyVllGsFhUORm7bkid2P/nQ55RMIS5bkm9b2XgrZJR4uulMnu+\nmfHzWPzdNcW2JrQzfKm3yPkIV5uKEI2Y3wXGURRRs2FLsm8r0heFX7g79J/M\nGaffXGnwb0CQD5MRYoVNnpJgskYt/2GeWpUAjAwn/QNpfRK6G0/Aqk308jvQ\ngZfFqKB+F/PNIqSTWBQtCH9Y+61mZ4c4TqUQshLlSV5e7lQS54CJfHs1FkSL\nd3a27O2YWfMZA4JFjCziPn9No0aV81uWZZttR4tWHrzVI4sYVAXXwqwEnsm9\natR5\r\n=+fDh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICnwRZCl1AtVJ0BAFGxQo8illagdOXqqpArBiHY8WGiAAiEAxFcfV6Xr24RC7pXV6LBFzC5yoBjCoHr9zwz978eRkDA="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.893fc857.0_1641581583759_0.977877239563868"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.69ba13b7.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.69ba13b7.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"776b813e379c8d90abf2a0ded57168c12f62adff","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/776b813e379c8d90abf2a0ded57168c12f62adff/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/776b813e379c8d90abf2a0ded57168c12f62adff/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/776b813e379c8d90abf2a0ded57168c12f62adff/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.69ba13b7.0","_nodeVersion":"14.18.3","_npmVersion":"lerna/3.22.1/node@v14.18.3+x64 (linux)","dist":{"integrity":"sha512-F1CH8Xz4ONLuANFDWDYTsBPGOs1y2cDc6sxVQZlfHYHPSMSuVII+GwWzoOFMiNceMx6UGRekH3YccM2nBx+NiQ==","shasum":"4114d54cceb73cd786577590511c6ff5f397dd4e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.69ba13b7.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6I9OCRA9TVsSAnZWagAA848P/1DTIBo31AjT1/5NS09V\nXeBwiVhxlVjf2koRdsvRpczJMlIFDCH5xYnqWDEChSu/OHBuVDJLMBFBdL57\nD/hUTGBI4MHTXGuArQPGtMZ94crPD+ErpSXCAI0j+fWWGW4yn7fpxta0/DIu\nyKw7fSZEdVm7r1nDLt2uvE1EA4P5tligkxMCBYr32LUm9+uQFV77KJz6yRkz\n9HvYkJ2D7HAFnsKriLBZrNQo71olilsQvpwWExTVvkXY2XQRyHTqKb2AAEfr\nzspeZZV06hxGlPXvV57Gde+wGiDP8AvJBq5TGwTggI1AXjQumXEUj3PPlWLy\nWEQEGXbyXYLhFjWs10bGP/b69OrWldFE7n1XBU8rQhmQFpVpUCxLpEX5itO7\nfm1NPuZVZ1AniVMfuHbfOBMsjI/9GpjwPRdh7tHS/oTrHvScsUDQp7TcBJtv\n80x3r51r54IAIZy+y1kmdJok3LnIIJdLRik2NEetkKLphG8Zh43PP6H2/+YC\n8B8sgQNOTDR7Em8OtyHyjT2Hm8yEINhXwZMtCoIeuVHpkj7cPiREw6riANO8\nj5cxaBrRzKmbkqIjTIjdYcpo0eMJFsvvxDYoSe5BS5Gd1nzzoGmwj+VM+iWa\nob87ljmL1UX1yZfMlE0hOmGgEgxc7h8A+k4St9cQlLHM+Fxmv6gUxXwszjtx\nh3nc\r\n=psTY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrdmdoXRC4Nq9yN+NysbCWrqShbHpOctVLay9MpLEGHgIgDpjOlC99kwjEX5OGnKXFvJw9yI0MFkHWNCvBJbHdt8o="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.69ba13b7.0_1642630989620_0.9241971410060787"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0-canary.0af8ade5.0":{"name":"@material/mwc-icon","version":"0.26.0-canary.0af8ade5.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"64bb121cb77aee6a854395ad838fce32a6051337","readme":"# `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon)\n> IMPORTANT: The Material Web Components are a work in progress and subject to\n> major changes until 1.0 release.\n\nIcon displays an icon with a chosen name from the [Material Icons](https://material.io/resources/icons/) font, or from any\nfont that supports *ligatures*.\n\n[Material Design Guidelines: System icons](https://material.io/design/iconography/system-icons.html)\n\n[Demo](https://material-components.github.io/material-web/demos/icon/)\n\n## Installation\n\n```sh\nnpm install @material/mwc-icon\n```\n\n> NOTE: The Material Web Components are distributed as ES2017 JavaScript\n> Modules, and use the Custom Elements API. They are compatible with all modern\n> browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional\n> tooling step is required to resolve *bare module specifiers*, as well as\n> transpilation and polyfills for IE11. See\n> [here](https://github.com/material-components/material-components-web-components#quick-start)\n> for detailed instructions.\n\n## Example usage\n\n### Basic\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/64bb121cb77aee6a854395ad838fce32a6051337/packages/icon/images/shopping_cart.png\" width=\"32px\" height=\"32px\">\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n\n<mwc-icon>shopping_cart</mwc-icon>\n\n<script type=\"module\">\n  import '@material/mwc-icon';\n</script>\n```\n\n### As a link\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/64bb121cb77aee6a854395ad838fce32a6051337/packages/icon/images/arrow_back.png\" width=\"32px\" height=\"32px\">\n\n```html\n<a href=\"index.html\">\n  <mwc-icon>arrow_back</mwc-icon>\n</a>\n```\n\n### Styled\n\n<img src=\"https://raw.githubusercontent.com/material-components/material-components-web-components/64bb121cb77aee6a854395ad838fce32a6051337/packages/icon/images/accessible_forward.png\" width=\"64px\" height=\"64px\">\n\n```html\n<style>\n  .fancy {\n    color: #03a9f4;\n    --mdc-icon-size: 64px;\n  }\n</style>\n\n<mwc-icon class=\"fancy\">accessible_forward</mwc-icon>\n```\n\n## Fonts\n\nMost users should include the following in their application HTML when using\nicons:\n\n```html\n<link href=\"https://fonts.googleapis.com/css?family=Material+Icons&display=block\" rel=\"stylesheet\">\n```\n\nThis loads the *Material Icons* font, which is required to render icons, and is\n*not* loaded automatically. If you see plain text instead of an icon, then the\nmost likely cause is that the Material Icons font is not loaded.\n\nTo see all icons that are available in the Material Icons font, see\n[Material Icons](https://material.io/resources/icons/).\n\nFor technical details about the Material Icons font, see the\n[Material Icons Developer Guide](https://google.github.io/material-design-icons/).\n\n\n## API\n\n### Slots\n\nName      | Description\n--------- | -----------\n*default* | The name of the icon to display (e.g. `shopping_cart`). See [Material Icons](https://material.io/resources/icons/) for an index of all available icons.\n\n\n### Properties/Attributes\n\n*None*\n\n### Methods\n\n*None*\n\n### Events\n\n*None*\n\n### CSS Custom Properties\n\nName              | Default          | Description\n----------------- | ---------------- | -----------\n`--mdc-icon-font` | [`Material Icons`](https://material.io/resources/icons/) | Font that supports *ligatures* and determines which icons are available (see [fonts](#fonts) above).\n`--mdc-icon-size` | `24px`           | Size of the icon.\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0-canary.0af8ade5.0","_nodeVersion":"14.18.3","_npmVersion":"lerna/3.22.1/node@v14.18.3+x64 (linux)","dist":{"integrity":"sha512-mA2dfrKXv4xAPdscFrihOIFZS8we4++jEjZW3OXTPkTEzeRRdsN7gASvSnIqjOVvH01ESF6Diuq/Bo4xiCHPzQ==","shasum":"d31729b08124e903d452e93db4a895f48aee95ab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0-canary.0af8ade5.0.tgz","fileCount":11,"unpackedSize":20257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAZdrCRA9TVsSAnZWagAABxgP/j50OhtS9IFrzdouyajC\nFd2GtDhcZK6pmBLqzgtF6eE5JW+cq83ycUqUAHhiVb1ozKj45VAL/WdAyWxA\n6haafRezdrBEztNe6ih1+1zoEzYcnXzpJf5O1HL6bO1kudNiNbuXJyzRKZdz\nemSH1mbFziYGMDv0D9kTEo4UJXHSCwqv+JP3O3uCuzcTFPetqzyzqpuDxXU1\n79lK8y4tUNYisgAIswxT9saf1eq7+rlGmX56bUWE/w6MgMZGujHJ1RMFCDcl\nwA4ByanZoNfSawwaWewlmwoCAuI1m3r4UEZImg3QHbH8w7ISAzRTF4SwzWuc\nBPZ049Iwtno0t5s0bx5HkqHL+icf4XnwFwY/wWg+e2LAollVvU/E2mpAlxkA\ngV1XJGAqJYt/KHuG5rlm2RC3gnDWY9MlbdawItRY91s/AotVnGr+G4ib5y1X\nGUl+xNPuSji6Lw0bv8nRq+nmj7Rq8Zmpr4mzrmSB7oto566POsrZBZE7k25n\n0ZvRzH421nzwLPosxvTBL8G9er+0YdMyDhywvgHNwJHJJrHJhROVD11YBP1B\nsSjugewUo8y1nF+/8xxAMsO1RG4wBtfOITD2TbLR80yvVlH7PRv1BN9aNA0y\nn8waPvIoJJNGpI9aqLqV1CwScO+ytl8xFEKvGlszESyz3HGRL1Imjtkt4zk7\nD9yr\r\n=eLBP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFspSP9pxYu1DlvzZHWG7O+0+Jf0huR31qb/1fBTii+HAiAGbLZeTv3bx1zjhOoTPba/qiXLxKywU+j7puLBNUmwlw=="}]},"_npmUser":{"name":"anonymous","email":"aprigogin+npm@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0-canary.0af8ade5.0_1644271466927_0.7087821444152964"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.0":{"name":"@material/mwc-icon","version":"0.26.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"056b3ceffbe2fe3408dbdbb319932da85637e779","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.0","_nodeVersion":"16.14.2","_npmVersion":"lerna/3.22.1/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-snI+u1xru4Q9FwEXhVxUoVjY3zvZ+H2ezYZa8Zn3OLArRcuz6R4yDxp1CZelaxTwyK2Sb6Hsp0h3liPCc2zl6A==","shasum":"0b7281e946edca3046da32e447ebee34305afc56","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.0.tgz","fileCount":11,"unpackedSize":20233,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJcvGMPK/mgs6kk3Aaemevs9IJ21NG/11dfpO+XaaIqQIgEiIHl2v/Aptw4ivUr8l+gv61Rs+yuVua6r1h5acv4EQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicWaxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqlXg/7B00WpbZiJpG0I9gWUNAeUKab9VC8V64S6xdVPtD6kl0Yp9Pn\r\nlsVtMszRWdhNdKtc+DrQrYDqqZLmprYVe4Hgjnk6XpQWQyv6TuhyLqW3ReKc\r\nj4eJtKmMY5xKKtBQtUTpiEl4PCAyirFid1qU85yM1IH0zUlZf582bYzxh9BD\r\nbmcF7uYa1KBUrnOVbbclbGmKEnjpsNlwspgw4Jlb2lq6PjmHBE8u4nMaUl/1\r\ndrSVT36mol5KjP8lpRy8pGA3iG4ujc4ZBSNtNF/svJcVOZ5RAq4FA/BMzM1R\r\nTpCBXxCzdVQ9H9pii3dWVBEyHs3VJ8fQJTsK6gkMOxkNcy1ccBAjcYZTZc7N\r\nO8U2yukEnLUMT4fB3JlKjUyzYL6HO6HmKfmWOsDiC/n8HDeuhuakIOkCA7Pr\r\nlJWKr2soPXfjd/P0JoD+h+KnN1eA+7nIPHf8W6Iu1xMtaDlEpC9uGL4SvRQE\r\noOVu6+LiM70VuG8P44x3CVrHXlMhp5+CZdnz9TwTJrEVfVIiD22CS9a/Cm6/\r\nSavMw+hbsCI/YsL7F5SuU8NEaW49zwjy/ZHBc6xokWhEunpvbPX7kV9begrW\r\nvESnc4KPkNY0XgcKpCXuFYs3BRJhnKQ0GRXbQQnPt5tzc1SnSvL1mV/yaXQr\r\nkrr7Y8ckubhAA+BlC7IFz9Yer5oCicDBPgk=\r\n=pfb/\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"asyncliz@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.0_1651599024968_0.3578763132180416"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.26.1":{"name":"@material/mwc-icon","version":"0.26.1","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"06b516b7f91867acd0cbe5676767aea8f490cbee","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.26.1","_nodeVersion":"16.14.2","_npmVersion":"lerna/3.22.1/node@v16.14.2+x64 (darwin)","dist":{"integrity":"sha512-RPcVPn+5p6hA2HjX/0wkeHQuxkJKgXMg47ffw+vhIw28qM8mprSv13hpUgrghb0f7xBvuPhf/kLb37V4xkRfwg==","shasum":"056b29b588d0e2ae5ccf857780c46b0012d9554e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.26.1.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+6fhCQwSX+cpqqNjn6zlVi8k4/tEjHgelIl1fYUu2JgIgHB2xS6VhFeSb5+zSgVmA+yrA7lQMT3OhicyTmdg+H90="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieXouACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSmhAAoozBU8ykG4krZxN/MUyelEYn02yFETwaaUrqu/GE6nN2BCdN\r\ntukyVpL05E/E7S4gNNok4sKonOy1KAXXTkCZc/grl+0qiVGmrXwMnkXs3YDM\r\nenoFkTTJxZ5AIdY70OUqtHR97pay1I2iTYC5laUmqMIfsOORBA3JgbBAYllo\r\n2rnO5qBJRA7bWHPkZOL9uIPVVO4GRCnfLVRFH9s8S3VXmEYlC3YgRTQcbNZS\r\nn7hc8ggZbZdyC0qZHdikqYYRZC3oFJAzcbissiIRqqSXeKXTQH4VviQW+GS/\r\nWZ8pJ3oMxo2ezh+5Old5bnWk2IpNUhpsUoMNmKvnc0KiGlK7hKTihHZZHp3a\r\nRTc3qQQV6rfpNrTaLGgWpc8zFqYQcAxQVAVujvJ3BkYxH0DueAIGYf7C0r6J\r\n2VZqyweGDX24c3gNyxXvFnkb7V69RJ20ML/r62WNSvTospcRmgr8mFzVMWv9\r\ne0XAoT2X/Hq9j2n63L7N//JyPS8H40xElQxtrDl9dgOaMbpcUwwh8ASpQxD4\r\nDRbxG2mbajUDbT7pFVolryoFCOB+8Th130yqhEhnbrWHq7t5CwpDDRulyzhm\r\n1EiS9RZG1zR6JuWXpKoerl3fBVL6PZ4Gm7Y3Xrnl8iA/PdH2yr5XSKtZ1J5B\r\nPpO1zz+JV9We9G+uMNWm0iVsZDFCIQpWc8k=\r\n=qXlM\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"asyncliz@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.26.1_1652128302177_0.29821426902885695"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"},"0.27.0":{"name":"@material/mwc-icon","version":"0.27.0","description":"Material Design icon web component","keywords":["material design","web components","icon"],"main":"mwc-icon.js","module":"mwc-icon.js","repository":{"type":"git","url":"git+https://github.com/material-components/material-components-web-components.git","directory":"packages/icon"},"license":"Apache-2.0","dependencies":{"lit":"^2.0.0","tslib":"^2.0.1"},"scripts":{"build:style":"node ../../scripts/sass-to-lit-css/index.js mwc-icon-host.scss"},"publishConfig":{"access":"public"},"gitHead":"c1e876a15bc028034781984538ea803ba67dbed3","bugs":{"url":"https://github.com/material-components/material-components-web-components/issues"},"homepage":"https://github.com/material-components/material-components-web-components#readme","_id":"@material/mwc-icon@0.27.0","_nodeVersion":"18.6.0","_npmVersion":"lerna/3.22.1/node@v18.6.0+arm64 (darwin)","dist":{"integrity":"sha512-Sul44I37M9Ewynn0A9DjkEBrmll2VtNbth6Pxj7I1A/EAwEfaCrPvryyGqfIu1T2hTsRcaojzQx6QjF+B5QW9A==","shasum":"f25ecdd7fe54d810d7d655ba05251169f78b84fd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@material/mwc-icon/-/mwc-icon-0.27.0.tgz","fileCount":11,"unpackedSize":20257,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDaTcMWkYZbNLSYu2Pev4Tb6pXkDTkw+JirzuKKVnrYjQIgUT+gLfx3OA5NnZ/y7iUz387Pcoeen6os6CeRPlPpQWI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9qX5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpqsg//Xa3WYsQHdaL7+fJ/h80dSNxdlDQrURIMyjocZeR5H7WoEnat\r\nACkb+1p3aJ5n2t/e7XeZYCgd6gOO5t15aFrZ+R8JMH9T1ol5a3YhW/H0+iWF\r\nA+92Bl67PLaS5Kj2y4wuvZ663ZhwPNrhw0HxiuzLkL8KzQhCekU9coYAUvC5\r\nstqp8x9lAAkY4YE/FIAPiBOfeSAJ9Gxsgcw/DEFcyCW28xWu5YZxzIH0zSri\r\ng8X5eV6x8KvyKIPrdrnjT6SP0cv/qkJXBgP9cg9fEl5D1gPEv3FMPYxjH8yh\r\nhp0LwopEMxcF95TtIbHn/LNZKOZfj1ll1M0BRA1R5b3vZTpubAI9U2Ne31I/\r\nEKObtOIS8OYh5pCwBhy+hFhVrQY6zzipZARK63chusYnSRYEdrkn/AlpMtCx\r\nzAqNbn21oC2aseEp4lH3nWn7Qk0bQQpX95DPdvGZmMi3Mu4opTLavWni33PP\r\nX1GEsGt9mdQBtBhd236E74QI9BmhmfmdK0IEC/HgcqsLuwvR3yLWKpYEBRqE\r\nIb37Jbm/LwyX+ikaeDzO0/MlWjexWWyHvfZA2+z/YeC3euw0F/KuZlzkMw1w\r\n2C69gtlnkp+PcQrewUs6OmKSJ19SqcWBZxJcV2w2sbimHpHTzA0u8flKxaZz\r\nSzS5LByc96XvyNyXFoZDOtwAUDKxmJchd/M=\r\n=Rmmn\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"emarquez@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hi@yef.im"},{"name":"anonymous","email":"abhiomkar@gmail.com"},{"name":"anonymous","email":"dfreedm2@gmail.com"},{"name":"anonymous","email":"bicknellr@gmail.com"},{"name":"anonymous","email":"aprigogin+npm@google.com"},{"name":"anonymous","email":"andrey.prigogin@gmail.com"},{"name":"anonymous","email":"prodee@google.com"},{"name":"anonymous","email":"aomarks@gmail.com"},{"name":"anonymous","email":"emarquez@google.com"},{"name":"anonymous","email":"allanchen@google.com"},{"name":"anonymous","email":"esgonzalez@google.com"},{"name":"anonymous","email":"asyncliz@gmail.com"},{"name":"anonymous","email":"wangchan518@gmail.com"},{"name":"anonymous","email":"sayrisuarez@google.com"},{"name":"anonymous","email":"brian.t.vann@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/mwc-icon_0.27.0_1660331513219_0.04196943358408234"},"_hasShrinkwrap":false,"deprecated":"MWC beta is longer supported. Please upgrade to @material/web"}},"name":"@material/mwc-icon","time":{"created":"2018-05-07T23:24:30.445Z","0.1.0":"2018-05-07T23:24:30.818Z","modified":"2024-04-04T18:50:43.179Z","0.1.1":"2018-05-09T21:05:00.591Z","0.1.2":"2018-06-14T22:50:58.767Z","0.2.0":"2018-09-14T00:36:31.051Z","0.2.1":"2018-09-22T01:00:21.754Z","0.3.0":"2018-10-04T23:25:51.649Z","0.3.1":"2018-10-08T19:20:36.131Z","0.3.2":"2018-11-17T02:05:56.142Z","0.3.3":"2018-12-04T00:57:59.553Z","0.3.4":"2018-12-13T20:39:14.524Z","0.3.5":"2019-01-11T22:16:40.428Z","0.3.6":"2019-02-05T20:18:33.289Z","0.5.0":"2019-03-26T22:38:45.150Z","0.6.0":"2019-06-05T22:20:07.913Z","0.7.0":"2019-08-27T21:23:37.940Z","0.7.1":"2019-08-28T02:54:16.793Z","0.8.0":"2019-09-04T00:04:19.689Z","0.9.0":"2019-09-27T01:36:08.258Z","0.9.1":"2019-09-30T21:04:51.459Z","0.10.0":"2019-10-11T23:28:11.298Z","0.11.0":"2019-11-26T21:49:26.893Z","0.11.1":"2019-11-27T00:26:30.111Z","0.12.0":"2019-12-17T23:47:47.144Z","0.13.0":"2020-02-04T04:46:28.405Z","0.14.0-canary.f790f713.0":"2020-02-28T02:28:00.613Z","0.14.0-canary.c759cfbc.0":"2020-02-29T00:04:34.197Z","0.14.0-canary.97ef53d8.0":"2020-02-29T00:18:06.505Z","0.14.0-canary.24f5fa6e.0":"2020-02-29T01:08:31.488Z","0.14.0-canary.960e214f.0":"2020-02-29T03:08:50.273Z","0.14.0-canary.a2f046f5.0":"2020-03-03T00:56:21.603Z","0.14.0-canary.024f371a.0":"2020-03-03T01:28:39.492Z","0.14.0-canary.2f164110.0":"2020-03-03T21:33:33.744Z","0.14.0-canary.edd465cd.0":"2020-03-04T00:10:30.289Z","0.14.0-canary.2b02d017.0":"2020-03-04T20:18:55.451Z","0.14.0-canary.cbdfe453.0":"2020-03-04T21:44:20.584Z","0.14.0-canary.02aa8a98.0":"2020-03-06T22:53:10.226Z","0.14.0-canary.7cd5aad6.0":"2020-03-09T23:19:56.313Z","0.14.0-canary.3a79dfa6.0":"2020-03-10T02:55:56.029Z","0.14.0-canary.22e0f5c9.0":"2020-03-10T02:59:58.648Z","0.14.0-canary.f23a1d1b.0":"2020-03-10T20:56:18.769Z","0.14.0-canary.34b2d69a.0":"2020-03-10T21:14:30.403Z","0.14.0-canary.dc04abe1.0":"2020-03-10T22:02:02.027Z","0.14.0-canary.04ccbc88.0":"2020-03-11T00:34:41.142Z","0.14.0-canary.55338c25.0":"2020-03-11T06:31:14.791Z","0.14.0-canary.b7e388f3.0":"2020-03-11T20:19:31.173Z","0.14.0-canary.b3211481.0":"2020-03-11T20:23:41.835Z","0.14.0-canary.0b5c7f23.0":"2020-03-11T21:53:29.832Z","0.14.0-canary.6c0f0b27.0":"2020-03-12T21:16:49.938Z","0.14.0-canary.b6c53425.0":"2020-03-13T16:55:06.344Z","0.14.0-canary.306cabed.0":"2020-03-17T21:17:28.886Z","0.14.0-canary.4e250cbc.0":"2020-03-17T21:23:34.697Z","0.14.0-canary.ff82d9ec.0":"2020-03-18T18:19:24.147Z","0.14.0-canary.f50f48ef.0":"2020-03-19T18:55:04.995Z","0.14.0-canary.134cf877.0":"2020-03-19T20:38:59.663Z","0.14.0":"2020-03-19T21:28:28.702Z","0.15.0-canary.2c1a4913.0":"2020-03-19T23:00:38.417Z","0.15.0-canary.3a6e481a.0":"2020-03-20T18:12:46.460Z","0.15.0-canary.603d6eb3.0":"2020-03-20T21:35:33.547Z","0.15.0-canary.05c6a93c.0":"2020-03-23T16:36:09.373Z","0.14.1":"2020-03-23T17:57:24.704Z","0.15.0-canary.4e6be3f4.0":"2020-03-24T20:58:28.943Z","0.15.0-canary.c29a683d.0":"2020-03-24T21:16:20.393Z","0.15.0-canary.fca3dd9d.0":"2020-03-24T23:42:51.138Z","0.15.0-canary.1e73da49.0":"2020-03-25T21:29:38.590Z","0.15.0-canary.bb6dfc5a.0":"2020-03-27T01:22:46.873Z","0.15.0-canary.1884603d.0":"2020-03-27T19:55:08.113Z","0.15.0-canary.aff73cab.0":"2020-03-27T21:14:02.810Z","0.15.0-canary.63168f61.0":"2020-03-31T18:12:07.225Z","0.15.0-canary.9fb79b3e.0":"2020-03-31T21:19:55.136Z","0.15.0-canary.9bd3e9e2.0":"2020-04-01T00:15:17.260Z","0.15.0-canary.072084ab.0":"2020-04-01T18:39:21.637Z","0.15.0-canary.4dec04af.0":"2020-04-03T20:29:23.079Z","0.15.0-canary.9b676354.0":"2020-04-03T20:29:37.821Z","0.15.0-canary.6b946095.0":"2020-04-03T21:23:52.711Z","0.15.0-canary.5ccbfaa2.0":"2020-04-03T21:29:17.961Z","0.15.0-canary.a0ab8772.0":"2020-04-07T20:08:34.566Z","0.15.0-canary.8d352305.0":"2020-04-07T21:41:31.593Z","0.15.0-canary.31eac79f.0":"2020-04-07T21:57:07.150Z","0.15.0-canary.ba05565e.0":"2020-04-08T17:32:11.311Z","0.15.0-canary.25099f79.0":"2020-04-08T21:30:23.805Z","0.15.0-canary.447e31c6.0":"2020-04-09T01:16:07.212Z","0.15.0-canary.d6dd84f7.0":"2020-04-09T01:24:45.166Z","0.15.0-canary.9b03ee68.0":"2020-04-09T20:02:30.840Z","0.15.0-canary.bbc25b10.0":"2020-04-10T22:45:11.159Z","0.15.0-canary.339cbfd4.0":"2020-04-15T17:38:22.761Z","0.15.0-canary.b74ff19f.0":"2020-04-15T20:03:51.588Z","0.15.0-canary.aaa16853.0":"2020-04-15T22:40:42.405Z","0.15.0-canary.826b23e7.0":"2020-04-16T18:56:36.233Z","0.15.0-canary.e1ad2b2f.0":"2020-04-17T23:01:04.406Z","0.15.0-canary.bade5580.0":"2020-04-17T23:18:56.652Z","0.15.0-canary.dae38247.0":"2020-04-18T00:15:53.688Z","0.15.0-canary.a04c0b82.0":"2020-04-18T00:34:00.706Z","0.15.0-canary.715decfe.0":"2020-04-20T18:34:56.841Z","0.15.0-canary.c862cd04.0":"2020-04-20T21:33:46.839Z","0.15.0-canary.e9b01b35.0":"2020-04-20T23:29:07.084Z","0.15.0-canary.ee7e8989.0":"2020-04-21T00:50:56.559Z","0.15.0-canary.9bf47ffa.0":"2020-04-21T18:37:31.798Z","0.15.0-canary.078dbd98.0":"2020-04-21T21:11:50.882Z","0.15.0-canary.953015d6.0":"2020-04-21T21:35:17.093Z","0.15.0-canary.c360ec63.0":"2020-04-21T21:58:35.250Z","0.15.0-canary.d71b65aa.0":"2020-04-21T22:37:23.731Z","0.15.0-canary.58d51135.0":"2020-04-23T00:44:31.936Z","0.15.0-canary.d0af8ba3.0":"2020-04-23T18:09:36.351Z","0.15.0-canary.8872b17b.0":"2020-04-23T20:40:41.316Z","0.15.0-canary.eca1a610.0":"2020-04-23T21:42:39.642Z","0.15.0-canary.baaf529e.0":"2020-04-23T22:43:52.424Z","0.15.0-canary.7a7992a8.0":"2020-04-23T23:13:48.145Z","0.15.0-canary.1150d64d.0":"2020-04-24T00:18:21.153Z","0.15.0-canary.dad3f828.0":"2020-04-25T00:42:25.257Z","0.15.0-canary.1bcdb47e.0":"2020-04-28T01:12:26.473Z","0.15.0-canary.86ff1b9f.0":"2020-04-28T02:55:22.197Z","0.15.0-canary.54a86b20.0":"2020-04-28T03:17:39.630Z","0.15.0-canary.938fd24b.0":"2020-04-30T01:26:53.642Z","0.15.0-canary.39e9a008.0":"2020-04-30T02:13:06.284Z","0.15.0-canary.f3b365de.0":"2020-04-30T08:26:51.304Z","0.15.0-canary.cdbdf807.0":"2020-05-01T00:14:25.145Z","0.15.0-canary.9995ae17.0":"2020-05-01T18:44:42.054Z","0.15.0-canary.457bf035.0":"2020-05-01T20:50:29.617Z","0.15.0-canary.2381fd02.0":"2020-05-01T21:25:08.113Z","0.15.0-canary.b2ca9b57.0":"2020-05-01T21:35:38.378Z","0.15.0-canary.b2b088e7.0":"2020-05-01T22:33:17.826Z","0.15.0-canary.fdd8f69e.0":"2020-05-02T00:16:11.808Z","0.15.0-canary.730f45a8.0":"2020-05-03T20:44:33.973Z","0.15.0-canary.4219bd20.0":"2020-05-04T23:31:37.150Z","0.15.0-canary.1d83cf6d.0":"2020-05-05T17:11:47.392Z","0.15.0-canary.3bfc63aa.0":"2020-05-05T18:13:23.130Z","0.15.0":"2020-05-05T22:36:03.224Z","0.16.0-canary.1f4e3d1c.0":"2020-05-06T22:04:04.712Z","0.16.0-canary.bc8759d5.0":"2020-05-07T23:14:20.185Z","0.16.0-canary.d1379acf.0":"2020-05-08T17:40:56.172Z","0.16.0-canary.58d51fc0.0":"2020-05-08T19:17:07.560Z","0.16.0-canary.588062d7.0":"2020-05-08T21:23:13.875Z","0.16.0-canary.fa21f639.0":"2020-05-11T17:29:37.087Z","0.16.0-canary.2772c509.0":"2020-05-11T18:36:18.440Z","0.16.0-canary.fc4796d5.0":"2020-05-11T20:04:34.560Z","0.16.0-canary.0d1c5f2c.0":"2020-05-11T21:19:27.978Z","0.16.0-canary.d083d93a.0":"2020-05-12T00:17:54.843Z","0.16.0-canary.c95d429c.0":"2020-05-12T21:36:31.534Z","0.16.0-canary.0c1ad726.0":"2020-05-13T00:33:52.640Z","0.16.0-canary.8b6a4700.0":"2020-05-13T17:18:54.725Z","0.16.0-canary.3270effb.0":"2020-05-13T21:24:16.026Z","0.16.0-canary.832e64f7.0":"2020-05-14T00:51:52.277Z","0.16.0-canary.472fc4fc.0":"2020-05-14T03:36:03.540Z","0.16.0-canary.4dcd7dd5.0":"2020-05-14T16:24:14.611Z","0.16.0-canary.bcd3400d.0":"2020-05-15T22:49:26.735Z","0.16.0-canary.91f63179.0":"2020-05-16T00:34:13.037Z","0.16.0-canary.b8aafb56.0":"2020-05-18T18:31:13.962Z","0.16.0-canary.a564b194.0":"2020-05-18T23:03:10.088Z","0.16.0-canary.ef56465b.0":"2020-05-19T03:47:31.955Z","0.16.0-canary.c22dcd71.0":"2020-05-19T17:23:55.237Z","0.16.0-canary.6eb62388.0":"2020-05-19T20:38:01.648Z","0.16.0-canary.9bc3230c.0":"2020-05-19T21:37:51.505Z","0.16.0-canary.421a6856.0":"2020-05-20T05:23:53.216Z","0.16.0-canary.761aa6f2.0":"2020-05-20T21:30:26.664Z","0.16.0-canary.f8654c40.0":"2020-05-20T21:40:03.449Z","0.16.0-canary.05f3853e.0":"2020-05-21T17:32:55.355Z","0.16.0-canary.5fe61f4e.0":"2020-05-21T23:06:29.208Z","0.16.0-canary.17d33745.0":"2020-05-26T16:13:24.502Z","0.16.0-canary.e8b52f5b.0":"2020-05-26T18:42:11.049Z","0.16.0-canary.09afa0a9.0":"2020-05-26T21:43:40.497Z","0.16.0-canary.58bc9166.0":"2020-05-27T00:29:54.034Z","0.16.0-canary.43bde144.0":"2020-05-27T18:28:54.152Z","0.16.0-canary.51067bbc.0":"2020-05-27T20:02:49.854Z","0.16.0-canary.92751ffa.0":"2020-05-27T21:36:08.453Z","0.16.0-canary.aa2b40bb.0":"2020-05-28T19:14:31.942Z","0.16.0-canary.1a870a01.0":"2020-05-28T21:18:13.853Z","0.16.0-canary.ad57d086.0":"2020-05-29T23:48:49.681Z","0.16.0-canary.3bf2b4d5.0":"2020-05-30T00:36:15.449Z","0.16.0-canary.ac05f090.0":"2020-05-30T02:49:28.282Z","0.16.0-canary.0ba7b095.0":"2020-05-30T02:56:10.048Z","0.16.0-canary.5eaa9bac.0":"2020-06-01T23:28:23.462Z","0.16.0-canary.5677ac20.0":"2020-06-01T23:56:32.576Z","0.16.0-canary.7ac6bff4.0":"2020-06-02T00:15:07.268Z","0.16.0-canary.d45622aa.0":"2020-06-02T23:45:19.100Z","0.16.0-canary.dc26c709.0":"2020-06-05T20:20:20.618Z","0.16.0-canary.b9baf6db.0":"2020-06-05T20:21:55.496Z","0.16.0-canary.e0b8c9d0.0":"2020-06-05T23:04:08.155Z","0.16.0-canary.51552859.0":"2020-06-10T00:07:22.750Z","0.16.0-canary.2e269285.0":"2020-06-10T01:35:08.193Z","0.16.0-canary.be138b01.0":"2020-06-10T20:48:35.240Z","0.16.0-canary.04bccf5a.0":"2020-06-16T00:57:24.386Z","0.16.0-canary.b44dea36.0":"2020-06-16T20:57:11.077Z","0.16.0-canary.e2577e87.0":"2020-06-16T21:08:11.545Z","0.16.0-canary.58b73343.0":"2020-06-16T21:23:12.413Z","0.16.0-canary.f155c058.0":"2020-06-18T18:07:20.613Z","0.16.0-canary.309779d2.0":"2020-06-18T23:58:01.211Z","0.16.0-canary.e7649968.0":"2020-06-19T21:40:15.584Z","0.16.0-canary.8e21c78b.0":"2020-06-22T10:37:14.561Z","0.16.0-canary.6db76faf.0":"2020-06-22T21:12:09.410Z","0.16.0-canary.c4dd9684.0":"2020-06-23T15:14:19.139Z","0.16.0-canary.b3e53981.0":"2020-06-24T00:38:30.685Z","0.16.0-canary.b9468f77.0":"2020-06-24T21:53:52.530Z","0.16.0-canary.eb790e49.0":"2020-06-25T21:18:23.686Z","0.16.0-canary.9aa1a5c5.0":"2020-06-26T17:04:40.502Z","0.16.0-canary.d36e9861.0":"2020-06-26T17:35:52.151Z","0.16.0-canary.155c2f85.0":"2020-06-26T23:28:19.734Z","0.16.0-canary.340c9c40.0":"2020-06-26T23:37:43.111Z","0.16.0-canary.a3384d2d.0":"2020-06-30T20:59:51.782Z","0.17.0-canary.6d056c96.0":"2020-06-30T21:09:17.703Z","0.16.1":"2020-06-30T21:14:33.431Z","0.17.0-canary.f7e37607.0":"2020-06-30T21:43:39.076Z","0.18.0-canary.0afbfef2.0":"2020-07-01T19:43:21.018Z","0.17.0":"2020-07-01T19:43:49.469Z","0.18.0-canary.fd970958.0":"2020-07-01T23:32:49.537Z","0.18.0-canary.fd44be19.0":"2020-07-02T05:47:57.614Z","0.17.2":"2020-07-02T05:58:04.514Z","0.18.0-canary.ca6fc6de.0":"2020-07-02T05:58:50.439Z","0.18.0-canary.79f1ec2a.0":"2020-07-07T17:32:00.419Z","0.18.0-canary.a7bc45ae.0":"2020-07-09T17:22:37.033Z","0.18.0-canary.b184bc1c.0":"2020-07-09T17:31:51.085Z","0.18.0-canary.b39fde62.0":"2020-07-09T17:37:02.936Z","0.18.0-canary.dfdd8d6c.0":"2020-07-09T18:25:17.649Z","0.18.0-canary.11cf2694.0":"2020-07-09T20:42:59.661Z","0.18.0-canary.436d66e9.0":"2020-07-09T20:47:46.533Z","0.18.0-canary.3a44d36b.0":"2020-07-10T00:36:50.285Z","0.18.0-canary.ec11ae6e.0":"2020-07-10T17:52:27.380Z","0.18.0-canary.17f6cf27.0":"2020-07-10T18:32:17.323Z","0.18.0-canary.efdfbc21.0":"2020-07-10T18:43:57.315Z","0.18.0-canary.bae4339a.0":"2020-07-14T16:41:08.293Z","0.18.0-canary.28eac13b.0":"2020-07-14T22:22:52.911Z","0.18.0-canary.44966b65.0":"2020-07-15T18:04:17.477Z","0.18.0-canary.3ef0ef60.0":"2020-07-16T16:53:44.962Z","0.18.0-canary.fcebf9e6.0":"2020-07-20T18:45:34.696Z","0.18.0-canary.b6a772df.0":"2020-07-20T22:45:54.686Z","0.18.0-canary.f6a6ca38.0":"2020-07-21T16:40:25.204Z","0.18.0-canary.647dd6b7.0":"2020-07-21T18:41:02.278Z","0.18.0-canary.3cb7406f.0":"2020-07-22T18:56:44.129Z","0.18.0-canary.5717a5a1.0":"2020-07-22T21:39:24.663Z","0.18.0-canary.d84cd4b2.0":"2020-07-22T21:41:20.788Z","0.18.0-canary.f279e7fc.0":"2020-07-22T22:00:10.487Z","0.18.0-canary.f181e3bc.0":"2020-07-22T22:02:08.811Z","0.18.0-canary.346a622a.0":"2020-07-22T23:39:28.368Z","0.18.0-canary.c9e8a848.0":"2020-07-23T01:09:46.679Z","0.18.0-canary.718c385c.0":"2020-07-23T20:05:47.465Z","0.18.0-canary.cd516a27.0":"2020-07-24T19:10:13.550Z","0.18.0-canary.1f082191.0":"2020-07-24T19:15:37.037Z","0.18.0-canary.ea3e82dc.0":"2020-07-24T19:20:47.378Z","0.18.0-canary.94987b64.0":"2020-07-24T20:25:56.842Z","0.18.0-canary.ff49b7e2.0":"2020-07-27T19:04:15.655Z","0.18.0-canary.3d334ccc.0":"2020-07-28T16:14:20.973Z","0.18.0-canary.82ac569e.0":"2020-07-28T18:41:47.388Z","0.18.0-canary.99df7397.0":"2020-07-29T02:39:44.582Z","0.18.0-canary.45493e05.0":"2020-07-29T17:15:58.221Z","0.18.0-canary.f2ab0a95.0":"2020-07-29T17:20:43.492Z","0.18.0-canary.45f9eddc.0":"2020-07-30T00:54:16.873Z","0.18.0-canary.b64663ea.0":"2020-07-30T17:42:32.782Z","0.18.0-canary.9a1a4d2d.0":"2020-07-30T21:03:35.621Z","0.18.0-canary.887c2848.0":"2020-07-30T22:04:59.164Z","0.18.0-canary.354eb695.0":"2020-07-30T23:57:16.403Z","0.18.0-canary.7beb236c.0":"2020-07-31T17:39:54.124Z","0.18.0-canary.c44acc0c.0":"2020-07-31T21:10:27.801Z","0.18.0-canary.779853ff.0":"2020-08-03T17:22:41.533Z","0.18.0-canary.8aaf270b.0":"2020-08-03T18:40:11.398Z","0.18.0-canary.5cde9f12.0":"2020-08-03T19:00:31.520Z","0.18.0-canary.1607ec53.0":"2020-08-03T19:46:04.736Z","0.18.0-canary.678b30e3.0":"2020-08-03T19:50:00.555Z","0.18.0-canary.21c55569.0":"2020-08-03T19:56:03.982Z","0.19.0-canary.907d4d7d.0":"2020-08-03T21:21:46.425Z","0.18.0":"2020-08-03T21:24:03.917Z","0.19.0-canary.f7958e4a.0":"2020-08-04T02:06:14.054Z","0.19.0-canary.f8ceaf79.0":"2020-08-04T19:17:25.856Z","0.19.0-canary.6b9e385a.0":"2020-08-04T21:29:11.925Z","0.19.0-canary.9a7e6d2a.0":"2020-08-05T03:45:23.586Z","0.19.0-canary.188f3f1c.0":"2020-08-05T18:12:47.179Z","0.19.0-canary.b6106add.0":"2020-08-05T20:48:48.382Z","0.19.0-canary.ebb4c667.0":"2020-08-06T00:18:14.091Z","0.19.0-canary.aa44289e.0":"2020-08-06T18:26:51.264Z","0.19.0-canary.e6b0816b.0":"2020-08-07T18:43:07.509Z","0.19.0-canary.96d15938.0":"2020-08-07T20:28:13.769Z","0.19.0-canary.9d991c8c.0":"2020-08-07T22:07:50.511Z","0.19.0-canary.13bfbd72.0":"2020-08-10T19:26:48.344Z","0.19.0-canary.30b1b258.0":"2020-08-10T20:06:19.854Z","0.19.0-canary.1583e263.0":"2020-08-11T23:10:10.228Z","0.19.0-canary.fefb1a93.0":"2020-08-12T00:24:35.962Z","0.19.0-canary.1ac5b9d4.0":"2020-08-12T18:26:47.294Z","0.19.0-canary.f17f5052.0":"2020-08-13T17:14:00.446Z","0.19.0-canary.80b5d20d.0":"2020-08-13T18:16:43.224Z","0.19.0-canary.758635ed.0":"2020-08-14T17:16:01.497Z","0.19.0-canary.18d6b808.0":"2020-08-14T23:07:31.262Z","0.19.0-canary.5f8ffbd1.0":"2020-08-17T22:14:55.279Z","0.19.0-canary.8604d59e.0":"2020-08-18T01:01:40.356Z","0.19.0-canary.1d7d5e34.0":"2020-08-18T01:08:25.432Z","0.19.0-canary.9cc95c07.0":"2020-08-18T01:15:59.828Z","0.19.0-canary.9f65ced3.0":"2020-08-18T20:15:31.224Z","0.19.0-canary.5962b365.0":"2020-08-19T20:28:10.298Z","0.19.0-canary.9c9ec756.0":"2020-08-20T18:55:18.067Z","0.19.0-canary.fa0ad66a.0":"2020-08-20T20:34:28.271Z","0.19.0-canary.06ecdd6b.0":"2020-08-20T21:33:26.032Z","0.19.0-canary.2bca2318.0":"2020-08-21T17:51:51.080Z","0.19.0-canary.6aa47265.0":"2020-08-21T18:15:32.305Z","0.19.0-canary.e7202a07.0":"2020-08-21T19:22:58.019Z","0.19.0-canary.f208201e.0":"2020-08-24T19:02:37.098Z","0.19.0-canary.14a172db.0":"2020-08-25T19:47:12.060Z","0.19.0-canary.e6c1038d.0":"2020-08-27T19:36:24.935Z","0.19.0-canary.34012082.0":"2020-08-27T19:47:33.527Z","0.19.0-canary.c073f7b8.0":"2020-08-28T17:11:38.803Z","0.19.0-canary.b7ae68ff.0":"2020-08-29T01:26:35.172Z","0.19.0-canary.697e3879.0":"2020-09-02T00:12:29.756Z","0.19.0-canary.eafb7991.0":"2020-09-02T02:17:40.275Z","0.19.0-canary.606642ec.0":"2020-09-02T21:34:56.556Z","0.19.0-canary.ddf05c42.0":"2020-09-03T13:52:30.274Z","0.19.0-canary.b889e6dc.0":"2020-09-03T14:10:35.510Z","0.19.0-canary.aabeceb0.0":"2020-09-03T19:56:54.765Z","0.19.0-canary.d8cca3a6.0":"2020-09-03T21:30:52.083Z","0.19.0-canary.26d34b2e.0":"2020-09-03T21:56:17.557Z","0.19.0-canary.a1c44494.0":"2020-09-09T22:06:37.248Z","0.19.0-canary.be1cd1e9.0":"2020-09-10T16:40:22.804Z","0.19.0-canary.f094c0ce.0":"2020-09-10T17:35:37.327Z","0.19.0-canary.c1261e7d.0":"2020-09-11T02:25:38.854Z","0.19.0-canary.9b39ed1e.0":"2020-09-11T02:26:35.174Z","0.19.0-canary.e67214b3.0":"2020-09-11T02:30:57.690Z","0.19.0-canary.36f5da28.0":"2020-09-11T02:33:34.666Z","0.19.0-canary.3babab12.0":"2020-09-11T02:36:21.753Z","0.19.0-canary.a4481e6f.0":"2020-09-11T02:48:41.482Z","0.19.0-canary.a9177836.0":"2020-09-11T17:46:51.538Z","0.19.0-canary.b102a3c8.0":"2020-09-14T20:12:37.289Z","0.19.0-canary.a7fbc707.0":"2020-09-15T16:04:51.945Z","0.19.0-canary.ed6b8660.0":"2020-09-15T17:24:12.817Z","0.19.0-canary.9c2331f5.0":"2020-09-15T17:48:36.503Z","0.19.0-canary.63a5f088.0":"2020-09-16T21:37:04.116Z","0.19.0-canary.b7995e49.0":"2020-09-16T23:25:54.457Z","0.19.0-canary.0da3ec97.0":"2020-09-21T22:07:59.952Z","0.19.0-canary.a0793c96.0":"2020-09-22T17:03:48.583Z","0.19.0-canary.06998a3e.0":"2020-09-22T18:25:07.356Z","0.19.0-canary.3484a90d.0":"2020-09-22T22:03:31.713Z","0.19.0-canary.3f99af40.0":"2020-09-24T23:20:36.284Z","0.19.0-canary.72aa1129.0":"2020-09-25T21:06:33.759Z","0.19.0-canary.394fd3f6.0":"2020-09-28T14:11:14.363Z","0.19.0-canary.347110f1.0":"2020-09-28T16:49:32.550Z","0.19.0-canary.5e330bb9.0":"2020-09-30T22:00:34.204Z","0.19.0-canary.30b9e3a9.0":"2020-09-30T22:37:32.430Z","0.19.0-canary.7bb04b9a.0":"2020-10-01T23:22:12.708Z","0.19.0-canary.615d861d.0":"2020-10-02T01:32:47.593Z","0.19.0-canary.af110e86.0":"2020-10-02T23:49:18.457Z","0.19.0-canary.89d27ca5.0":"2020-10-06T01:26:31.413Z","0.19.0-canary.9ef2e7c2.0":"2020-10-07T00:13:48.683Z","0.19.0-canary.96c8bdc1.0":"2020-10-07T20:07:02.525Z","0.20.0-canary.6c21f034.0":"2020-10-07T22:29:54.915Z","0.19.0":"2020-10-07T22:33:06.661Z","0.20.0-canary.1f026aaa.0":"2020-10-08T22:53:04.922Z","0.19.1":"2020-10-08T23:05:34.030Z","0.20.0-canary.5f6894b1.0":"2020-10-08T23:06:13.143Z","0.20.0-canary.f6260d06.0":"2020-10-12T22:33:43.702Z","0.20.0-canary.2d1b08aa.0":"2020-10-13T19:21:31.659Z","0.20.0-canary.5bd58844.0":"2020-10-13T23:45:38.329Z","0.20.0-canary.bc846b29.0":"2020-10-14T18:15:13.578Z","0.20.0-canary.3280b686.0":"2020-10-16T00:03:47.580Z","0.20.0-canary.9e94cd38.0":"2020-10-16T21:13:47.495Z","0.20.0-canary.4773c773.0":"2020-10-16T22:33:29.772Z","0.20.0-canary.65787913.0":"2020-10-19T18:50:17.458Z","0.20.0-canary.5485fba3.0":"2020-10-19T21:23:35.625Z","0.20.0-canary.a39d0a92.0":"2020-10-23T21:23:08.154Z","0.20.0-canary.4eafcbc1.0":"2020-10-27T01:20:24.106Z","0.20.0-canary.32961593.0":"2020-10-28T00:38:16.733Z","0.20.0-canary.8e3a0601.0":"2020-10-29T21:36:22.736Z","0.20.0-canary.178c25b4.0":"2020-10-29T21:49:54.213Z","0.20.0-canary.124beb49.0":"2020-10-31T00:05:59.132Z","0.20.0-canary.5937f468.0":"2020-11-04T21:04:53.784Z","0.20.0-canary.a9bafaee.0":"2020-11-05T22:30:13.729Z","0.20.0-canary.184861ee.0":"2020-11-07T00:37:09.354Z","0.20.0-canary.6c6ae2d6.0":"2020-11-09T13:05:09.228Z","0.20.0-canary.ea2aa477.0":"2020-11-09T23:57:11.839Z","0.20.0-canary.a2c088dc.0":"2020-11-10T14:23:15.060Z","0.20.0-canary.b04d71d4.0":"2020-11-12T10:41:25.850Z","0.20.0-canary.2c553352.0":"2020-11-12T22:42:08.065Z","0.20.0-canary.6560d19a.0":"2020-11-13T20:47:49.215Z","0.20.0-canary.a28d5ec3.0":"2020-11-17T15:23:18.298Z","0.20.0-canary.03e7e778.0":"2020-11-17T19:24:51.854Z","0.20.0-canary.ac8ed597.0":"2020-11-17T22:11:02.881Z","0.20.0-canary.b6a60f60.0":"2020-11-17T22:51:30.912Z","0.20.0-canary.71cc24fb.0":"2020-11-17T23:15:58.868Z","0.20.0-canary.761027ff.0":"2020-11-18T22:13:09.075Z","0.20.0-canary.dc93d04c.0":"2020-11-18T22:19:14.639Z","0.20.0-canary.4a5d4eeb.0":"2020-11-19T11:29:54.089Z","0.20.0-canary.bd176a15.0":"2020-11-19T19:09:24.760Z","0.20.0-canary.e85aa60d.0":"2020-11-23T22:23:56.451Z","0.20.0-canary.72092360.0":"2020-11-24T04:17:32.553Z","0.20.0-canary.baf9d39f.0":"2020-11-25T21:47:43.254Z","0.20.0-canary.51aab0ad.0":"2020-12-01T01:04:32.246Z","0.20.0-canary.8fd4af5b.0":"2020-12-03T00:26:28.904Z","0.20.0-canary.26d14d2f.0":"2020-12-03T00:55:08.787Z","0.20.0-canary.1663d7e4.0":"2020-12-03T01:15:37.620Z","0.20.0-canary.cbe9fc12.0":"2020-12-03T19:06:28.158Z","0.20.0-canary.9755be10.0":"2020-12-03T19:24:38.595Z","0.20.0-canary.3f64270c.0":"2020-12-03T21:49:03.490Z","0.21.0-canary.d893b14a.0":"2020-12-03T22:25:10.267Z","0.20.0":"2020-12-03T22:28:32.232Z","0.21.0-canary.47c7d7e5.0":"2020-12-11T19:56:12.754Z","0.21.0-canary.b304a78b.0":"2020-12-15T20:03:06.540Z","0.21.0-canary.777c5fa4.0":"2020-12-16T21:53:21.973Z","0.21.0-canary.635c7996.0":"2020-12-17T23:31:00.502Z","0.21.0-canary.20b0045f.0":"2020-12-17T23:47:57.555Z","0.21.0-canary.41f77000.0":"2020-12-18T00:34:27.479Z","0.21.0-canary.afe4079a.0":"2020-12-22T17:39:06.493Z","0.21.0-canary.407ef8f9.0":"2020-12-30T23:02:02.021Z","0.21.0-canary.2e26e137.0":"2021-01-05T18:48:52.317Z","0.21.0-canary.9009f6c1.0":"2021-01-08T19:53:31.315Z","0.21.0-canary.ee99b646.0":"2021-01-11T23:07:24.400Z","0.21.0-canary.740ed33b.0":"2021-01-12T18:03:15.082Z","0.21.0-canary.c5c541b1.0":"2021-01-12T18:44:45.820Z","0.21.0-canary.06fe9d90.0":"2021-01-12T20:54:12.583Z","0.21.0-canary.269eed01.0":"2021-01-13T21:44:34.712Z","0.21.0-canary.8c075f35.0":"2021-01-13T23:06:07.824Z","0.21.0-canary.3cda381b.0":"2021-01-14T00:03:49.222Z","0.21.0-canary.bc113605.0":"2021-01-14T00:44:37.671Z","0.21.0-canary.0c1d6ff9.0":"2021-01-15T20:08:34.263Z","0.21.0-canary.b4332e00.0":"2021-01-15T22:06:51.396Z","0.21.0-canary.2899691d.0":"2021-01-16T01:43:53.973Z","0.21.0-canary.fe73953b.0":"2021-01-19T19:20:41.277Z","0.21.0-canary.d3a16455.0":"2021-01-19T19:51:33.599Z","0.21.0-canary.597ca1b6.0":"2021-01-20T00:59:10.548Z","0.21.0-canary.3c195efe.0":"2021-01-20T02:00:47.547Z","0.21.0-canary.f7b8755f.0":"2021-01-20T20:36:59.126Z","0.21.0-canary.f60de7df.0":"2021-01-20T23:36:00.691Z","0.21.0-canary.664a2927.0":"2021-01-21T19:17:53.895Z","0.21.0-canary.a6d312e5.0":"2021-01-21T21:46:50.217Z","0.21.0-canary.027365eb.0":"2021-01-22T21:06:47.502Z","0.21.0-canary.7e72b66d.0":"2021-01-22T23:25:47.960Z","0.21.0-canary.a6d6a1e7.0":"2021-01-22T23:32:09.646Z","0.21.0-canary.b95fe100.0":"2021-01-22T23:51:14.445Z","0.21.0-canary.c8797192.0":"2021-01-23T00:06:37.465Z","0.21.0-canary.946f5563.0":"2021-01-23T00:42:46.012Z","0.21.0-canary.43664f0e.0":"2021-01-25T22:39:19.094Z","0.21.0-canary.2e769e3c.0":"2021-01-26T00:05:35.219Z","0.21.0-canary.14e01610.0":"2021-01-27T19:50:47.603Z","0.21.0-canary.5de00c1b.0":"2021-01-27T20:16:27.260Z","0.21.0-canary.5a328336.0":"2021-01-28T19:53:58.435Z","0.21.0-canary.533b1251.0":"2021-01-29T15:10:55.255Z","0.21.0-canary.ab5c0a10.0":"2021-02-02T20:16:45.575Z","0.21.0-canary.b7a40b27.0":"2021-02-03T15:02:44.209Z","0.21.0-canary.0fdee204.0":"2021-02-03T18:32:40.045Z","0.21.0-canary.5160e548.0":"2021-02-05T23:50:38.415Z","0.21.0-canary.4fa2daec.0":"2021-02-09T00:17:52.203Z","0.21.0-canary.67f285fb.0":"2021-02-09T00:50:22.660Z","0.21.0-canary.58cd5a70.0":"2021-02-11T20:43:21.531Z","0.21.0-canary.8107ca43.0":"2021-02-11T23:28:15.578Z","0.21.0-canary.d35d64ef.0":"2021-02-11T23:42:23.533Z","0.21.0-canary.78bcf058.0":"2021-02-12T00:47:37.910Z","0.21.0-canary.0c6908fd.0":"2021-02-12T01:24:07.835Z","0.21.0-canary.f1f34ee0.0":"2021-02-12T20:17:22.572Z","0.21.0-canary.d84df029.0":"2021-02-16T19:06:52.442Z","0.21.0-canary.c525f471.0":"2021-02-17T20:52:45.385Z","0.21.0-canary.ba7a1b35.0":"2021-02-19T00:13:15.691Z","0.21.0-canary.9a566dda.0":"2021-02-19T18:37:06.746Z","0.21.0-canary.55addb8c.0":"2021-02-19T22:01:32.575Z","0.21.0-canary.85dd5e9b.0":"2021-02-23T02:18:35.892Z","0.21.0-canary.aa3e078e.0":"2021-02-23T17:13:57.882Z","0.21.0-canary.dccd254e.0":"2021-02-26T21:09:30.448Z","0.21.0-canary.7dd1a27d.0":"2021-03-01T22:00:28.940Z","0.21.0-canary.12574572.0":"2021-03-02T20:28:46.949Z","0.21.0-canary.1109a3d3.0":"2021-03-02T20:33:25.472Z","0.21.0-canary.b9cd8739.0":"2021-03-03T17:45:33.253Z","0.21.0-canary.71ee796a.0":"2021-03-03T20:10:07.591Z","0.21.0-canary.2be191ed.0":"2021-03-03T21:50:41.272Z","0.21.0-canary.6dc7b06f.0":"2021-03-05T00:21:20.476Z","0.21.0-canary.24fe7ba6.0":"2021-03-05T17:26:28.234Z","0.21.0-canary.12c477d1.0":"2021-03-08T22:22:54.843Z","0.21.0-canary.4c38f801.0":"2021-03-08T23:23:52.665Z","0.21.0-canary.8795b83f.0":"2021-03-09T18:26:49.451Z","0.21.0-canary.12b84cb7.0":"2021-03-10T00:40:28.090Z","0.21.0-canary.6ac6784b.0":"2021-03-10T00:50:27.738Z","0.21.0-canary.b6d92934.0":"2021-03-10T22:00:13.088Z","0.21.0-canary.99a55b9e.0":"2021-03-10T22:51:02.645Z","0.21.0-canary.bb14efb7.0":"2021-03-10T23:36:37.792Z","0.21.0-canary.9ecf3bdd.0":"2021-03-11T00:22:30.770Z","0.21.0-canary.7c0e02fd.0":"2021-03-11T01:46:04.151Z","0.21.0-canary.2d6d59cc.0":"2021-03-11T18:28:37.149Z","0.21.0-canary.0138863c.0":"2021-03-11T18:35:55.359Z","0.21.0-canary.926f5bad.0":"2021-03-11T20:18:05.677Z","0.21.0-canary.520290a9.0":"2021-03-11T22:27:20.143Z","0.21.0-canary.9ec431d1.0":"2021-03-11T22:31:38.355Z","0.21.0-canary.4246c082.0":"2021-03-11T22:38:40.451Z","0.21.0-canary.2d736253.0":"2021-03-15T22:35:09.343Z","0.21.0-canary.7033124d.0":"2021-03-16T18:36:51.176Z","0.21.0-canary.6c0ee901.0":"2021-03-16T22:38:19.874Z","0.21.0-canary.7f0d605e.0":"2021-03-17T18:03:54.344Z","0.21.0-canary.572107b5.0":"2021-03-18T23:53:38.461Z","0.21.0-canary.b7b220b1.0":"2021-03-19T00:19:18.432Z","0.21.0-canary.233b2de7.0":"2021-03-19T18:29:13.936Z","0.21.0-canary.0c1a2d97.0":"2021-03-19T21:20:33.532Z","0.21.0-canary.57ca2e73.0":"2021-03-19T22:40:10.357Z","0.21.0-canary.5c058f4b.0":"2021-03-23T23:07:53.392Z","0.21.0-canary.e27ef7cd.0":"2021-03-30T20:10:43.886Z","0.21.0-canary.15c09e74.0":"2021-03-31T16:47:00.307Z","0.21.0-canary.4dc32be3.0":"2021-03-31T23:47:34.878Z","0.21.0-canary.4b717f65.0":"2021-04-01T18:13:29.035Z","0.21.0-canary.c6870f20.0":"2021-04-01T23:41:14.648Z","0.21.0-canary.852f873c.0":"2021-04-02T05:21:34.117Z","0.21.0-canary.4a674a1d.0":"2021-04-02T14:43:47.162Z","0.21.0-canary.c5b29ff1.0":"2021-04-05T17:49:21.949Z","0.21.0-canary.583644a6.0":"2021-04-05T17:50:22.096Z","0.21.0-canary.02ac1e6b.0":"2021-04-06T18:35:27.043Z","0.21.0-canary.5ac5856e.0":"2021-04-06T18:42:04.356Z","0.21.0-canary.bb23dbc4.0":"2021-04-07T21:23:07.289Z","0.21.0-canary.e539904c.0":"2021-04-08T18:01:28.352Z","0.21.0-canary.a93ae333.0":"2021-04-09T20:10:39.928Z","0.21.0-canary.e142c144.0":"2021-04-12T14:49:55.608Z","0.21.0-canary.382d7eb0.0":"2021-04-12T22:04:45.156Z","0.21.0-canary.b16c7885.0":"2021-04-12T22:38:35.484Z","0.21.0-canary.0e92782b.0":"2021-04-13T14:41:12.861Z","0.21.0-canary.70b3a072.0":"2021-04-14T22:25:40.643Z","0.21.0-canary.ff79b092.0":"2021-04-15T18:59:11.404Z","0.21.0-canary.f35b2fd7.0":"2021-04-15T19:09:44.239Z","0.21.0-canary.11977cac.0":"2021-04-16T00:57:26.047Z","0.21.0-canary.018ff45e.0":"2021-04-22T22:50:23.845Z","0.21.0-canary.c99d1fa5.0":"2021-04-26T19:46:01.472Z","0.21.0-canary.eea9b304.0":"2021-04-27T22:52:30.919Z","0.21.0-canary.5dd85d0c.0":"2021-04-28T00:08:45.413Z","0.21.0-canary.cc813cff.0":"2021-04-30T21:18:43.153Z","0.21.0-canary.0875e898.0":"2021-04-30T21:26:49.005Z","0.21.0":"2021-04-30T23:57:56.137Z","0.22.0-canary.8f1e7e1b.0":"2021-05-01T00:04:39.105Z","0.22.0-canary.deb0e792.0":"2021-05-03T21:33:31.988Z","0.22.0-canary.a3ff615f.0":"2021-05-03T22:33:00.305Z","0.22.0-canary.948ccfb5.0":"2021-05-04T00:09:59.614Z","0.22.0-canary.9f8337d7.0":"2021-05-04T18:36:17.272Z","0.22.0-canary.5813480a.0":"2021-05-05T18:24:40.042Z","0.22.0-canary.ab7fc1bf.0":"2021-05-06T17:58:25.341Z","0.22.0-canary.25693d60.0":"2021-05-07T21:55:18.043Z","0.22.0-canary.c497962b.0":"2021-05-07T22:19:14.458Z","0.22.0-canary.e300688e.0":"2021-05-07T22:23:40.180Z","0.22.0-canary.d70287f2.0":"2021-05-10T19:28:33.600Z","0.22.0-canary.02e841b2.0":"2021-05-10T20:33:49.665Z","0.22.0-canary.badda2f0.0":"2021-05-11T00:33:56.731Z","0.22.0-canary.004aca62.0":"2021-05-11T18:05:33.823Z","0.22.0-canary.4af17446.0":"2021-05-11T18:45:20.745Z","0.22.0-canary.b94d7187.0":"2021-05-11T18:50:59.800Z","0.22.0-canary.4021b2f9.0":"2021-05-12T21:59:51.099Z","0.22.0-canary.6a5956a3.0":"2021-05-12T22:16:47.595Z","0.22.0-canary.b6e8a74b.0":"2021-05-12T23:02:44.581Z","0.22.0-canary.c94e1030.0":"2021-05-12T23:08:37.056Z","0.22.0-canary.40a34e35.0":"2021-05-12T23:57:43.573Z","0.22.0-canary.1be14d2c.0":"2021-05-13T17:49:09.324Z","0.22.0-canary.87dbd64f.0":"2021-05-14T20:57:50.673Z","0.22.0-canary.c452e4da.0":"2021-05-17T23:31:24.558Z","0.22.0-canary.2212691a.0":"2021-05-17T23:52:02.606Z","0.22.0-canary.f748ff2f.0":"2021-05-18T00:21:44.159Z","0.22.0-canary.cc04657a.0":"2021-05-18T01:20:20.128Z","0.22.0-canary.3a3114fa.0":"2021-05-19T23:39:32.973Z","0.22.0-canary.b46bdf83.0":"2021-05-20T01:50:16.927Z","0.22.0-canary.b401a081.0":"2021-05-21T23:22:17.869Z","0.22.0-canary.012c8dc0.0":"2021-05-22T00:15:49.005Z","0.22.0-canary.e01a1731.0":"2021-05-24T16:02:02.100Z","0.22.0-canary.59174b9f.0":"2021-05-25T18:01:23.715Z","0.22.0-canary.c96cb2e0.0":"2021-05-25T19:11:39.657Z","0.22.0-canary.b9b0e330.0":"2021-05-25T20:59:44.634Z","0.22.0-canary.ea2a8063.0":"2021-05-25T21:04:47.927Z","0.22.0-canary.60cd9178.0":"2021-05-25T23:13:27.330Z","0.22.0-canary.2e2c75f2.0":"2021-05-26T00:10:18.239Z","0.22.0-canary.b99c77d5.0":"2021-05-26T19:12:38.673Z","0.22.0-canary.0de82c12.0":"2021-05-26T21:30:21.817Z","0.22.0-canary.227a4614.0":"2021-05-27T16:02:27.330Z","0.22.0-canary.b3d21d31.0":"2021-05-27T18:44:30.437Z","0.22.0-canary.288c33ec.0":"2021-06-02T19:32:26.742Z","0.22.0-canary.7eb7ccb0.0":"2021-06-03T19:54:24.428Z","0.22.0-canary.7fcc0726.0":"2021-06-08T00:44:51.343Z","0.22.0-canary.220a4e5e.0":"2021-06-08T17:49:33.931Z","0.22.0-canary.6b2d6ab0.0":"2021-06-08T18:36:00.629Z","0.22.0-canary.2b20825e.0":"2021-06-11T23:48:29.452Z","0.22.0-canary.e1511867.0":"2021-06-12T00:56:44.901Z","0.22.0-canary.ef4a0c0d.0":"2021-06-15T19:51:11.680Z","0.22.0-canary.573d8913.0":"2021-06-18T23:26:04.367Z","0.22.0-canary.21dba001.0":"2021-06-21T21:39:52.383Z","0.22.0-canary.6f5bfd0f.0":"2021-06-24T22:55:27.811Z","0.22.0-canary.fd8360b4.0":"2021-06-25T19:08:25.268Z","0.22.0-canary.6f74432f.0":"2021-06-25T20:46:19.730Z","0.22.0-canary.b62f901d.0":"2021-06-25T22:16:37.697Z","0.22.0-canary.73122cba.0":"2021-06-30T19:35:55.542Z","0.22.0-canary.a6912af5.0":"2021-07-01T21:33:24.529Z","0.22.0-canary.134f24bf.0":"2021-07-01T22:31:34.567Z","0.22.0-canary.1debb78f.0":"2021-07-07T00:45:35.782Z","0.22.0-canary.d53edeb6.0":"2021-07-07T16:59:31.717Z","0.22.0-canary.2226489a.0":"2021-07-08T18:00:51.701Z","0.22.0-canary.d4801c11.0":"2021-07-08T20:02:05.202Z","0.22.0-canary.7ec5f2d6.0":"2021-07-12T17:16:08.413Z","0.22.0-canary.86cb4ca7.0":"2021-07-13T17:36:51.344Z","0.22.0-canary.cb42f5bd.0":"2021-07-13T18:19:10.143Z","0.22.0-canary.bc9a724e.0":"2021-07-13T18:41:25.782Z","0.22.0-canary.7847b83a.0":"2021-07-14T17:17:58.794Z","0.22.0-canary.8cba18fa.0":"2021-07-14T20:25:56.459Z","0.22.0":"2021-07-14T22:30:00.115Z","0.22.1":"2021-07-14T22:52:39.728Z","0.23.0-canary.fbc09b4e.0":"2021-07-14T22:53:24.266Z","0.23.0-canary.73e9f83c.0":"2021-07-15T20:38:56.697Z","0.23.0-canary.cc0aa7a9.0":"2021-07-15T21:03:02.264Z","0.23.0-canary.a8fcac45.0":"2021-07-15T21:21:59.334Z","0.23.0-canary.3ca580d1.0":"2021-07-15T22:03:24.586Z","0.23.0-canary.9e41cb2e.0":"2021-07-15T23:08:05.906Z","0.23.0-canary.c180db74.0":"2021-07-16T17:24:24.969Z","0.23.0-canary.0d0a9267.0":"2021-07-16T17:56:39.313Z","0.23.0-canary.d234ec3f.0":"2021-07-16T18:07:14.363Z","0.23.0-canary.5cd4bcdb.0":"2021-07-16T21:11:28.138Z","0.23.0-canary.2b133cb2.0":"2021-07-16T22:05:55.883Z","0.23.0-canary.ae4f422b.0":"2021-07-16T23:53:26.917Z","0.23.0-canary.90ff8057.0":"2021-07-19T14:06:52.162Z","0.23.0-canary.dd7b75d1.0":"2021-07-19T17:49:53.615Z","0.23.0-canary.104debd5.0":"2021-07-19T22:52:56.688Z","0.23.0-canary.4612705d.0":"2021-07-20T16:04:03.270Z","0.23.0-canary.b36502a2.0":"2021-07-21T22:33:57.316Z","0.23.0-canary.2c392ab3.0":"2021-07-22T14:52:19.170Z","0.23.0-canary.e8bac95a.0":"2021-07-22T18:52:19.334Z","0.23.0-canary.38f29f8f.0":"2021-07-23T18:15:27.824Z","0.23.0-canary.e0693475.0":"2021-07-23T18:55:35.173Z","0.23.0-canary.d595e030.0":"2021-07-23T20:52:38.193Z","0.23.0-canary.fe7cca31.0":"2021-07-23T21:56:13.307Z","0.23.0-canary.fd9da483.0":"2021-07-26T21:24:13.880Z","0.23.0-canary.8a4c7e06.0":"2021-07-26T22:43:32.559Z","0.23.0-canary.5b395fd1.0":"2021-07-27T22:52:31.346Z","0.23.0-canary.e5efdcc0.0":"2021-07-28T17:21:42.374Z","0.23.0-canary.ab310900.0":"2021-07-28T20:20:50.254Z","0.23.0-canary.21dc9bc5.0":"2021-07-28T20:25:33.641Z","0.23.0-canary.68c7fe5c.0":"2021-07-29T18:30:55.668Z","0.23.0-canary.aebe39e8.0":"2021-07-30T19:13:07.551Z","0.23.0-canary.ea889c69.0":"2021-08-03T18:47:13.515Z","0.23.0-canary.21918905.0":"2021-08-03T21:13:52.215Z","0.23.0-canary.193c87be.0":"2021-08-04T18:06:59.682Z","0.23.0-canary.6fc52d8b.0":"2021-08-05T18:10:17.935Z","0.23.0-canary.e2e9777d.0":"2021-08-05T22:46:53.351Z","0.23.0-canary.72ff1e68.0":"2021-08-06T20:48:17.508Z","0.23.0-canary.c527e93b.0":"2021-08-06T21:09:43.920Z","0.23.0-canary.78b1eaac.0":"2021-08-09T18:03:14.763Z","0.23.0-canary.a8a4ddc9.0":"2021-08-10T18:46:25.837Z","0.23.0-canary.99fc0632.0":"2021-08-11T22:21:07.758Z","0.23.0-canary.3f47ae57.0":"2021-08-12T17:59:29.729Z","0.23.0-canary.6b9bfc32.0":"2021-08-12T18:23:39.892Z","0.23.0-canary.c89ecc63.0":"2021-08-16T17:16:26.222Z","0.23.0-canary.59de86bd.0":"2021-08-18T01:37:50.346Z","0.23.0-canary.dcda879b.0":"2021-08-18T22:22:46.142Z","0.23.0-canary.dbb8b366.0":"2021-08-19T22:59:50.762Z","0.23.0-canary.c6e3060c.0":"2021-08-19T23:01:40.229Z","0.23.0-canary.03120b7d.0":"2021-08-20T00:26:44.065Z","0.23.0-canary.d75a5f74.0":"2021-08-20T07:55:42.335Z","0.23.0-canary.3d79ffe7.0":"2021-08-20T17:20:55.902Z","0.23.0-canary.02213ebe.0":"2021-08-20T17:25:38.133Z","0.23.0-canary.90a999b9.0":"2021-08-20T18:42:08.778Z","0.23.0-canary.6db58716.0":"2021-08-23T09:07:07.709Z","0.23.0-canary.9fb5bc35.0":"2021-08-23T22:49:35.787Z","0.23.0-canary.ddaa5d8e.0":"2021-08-24T18:49:15.743Z","0.23.0-canary.756208fb.0":"2021-08-25T19:50:05.181Z","0.23.0-canary.9576dcd9.0":"2021-08-25T21:43:28.837Z","0.23.0-canary.7531cf97.0":"2021-08-26T17:25:39.506Z","0.23.0-canary.3bab26b4.0":"2021-08-26T21:44:21.773Z","0.23.0-canary.fab48bee.0":"2021-08-26T22:07:13.029Z","0.23.0-canary.dec18df7.0":"2021-08-30T08:28:16.769Z","0.23.0-canary.61fe5b17.0":"2021-08-30T19:28:11.321Z","0.23.0-canary.a8c31f54.0":"2021-08-30T20:31:00.998Z","0.23.0-canary.a096dba8.0":"2021-08-31T22:18:22.069Z","0.23.0-canary.7ec04d47.0":"2021-09-02T23:24:58.002Z","0.23.0-canary.d00b098d.0":"2021-09-03T21:26:11.962Z","0.23.0-canary.f29b3352.0":"2021-09-07T18:15:30.705Z","0.23.0-canary.4962a163.0":"2021-09-07T23:52:51.906Z","0.23.0-canary.33102bf4.0":"2021-09-08T00:12:59.015Z","0.23.0-canary.76c68381.0":"2021-09-08T20:13:13.458Z","0.23.0-canary.17d51f76.0":"2021-09-08T23:25:49.779Z","0.23.0-canary.3fae6c2d.0":"2021-09-10T18:32:21.520Z","0.23.0-canary.f1958c4b.0":"2021-09-13T19:20:08.640Z","0.23.0-canary.78abbd59.0":"2021-09-13T21:25:44.606Z","0.23.0":"2021-09-13T21:35:34.686Z","0.24.0-canary.9830d665.0":"2021-09-13T21:36:35.837Z","0.24.0-canary.20e2081c.0":"2021-09-13T23:31:38.260Z","0.24.0-canary.583613a9.0":"2021-09-14T16:54:41.362Z","0.24.0-canary.0e1bd56f.0":"2021-09-14T17:31:39.908Z","0.24.0-canary.7bb1818e.0":"2021-09-15T00:35:18.419Z","0.24.0-canary.b5e665a9.0":"2021-09-15T18:12:38.779Z","0.24.0-canary.ab1e177c.0":"2021-09-15T18:44:11.888Z","0.24.0-canary.8dff8894.0":"2021-09-15T19:08:01.826Z","0.24.0-canary.9cd7e927.0":"2021-09-15T20:31:37.047Z","0.24.0-canary.a7132082.0":"2021-09-15T21:45:05.040Z","0.24.0-canary.cd9110cd.0":"2021-09-16T17:45:02.937Z","0.24.0-canary.1e5a9883.0":"2021-09-17T20:38:46.114Z","0.24.0-canary.32c830ee.0":"2021-09-17T23:08:22.871Z","0.24.0-canary.1de87bb7.0":"2021-09-18T18:51:49.192Z","0.24.0-canary.f2ea80c4.0":"2021-09-20T17:54:33.631Z","0.24.0-canary.569d739f.0":"2021-09-20T21:23:15.044Z","0.24.0-canary.5a434a50.0":"2021-09-21T02:00:16.267Z","0.26.0-canary.6be1a13e.0":"2021-09-21T02:52:36.674Z","0.25.0":"2021-09-21T02:52:48.530Z","0.26.0-canary.b1c1ab52.0":"2021-09-21T03:11:49.527Z","0.25.1":"2021-09-21T03:12:35.688Z","0.26.0-canary.ae060177.0":"2021-09-21T14:37:45.648Z","0.26.0-canary.b6fe2a12.0":"2021-09-22T20:15:55.617Z","0.26.0-canary.07e91417.0":"2021-09-22T21:05:22.288Z","0.26.0-canary.e2203ffa.0":"2021-09-23T18:27:15.076Z","0.26.0-canary.4abe237e.0":"2021-09-24T17:30:45.804Z","0.26.0-canary.6278ee5d.0":"2021-09-27T18:31:01.320Z","0.26.0-canary.3a5d5f34.0":"2021-09-27T22:41:10.504Z","0.26.0-canary.143ed3c8.0":"2021-09-29T01:50:29.014Z","0.26.0-canary.e5923d68.0":"2021-09-30T00:05:27.262Z","0.26.0-canary.d8ed5109.0":"2021-09-30T23:33:32.145Z","0.26.0-canary.0efb9c2c.0":"2021-10-02T02:07:53.188Z","0.26.0-canary.1c9adcb3.0":"2021-10-04T17:33:11.082Z","0.26.0-canary.dfc00d60.0":"2021-10-09T00:56:54.818Z","0.26.0-canary.c3aa844c.0":"2021-10-11T23:14:00.577Z","0.25.2":"2021-10-11T23:18:26.852Z","0.26.0-canary.406d6fe1.0":"2021-10-13T20:59:05.784Z","0.26.0-canary.ca0a674f.0":"2021-10-18T21:36:30.500Z","0.26.0-canary.eefcf660.0":"2021-10-20T21:23:16.276Z","0.26.0-canary.d21acc8f.0":"2021-10-20T22:32:08.368Z","0.25.3":"2021-10-21T17:55:33.955Z","0.26.0-canary.60449b7b.0":"2021-10-21T18:16:59.701Z","0.26.0-canary.0d8084ed.0":"2021-10-28T17:44:33.587Z","0.26.0-canary.232327ee.0":"2021-11-01T20:15:22.697Z","0.26.0-canary.0a492ae8.0":"2021-11-02T10:00:04.596Z","0.26.0-canary.0aa18745.0":"2021-11-02T18:07:27.834Z","0.26.0-canary.f3e28323.0":"2021-11-02T18:59:06.312Z","0.26.0-canary.27e05c5d.0":"2021-11-03T18:44:37.814Z","0.26.0-canary.b9e44af7.0":"2021-11-03T19:03:41.453Z","0.26.0-canary.448f6cb9.0":"2021-11-04T18:07:34.340Z","0.26.0-canary.8067ce28.0":"2021-11-04T22:22:05.475Z","0.26.0-canary.345c2bb9.0":"2021-12-02T17:09:32.064Z","0.26.0-canary.0547aeeb.0":"2021-12-06T16:35:23.768Z","0.26.0-canary.3b2452cc.0":"2021-12-09T00:05:05.237Z","0.26.0-canary.cf7ba5a9.0":"2021-12-10T19:06:18.151Z","0.26.0-canary.e1bcf14e.0":"2021-12-28T20:45:02.326Z","0.26.0-canary.b9d35b69.0":"2022-01-05T18:26:17.393Z","0.26.0-canary.2afff08e.0":"2022-01-06T22:22:16.371Z","0.26.0-canary.893fc857.0":"2022-01-07T18:53:03.945Z","0.26.0-canary.69ba13b7.0":"2022-01-19T22:23:10.007Z","0.26.0-canary.0af8ade5.0":"2022-02-07T22:04:27.100Z","0.26.0":"2022-05-03T17:30:25.170Z","0.26.1":"2022-05-09T20:31:42.601Z","0.27.0":"2022-08-12T19:11:53.426Z"},"readmeFilename":"README.md","homepage":"https://github.com/material-components/material-components-web-components#readme"}