@swc-react/icons-ui 0.9.5-react.2993 → 0.9.5-react.3029
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -3
- package/Arrow100.ts +0 -25
- package/Arrow200.ts +0 -25
- package/Arrow300.ts +0 -25
- package/Arrow400.ts +0 -25
- package/Arrow500.ts +0 -25
- package/Arrow600.ts +0 -25
- package/Arrow75.ts +0 -25
- package/Asterisk100.ts +0 -25
- package/Asterisk200.ts +0 -25
- package/Asterisk300.ts +0 -25
- package/Asterisk75.ts +0 -25
- package/Checkmark100.ts +0 -25
- package/Checkmark200.ts +0 -25
- package/Checkmark300.ts +0 -25
- package/Checkmark400.ts +0 -25
- package/Checkmark50.ts +0 -25
- package/Checkmark500.ts +0 -25
- package/Checkmark600.ts +0 -25
- package/Checkmark75.ts +0 -25
- package/Chevron100.ts +0 -25
- package/Chevron200.ts +0 -25
- package/Chevron300.ts +0 -25
- package/Chevron400.ts +0 -25
- package/Chevron500.ts +0 -25
- package/Chevron600.ts +0 -25
- package/Chevron75.ts +0 -25
- package/CornerTriangle100.ts +0 -25
- package/CornerTriangle200.ts +0 -25
- package/CornerTriangle300.ts +0 -25
- package/CornerTriangle75.ts +0 -25
- package/Cross100.ts +0 -25
- package/Cross200.ts +0 -25
- package/Cross300.ts +0 -25
- package/Cross400.ts +0 -25
- package/Cross500.ts +0 -25
- package/Cross600.ts +0 -25
- package/Cross75.ts +0 -25
- package/Dash100.ts +0 -25
- package/Dash200.ts +0 -25
- package/Dash300.ts +0 -25
- package/Dash400.ts +0 -25
- package/Dash50.ts +0 -25
- package/Dash500.ts +0 -25
- package/Dash600.ts +0 -25
- package/Dash75.ts +0 -25
- package/DoubleGripper.ts +0 -25
- package/SingleGripper.ts +0 -25
- package/TripleGripper.ts +0 -25
- package/tsconfig.json +0 -8
- package/tsconfig.tsbuildinfo +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/icons-ui",
|
|
3
|
-
"version": "0.9.5-react.
|
|
3
|
+
"version": "0.9.5-react.3029+c59ca07be",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"author": "",
|
|
10
10
|
"main": "index.js",
|
|
11
|
+
"files": [
|
|
12
|
+
"**/*.d.ts",
|
|
13
|
+
"**/*.js",
|
|
14
|
+
"**/*.js.map"
|
|
15
|
+
],
|
|
11
16
|
"keywords": [
|
|
12
17
|
"React",
|
|
13
18
|
"Spectrum Web Components",
|
|
@@ -15,7 +20,7 @@
|
|
|
15
20
|
],
|
|
16
21
|
"dependencies": {
|
|
17
22
|
"@lit-labs/react": "1.1.0",
|
|
18
|
-
"@spectrum-web-components/icons-ui": "^0.9.
|
|
23
|
+
"@spectrum-web-components/icons-ui": "^0.9.5-react.54+c59ca07be"
|
|
19
24
|
},
|
|
20
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "c59ca07bef1633dd16241d4be7d87b037ce7ddbf"
|
|
21
26
|
}
|
package/Arrow100.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconArrow100 as SpIconArrow100 } from '@spectrum-web-components/icons-ui/src/elements/IconArrow100.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-arrow100.js';
|
|
18
|
-
|
|
19
|
-
export const IconArrow100 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-arrow100',
|
|
22
|
-
elementClass: SpIconArrow100,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconArrow100',
|
|
25
|
-
});
|
package/Arrow200.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconArrow200 as SpIconArrow200 } from '@spectrum-web-components/icons-ui/src/elements/IconArrow200.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-arrow200.js';
|
|
18
|
-
|
|
19
|
-
export const IconArrow200 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-arrow200',
|
|
22
|
-
elementClass: SpIconArrow200,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconArrow200',
|
|
25
|
-
});
|
package/Arrow300.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconArrow300 as SpIconArrow300 } from '@spectrum-web-components/icons-ui/src/elements/IconArrow300.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-arrow300.js';
|
|
18
|
-
|
|
19
|
-
export const IconArrow300 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-arrow300',
|
|
22
|
-
elementClass: SpIconArrow300,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconArrow300',
|
|
25
|
-
});
|
package/Arrow400.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconArrow400 as SpIconArrow400 } from '@spectrum-web-components/icons-ui/src/elements/IconArrow400.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-arrow400.js';
|
|
18
|
-
|
|
19
|
-
export const IconArrow400 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-arrow400',
|
|
22
|
-
elementClass: SpIconArrow400,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconArrow400',
|
|
25
|
-
});
|
package/Arrow500.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconArrow500 as SpIconArrow500 } from '@spectrum-web-components/icons-ui/src/elements/IconArrow500.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-arrow500.js';
|
|
18
|
-
|
|
19
|
-
export const IconArrow500 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-arrow500',
|
|
22
|
-
elementClass: SpIconArrow500,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconArrow500',
|
|
25
|
-
});
|
package/Arrow600.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconArrow600 as SpIconArrow600 } from '@spectrum-web-components/icons-ui/src/elements/IconArrow600.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-arrow600.js';
|
|
18
|
-
|
|
19
|
-
export const IconArrow600 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-arrow600',
|
|
22
|
-
elementClass: SpIconArrow600,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconArrow600',
|
|
25
|
-
});
|
package/Arrow75.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconArrow75 as SpIconArrow75 } from '@spectrum-web-components/icons-ui/src/elements/IconArrow75.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-arrow75.js';
|
|
18
|
-
|
|
19
|
-
export const IconArrow75 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-arrow75',
|
|
22
|
-
elementClass: SpIconArrow75,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconArrow75',
|
|
25
|
-
});
|
package/Asterisk100.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconAsterisk100 as SpIconAsterisk100 } from '@spectrum-web-components/icons-ui/src/elements/IconAsterisk100.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-asterisk100.js';
|
|
18
|
-
|
|
19
|
-
export const IconAsterisk100 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-asterisk100',
|
|
22
|
-
elementClass: SpIconAsterisk100,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconAsterisk100',
|
|
25
|
-
});
|
package/Asterisk200.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconAsterisk200 as SpIconAsterisk200 } from '@spectrum-web-components/icons-ui/src/elements/IconAsterisk200.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-asterisk200.js';
|
|
18
|
-
|
|
19
|
-
export const IconAsterisk200 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-asterisk200',
|
|
22
|
-
elementClass: SpIconAsterisk200,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconAsterisk200',
|
|
25
|
-
});
|
package/Asterisk300.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconAsterisk300 as SpIconAsterisk300 } from '@spectrum-web-components/icons-ui/src/elements/IconAsterisk300.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-asterisk300.js';
|
|
18
|
-
|
|
19
|
-
export const IconAsterisk300 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-asterisk300',
|
|
22
|
-
elementClass: SpIconAsterisk300,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconAsterisk300',
|
|
25
|
-
});
|
package/Asterisk75.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconAsterisk75 as SpIconAsterisk75 } from '@spectrum-web-components/icons-ui/src/elements/IconAsterisk75.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-asterisk75.js';
|
|
18
|
-
|
|
19
|
-
export const IconAsterisk75 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-asterisk75',
|
|
22
|
-
elementClass: SpIconAsterisk75,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconAsterisk75',
|
|
25
|
-
});
|
package/Checkmark100.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconCheckmark100 as SpIconCheckmark100 } from '@spectrum-web-components/icons-ui/src/elements/IconCheckmark100.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-checkmark100.js';
|
|
18
|
-
|
|
19
|
-
export const IconCheckmark100 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-checkmark100',
|
|
22
|
-
elementClass: SpIconCheckmark100,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCheckmark100',
|
|
25
|
-
});
|
package/Checkmark200.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconCheckmark200 as SpIconCheckmark200 } from '@spectrum-web-components/icons-ui/src/elements/IconCheckmark200.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-checkmark200.js';
|
|
18
|
-
|
|
19
|
-
export const IconCheckmark200 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-checkmark200',
|
|
22
|
-
elementClass: SpIconCheckmark200,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCheckmark200',
|
|
25
|
-
});
|
package/Checkmark300.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconCheckmark300 as SpIconCheckmark300 } from '@spectrum-web-components/icons-ui/src/elements/IconCheckmark300.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-checkmark300.js';
|
|
18
|
-
|
|
19
|
-
export const IconCheckmark300 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-checkmark300',
|
|
22
|
-
elementClass: SpIconCheckmark300,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCheckmark300',
|
|
25
|
-
});
|
package/Checkmark400.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconCheckmark400 as SpIconCheckmark400 } from '@spectrum-web-components/icons-ui/src/elements/IconCheckmark400.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-checkmark400.js';
|
|
18
|
-
|
|
19
|
-
export const IconCheckmark400 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-checkmark400',
|
|
22
|
-
elementClass: SpIconCheckmark400,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCheckmark400',
|
|
25
|
-
});
|
package/Checkmark50.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconCheckmark50 as SpIconCheckmark50 } from '@spectrum-web-components/icons-ui/src/elements/IconCheckmark50.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-checkmark50.js';
|
|
18
|
-
|
|
19
|
-
export const IconCheckmark50 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-checkmark50',
|
|
22
|
-
elementClass: SpIconCheckmark50,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCheckmark50',
|
|
25
|
-
});
|
package/Checkmark500.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconCheckmark500 as SpIconCheckmark500 } from '@spectrum-web-components/icons-ui/src/elements/IconCheckmark500.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-checkmark500.js';
|
|
18
|
-
|
|
19
|
-
export const IconCheckmark500 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-checkmark500',
|
|
22
|
-
elementClass: SpIconCheckmark500,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCheckmark500',
|
|
25
|
-
});
|
package/Checkmark600.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconCheckmark600 as SpIconCheckmark600 } from '@spectrum-web-components/icons-ui/src/elements/IconCheckmark600.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-checkmark600.js';
|
|
18
|
-
|
|
19
|
-
export const IconCheckmark600 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-checkmark600',
|
|
22
|
-
elementClass: SpIconCheckmark600,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCheckmark600',
|
|
25
|
-
});
|
package/Checkmark75.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconCheckmark75 as SpIconCheckmark75 } from '@spectrum-web-components/icons-ui/src/elements/IconCheckmark75.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-checkmark75.js';
|
|
18
|
-
|
|
19
|
-
export const IconCheckmark75 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-checkmark75',
|
|
22
|
-
elementClass: SpIconCheckmark75,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCheckmark75',
|
|
25
|
-
});
|
package/Chevron100.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconChevron100 as SpIconChevron100 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron100.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron100.js';
|
|
18
|
-
|
|
19
|
-
export const IconChevron100 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-chevron100',
|
|
22
|
-
elementClass: SpIconChevron100,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconChevron100',
|
|
25
|
-
});
|
package/Chevron200.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconChevron200 as SpIconChevron200 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron200.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron200.js';
|
|
18
|
-
|
|
19
|
-
export const IconChevron200 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-chevron200',
|
|
22
|
-
elementClass: SpIconChevron200,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconChevron200',
|
|
25
|
-
});
|
package/Chevron300.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconChevron300 as SpIconChevron300 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron300.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron300.js';
|
|
18
|
-
|
|
19
|
-
export const IconChevron300 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-chevron300',
|
|
22
|
-
elementClass: SpIconChevron300,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconChevron300',
|
|
25
|
-
});
|
package/Chevron400.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 Adobe. All rights reserved.
|
|
3
|
-
This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
-
you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
|
|
7
|
-
Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
-
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
-
OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
-
governing permissions and limitations under the License.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
import { createComponent } from '@lit-labs/react';
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
|
|
16
|
-
import { IconChevron400 as SpIconChevron400 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron400.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron400.js';
|
|
18
|
-
|
|
19
|
-
export const IconChevron400 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-chevron400',
|
|
22
|
-
elementClass: SpIconChevron400,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconChevron400',
|
|
25
|
-
});
|