Skip to content

Commit

Permalink
Fixed #4227 - Add new Icon components
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 5, 2023
1 parent 5f0615d commit 9a77637
Show file tree
Hide file tree
Showing 142 changed files with 4,426 additions and 92 deletions.
1,878 changes: 1,878 additions & 0 deletions components/doc/common/apidoc/index.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions components/lib/icon/angledoubledown/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
* Defines valid properties in AngleDoubleDownIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
* @group Properties
*/
export interface AngleDoubleDownIconProps extends IconBaseProps {}

/**
* **PrimeReact - AngleDoubleDownIcon**
*
* [Live Demo](https://www.primereact.org/icons/)
* --- ---
* ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
*
* @group Component
*/
export declare class AngleDoubleDownIcon extends React.Component<AngleDoubleDownIconProps, any> {}
21 changes: 21 additions & 0 deletions components/lib/icon/angledoubledown/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import * as React from 'react';
import { IconBase } from '../../iconbase/IconBase';

export const AngleDoubleDownIcon = React.memo(
React.forwardRef((inProps, ref) => {
const pti = IconBase.getPTI(inProps);

return (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" {...pti}>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M6.70786 6.59831C6.80043 6.63674 6.89974 6.65629 6.99997 6.65581C7.19621 6.64081 7.37877 6.54953 7.50853 6.40153L11.0685 2.8416C11.1364 2.69925 11.1586 2.53932 11.132 2.38384C11.1053 2.22837 11.0311 2.08498 10.9195 1.97343C10.808 1.86188 10.6646 1.78766 10.5091 1.76099C10.3536 1.73431 10.1937 1.75649 10.0513 1.82448L6.99997 4.87585L3.9486 1.82448C3.80625 1.75649 3.64632 1.73431 3.49084 1.76099C3.33536 1.78766 3.19197 1.86188 3.08043 1.97343C2.96888 2.08498 2.89466 2.22837 2.86798 2.38384C2.84131 2.53932 2.86349 2.69925 2.93147 2.8416L6.46089 6.43205C6.53132 6.50336 6.61528 6.55989 6.70786 6.59831ZM6.70786 12.1925C6.80043 12.2309 6.89974 12.2505 6.99997 12.25C7.10241 12.2465 7.20306 12.2222 7.29575 12.1785C7.38845 12.1348 7.47124 12.0726 7.53905 11.9957L11.0685 8.46629C11.1614 8.32292 11.2036 8.15249 11.1881 7.98233C11.1727 7.81216 11.1005 7.6521 10.9833 7.52781C10.866 7.40353 10.7104 7.3222 10.5415 7.29688C10.3725 7.27155 10.1999 7.30369 10.0513 7.38814L6.99997 10.4395L3.9486 7.38814C3.80006 7.30369 3.62747 7.27155 3.45849 7.29688C3.28951 7.3222 3.13393 7.40353 3.01667 7.52781C2.89942 7.6521 2.82729 7.81216 2.81184 7.98233C2.79639 8.15249 2.83852 8.32292 2.93148 8.46629L6.4609 12.0262C6.53133 12.0975 6.61529 12.1541 6.70786 12.1925Z"
fill="currentColor"
/>
</svg>
);
})
);

AngleDoubleDownIcon.displayName = 'AngleDoubleDownIcon';
7 changes: 7 additions & 0 deletions components/lib/icon/angledoubledown/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts",
"sideEffects": false
}
19 changes: 19 additions & 0 deletions components/lib/icon/angledoubleleft/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
* Defines valid properties in AngleDoubleLeftIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
* @group Properties
*/
export interface AngleDoubleLeftIconProps extends IconBaseProps {}

/**
* **PrimeReact - AngleDoubleLeftIcon**
*
* [Live Demo](https://www.primereact.org/icons/)
* --- ---
* ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
*
* @group Component
*/
export declare class AngleDoubleLeftIcon extends React.Component<AngleDoubleLeftIconProps, any> {}
21 changes: 21 additions & 0 deletions components/lib/icon/angledoubleleft/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import * as React from 'react';
import { IconBase } from '../../iconbase/IconBase';

