Skip to content

Commit 626e7da

Browse files
Add icons
1 parent 19463e9 commit 626e7da

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/assets/icons/PlayIcon.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export const PlayIcon = () => (<svg
2+
viewBox="-3 0 28 28"
3+
xmlns="http://www.w3.org/2000/svg">
4+
<g transform="translate(-419.000000, -571.000000)">
5+
<path d="M440.415,583.554 L421.418,571.311 C420.291,570.704 419,570.767 419,572.946 L419,597.054 C419,599.046 420.385,599.36 421.418,598.689 L440.415,586.446 C441.197,585.647 441.197,584.353 440.415,583.554" id="play" sketch:type="MSShapeGroup" />
6+
</g>
7+
</svg>);

src/assets/icons/RightArrowIcon.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export const RightArrowIcon = () => (<svg
2+
xmlns="http://www.w3.org/2000/svg"
3+
viewBox="0 0 32 32"
4+
xml:space="preserve">
5+
<path d="M27.728,16.024l-8.485,8.482l-2.828-2.835L20.071,18H6v-4h14.071l-3.657-3.644l2.828-2.816 L27.728,16.024z" />
6+
</svg>);

0 commit comments

Comments
 (0)