Skip to content

Commit da2c905

Browse files
feat(icon): updated ortak-ai icon (#110)
1 parent 3a07da5 commit da2c905

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/icons/OrtakAi.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ const SvgOrtakAi = (props: SvgProps) => (
44
<Svg
55
width={24}
66
height={24}
7-
viewBox="0 0 21 20"
7+
viewBox="0 0 24 24"
88
fill="none"
99
xmlns="http://www.w3.org/2000/svg"
1010
{...props}>
1111
<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'}
1414
/>
1515
</Svg>
1616
);

src/svg-icons/ortak-ai.svg

Lines changed: 3 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)