export const AngleDoubleLeftIcon = React.memo(
React.forwardRef((inProps, ref) => {
const pti = IconBase.getPTI(inProps);

return (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" {...pti}>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M5.71602 11.164C5.80782 11.2021 5.9063 11.2215 6.00569 11.221C6.20216 11.2301 6.39427 11.1612 6.54025 11.0294C6.68191 10.8875 6.76148 10.6953 6.76148 10.4948C6.76148 10.2943 6.68191 10.1021 6.54025 9.96024L3.51441 6.9344L6.54025 3.90855C6.624 3.76126 6.65587 3.59011 6.63076 3.42254C6.60564 3.25498 6.525 3.10069 6.40175 2.98442C6.2785 2.86815 6.11978 2.79662 5.95104 2.7813C5.78229 2.76598 5.61329 2.80776 5.47112 2.89994L1.97123 6.39983C1.82957 6.54167 1.75 6.73393 1.75 6.9344C1.75 7.13486 1.82957 7.32712 1.97123 7.46896L5.47112 10.9991C5.54096 11.0698 5.62422 11.1259 5.71602 11.164ZM11.0488 10.9689C11.1775 11.1156 11.3585 11.2061 11.5531 11.221C11.7477 11.2061 11.9288 11.1156 12.0574 10.9689C12.1815 10.8302 12.25 10.6506 12.25 10.4645C12.25 10.2785 12.1815 10.0989 12.0574 9.96024L9.03158 6.93439L12.0574 3.90855C12.1248 3.76739 12.1468 3.60881 12.1204 3.45463C12.0939 3.30045 12.0203 3.15826 11.9097 3.04765C11.7991 2.93703 11.6569 2.86343 11.5027 2.83698C11.3486 2.81053 11.19 2.83252 11.0488 2.89994L7.51865 6.36957C7.37699 6.51141 7.29742 6.70367 7.29742 6.90414C7.29742 7.1046 7.37699 7.29686 7.51865 7.4387L11.0488 10.9689Z"
fill="currentColor"
/>
</svg>
);
})
);

AngleDoubleLeftIcon.displayName = 'AngleDoubleLeftIcon';
7 changes: 7 additions & 0 deletions components/lib/icon/angledoubleleft/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts",
"sideEffects": false
}
19 changes: 19 additions & 0 deletions components/lib/icon/angledoubleright/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
* Defines valid properties in AngleDoubleRightIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
* @group Properties
*/
export interface AngleDoubleRightIconProps extends IconBaseProps {}

/**
* **PrimeReact - AngleDoubleRightIcon**
*
* [Live Demo](https://www.primereact.org/icons/)
* --- ---
* ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
*
* @group Component
*/
export declare class AngleDoubleRightIcon extends React.Component<AngleDoubleRightIconProps, any> {}
21 changes: 21 additions & 0 deletions components/lib/icon/angledoubleright/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import * as React from 'react';
import { IconBase } from '../../iconbase/IconBase';

export const AngleDoubleRightIcon = React.memo(
React.forwardRef((inProps, ref) => {
const pti = IconBase.getPTI(inProps);

return (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" {...pti}>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M7.68757 11.1451C7.7791 11.1831 7.8773 11.2024 7.9764 11.2019C8.07769 11.1985 8.17721 11.1745 8.26886 11.1312C8.36052 11.088 8.44238 11.0265 8.50943 10.9505L12.0294 7.49085C12.1707 7.34942 12.25 7.15771 12.25 6.95782C12.25 6.75794 12.1707 6.56622 12.0294 6.42479L8.50943 2.90479C8.37014 2.82159 8.20774 2.78551 8.04633 2.80192C7.88491 2.81833 7.73309 2.88635 7.6134 2.99588C7.4937 3.10541 7.41252 3.25061 7.38189 3.40994C7.35126 3.56927 7.37282 3.73423 7.44337 3.88033L10.4605 6.89748L7.44337 9.91463C7.30212 10.0561 7.22278 10.2478 7.22278 10.4477C7.22278 10.6475 7.30212 10.8393 7.44337 10.9807C7.51301 11.0512 7.59603 11.1071 7.68757 11.1451ZM1.94207 10.9505C2.07037 11.0968 2.25089 11.1871 2.44493 11.2019C2.63898 11.1871 2.81949 11.0968 2.94779 10.9505L6.46779 7.49085C6.60905 7.34942 6.68839 7.15771 6.68839 6.95782C6.68839 6.75793 6.60905 6.56622 6.46779 6.42479L2.94779 2.90479C2.80704 2.83757 2.6489 2.81563 2.49517 2.84201C2.34143 2.86839 2.19965 2.94178 2.08936 3.05207C1.97906 3.16237 1.90567 3.30415 1.8793 3.45788C1.85292 3.61162 1.87485 3.76975 1.94207 3.9105L4.95922 6.92765L1.94207 9.9448C1.81838 10.0831 1.75 10.2621 1.75 10.4477C1.75 10.6332 1.81838 10.8122 1.94207 10.9505Z"
fill="currentColor"
/>
</svg>
);
})
);

