first commit
This commit is contained in:
13
components/draughts/board/views/DraughtsCrown.jsx
Normal file
13
components/draughts/board/views/DraughtsCrown.jsx
Normal file
@ -0,0 +1,13 @@
|
||||
const { Icon } = require('@chakra-ui/react');
|
||||
|
||||
export function DraughtsCrown(props) {
|
||||
return (
|
||||
<Icon viewBox="0 0 230 200" {...props}>
|
||||
<path
|
||||
d="m9,51 72,21 37-64 37,64 72-21-33,99H42
|
||||
m75-74a15,29 0 1,0 2,0m71,86-11,33H57l-11-33"
|
||||
fill="gold"
|
||||
/>
|
||||
</Icon>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user