mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
round checkbox icons
This commit is contained in:
@@ -72,6 +72,8 @@ export default function CheckboxIcon() {
|
||||
<svg viewBox="0 0 18 18">
|
||||
<polyline
|
||||
strokeWidth="2"
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
points="2.705 8.29 7 12.585 15.295 4.29"
|
||||
fill="none"
|
||||
className="tick"
|
||||
|
||||
@@ -70,7 +70,15 @@ export default function CheckboxIndeterminateIcon() {
|
||||
}}
|
||||
>
|
||||
<svg viewBox="0 0 18 18">
|
||||
<line x1="3" y1="9" x2="15" y2="9" strokeWidth="2" className="tick" />
|
||||
<line
|
||||
x1="3"
|
||||
y1="9"
|
||||
x2="15"
|
||||
y2="9"
|
||||
strokeWidth="2"
|
||||
strokeLinecap="round"
|
||||
className="tick"
|
||||
/>
|
||||
</svg>
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user