Skip to content

Commit 56a0475

Browse files
committed
fix(icons): restore the Crunchbase mark's counter and framing
1 parent 4214a89 commit 56a0475

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

apps/docs/components/icons.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,10 @@ export function InstagramIcon(props: SVGProps<SVGSVGElement>) {
15211521

15221522
export function CrunchbaseIcon(props: SVGProps<SVGSVGElement>) {
15231523
return (
1524-
<svg {...props} viewBox='2.19 0.66 27.5 27.5' fill='none' xmlns='http://www.w3.org/2000/svg'>
1524+
<svg {...props} viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'>
15251525
<path
1526+
fillRule='evenodd'
1527+
clipRule='evenodd'
15261528
d='M9.396 19.286c1.411 0.646 3.078 0.021 3.724-1.391h2.214c-1.38 5.651-9.698 4.651-9.698-1.167 0-5.823 8.318-6.823 9.698-1.167h-2.214c-0.813-1.786-3.161-2.214-4.547-0.823-1.391 1.385-0.964 3.734 0.823 4.547zM24.521 20.411c-0.422 0.365-0.896 0.646-1.417 0.844-1.495 0.578-3.182 0.391-4.516-0.51v0.51h-2.016v-14.094h2v5.479c0.714-0.484 1.542-0.771 2.401-0.839h0.359c4.552-0.010 6.646 5.656 3.188 8.609zM24.224 16.724c0.031 1.573-1.234 2.87-2.807 2.87s-2.839-1.297-2.802-2.87c0.078-3.656 5.526-3.656 5.609 0z'
15271529
fill='currentColor'
15281530
/>

apps/sim/components/icons.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,10 @@ export function InstagramIcon(props: SVGProps<SVGSVGElement>) {
15211521

15221522
export function CrunchbaseIcon(props: SVGProps<SVGSVGElement>) {
15231523
return (
1524-
<svg {...props} viewBox='2.19 0.66 27.5 27.5' fill='none' xmlns='http://www.w3.org/2000/svg'>
1524+
<svg {...props} viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'>
15251525
<path
1526+
fillRule='evenodd'
1527+
clipRule='evenodd'
15261528
d='M9.396 19.286c1.411 0.646 3.078 0.021 3.724-1.391h2.214c-1.38 5.651-9.698 4.651-9.698-1.167 0-5.823 8.318-6.823 9.698-1.167h-2.214c-0.813-1.786-3.161-2.214-4.547-0.823-1.391 1.385-0.964 3.734 0.823 4.547zM24.521 20.411c-0.422 0.365-0.896 0.646-1.417 0.844-1.495 0.578-3.182 0.391-4.516-0.51v0.51h-2.016v-14.094h2v5.479c0.714-0.484 1.542-0.771 2.401-0.839h0.359c4.552-0.010 6.646 5.656 3.188 8.609zM24.224 16.724c0.031 1.573-1.234 2.87-2.807 2.87s-2.839-1.297-2.802-2.87c0.078-3.656 5.526-3.656 5.609 0z'
15271529
fill='currentColor'
15281530
/>

0 commit comments

Comments
 (0)