Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(icons): add new icons and reformat #71

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions assets/icons/ask-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/info-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/icons/settings-big-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/icons/add-clip-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddClipIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -11,7 +11,7 @@ const SvgAddClipIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M15 0a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0V6h-3a1 1 0 1 1 0-2h3V1a1 1 0 0 1 1-1ZM1 4a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6h3a1 1 0 0 0 0-2H1ZM0 19a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2H2v-3a1 1 0 1 0-2 0v4Zm15 1h-4a1 1 0 1 1 0-2h3v-3a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1Zm-7-5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
d="M15 0a1 1 0 0 1 1 1v3h3a1 1 0 1 1 0 2h-3v3a1 1 0 1 1-2 0V6h-3a1 1 0 1 1 0-2h3V1a1 1 0 0 1 1-1M1 4a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6h3a1 1 0 0 0 0-2zM0 19a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2H2v-3a1 1 0 1 0-2 0zm15 1h-4a1 1 0 1 1 0-2h3v-3a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1m-7-5a3 3 0 1 0 0-6 3 3 0 0 0 0 6"
pallendes marked this conversation as resolved.
Show resolved Hide resolved
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/add-column-left-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddColumnLeftIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAddColumnLeftIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M4 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1H8V7c0-.55-.45-1-1-1s-1 .45-1 1v2H4c-.55 0-1 .45-1 1s.45 1 1 1zM19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-7 18H2V2h10v16zm6 0h-5V2h5v16z"
d="M4 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1H8V7c0-.55-.45-1-1-1s-1 .45-1 1v2H4c-.55 0-1 .45-1 1s.45 1 1 1M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1m-7 18H2V2h10zm6 0h-5V2h5z"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/add-column-right-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddColumnRightIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAddColumnRightIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M10 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V7c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1zm9-11H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zM7 18H2V2h5v16zm11 0H8V2h10v16z"
d="M10 11h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V7c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1m9-11H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1M7 18H2V2h5zm11 0H8V2h10z"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/add-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAddIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm5-9h-4V5c0-.55-.45-1-1-1s-1 .45-1 1v4H5c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1v-4h4c.55 0 1-.45 1-1s-.45-1-1-1z"
d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m5-9h-4V5c0-.55-.45-1-1-1s-1 .45-1 1v4H5c-.55 0-1 .45-1 1s.45 1 1 1h4v4c0 .55.45 1 1 1s1-.45 1-1v-4h4c.55 0 1-.45 1-1s-.45-1-1-1"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/add-location-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddLocationIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -11,7 +11,7 @@ const SvgAddLocationIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M10 0a1 1 0 0 1 0 2 8 8 0 1 0 8 8 1 1 0 0 1 2 0c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0Zm0 6a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm6-6c.6 0 1 .4 1 1v2h2c.6 0 1 .4 1 1s-.4 1-1 1h-2v2c0 .6-.4 1-1 1s-1-.4-1-1V5h-2c-.6 0-1-.4-1-1 0-.5.4-1 1-1h2V1c0-.6.4-1 1-1Z"
d="M10 0a1 1 0 0 1 0 2 8 8 0 1 0 8 8 1 1 0 0 1 2 0c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0m0 6a4 4 0 1 1 0 8 4 4 0 0 1 0-8m6-6c.6 0 1 .4 1 1v2h2c.6 0 1 .4 1 1s-.4 1-1 1h-2v2c0 .6-.4 1-1 1s-1-.4-1-1V5h-2c-.6 0-1-.4-1-1 0-.5.4-1 1-1h2V1c0-.6.4-1 1-1"
/>
</svg>
);
Expand Down
4 changes: 2 additions & 2 deletions src/icons/add-row-bottom-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddRowBottomIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAddRowBottomIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2V8h16v10zm0-11H2V2h16v5zM7 14h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1z"
d="M19 0H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1m-1 18H2V8h16zm0-11H2V2h16zM7 14h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/add-row-top-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddRowTopIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAddRowTopIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M7 8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1zm12-8H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1zm-1 18H2v-5h16v5zm0-6H2V2h16v10z"
d="M7 8h2v2c0 .55.45 1 1 1s1-.45 1-1V8h2c.55 0 1-.45 1-1s-.45-1-1-1h-2V4c0-.55-.45-1-1-1s-1 .45-1 1v2H7c-.55 0-1 .45-1 1s.45 1 1 1m12-8H1C.45 0 0 .45 0 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1m-1 18H2v-5h16zm0-6H2V2h16z"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/add-to-artifact-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddToArtifactIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAddToArtifactIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M13 12H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zM1 6h9c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm12 2H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm6-4h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1z"
d="M13 12H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1m0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1M1 6h9c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1m12 2H1c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1m6-4h-2V2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1V6h2c.55 0 1-.45 1-1s-.45-1-1-1"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/add-to-folder-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAddToFolderIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -11,7 +11,7 @@ const SvgAddToFolderIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M.01 10V6H20v10c0 .55-.45 1-1 1H9.995v-3.99C9.965 11.332 8.635 10 6.987 10H.01ZM19 3c.55 0 1 .45.99 1v1H0V2c0-.55.45-1 1-1h5.997c.28 0 .53.11.71.29L9.414 3H19ZM6.987 12c.55 0 .999.45 1.009 1.01v5c0 .55-.45 1-1 1s-.999-.45-.999-1v-2.59l-4.288 4.29a1.003 1.003 0 0 1-1.42-1.42L4.579 14h-2.59c-.55 0-1-.45-1-1s.45-1 1-1h4.998Z"
d="M.01 10V6H20v10c0 .55-.45 1-1 1H9.995v-3.99C9.965 11.332 8.635 10 6.987 10H1.989zM19 3c.55 0 1 .45.99 1v1H0V2c0-.55.45-1 1-1h5.997c.28 0 .53.11.71.29L9.414 3zM6.987 12c.55 0 .999.45 1.009 1.01v5c0 .55-.45 1-1 1s-.999-.45-.999-1v-2.59l-4.288 4.29a1.003 1.003 0 0 1-1.42-1.42L4.579 14h-2.59c-.55 0-1-.45-1-1s.45-1 1-1z"
/>
</svg>
);
Expand Down
6 changes: 3 additions & 3 deletions src/icons/aimpoints-target-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAimpointsTargetIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -9,8 +9,8 @@ const SvgAimpointsTargetIcon = (props: SVGProps<SVGSVGElement>) => (
className="h-4 w-4"
{...props}
>
<path d="M2.296 12.163a4.492 4.492 0 0 0-1.792.98A9.99 9.99 0 0 1 0 10C0 4.477 4.477 0 10 0a9.99 9.99 0 0 1 3.143.504 4.492 4.492 0 0 0-.98 1.792 8 8 0 0 0-9.867 9.867ZM18 10c0-.75-.103-1.475-.296-2.163a4.491 4.491 0 0 0 1.792-.98c.327.99.504 2.046.504 3.143 0 5.523-4.477 10-10 10a9.992 9.992 0 0 1-3.142-.504 4.491 4.491 0 0 0 .98-1.792A8 8 0 0 0 18 10Zm1-6.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm-13 13a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z" />
<path d="M10 4a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0V5a1 1 0 0 0-1-1Zm1 6a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1Zm-7 0a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1Zm5 2a1 1 0 0 1 2 0v3a1 1 0 0 1-2 0v-3Z" />
<path d="M2.296 12.163a4.492 4.492 0 0 0-1.792.98A9.99 9.99 0 0 1 0 10C0 4.477 4.477 0 10 0a9.99 9.99 0 0 1 3.143.504 4.492 4.492 0 0 0-.98 1.792 8 8 0 0 0-9.867 9.867M18 10c0-.75-.103-1.475-.296-2.163a4.491 4.491 0 0 0 1.792-.98c.327.99.504 2.046.504 3.143 0 5.523-4.477 10-10 10a9.992 9.992 0 0 1-3.142-.504 4.491 4.491 0 0 0 .98-1.792A8 8 0 0 0 18 10m1-6.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m-13 13a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" />
<path d="M10 4a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0V5a1 1 0 0 0-1-1m1 6a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1m-7 0a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1m5 2a1 1 0 0 1 2 0v3a1 1 0 0 1-2 0z" />
</svg>
);
export default SvgAimpointsTargetIcon;
4 changes: 2 additions & 2 deletions src/icons/airplane-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAirplaneIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAirplaneIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M20 2c0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.59l-4.84 4.84L2 1 1 3l7.53 5.64L4.17 13H1l-1 1 4 2 2 4 1-1v-3.17l4.36-4.36L17 19l2-1-4.43-9.74 4.84-4.84c.37-.37.59-.87.59-1.42z"
d="M20 2c0-1.1-.9-2-2-2-.55 0-1.05.22-1.41.59l-4.84 4.84L2 1 1 3l7.53 5.64L4.17 13H1l-1 1 4 2 2 4 1-1v-3.17l4.36-4.36L17 19l2-1-4.43-9.74 4.84-4.84c.37-.37.59-.87.59-1.42"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/align-center-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAlignCenterIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAlignCenterIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M5 5c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1H5zM1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm12 12c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1h6zm4 2H3c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm2-8H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"
d="M5 5c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1zM1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1m12 12c.55 0 1-.45 1-1s-.45-1-1-1H7c-.55 0-1 .45-1 1s.45 1 1 1zm4 2H3c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1m2-8H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/align-justify-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAlignJustifyIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAlignJustifyIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 14H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0-12H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1z"
d="M1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1m18 14H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1m0-12H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1m0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1m0 4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/align-left-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAlignLeftIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAlignLeftIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M1 7h10c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm0-4h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm14 14H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zm4-8H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM1 15h6c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1z"
d="M1 7h10c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1m0-4h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1m14 14H1c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1m4-8H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1M1 15h6c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/align-right-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAlignRightIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAlignRightIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M19 17H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1zM1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1zm18 10h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zm0-4H9c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1z"
d="M19 17H5c-.55 0-1 .45-1 1s.45 1 1 1h14c.55 0 1-.45 1-1s-.45-1-1-1M1 3h18c.55 0 1-.45 1-1s-.45-1-1-1H1c-.55 0-1 .45-1 1s.45 1 1 1m18 10h-6c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1m0-4H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1m0-4H9c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1"
clipRule="evenodd"
/>
</svg>
Expand Down
4 changes: 2 additions & 2 deletions src/icons/alignment-bottom-icon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import { SVGProps } from "react";
import type { SVGProps } from "react";

const SvgAlignmentBottomIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand All @@ -12,7 +12,7 @@ const SvgAlignmentBottomIcon = (props: SVGProps<SVGSVGElement>) => (
>
<path
fillRule="evenodd"
d="M12 16h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1zm7 2H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1zM4 16h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1z"
d="M12 16h4c.55 0 1-.45 1-1V8c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1m7 2H1c-.55 0-1 .45-1 1s.45 1 1 1h18c.55 0 1-.45 1-1s-.45-1-1-1M4 16h4c.55 0 1-.45 1-1V1c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1"
clipRule="evenodd"
/>
</svg>
Expand Down
Loading
Loading