AngleDoubleRightIcon.displayName = 'AngleDoubleRightIcon';
7 changes: 7 additions & 0 deletions components/lib/icon/angledoubleright/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts",
"sideEffects": false
}
19 changes: 19 additions & 0 deletions components/lib/icon/angledoubleup/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
* Defines valid properties in AngleDoubleUpIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
* @group Properties
*/
export interface AngleDoubleUpIconProps extends IconBaseProps {}

/**
* **PrimeReact - AngleDoubleUpIcon**
*
* [Live Demo](https://www.primereact.org/icons/)
* --- ---
* ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
*
* @group Component
*/
export declare class AngleDoubleUpIcon extends React.Component<AngleDoubleUpIconProps, any> {}
21 changes: 21 additions & 0 deletions components/lib/icon/angledoubleup/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import * as React from 'react';
import { IconBase } from '../../iconbase/IconBase';

export const AngleDoubleUpIcon = React.memo(
React.forwardRef((inProps, ref) => {
const pti = IconBase.getPTI(inProps);

return (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" {...pti}>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M10.1504 6.67719C10.2417 6.71508 10.3396 6.73436 10.4385 6.73389C10.6338 6.74289 10.8249 6.67441 10.97 6.54334C11.1109 6.4023 11.19 6.21112 11.19 6.01178C11.19 5.81245 11.1109 5.62127 10.97 5.48023L7.45977 1.96998C7.31873 1.82912 7.12755 1.75 6.92821 1.75C6.72888 1.75 6.5377 1.82912 6.39666 1.96998L2.9165 5.45014C2.83353 5.58905 2.79755 5.751 2.81392 5.91196C2.83028 6.07293 2.89811 6.22433 3.00734 6.34369C3.11656 6.46306 3.26137 6.54402 3.42025 6.57456C3.57914 6.60511 3.74364 6.5836 3.88934 6.51325L6.89813 3.50446L9.90691 6.51325C9.97636 6.58357 10.0592 6.6393 10.1504 6.67719ZM9.93702 11.9993C10.065 12.1452 10.245 12.2352 10.4385 12.25C10.632 12.2352 10.812 12.1452 10.9399 11.9993C11.0633 11.8614 11.1315 11.6828 11.1315 11.4978C11.1315 11.3128 11.0633 11.1342 10.9399 10.9963L7.48987 7.48609C7.34883 7.34523 7.15765 7.26611 6.95832 7.26611C6.75899 7.26611 6.5678 7.34523 6.42677 7.48609L2.91652 10.9963C2.84948 11.1367 2.82761 11.2944 2.85391 11.4477C2.88022 11.601 2.9534 11.7424 3.06339 11.8524C3.17338 11.9624 3.31477 12.0356 3.46808 12.0619C3.62139 12.0882 3.77908 12.0663 3.91945 11.9993L6.92823 8.99048L9.93702 11.9993Z"
fill="currentColor"
/>
</svg>
);
})
);

AngleDoubleUpIcon.displayName = 'AngleDoubleUpIcon';
7 changes: 7 additions & 0 deletions components/lib/icon/angledoubleup/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts",
"sideEffects": false
}
19 changes: 19 additions & 0 deletions components/lib/icon/angledown/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
* Defines valid properties in AngleDownIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
* @group Properties
*/
export interface AngleDownIconProps extends IconBaseProps {}

