From 2c5a53a908dad48f878f6022fc294a6122f38d41 Mon Sep 17 00:00:00 2001 From: Justin Allen Date: Fri, 17 Apr 2026 20:06:10 +0000 Subject: [PATCH] feat: add LaptopChromebook icon --- .changeset/smooth-tigers-glow.md | 5 +++++ easy-ui-icons/src/LaptopChromebook.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/smooth-tigers-glow.md create mode 100644 easy-ui-icons/src/LaptopChromebook.json 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" +}