Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat(UIKIT-1530,Icons): Добавлены недостающие иконки (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan1caisreal authored Sep 19, 2024
1 parent 4c4b826 commit ae15979
Show file tree
Hide file tree
Showing 105 changed files with 1,261 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/icons/generated-themed-icons/AddArrayOutlineMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const AddArrayOutlineMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2v6.083a6.036 6.036 0 0 0-2 0V8H6v12h7c0 .701.12 1.374.341 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1-2-2V4zm18 0H4v2h16V4z" />
<path d="M16 14.6c0 .099-.036.19-.095.259a6.08 6.08 0 0 0-.203.128.403.403 0 0 1-.102.013H8.4a.4.4 0 0 1-.4-.4v-1.2c0-.22.18-.4.4-.4h7.2c.22 0 .4.18.4.4v1.2zM8.4 16h6.128a5.997 5.997 0 0 0-1.187 2H8.4a.4.4 0 0 1-.4-.4v-1.2c0-.22.18-.4.4-.4zM8 10.4c0-.22.18-.4.4-.4h7.2c.22 0 .4.18.4.4v1.2a.4.4 0 0 1-.4.4H8.4a.4.4 0 0 1-.4-.4v-1.2zM20 18a1 1 0 1 0-2 0v1h-1a1 1 0 1 0 0 2h1v1a1 1 0 1 0 2 0v-1h1a1 1 0 1 0 0-2h-1v-1z" />
</SvgIcon>
);

export default AddArrayOutlineMd;
17 changes: 17 additions & 0 deletions packages/icons/generated-themed-icons/AddOutlineSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const AddOutlineSm: React.FunctionComponent<SvgIconProps> = ({ ...props }) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M8 2a.75.75 0 0 1 .75.75v4.5h4.5a.75.75 0 0 1 0 1.5h-4.5v4.5a.75.75 0 0 1-1.5 0v-4.5H2.754a.75.75 0 1 1 0-1.5H7.25v-4.5A.75.75 0 0 1 8 2z" />
</SvgIcon>
);

export default AddOutlineSm;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/AddSmOutlineSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const AddSmOutlineSm: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M8 4a.75.75 0 0 1 .75.75v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5H4.754a.75.75 0 1 1 0-1.5H7.25v-2.5A.75.75 0 0 1 8 4z" />
</SvgIcon>
);

export default AddSmOutlineSm;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/AddWorkplaceOutlineMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const AddWorkplaceOutlineMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M5 9h14v4a1 1 0 1 0 2 0V9a2 2 0 0 0-2-2h-2V5a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v2H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h8a1 1 0 1 0 0-2H5V9zm4-2h6V6H9v1zm11 10a1 1 0 1 0-2 0v1h-1a1 1 0 1 0 0 2h1v1a1 1 0 1 0 2 0v-1h1a1 1 0 1 0 0-2h-1v-1z" />
</SvgIcon>
);

export default AddWorkplaceOutlineMd;
17 changes: 17 additions & 0 deletions packages/icons/generated-themed-icons/ArrowDFillSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ArrowDFillSm: React.FunctionComponent<SvgIconProps> = ({ ...props }) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M8 10 5.5 7h5L8 10z" />
</SvgIcon>
);

export default ArrowDFillSm;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/ArrowDwnOutlineSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ArrowDwnOutlineSm: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M11.509 9.449a.75.75 0 0 1 .042 1.06l-3 3.25a.75.75 0 0 1-1.102 0l-3-3.25A.75.75 0 1 1 5.55 9.49l1.699 1.84V2.75a.75.75 0 1 1 1.5 0v8.582l1.699-1.84a.75.75 0 0 1 1.06-.043z" />
</SvgIcon>
);

export default ArrowDwnOutlineSm;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/ArrowLOutlineSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ArrowLOutlineSm: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M6.551 11.509a.75.75 0 0 1-1.06.042l-3.25-3a.75.75 0 0 1 0-1.102l3.25-3A.75.75 0 0 1 6.51 5.55L4.669 7.25h8.581a.75.75 0 0 1 0 1.5H4.668l1.84 1.699a.75.75 0 0 1 .043 1.06z" />
</SvgIcon>
);

