Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Jun 24, 2024
1 parent a6445ac commit 50aea58
Show file tree
Hide file tree
Showing 15 changed files with 550 additions and 562 deletions.
28 changes: 14 additions & 14 deletions apps/web/components/svg/artistic-font.tsx

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions apps/web/components/svg/data-chart.tsx

Large diffs are not rendered by default.

30 changes: 9 additions & 21 deletions apps/web/components/svg/eye-cvd.tsx
Original file line number Diff line number Diff line change
@@ -1,39 +1,27 @@
import * as React from "react";
import { SVGProps } from "react";
import { SVGProps } from 'react'
const EyeCVD = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
{...props}
>
<svg fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
<g clipPath="url(#a)">
<path
clipRule="evenodd"
d="M12 16.684c-7 0-10-7-10-7S3.987 5.047 8.5 3.32c.32-.123.654-.23 1-.321l1.23 2.89a4.002 4.002 0 1 0 3.127 7.337l1.26 2.957c-.358.12-.73.22-1.117.3a9.93 9.93 0 0 1-2 .2Zm1.068-5.31.79 1.853A4 4 0 0 0 12 5.684c-.444 0-.87.072-1.27.205l.79 1.853a2 2 0 1 0 1.548 3.633Zm0 0L11.52 7.743a2 2 0 0 1 1.548 3.633Z"
fill="currentColor"
fillRule="evenodd"
d="M12 16.684c-7 0-10-7-10-7S3.987 5.047 8.5 3.32c.32-.123.654-.23 1-.321l1.23 2.89a4.002 4.002 0 1 0 3.127 7.337l1.26 2.957c-.358.12-.73.22-1.117.3a9.93 9.93 0 0 1-2 .2Zm1.068-5.31.79 1.853A4 4 0 0 0 12 5.684c-.444 0-.87.072-1.27.205l.79 1.853a2 2 0 1 0 1.548 3.633Zm0 0L11.52 7.743a2 2 0 0 1 1.548 3.633Z"
clipRule="evenodd"
/>
<path
d="M10 3.854a8.81 8.81 0 0 1 3.111-.554C19.333 3.3 22 9.387 22 9.387s-2.155 4.92-7.111 5.913"
stroke="currentColor"
strokeLinecap="square"
strokeLinejoin="round"
strokeWidth={2}
d="M10 3.854a8.81 8.81 0 0 1 3.111-.554C19.333 3.3 22 9.387 22 9.387s-2.155 4.92-7.111 5.913"
/>
<path
stroke="currentColor"
strokeDasharray="4 4"
strokeLinecap="round"
strokeWidth={2}
d="M3 20h19"
/>
<path d="M3 20h20" stroke="currentColor" strokeDasharray="4 4" strokeLinecap="round" strokeWidth={2} />
</g>
<defs>
<clipPath id="a">
<path fill="#fff" d="M0 0h24v24H0z" />
<path d="M0 0h24v24H0z" fill="#fff" />
</clipPath>
</defs>
</svg>
);
export default EyeCVD;
)
export default EyeCVD
6 changes: 3 additions & 3 deletions apps/web/components/svg/figma-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ import * as React from "react";
import { SVGProps } from "react";
const FigmaLogo = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 15 15"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
clipRule="evenodd"
d="M7 2.05H5.525a1.475 1.475 0 0 0 0 2.95H7V2.05Zm0-1h2.475a2.475 2.475 0 0 1 1.492 4.45A2.475 2.475 0 0 1 8 9.463V11.425A2.475 2.475 0 1 1 4.033 9.45a2.471 2.471 0 0 1-.983-1.975c0-.807.386-1.523.983-1.975a2.475 2.475 0 0 1 1.492-4.45H7Zm1 1V5h1.475a1.475 1.475 0 1 0 0-2.95H8Zm-2.475 6.9H7V6H5.525a1.475 1.475 0 0 0-.006 2.95h.006ZM4.05 11.425c0-.813.657-1.472 1.47-1.475H7v1.475a1.475 1.475 0 0 1-2.95 0ZM8 7.472a1.475 1.475 0 1 1 0 .006v-.006Z"
fill="currentColor"
fillRule="evenodd"
d="M7 2.05H5.525a1.475 1.475 0 0 0 0 2.95H7V2.05Zm0-1h2.475a2.475 2.475 0 0 1 1.492 4.45A2.475 2.475 0 0 1 8 9.463V11.425A2.475 2.475 0 1 1 4.033 9.45a2.471 2.471 0 0 1-.983-1.975c0-.807.386-1.523.983-1.975a2.475 2.475 0 0 1 1.492-4.45H7Zm1 1V5h1.475a1.475 1.475 0 1 0 0-2.95H8Zm-2.475 6.9H7V6H5.525a1.475 1.475 0 0 0-.006 2.95h.006ZM4.05 11.425c0-.813.657-1.472 1.47-1.475H7v1.475a1.475 1.475 0 0 1-2.95 0ZM8 7.472a1.475 1.475 0 1 1 0 .006v-.006Z"
clipRule="evenodd"
/>
</svg>
);
Expand Down
4 changes: 2 additions & 2 deletions apps/web/components/svg/fluid-color.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import * as React from "react";
import { SVGProps } from "react";
const FluidColorLogo = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 128 128"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
className="fill-primary stroke-border"
strokeWidth={4}
d="M61.203 49.317c-.446-.595-.706-1.35-.843-2.188l-.008-.052c-.044-.331.035-1.04.286-2.05.233-.937.565-1.945.87-2.777.145-.332.277-.672.395-1.018l.001-.002.015-.045c.456-1.348.702-2.79.702-4.287 0-7.4-5.999-13.398-13.398-13.398-7.4 0-13.398 5.998-13.398 13.398 0 5.7 3.561 10.567 8.575 12.502l.088.034.002.001c.63.238 1.282.43 1.953.571 1.455.49 2.874 1.116 3.595 1.711.144.154.283.31.413.466.657.787 1.018 1.484 1.065 2.125.042.56-.135 1.37-1.233 2.469-.363.363-1.19.671-2.691.642-1.432-.027-3.16-.357-4.92-.868a33.466 33.466 0 0 1-4.848-1.828c-1.401-.664-2.285-1.233-2.602-1.536a8.19 8.19 0 0 0-.087-.1l-.002-.004-.048-.053a7.21 7.21 0 1 0-5.374 12.018h.19l.01-.002c1-.028 1.95-.26 2.811-.655 2.941-.614 6.583-1.169 9.788-1.23 1.637-.03 3.1.07 4.275.328 1.205.266 1.915.658 2.269 1.056.71.799.866 1.482.82 2.053-.05.624-.36 1.31-.92 2.01-.553.692-1.283 1.311-2 1.779-.662.43-1.206.665-1.502.748a7.21 7.21 0 1 0 6.385 10.884c.33-.4.631-.819.893-1.18l.185-.256c.345-.474.616-.816.884-1.067.252-.236.448-.337.627-.38.176-.041.474-.058.985.112a.728.728 0 0 1 .506.504c.113.329.157.915-.08 1.806-.472 1.763-1.935 4.268-4.798 7.108a9.15 9.15 0 0 0-1.483 1.337l-.005.004-.082.094a9.087 9.087 0 0 0-2.222 5.964 9.115 9.115 0 0 0 18.229 0c0-2.105-.39-3.452-1.014-4.463l-.002-.004-.002-.002-.01-.016c-.13-.212-.344-.592-.539-1.015-.203-.441-.339-.83-.383-1.088-.125-.753-.233-1.393-.328-1.947-.468-2.761-.578-3.404-.577-5.421 0-.969.379-1.562.896-1.917.561-.386 1.454-.6 2.592-.411.157.026.457.164.854.722.39.546.75 1.328 1.064 2.263.612 1.818.953 3.906 1.112 5.153a7.21 7.21 0 1 0 10.317-6.608 22.571 22.571 0 0 0-1.385-.777l-.065-.035a33.404 33.404 0 0 1-1.708-.953c-.556-.34-1.02-.67-1.357-.988-.351-.331-.448-.542-.468-.62l-.04-.16-.073-.148c-.488-.974-.126-3.773 3.267-4.527 1.73-.385 2.91.002 3.742.521.774.484 1.287 1.102 1.692 1.601 1.488 4.323 5.59 7.432 10.421 7.432 6.085 0 11.018-4.933 11.018-11.018 0-6.086-4.933-11.018-11.018-11.018-1.564 0-3.056.326-4.408.917l-.065.028-.002.002c-.308.137-.61.288-.902.451a54.022 54.022 0 0 1-3.285 1.352c-2.106.146-3.887-.363-4.975-1.342-1.036-.933-1.72-2.544-1.083-5.279.443-1.901 1.684-3.8 3.191-5.443 1.44-1.568 3.014-2.784 4.071-3.425a9.118 9.118 0 0 0 6.103-8.605 9.114 9.114 0 1 0-17.967 2.178c.318 2.672-.022 5.6-1.472 7.501-1.329 1.743-3.946 3.054-9.3 1.715-1.105-.276-1.76-.785-2.185-1.354Z"
strokeWidth={4}
/>
</svg>
);
Expand Down
212 changes: 106 additions & 106 deletions apps/web/components/svg/geometry.tsx

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions apps/web/components/svg/landing.tsx

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions apps/web/components/svg/namecard.tsx

Large diffs are not rendered by default.

Loading

0 comments on commit 50aea58

Please sign in to comment.