Skip to content

Commit e9ae96b

Browse files
committed
fix(icons): preserve Quartr scale
1 parent 6633343 commit e9ae96b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4505,7 +4505,7 @@ export function QuartrIcon(props: SVGProps<SVGSVGElement>) {
45054505
return (
45064506
<svg {...props} viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'>
45074507
<rect width='32' height='32' rx='6' fill='white' />
4508-
<g transform='translate(6 6.19) scale(0.17)'>
4508+
<g transform='translate(6 6.19) scale(0.16624)'>
45094509
<path
45104510
d='M34.07 88.5C34.07 104.79 58.42 118 77.23 118C87.24 118 96.25 114.26 102.48 108.31L77.23 88.5H34.07Z'
45114511
fill='black'

apps/sim/components/icons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4505,7 +4505,7 @@ export function QuartrIcon(props: SVGProps<SVGSVGElement>) {
45054505
return (
45064506
<svg {...props} viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'>
45074507
<rect width='32' height='32' rx='6' fill='white' />
4508-
<g transform='translate(6 6.19) scale(0.17)'>
4508+
<g transform='translate(6 6.19) scale(0.16624)'>
45094509
<path
45104510
d='M34.07 88.5C34.07 104.79 58.42 118 77.23 118C87.24 118 96.25 114.26 102.48 108.31L77.23 88.5H34.07Z'
45114511
fill='black'

0 commit comments

Comments
 (0)