diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-03 01:22:44 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-08-03 01:22:44 -0400 |
| commit | 0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3 (patch) | |
| tree | 6f94ff3aeea2af859c7c166e01a8e73002017893 /users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-excel.jsx | |
Initial commit: combined darwin + guix-linux home-manager flake
Supersedes nix-dotfiles (darwin) and guix-dotfiles' ad-hoc
nix-home-manager flake (linux). See README.md/MIGRATION.md.
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-excel.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-excel.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-excel.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-excel.jsx new file mode 100755 index 0000000..6f4df55 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-excel.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function MicrosoftExcel(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M12 0a2 2 0 00-.4 0l-10 2A2 2 0 000 4v16a2 2 0 001.6 2l10 2a2 2 0 002.4-2V2a2 2 0 00-2-2zm4 2v3h2v2h-2v2h2v2h-2v2h2v2h-2v2h2v2h-2v3h6a2 2 0 002-2V4a2 2 0 00-2-2h-6zm4 3h1a1 1 0 010 2h-1V5zM3.2 7h2.4l1.2 3 .3.8.3-.8 1.4-3H11l-2.6 5 2.7 5H8.7l-1.5-3.3-.2-.6c0 .1 0 .4-.2.7L5.3 17H2.9l2.8-5-2.5-5zM20 9h1a1 1 0 010 2h-1V9zm0 4h1a1 1 0 010 2h-1v-2zm0 4h1a1 1 0 010 2h-1v-2z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
