diff --git a/.changeset/smooth-tigers-glow.md b/.changeset/smooth-tigers-glow.md new file mode 100644 index 00000000..be2cc129 --- /dev/null +++ b/.changeset/smooth-tigers-glow.md @@ -0,0 +1,5 @@ +--- +"@easypost/easy-ui-icons": minor +--- + +feat: add LaptopChromebook icon diff --git a/easy-ui-icons/src/LaptopChromebook.json b/easy-ui-icons/src/LaptopChromebook.json new file mode 100644 index 00000000..4e4a890d --- /dev/null +++ b/easy-ui-icons/src/LaptopChromebook.json @@ -0,0 +1,5 @@ +{ + "name": "laptop_chromebook", + "style": "outlined", + "source": "@material-symbols/svg-300" +}