Skip to content

Commit

Permalink
feat: add Fluent logo
Browse files Browse the repository at this point in the history
  • Loading branch information
0raghvendrrao committed Jan 3, 2024
1 parent 46bc49c commit 785bdb0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knit-ui",
"version": "0.7.4",
"version": "0.7.5",
"description": "Component library for Clarisights",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
21 changes: 21 additions & 0 deletions src/components/Icon/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,27 @@ export const customFillApple = ({
</svg>
)

export const customFillFluent = ({
height = "24px",
width = "24px",
fill = "#000",
}: IconType) => (
<svg
version="1.0"
xmlns="http://www.w3.org/2000/svg"
width={width}
height={height}
fill={fill}
viewBox="0 0 600.000000 600.000000"
preserveAspectRatio="xMidYMid meet">

<g transform="translate(0.000000,600.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M910.99 1.01v40.73c0 .56.45 1.01 1.01 1.01h61.52V202.2c0 .56.45 1.01 1.01 1.01h41.65c.56 0 1.01-.45 1.01-1.01V42.76h61.74c.56 0 1.01-.45 1.01-1.01V1.01c0-.56-.45-1.01-1.01-1.01H911.99c-.56 0-1.01.45-1.01 1.01ZM448.99 117.01c0 27.36-16.55 45.06-42.3 45.06s-42.76-18.16-42.76-45.06v-116c0-.56-.46-1.01-1.02-1.01h-42.34c-.56 0-1.01.45-1.01 1.01v118.53c0 50.12 35.86 85.29 87.13 85.29s86.44-34.25 86.44-85.29V1.01c0-.56-.45-1.01-1.01-1.01h-42.34c-.56 0-1.01.45-1.01 1.01v116h.23ZM569.04 121.84h65.19c.56 0 1.01-.45 1.01-1.01V83.09c0-.56-.45-1.01-1.01-1.01h-65.19V48.06c0-4.6 3.68-8.28 8.28-8.28h93.93c.56 0 1.01-.45 1.01-1.01V1.01c0-.56-.45-1.01-1.01-1.01h-116c-17.01 0-30.81 13.79-30.81 30.81v142.3c0 17.01 13.79 30.81 30.81 30.81h121.29c.56 0 1.01-.45 1.01-1.01v-37.97c0-.56-.45-1.01-1.01-1.01h-98.53c-5.06 0-8.97-4.14-8.97-8.97v-33.1ZM44.37 202.98v-80.44c0-.51.42-.93.93-.93h82.5c.51 0 .93-.42.93-.93V82.77c0-.51-.42-.93-.93-.93H45.3c-.51 0-.93-.42-.93-.93V48.05c0-4.6 3.68-8.28 8.28-8.28h94.24c.51 0 .93-.42.93-.93V.93c0-.51-.42-.93-.93-.93H30.81C13.79 0 0 13.79 0 30.81v172.17c0 .51.42.93.93.93h42.5c.51 0 .93-.42.93-.93ZM229.68 164.14h73.24c.56 0 1.01.45 1.01 1.01v37.74c0 .56-.45 1.01-1.01 1.01h-95.08c-17.01 0-30.81-13.79-30.81-30.81V1.01c0-.56.45-1.01 1.01-1.01h42.57c.56 0 1.01.45 1.01 1.01v154.85c-.23 4.6 3.45 8.28 8.05 8.28M838.55 135.86 766.36 16.09C760.15 6.2 749.35 0 737.62 0h-33.7c-.56 0-1.01.45-1.01 1.01v201.88c0 .56.45 1.01 1.01 1.01h40.96c.56 0 1.01-.45 1.01-1.01V67.59l71.96 116.32c7.82 12.64 21.38 20.23 36.32 20.23h26.57c.56 0 1.01-.45 1.01-1.01V1.24c0-.56-.45-1.01-1.01-1.01h-40.73c-.56 0-1.01.45-1.01 1.01v134.62h-.46Z" fill="#2a2eac"></path>
</g>
</svg>
)

export const customFillBing = ({
height = "24px",
width = "24px",
Expand Down

0 comments on commit 785bdb0

Please sign in to comment.