/**
* **PrimeReact - AngleDownIcon**
*
* [Live Demo](https://www.primereact.org/icons/)
* --- ---
* ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
*
* @group Component
*/
export declare class AngleDownIcon extends React.Component<AngleDownIconProps, any> {}
19 changes: 19 additions & 0 deletions components/lib/icon/angledown/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBase } from '../../iconbase/IconBase';

export const AngleDownIcon = React.memo(
React.forwardRef((inProps, ref) => {
const pti = IconBase.getPTI(inProps);

return (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" {...pti}>
<path
d="M7 9.95946C6.88043 9.96002 6.76196 9.9367 6.65152 9.89086C6.54109 9.84502 6.44093 9.77758 6.35691 9.69251L2.14645 5.44565C2.03556 5.27462 1.9853 5.07131 2.00373 4.8683C2.02216 4.6653 2.10821 4.47436 2.24808 4.32609C2.38796 4.17782 2.57357 4.0808 2.77516 4.05059C2.97674 4.02037 3.18264 4.05872 3.35984 4.15946L7 7.79963L10.6402 4.15946C10.8174 4.05872 11.0233 4.02037 11.2248 4.05059C11.4264 4.0808 11.612 4.17782 11.7519 4.32609C11.8918 4.47436 11.9778 4.6653 11.9963 4.8683C12.0147 5.07131 11.9644 5.27462 11.8535 5.44565L7.60669 9.69251C7.44591 9.85561 7.22888 9.9511 7 9.95946Z"
fill="currentColor"
/>
</svg>
);
})
);

AngleDownIcon.displayName = 'AngleDownIcon';
7 changes: 7 additions & 0 deletions components/lib/icon/angledown/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts",
"sideEffects": false
}
19 changes: 19 additions & 0 deletions components/lib/icon/angleleft/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
* Defines valid properties in AngleLeftIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
* @group Properties
*/
export interface AngleLeftIconProps extends IconBaseProps {}

/**
* **PrimeReact - AngleLeftIcon**
*
* [Live Demo](https://www.primereact.org/icons/)
* --- ---
* ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
*
* @group Component
*/
export declare class AngleLeftIcon extends React.Component<AngleLeftIconProps, any> {}
19 changes: 19 additions & 0 deletions components/lib/icon/angleleft/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBase } from '../../iconbase/IconBase';

export const AngleLeftIcon = React.memo(
React.forwardRef((inProps, ref) => {
const pti = IconBase.getPTI(inProps);

return (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" {...pti}>
<path
d="M8.75 11.185C8.65146 11.1854 8.55381 11.1662 8.4628 11.1284C8.37179 11.0906 8.28924 11.0351 8.22 10.965L4.72 7.46496C4.57955 7.32433 4.50066 7.13371 4.50066 6.93496C4.50066 6.73621 4.57955 6.54558 4.72 6.40496L8.22 2.93496C8.36095 2.84357 8.52851 2.80215 8.69582 2.81733C8.86312 2.83252 9.02048 2.90344 9.14268 3.01872C9.26487 3.134 9.34483 3.28696 9.36973 3.4531C9.39463 3.61924 9.36303 3.78892 9.28 3.93496L6.28 6.93496L9.28 9.93496C9.42045 10.0756 9.49934 10.2662 9.49934 10.465C9.49934 10.6637 9.42045 10.8543 9.28 10.995C9.13526 11.1257 8.9448 11.1939 8.75 11.185Z"
fill="currentColor"
/>
</svg>
);
})
);

AngleLeftIcon.displayName = 'AngleLeftIcon';
7 changes: 7 additions & 0 deletions components/lib/icon/angleleft/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts",
"sideEffects": false
}
19 changes: 19 additions & 0 deletions components/lib/icon/angleright/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
* Defines valid properties in AngleRightIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
* @group Properties
*/
export interface AngleRightIconProps extends IconBaseProps {}