export default ArrowLOutlineSm;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/ArrowROutlineSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ArrowROutlineSm: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M9.449 4.491a.75.75 0 0 1 1.06-.042l3.25 3a.75.75 0 0 1 0 1.102l-3.25 3A.75.75 0 1 1 9.49 10.45l1.84-1.699H2.75a.75.75 0 1 1 0-1.5h8.582l-1.84-1.699a.75.75 0 0 1-.043-1.06z" />
</SvgIcon>
);

export default ArrowROutlineSm;
17 changes: 17 additions & 0 deletions packages/icons/generated-themed-icons/ArrowUpFillSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ArrowUpFillSm: React.FunctionComponent<SvgIconProps> = ({ ...props }) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="m8 7 2.5 3h-5L8 7z" />
</SvgIcon>
);

export default ArrowUpFillSm;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/ArrowUpOutlineSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ArrowUpOutlineSm: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M4.491 6.551a.75.75 0 0 1-.042-1.06l3-3.25a.75.75 0 0 1 1.102 0l3 3.25A.75.75 0 1 1 10.45 6.51L8.75 4.669v8.581a.75.75 0 0 1-1.5 0V4.668l-1.699 1.84a.75.75 0 0 1-1.06.043z" />
</SvgIcon>
);

export default ArrowUpOutlineSm;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/BlockMessageOutlineMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const BlockMessageOutlineMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M5 16a1 1 0 0 0 1 1h5a1 1 0 1 1 0 2H5c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v4a1 1 0 1 1-2 0V8.753l-4.834 4.833a3.117 3.117 0 0 1-4.41 0L5 8.831V16zm.998-9 5.171 5.172a1.117 1.117 0 0 0 1.583 0L17.924 7H5.998zm14.874 9.307-4.565 4.565a3.333 3.333 0 0 0 4.565-4.565zm-6.18 1.273c-.093.733.06 1.477.436 2.113l4.565-4.565a3.333 3.333 0 0 0-5.001 2.452zm5.221 5.04a5 5 0 1 1-3.826-9.238 5 5 0 0 1 3.826 9.237z" />
</SvgIcon>
);

export default BlockMessageOutlineMd;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/CheckListOutlineMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const CheckListOutlineMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M19.005 15S5 14.998 5 14.991C5 14.991 5.001 5 4.995 5c0 0 14.005.002 14.005.009 0 0-.001 9.991.005 9.991zM4.995 3A2.002 2.002 0 0 0 3 5.01v9.981A2.004 2.004 0 0 0 4.995 17h14.01A2.002 2.002 0 0 0 21 14.991V5.009A2.004 2.004 0 0 0 19.005 3H4.995zm10.999 18A2.007 2.007 0 0 0 18 19H6a2.009 2.009 0 0 0 2.006 2h7.988zm-4.02-8.669a.917.917 0 0 1-1.3 0l-1.406-1.405a.92.92 0 0 1 1.3-1.3l.755.754 2.108-2.11a.92.92 0 0 1 1.301 1.298l-2.758 2.763z" />
</SvgIcon>
);

export default CheckListOutlineMd;
17 changes: 17 additions & 0 deletions packages/icons/generated-themed-icons/ClockFillMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ClockFillMd: React.FunctionComponent<SvgIconProps> = ({ ...props }) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-13a1 1 0 0 1 1 1v4.021l1.322 1.91a1 1 0 1 1-1.644 1.138l-1.5-2.167-.178-.256V8a1 1 0 0 1 1-1z" />
</SvgIcon>
);

export default ClockFillMd;
22 changes: 22 additions & 0 deletions packages/icons/generated-themed-icons/ClockOutlineSm.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ClockOutlineSm: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path
fill-rule="evenodd"
d="M12.75 8a4.75 4.75 0 1 1-9.5 0 4.75 4.75 0 0 1 9.5 0zM14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0zM8.625 5.5a.625.625 0 1 0-1.25 0v3c0 .209.104.404.278.52l1.5 1a.625.625 0 1 0 .694-1.04l-1.222-.814V5.5z"
/>
</SvgIcon>
);

