File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ const SvgOrtakAi = (props: SvgProps) => (
4
4
< Svg
5
5
width = { 24 }
6
6
height = { 24 }
7
- viewBox = "0 0 21 20 "
7
+ viewBox = "0 0 24 24 "
8
8
fill = "none"
9
9
xmlns = "http://www.w3.org/2000/svg"
10
10
{ ...props } >
11
11
< Path
12
- d = "M14.796.106c-.028-.141-.23-.141-.258 0a3.95 3.95 0 0 1 -3.099 3.098c-.14.028-.14.23 0 .258a3.95 3.95 0 0 1 3.099 3.099c.028.14.23.14.258 0a3.95 3.95 0 0 1 3.098 -3.099c.141-.028.141-.23 0-.258A3.95 3.95 0 0 1 14.796.106ZM6.908 3.545c.057-.282.46-.282.517 0a7.9 7.9 0 0 0 6.197 6.197c.282.056.282.46 0 .516a7.9 7.9 0 0 0-6.197 6.197c-.057.282-.46.282-.517 0a7.9 7.9 0 0 0-6.196-6.197c-.283-.056-.283-.46 0-.516a7.9 7.9 0 0 0 6.196-6.197ZM16.172 11.799c.035-.176.287-.176.322 0a4.937 4.937 0 0 0 3.873 3.873c.177.035.177.287 0 .323a4.937 4.937 0 0 0-3.873 3.873c-.035.176-.287.176-.322 0a4.937 4.937 0 0 0-3.873-3.873c-.177-.036-.177-.288 0-.323a4.937 4.937 0 0 0 3.873 -3.873Z "
13
- fill = { props . fill ?? '#fff ' }
12
+ d = "m14.022 12.572-.893.206a5.183 5.183 0 0 0 -3.883 3.881l-.664 2.869c-.034.146-.243.146-.277 0l-.663-2.869a5.181 5.181 0 0 0-3.884 -3.88l-.892-.207S1.51 12.357 0 12.363C.193 18.823 5.49 24 12 24s11.805-5.176 12-11.633h-7.56a20.12 20.12 0 0 0-2.418.205ZM7.642 7.295l.663-2.869c.034-.146.243-.146.277 0l.663 2.87a5.182 5.182 0 0 0 3.884 3.88l.01.002c.11.023 1.04.21 3.4.377.685.049 5.47.022 7.46.025C23.776 5.147 18.49 0 12 0 5.509 0 .224 5.147.001 11.579c2.785-.185 3.757-.403 3.757-.403a5.182 5.182 0 0 0 3.884 -3.881Z "
13
+ fill = { props ? .fill ?? '#273142 ' }
14
14
/>
15
15
</ Svg >
16
16
) ;
You can’t perform that action at this time.
0 commit comments