Skip to content

Commit

Permalink
logo changed
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrikadeb7 committed Apr 15, 2024
1 parent cc7e8a0 commit 19e671e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions src/components/icons/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ const IconLoader = () => (
<title>Loader Logo</title>
<g>
<g id="B" transform="translate(11.000000, 5.000000)">
<path
{/* <path
d="M45.691667,45.15 C48.591667,46.1 50.691667,48.95 50.691667,52.2 C50.691667,57.95 46.691667,61 40.291667,61 L28.541667,61 L28.541667,30.3 L39.291667,30.3 C45.691667,30.3 49.691667,33.15 49.691667,38.65 C49.691667,41.95 47.941667,44.35 45.691667,45.15 Z M33.591667,43.2 L39.241667,43.2 C42.791667,43.2 44.691667,41.85 44.691667,38.95 C44.691667,36.05 42.791667,34.8 39.241667,34.8 L33.591667,34.8 L33.591667,43.2 Z M33.591667,47.5 L33.591667,56.5 L40.191667,56.5 C43.691667,56.5 45.591667,54.75 45.591667,52 C45.591667,49.2 43.691667,47.5 40.191667,47.5 L33.591667,47.5 Z"
fill="currentColor"
/>
/> */}
</g>
<path
stroke="currentColor"
Expand All @@ -23,6 +23,9 @@ const IconLoader = () => (
L 89, 28 z"
/>
</g>
<text x="30" y="70" fill="currentColor" fontSize="55px" fontFamily="Consolas">
C
</text>
</svg>
);

Expand Down
7 changes: 5 additions & 2 deletions src/components/icons/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ const IconLogo = () => (
strokeLinejoin="round"
points="39 0 0 22 0 67 39 90 78 68 78 23"
/>
<path
{/* <path
d="M45.691667,45.15 C48.591667,46.1 50.691667,48.95 50.691667,52.2 C50.691667,57.95 46.691667,61 40.291667,61 L28.541667,61 L28.541667,30.3 L39.291667,30.3 C45.691667,30.3 49.691667,33.15 49.691667,38.65 C49.691667,41.95 47.941667,44.35 45.691667,45.15 Z M33.591667,43.2 L39.241667,43.2 C42.791667,43.2 44.691667,41.85 44.691667,38.95 C44.691667,36.05 42.791667,34.8 39.241667,34.8 L33.591667,34.8 L33.591667,43.2 Z M33.591667,47.5 L33.591667,56.5 L40.191667,56.5 C43.691667,56.5 45.591667,54.75 45.591667,52 C45.591667,49.2 43.691667,47.5 40.191667,47.5 L33.591667,47.5 Z"
fill="currentColor"
/>
/> */}
</g>
</g>
<text x="23" y="70" fill="currentColor" fontSize="55px" fontFamily="Consolas">
C
</text>
</svg>
);

Expand Down

0 comments on commit 19e671e

Please sign in to comment.