diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 22:15:53 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 22:15:53 -0400 |
| commit | d06784958d73159b5e4abafe5114804662114ed7 (patch) | |
| tree | d8464262c1aa1f10553a5b11a9fda3e505e71f7f /users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-power-point.jsx | |
| parent | 1a71e94eb8ca1585201263cf654611ef6849d359 (diff) | |
move ubersicht modules in tree
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-power-point.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-power-point.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-power-point.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-power-point.jsx new file mode 100755 index 0000000..2cdab52 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/microsoft-power-point.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function MicrosoftPowerPoint(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 2v5.2a3 3 0 011-.2v3h3a3 3 0 01-4 2.8V16h5a1 1 0 010 2h-5v4h6a2 2 0 002-2V4a2 2 0 00-2-2h-6zm3 3a3 3 0 013 3h-3V5zM4 7h3.5c2.5 0 3.8 1 3.8 3.2a3 3 0 01-1 2.4c-.8.6-1.8 1-3 1h-1V17H4V7zm2.3 1.7v3.1H7c1.2 0 1.8-.5 1.8-1.5s-.6-1.6-1.8-1.6h-.8z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
