Skip to content

Commit a6c0315

Browse files
committed
Cerebras: update icon
1 parent 6b2e11d commit a6c0315

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/common/components/icons/vendors/CerebrasIcon.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ import * as React from 'react';
33
import { SvgIcon, SvgIconProps } from '@mui/joy';
44

55
/**
6-
* Cerebras brandmark - stylized concentric "C" (nested wafer rings opening to the right).
7-
* Traced as a clean geometric mark (no official asset provided).
6+
* Cerebras brandmark - concentric "C" (nested wafer rings opening to the right).
7+
* Official symbol geometry, wordmark removed; rings stay concentric within a square viewBox.
88
*/
99
export function CerebrasIcon(props: SvgIconProps) {
10-
return <SvgIcon viewBox='0 0 24 24' width='24' height='24' fill='none' stroke='currentColor' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' {...props}>
11-
<path d='M18.9 6.21 A9 9 0 1 0 18.9 17.79' fill='none' />
12-
<path d='M16.6 8.14 A6 6 0 1 0 16.6 15.86' fill='none' />
13-
<path d='M14.3 10.07 A3 3 0 1 0 14.3 13.93' fill='none' />
10+
return <SvgIcon viewBox='0 0 48 48' width='24' height='24' fill='none' stroke='currentColor' strokeWidth={3.085} strokeMiterlimit={10} {...props}>
11+
<path fill='none' d='M24 46C11.85 46 2 36.15 2 24S11.85 2 24 2M12.666 37.596c-7.497-6.29-8.474-17.465-2.184-24.962S27.948 4.16 35.445 10.45m-17.78 25.44c-6.562-3.464-9.074-11.594-5.61-18.156 3.465-6.564 11.593-9.075 18.157-5.61M24 33.157a9.156 9.156 0 0 1 0-18.313' />
1412
</SvgIcon>;
1513
}

0 commit comments

Comments
 (0)