mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-14 12:33:11 +01:00
First Commit
This commit is contained in:
12
src/components/icons/Triangle.jsx
Normal file
12
src/components/icons/Triangle.jsx
Normal file
@@ -0,0 +1,12 @@
|
||||
export default function Triangle({ className, fill = "#FFF" }) {
|
||||
return (
|
||||
<svg
|
||||
className={className}
|
||||
fill={fill}
|
||||
viewBox="0 0 512 512"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<polygon points="256 32 20 464 492 464 256 32" />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user