Skip to content

Commit 04638fc

Browse files
artemmufazalovariser
authored andcommitted
fix: icons fill and clip rule in camelCase
1 parent 3b096fc commit 04638fc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/icons/ColumnTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export function ColumnTableIcon(props: React.SVGProps<SVGSVGElement>) {
44
return (
55
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" {...props}>
66
<path
7-
fill-rule="evenodd"
8-
clip-rule="evenodd"
7+
fillRule="evenodd"
8+
clipRule="evenodd"
99
d="M2.01033 3.79551C2.11275 2.787 2.96447 2 4 2H5.5H7H9H10.5H12C13.1046 2 14 2.89543 14 4V5.5V12C14 13.1046 13.1046 14 12 14H10.5H9H7H5.5H4C2.89543 14 2 13.1046 2 12V5.5V4C2 3.93096 2.0035 3.86275 2.01033 3.79551ZM10.5 12.5H11.5C12.0523 12.5 12.5 12.0523 12.5 11.5V5.5H10.5L10.5 12.5ZM9 5.5L9 12.5H7L7 5.5H9ZM3.5 5.5H5.5L5.5 12.5H4.5C3.94772 12.5 3.5 12.0523 3.5 11.5V5.5Z"
1010
/>
1111
</svg>

src/components/icons/Index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export function IndexIcon(props: React.SVGProps<SVGSVGElement>) {
44
return (
55
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" {...props}>
66
<path
7-
fill-rule="evenodd"
8-
clip-rule="evenodd"
7+
fillRule="evenodd"
8+
clipRule="evenodd"
99
d="M8.8 2H10.8594L7.3 7.73047L7.3 5.5H3.5V8.2002H7.00824L6.94938 8.29495C6.77369 8.56042 6.77356 8.99043 6.77369 9.09886C6.77369 9.24167 7.06318 9.51224 7.1757 9.61322C7.28822 9.7142 7.44084 9.77093 7.59997 9.77093H8.8V12.5H9.84836C9.76226 13.0884 9.6813 13.6409 9.62843 14H8.8H7.3H4C2.89543 14 2 13.1046 2 12V9.7002V8.2002V5.5V4C2 3.93096 2.0035 3.86275 2.01033 3.79551C2.11275 2.787 2.96447 2 4 2H7.3H8.8ZM14 12C14 12.9785 13.2974 13.7928 12.3691 13.966L12.5714 13.5615L14 11.1463V12ZM13.0714 6.06146H14V5.5V4C14 3.56175 13.859 3.15642 13.62 2.82688L13.0714 6.06146ZM7.3 9.7002V12.5H4.5C3.94772 12.5 3.5 12.0523 3.5 11.5V9.7002H7.3ZM11.962 2.06484C12.034 2.02249 12.1162 2.00009 12.2 2C12.3238 2 12.4425 2.04863 12.53 2.13518C12.6175 2.22174 12.6667 2.33913 12.6667 2.46154C12.6666 2.50769 12.6595 2.55358 12.6457 2.59766L11.9667 7.07692H14.5333C14.7909 7.07692 15 7.28369 15 7.53846C15 7.63899 14.9604 7.72676 14.9052 7.80258L14.9098 7.8107L11.2129 13.7539H11.212C11.1724 13.8281 11.1131 13.8902 11.0405 13.9335C10.968 13.9769 10.8848 13.9999 10.8 14C10.6762 14 10.5575 13.9514 10.47 13.8648C10.3825 13.7783 10.3333 13.6609 10.3333 13.5385C10.3333 13.5076 10.3363 13.4768 10.3424 13.4465L11.0333 8.92308H8.46667C8.3429 8.92308 8.2242 8.87445 8.13668 8.7879C8.04917 8.70134 8 8.58395 8 8.46154C7.9999 8.3686 8.02818 8.2778 8.08112 8.20102V8.20012L11.7908 2.24069C11.8308 2.16793 11.89 2.10719 11.962 2.06484Z"
1010
/>
1111
</svg>

src/components/icons/Table.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export function TableIcon(props: React.SVGProps<SVGSVGElement>) {
44
return (
55
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" {...props}>
66
<path
7-
fill-rule="evenodd"
8-
clip-rule="evenodd"
7+
fillRule="evenodd"
8+
clipRule="evenodd"
99
d="M2.01033 3.79551C2.11275 2.787 2.96447 2 4 2H7.3H8.8H12C13.1046 2 14 2.89543 14 4V5.5V8.2002V9.7002V12C14 13.1046 13.1046 14 12 14H8.8H7.3H4C2.89543 14 2 13.1046 2 12V9.7002V8.2002V5.5V4C2 3.93096 2.0035 3.86275 2.01033 3.79551ZM8.8 12.5H11.5C12.0523 12.5 12.5 12.0523 12.5 11.5V9.7002H8.8V12.5ZM7.3 9.7002V12.5H4.5C3.94772 12.5 3.5 12.0523 3.5 11.5V9.7002H7.3ZM8.8 8.2002H12.5V5.5H8.8L8.8 8.2002ZM7.3 5.5L7.3 8.2002H3.5V5.5H7.3Z"
1010
/>
1111
</svg>

0 commit comments

Comments
 (0)