/**
* **PrimeReact - AngleRightIcon**
*
* [Live Demo](https://www.primereact.org/icons/)
* --- ---
* ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
*
* @group Component
*/
export declare class AngleRightIcon extends React.Component<AngleRightIconProps, any> {}
19 changes: 19 additions & 0 deletions components/lib/icon/angleright/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBase } from '../../iconbase/IconBase';

export const AngleRightIcon = React.memo(
React.forwardRef((inProps, ref) => {
const pti = IconBase.getPTI(inProps);

return (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" {...pti}>
<path
d="M5.25 11.1728C5.14929 11.1694 5.05033 11.1455 4.9592 11.1025C4.86806 11.0595 4.78666 10.9984 4.72 10.9228C4.57955 10.7822 4.50066 10.5916 4.50066 10.3928C4.50066 10.1941 4.57955 10.0035 4.72 9.86283L7.72 6.86283L4.72 3.86283C4.66067 3.71882 4.64765 3.55991 4.68275 3.40816C4.71785 3.25642 4.79932 3.11936 4.91585 3.01602C5.03238 2.91268 5.17819 2.84819 5.33305 2.83149C5.4879 2.81479 5.64411 2.84671 5.78 2.92283L9.28 6.42283C9.42045 6.56346 9.49934 6.75408 9.49934 6.95283C9.49934 7.15158 9.42045 7.34221 9.28 7.48283L5.78 10.9228C5.71333 10.9984 5.63193 11.0595 5.5408 11.1025C5.44966 11.1455 5.35071 11.1694 5.25 11.1728Z"
fill="currentColor"
/>
</svg>
);
})
);

AngleRightIcon.displayName = 'AngleRightIcon';
7 changes: 7 additions & 0 deletions components/lib/icon/angleright/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts",
"sideEffects": false
}
19 changes: 19 additions & 0 deletions components/lib/icon/angleup/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBaseProps } from '../../iconbase';

/**
* Defines valid properties in AngleUpIcon component. In addition to these, all properties of SVGSVGElement can be used in this component.
* @group Properties
*/
export interface AngleUpIconProps extends IconBaseProps {}

/**
* **PrimeReact - AngleUpIcon**
*
* [Live Demo](https://www.primereact.org/icons/)
* --- ---
* ![PrimeReact](https://primefaces.org/cdn/primereact/images/logo-100.png)
*
* @group Component
*/
export declare class AngleUpIcon extends React.Component<AngleUpIconProps, any> {}
19 changes: 19 additions & 0 deletions components/lib/icon/angleup/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from 'react';
import { IconBase } from '../../iconbase/IconBase';

export const AngleUpIcon = React.memo(
React.forwardRef((inProps, ref) => {
const pti = IconBase.getPTI(inProps);

return (
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" {...pti}>
<path
d="M10.4134 9.49931C10.3148 9.49977 10.2172 9.48055 10.1262 9.44278C10.0352 9.405 9.95263 9.34942 9.88338 9.27931L6.88338 6.27931L3.88338 9.27931C3.73811 9.34946 3.57409 9.3709 3.41567 9.34044C3.25724 9.30999 3.11286 9.22926 3.00395 9.11025C2.89504 8.99124 2.82741 8.84028 2.8111 8.67978C2.79478 8.51928 2.83065 8.35781 2.91338 8.21931L6.41338 4.71931C6.55401 4.57886 6.74463 4.49997 6.94338 4.49997C7.14213 4.49997 7.33276 4.57886 7.47338 4.71931L10.9734 8.21931C11.1138 8.35994 11.1927 8.55056 11.1927 8.74931C11.1927 8.94806 11.1138 9.13868 10.9734 9.27931C10.9007 9.35315 10.8132 9.41089 10.7168 9.44879C10.6203 9.48669 10.5169 9.5039 10.4134 9.49931Z"
fill="currentColor"
/>
</svg>
);
})
);

AngleUpIcon.displayName = 'AngleUpIcon';
7 changes: 7 additions & 0 deletions components/lib/icon/angleup/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"main": "./index.cjs.js",
"module": "./index.esm.js",
"unpkg": "./index.min.js",
"types": "./index.d.ts",
"sideEffects": false
}
Loading

0 comments on commit 9a77637

Please sign in to comment.