mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
player and share
This commit is contained in:
14
www/app/styles/icons/pause.tsx
Normal file
14
www/app/styles/icons/pause.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Icon } from "@chakra-ui/react";
|
||||
|
||||
export default function PauseIcon(props) {
|
||||
return (
|
||||
<Icon viewBox="0 0 30 30" {...props}>
|
||||
<path
|
||||
fill="currentColor"
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
d="M11.514 5.5C11.514 4.11929 10.3947 3 9.01404 3C7.63333 3 6.51404 4.11929 6.51404 5.5V24.5C6.51404 25.8807 7.63333 27 9.01404 27C10.3947 27 11.514 25.8807 11.514 24.5L11.514 5.5ZM23.486 5.5C23.486 4.11929 22.3667 3 20.986 3C19.6053 3 18.486 4.11929 18.486 5.5L18.486 24.5C18.486 25.8807 19.6053 27 20.986 27C22.3667 27 23.486 25.8807 23.486 24.5V5.5Z"
|
||||
/>
|
||||
</Icon>
|
||||
);
|
||||
}
|
||||
12
www/app/styles/icons/play.tsx
Normal file
12
www/app/styles/icons/play.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Icon } from "@chakra-ui/react";
|
||||
|
||||
export default function PlayIcon(props) {
|
||||
return (
|
||||
<Icon viewBox="0 0 30 30" {...props}>
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="M27 13.2679C28.3333 14.0377 28.3333 15.9622 27 16.732L10.5 26.2583C9.16666 27.0281 7.5 26.0659 7.5 24.5263L7.5 5.47372C7.5 3.93412 9.16667 2.97187 10.5 3.74167L27 13.2679Z"
|
||||
/>
|
||||
</Icon>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user