export default ClockOutlineSm;
23 changes: 23 additions & 0 deletions packages/icons/generated-themed-icons/CompanyPicFillMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const CompanyPicFillMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<rect width="24" height="24" rx="12" fill="#2165CC" />
<path
d="M8.393 7.6c1.208 0 2.132.22 2.772.66.648.44.972 1.128.972 2.064 0 .488-.088.908-.264 1.26a2.176 2.176 0 0 1-.744.852 3.556 3.556 0 0 1-1.2.48 7.572 7.572 0 0 1-1.62.156h-.756V16H6.04V7.804c.352-.08.74-.132 1.164-.156.432-.032.828-.048 1.188-.048zM8.5 8.908c-.384 0-.7.012-.948.036v2.832h.732c.728 0 1.288-.1 1.68-.3.392-.208.588-.596.588-1.164 0-.272-.052-.5-.156-.684a1.121 1.121 0 0 0-.432-.432 1.942 1.942 0 0 0-.66-.216 4.233 4.233 0 0 0-.804-.072zM15.03 16h-1.512V7.684h5.28V8.98H15.03V16z"
fill="#fff"
/>
</SvgIcon>
);

export default CompanyPicFillMd;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/ContractorsOutlineMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const ContractorsOutlineMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M3 3v2h9v10H3v2h7v2a2 2 0 0 0 2 2h9v-2h-9v-2a2 2 0 0 0 2-2V9h7V7h-7V5a2 2 0 0 0-2-2H3zm3 4v2H3v2h3v2l3-3-3-3zm12 4-3 3 3 3v-2h3v-2h-3v-2z" />
</SvgIcon>
);

export default ContractorsOutlineMd;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/DocIncomingOutlineMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const DocIncomingOutlineMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M7 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 1 0-2 0v1H7V5h6v2.5A1.5 1.5 0 0 0 14.5 9H19v-.532a1 1 0 0 0-.36-.768l-4.89-4.075-.194-.161A2 2 0 0 0 12.322 3H7zm10 7a1 1 0 1 0 2 0h-2zm-2.293 1.707a1 1 0 0 0-1.414-1.414l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414-1.414L13.414 15H20a1 1 0 1 0 0-2h-6.586l1.293-1.293z" />
</SvgIcon>
);

export default DocIncomingOutlineMd;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/DocNoSignatureOutlineMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const DocNoSignatureOutlineMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M7 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2a1 1 0 1 0 0-2H7V5h6v2.5A1.5 1.5 0 0 0 14.5 9H19v-.532a1 1 0 0 0-.36-.768l-4.89-4.075-.194-.161A2 2 0 0 0 12.322 3H7zm12 7h-2v1a1 1 0 1 0 2 0v-1zm-3.5 6.086-1.793-1.793a1 1 0 1 0-1.414 1.414l1.793 1.793-1.793 1.793a1 1 0 0 0 1.414 1.414l1.793-1.793 1.793 1.793a1 1 0 0 0 1.414-1.414L16.914 17.5l1.793-1.793a1 1 0 0 0-1.414-1.414L15.5 16.086z" />
</SvgIcon>
);

export default DocNoSignatureOutlineMd;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/DocSignedOutlineMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const DocSignedOutlineMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M7 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2a1 1 0 1 0 0-2H7V5h6v2.5A1.5 1.5 0 0 0 14.5 9H19v-.532a1 1 0 0 0-.36-.768l-4.89-4.075-.194-.161A2 2 0 0 0 12.322 3H7zm12 7h-2v2a1 1 0 1 0 2 0v-2zm.747 6.664a1 1 0 0 0-1.494-1.328L15.04 18.95l-1.26-1.575a1 1 0 1 0-1.56 1.25l1.777 2.222a1.3 1.3 0 0 0 1.987.051l3.763-4.234z" />
</SvgIcon>
);

export default DocSignedOutlineMd;
19 changes: 19 additions & 0 deletions packages/icons/generated-themed-icons/DocSuccessFillMd.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import React from 'react';
import { SvgIcon, type SvgIconProps } from '@mui/material';

const DocSuccessFillMd: React.FunctionComponent<SvgIconProps> = ({
...props
}) => (
<SvgIcon
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
fill="currentColor"
{...props}
>
<path d="M18.99 8.99v-.522c0-.297-.132-.578-.359-.768l-5.074-4.236A2 2 0 0 0 13 3.136V7.4A1.6 1.6 0 0 0 14.6 9h4.39v-.01zM19 10v9a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5v4.4a2.6 2.6 0 0 0 2.6 2.6H19zm-7.94 5.393-.977-.976a.869.869 0 1 0-1.229 1.228l1.563 1.563a.869.869 0 0 0 1.198.028l3.438-3.125a.869.869 0 1 0-1.169-1.286l-2.825 2.568z" />
</SvgIcon>
);

export default DocSuccessFillMd;
Loading

0 comments on commit ae15979

Please sign in to comment.