@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/Chevron500.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 { IconChevron500 as SpIconChevron500 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron500.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron500.js';
|
|
18
|
-
|
|
19
|
-
export const IconChevron500 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-chevron500',
|
|
22
|
-
elementClass: SpIconChevron500,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconChevron500',
|
|
25
|
-
});
|
package/Chevron600.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 { IconChevron600 as SpIconChevron600 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron600.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron600.js';
|
|
18
|
-
|
|
19
|
-
export const IconChevron600 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-chevron600',
|
|
22
|
-
elementClass: SpIconChevron600,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconChevron600',
|
|
25
|
-
});
|
package/Chevron75.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 { IconChevron75 as SpIconChevron75 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron75.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron75.js';
|
|
18
|
-
|
|
19
|
-
export const IconChevron75 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-chevron75',
|
|
22
|
-
elementClass: SpIconChevron75,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconChevron75',
|
|
25
|
-
});
|
package/CornerTriangle100.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 { IconCornerTriangle100 as SpIconCornerTriangle100 } from '@spectrum-web-components/icons-ui/src/elements/IconCornerTriangle100.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-corner-triangle100.js';
|
|
18
|
-
|
|
19
|
-
export const IconCornerTriangle100 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-corner-triangle100',
|
|
22
|
-
elementClass: SpIconCornerTriangle100,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCornerTriangle100',
|
|
25
|
-
});
|
package/CornerTriangle200.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 { IconCornerTriangle200 as SpIconCornerTriangle200 } from '@spectrum-web-components/icons-ui/src/elements/IconCornerTriangle200.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-corner-triangle200.js';
|
|
18
|
-
|
|
19
|
-
export const IconCornerTriangle200 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-corner-triangle200',
|
|
22
|
-
elementClass: SpIconCornerTriangle200,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCornerTriangle200',
|
|
25
|
-
});
|
package/CornerTriangle300.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 { IconCornerTriangle300 as SpIconCornerTriangle300 } from '@spectrum-web-components/icons-ui/src/elements/IconCornerTriangle300.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-corner-triangle300.js';
|
|
18
|
-
|
|
19
|
-
export const IconCornerTriangle300 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-corner-triangle300',
|
|
22
|
-
elementClass: SpIconCornerTriangle300,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCornerTriangle300',
|
|
25
|
-
});
|
package/CornerTriangle75.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 { IconCornerTriangle75 as SpIconCornerTriangle75 } from '@spectrum-web-components/icons-ui/src/elements/IconCornerTriangle75.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-corner-triangle75.js';
|
|
18
|
-
|
|
19
|
-
export const IconCornerTriangle75 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-corner-triangle75',
|
|
22
|
-
elementClass: SpIconCornerTriangle75,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCornerTriangle75',
|
|
25
|
-
});
|
package/Cross100.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 { IconCross100 as SpIconCross100 } from '@spectrum-web-components/icons-ui/src/elements/IconCross100.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-cross100.js';
|
|
18
|
-
|
|
19
|
-
export const IconCross100 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-cross100',
|
|
22
|
-
elementClass: SpIconCross100,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCross100',
|
|
25
|
-
});
|
package/Cross200.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 { IconCross200 as SpIconCross200 } from '@spectrum-web-components/icons-ui/src/elements/IconCross200.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-cross200.js';
|
|
18
|
-
|
|
19
|
-
export const IconCross200 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-cross200',
|
|
22
|
-
elementClass: SpIconCross200,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCross200',
|
|
25
|
-
});
|
package/Cross300.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 { IconCross300 as SpIconCross300 } from '@spectrum-web-components/icons-ui/src/elements/IconCross300.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-cross300.js';
|
|
18
|
-
|
|
19
|
-
export const IconCross300 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-cross300',
|
|
22
|
-
elementClass: SpIconCross300,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCross300',
|
|
25
|
-
});
|
package/Cross400.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 { IconCross400 as SpIconCross400 } from '@spectrum-web-components/icons-ui/src/elements/IconCross400.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-cross400.js';
|
|
18
|
-
|
|
19
|
-
export const IconCross400 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-cross400',
|
|
22
|
-
elementClass: SpIconCross400,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCross400',
|
|
25
|
-
});
|
package/Cross500.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 { IconCross500 as SpIconCross500 } from '@spectrum-web-components/icons-ui/src/elements/IconCross500.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-cross500.js';
|
|
18
|
-
|
|
19
|
-
export const IconCross500 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-cross500',
|
|
22
|
-
elementClass: SpIconCross500,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCross500',
|
|
25
|
-
});
|
package/Cross600.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 { IconCross600 as SpIconCross600 } from '@spectrum-web-components/icons-ui/src/elements/IconCross600.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-cross600.js';
|
|
18
|
-
|
|
19
|
-
export const IconCross600 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-cross600',
|
|
22
|
-
elementClass: SpIconCross600,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCross600',
|
|
25
|
-
});
|
package/Cross75.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 { IconCross75 as SpIconCross75 } from '@spectrum-web-components/icons-ui/src/elements/IconCross75.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-cross75.js';
|
|
18
|
-
|
|
19
|
-
export const IconCross75 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-cross75',
|
|
22
|
-
elementClass: SpIconCross75,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconCross75',
|
|
25
|
-
});
|
package/Dash100.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 { IconDash100 as SpIconDash100 } from '@spectrum-web-components/icons-ui/src/elements/IconDash100.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-dash100.js';
|
|
18
|
-
|
|
19
|
-
export const IconDash100 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-dash100',
|
|
22
|
-
elementClass: SpIconDash100,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDash100',
|
|
25
|
-
});
|
package/Dash200.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 { IconDash200 as SpIconDash200 } from '@spectrum-web-components/icons-ui/src/elements/IconDash200.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-dash200.js';
|
|
18
|
-
|
|
19
|
-
export const IconDash200 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-dash200',
|
|
22
|
-
elementClass: SpIconDash200,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDash200',
|
|
25
|
-
});
|
package/Dash300.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 { IconDash300 as SpIconDash300 } from '@spectrum-web-components/icons-ui/src/elements/IconDash300.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-dash300.js';
|
|
18
|
-
|
|
19
|
-
export const IconDash300 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-dash300',
|
|
22
|
-
elementClass: SpIconDash300,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDash300',
|
|
25
|
-
});
|
package/Dash400.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 { IconDash400 as SpIconDash400 } from '@spectrum-web-components/icons-ui/src/elements/IconDash400.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-dash400.js';
|
|
18
|
-
|
|
19
|
-
export const IconDash400 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-dash400',
|
|
22
|
-
elementClass: SpIconDash400,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDash400',
|
|
25
|
-
});
|
package/Dash50.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 { IconDash50 as SpIconDash50 } from '@spectrum-web-components/icons-ui/src/elements/IconDash50.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-dash50.js';
|
|
18
|
-
|
|
19
|
-
export const IconDash50 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-dash50',
|
|
22
|
-
elementClass: SpIconDash50,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDash50',
|
|
25
|
-
});
|
package/Dash500.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 { IconDash500 as SpIconDash500 } from '@spectrum-web-components/icons-ui/src/elements/IconDash500.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-dash500.js';
|
|
18
|
-
|
|
19
|
-
export const IconDash500 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-dash500',
|
|
22
|
-
elementClass: SpIconDash500,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDash500',
|
|
25
|
-
});
|
package/Dash600.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 { IconDash600 as SpIconDash600 } from '@spectrum-web-components/icons-ui/src/elements/IconDash600.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-dash600.js';
|
|
18
|
-
|
|
19
|
-
export const IconDash600 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-dash600',
|
|
22
|
-
elementClass: SpIconDash600,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDash600',
|
|
25
|
-
});
|
package/Dash75.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 { IconDash75 as SpIconDash75 } from '@spectrum-web-components/icons-ui/src/elements/IconDash75.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-dash75.js';
|
|
18
|
-
|
|
19
|
-
export const IconDash75 = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-dash75',
|
|
22
|
-
elementClass: SpIconDash75,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDash75',
|
|
25
|
-
});
|
package/DoubleGripper.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 { IconDoubleGripper as SpIconDoubleGripper } from '@spectrum-web-components/icons-ui/src/elements/IconDoubleGripper.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-double-gripper.js';
|
|
18
|
-
|
|
19
|
-
export const IconDoubleGripper = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-double-gripper',
|
|
22
|
-
elementClass: SpIconDoubleGripper,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconDoubleGripper',
|
|
25
|
-
});
|
package/SingleGripper.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 { IconSingleGripper as SpIconSingleGripper } from '@spectrum-web-components/icons-ui/src/elements/IconSingleGripper.js';
|
|
17
|
-
import '@spectrum-web-components/icons-ui/icons/sp-icon-single-gripper.js';
|
|
18
|
-
|
|
19
|
-
export const IconSingleGripper = createComponent({
|
|
20
|
-
react: React,
|
|
21
|
-
tagName: 'sp-icon-single-gripper',
|
|
22
|
-
elementClass: SpIconSingleGripper,
|
|
23
|
-
events: {},
|
|
24
|
-
displayName: 'IconSingleGripper',
|
|
25
|
-
});
|