@spectrum-icons/illustrations 3.5.2 → 3.5.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-icons/illustrations",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -24,5 +24,5 @@
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "gitHead": "5480d76bd815e239366f92852c76b6831ad2a4fd"
27
+ "gitHead": "79f62e8fbf64e8359fb603f3a1cc41a2808389e2"
28
28
  }
package/Error.mjs DELETED
@@ -1,60 +0,0 @@
1
- import { Illustration } from '@react-spectrum/icon';
2
- import React from 'react';
3
- export default function Error500(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- width: "146.569",
6
- height: "94"
7
- }, /*#__PURE__*/React.createElement("g", {
8
- transform: "translate(-392.731 -2966.5)"
9
- }, /*#__PURE__*/React.createElement("path", {
10
- d: "M415.8 2988v-18a2.006 2.006 0 012-2h118a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-110M428.8 3000h107a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-92M443.8 3032h92a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-118a2.006 2.006 0 01-2-2v-20M526.8 3028v3M526.8 2996v3",
11
- fill: "none",
12
- strokeLinecap: "round",
13
- strokeLinejoin: "round",
14
- strokeMiterlimit: "10",
15
- strokeWidth: "3"
16
- }), /*#__PURE__*/React.createElement("circle", {
17
- cx: "4",
18
- cy: "4",
19
- r: "4",
20
- transform: "translate(522.8 2977.5)",
21
- strokeWidth: "2",
22
- strokeLinecap: "round",
23
- strokeLinejoin: "round",
24
- strokeMiterlimit: "10",
25
- fill: "none"
26
- }), /*#__PURE__*/React.createElement("circle", {
27
- cx: "4",
28
- cy: "4",
29
- r: "4",
30
- transform: "translate(522.8 3010)",
31
- strokeWidth: "2",
32
- strokeLinecap: "round",
33
- strokeLinejoin: "round",
34
- strokeMiterlimit: "10",
35
- fill: "none"
36
- }), /*#__PURE__*/React.createElement("circle", {
37
- cx: "4",
38
- cy: "4",
39
- r: "4",
40
- transform: "translate(522.8 3041.5)",
41
- strokeWidth: "2",
42
- strokeLinecap: "round",
43
- strokeLinejoin: "round",
44
- strokeMiterlimit: "10",
45
- fill: "none"
46
- }), /*#__PURE__*/React.createElement("path", {
47
- d: "M413.1 2995.5l-18.4 31.1a2.916 2.916 0 002.6 4.4h36.9a2.933 2.933 0 002.6-4.4l-18.4-31.1a3.091 3.091 0 00-5.3 0zM415.8 3016.2v-6.9",
48
- fill: "none",
49
- strokeLinecap: "round",
50
- strokeLinejoin: "round",
51
- strokeMiterlimit: "10",
52
- strokeWidth: "3"
53
- }), /*#__PURE__*/React.createElement("circle", {
54
- cx: "1.9",
55
- cy: "1.9",
56
- r: "1.9",
57
- transform: "translate(413.9 3020.3)",
58
- stroke: "none"
59
- }))));
60
- }
package/File.mjs DELETED
@@ -1,15 +0,0 @@
1
- import { Illustration } from '@react-spectrum/icon';
2
- import React from 'react';
3
- export default function File(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- viewBox: "0 0 32 32",
6
- height: "32",
7
- width: "32"
8
- }, /*#__PURE__*/React.createElement("path", {
9
- fill: "var(--spectrum-global-color-gray-50)",
10
- d: "M6 31.503a2.503 2.503 0 01-2.5-2.5v-26A2.503 2.503 0 016 .502h15.38a1.988 1.988 0 011.411.582l5.12 5.103a2.015 2.015 0 01.589 1.416v21.399a2.502 2.502 0 01-2.5 2.5z"
11
- }), /*#__PURE__*/React.createElement("path", {
12
- fill: "var(--spectrum-global-color-gray-500)",
13
- d: "M28.26 5.83L23.14.73A2.465 2.465 0 0021.38 0H6a3.009 3.009 0 00-3 3v26a3.002 3.002 0 003 3h20a3.002 3.002 0 003-3V7.6a2.515 2.515 0 00-.74-1.77zM22.5 1.5l5.02 5H23a.501.501 0 01-.5-.5zM28 29a2 2 0 01-2 2H6a2 2 0 01-2-2V3a2.006 2.006 0 012-2h15.38a.486.486 0 01.12.01V6A1.504 1.504 0 0023 7.5h4.99a.34.34 0 01.01.1z"
14
- })));
15
- }
package/Folder.mjs DELETED
@@ -1,15 +0,0 @@
1
- import { Illustration } from '@react-spectrum/icon';
2
- import React from 'react';
3
- export default function File(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- viewBox: "0 0 32 32",
6
- height: "32",
7
- width: "32"
8
- }, /*#__PURE__*/React.createElement("path", {
9
- fill: "var(--spectrum-global-color-gray-300)",
10
- d: "M3 29.5C1.6 29.5.5 28.4.5 27V5C.5 3.6 1.6 2.5 3 2.5h10.1c.5 0 1 .2 1.4.6l3.1 3.1c.2.2.4.3.7.3H29c1.4 0 2.5 1.1 2.5 2.5v18c0 1.4-1.1 2.5-2.5 2.5H3z"
11
- }), /*#__PURE__*/React.createElement("path", {
12
- fill: "var(--spectrum-global-color-gray-500)",
13
- d: "M29 6H18.3c-.1 0-.2 0-.4-.2l-3.1-3.1c-.4-.4-1-.7-1.7-.7H3C1.3 2 0 3.3 0 5v22c0 1.6 1.3 3 3 3h26c1.7 0 3-1.4 3-3V9c0-1.7-1.3-3-3-3zm2 21c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V7h28c1.1 0 2 .9 2 2v18z"
14
- })));
15
- }
@@ -1,22 +0,0 @@
1
- import { Illustration } from "@react-spectrum/icon";
2
- import React from "react";
3
- export default function NoSearchResults(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: "99.039",
7
- height: "94.342"
8
- }, /*#__PURE__*/React.createElement("g", {
9
- fill: "none",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round"
12
- }, /*#__PURE__*/React.createElement("path", {
13
- d: "M93.113 88.415a5.38 5.38 0 0 1-7.61 0L58.862 61.773a1.018 1.018 0 0 1 0-1.44l6.17-6.169a1.018 1.018 0 0 1 1.439 0l26.643 26.643a5.38 5.38 0 0 1 0 7.608z",
14
- strokeWidth: "2.99955"
15
- }), /*#__PURE__*/React.createElement("path", {
16
- strokeWidth: "2",
17
- d: "M59.969 59.838l-3.246-3.246M61.381 51.934l3.246 3.246M64.609 61.619l13.327 13.327"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- strokeWidth: "3",
20
- d: "M13.311 47.447A28.87 28.87 0 1 0 36.589 1.5c-10.318 0-20.141 5.083-24.7 13.46M2.121 38.734l15.536-15.536M17.657 38.734L2.121 23.198"
21
- }))));
22
- }
package/NotFound.mjs DELETED
@@ -1,22 +0,0 @@
1
- import { Illustration } from '@react-spectrum/icon';
2
- import React from 'react';
3
- export default function Error404(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- width: "135.321",
6
- height: "87"
7
- }, /*#__PURE__*/React.createElement("g", {
8
- fill: "none",
9
- strokeLinecap: "round",
10
- strokeLinejoin: "round",
11
- strokeMiterlimit: "10"
12
- }, /*#__PURE__*/React.createElement("path", {
13
- d: "M11.821 60.5v23a2.006 2.006 0 002 2h118a2.006 2.006 0 002-2v-80a2.006 2.006 0 00-2-2h-118a2.006 2.006 0 00-2 2v27",
14
- strokeWidth: "3"
15
- }), /*#__PURE__*/React.createElement("path", {
16
- strokeWidth: "2",
17
- d: "M133.721 14h-122M29.721 8h-10"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- strokeWidth: "3",
20
- d: "M2.121 55.1l19.3-19.2M21.421 55.1l-19.3-19.2"
21
- }))));
22
- }
package/Timeout.mjs DELETED
@@ -1,41 +0,0 @@
1
- import { Illustration } from '@react-spectrum/icon';
2
- import React from 'react';
3
- export default function Error504(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- width: "137",
6
- height: "94"
7
- }, /*#__PURE__*/React.createElement("g", {
8
- transform: "translate(-404.3 -3780.5)",
9
- fill: "none",
10
- strokeLinecap: "round",
11
- strokeLinejoin: "round",
12
- strokeMiterlimit: "10"
13
- }, /*#__PURE__*/React.createElement("path", {
14
- d: "M417.8 3803v-19a2.006 2.006 0 012-2h118a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-102M435.8 3814h102a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-102M435.8 3846h102a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-118a2.006 2.006 0 01-2-2v-17M527.8 3842v3M527.8 3810v3",
15
- strokeWidth: "3"
16
- }), /*#__PURE__*/React.createElement("circle", {
17
- cx: "4",
18
- cy: "4",
19
- r: "4",
20
- transform: "translate(523.8 3791.5)",
21
- strokeWidth: "2"
22
- }), /*#__PURE__*/React.createElement("circle", {
23
- cx: "4",
24
- cy: "4",
25
- r: "4",
26
- transform: "translate(523.8 3824)",
27
- strokeWidth: "2"
28
- }), /*#__PURE__*/React.createElement("circle", {
29
- cx: "4",
30
- cy: "4",
31
- r: "4",
32
- transform: "translate(523.8 3855.5)",
33
- strokeWidth: "2"
34
- }), /*#__PURE__*/React.createElement("path", {
35
- d: "M429.8 3844.4v3.6h-24v-3.6c0-9.1 9-10.9 9-15.4v-.9c0-4.5-9-6.3-9-15.4v-3.6h24v3.6c0 9.1-9 10.9-9 15.4v.9c0 4.5 9 6.3 9 15.4z",
36
- strokeWidth: "3"
37
- }), /*#__PURE__*/React.createElement("path", {
38
- d: "M428.6 3846.8l-8.4-8.4a3.441 3.441 0 00-4.8 0l-8.4 8.4",
39
- strokeWidth: "2"
40
- }))));
41
- }
package/Unauthorized.mjs DELETED
@@ -1,22 +0,0 @@
1
- import { Illustration } from '@react-spectrum/icon';
2
- import React from 'react';
3
- export default function Error403(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- width: "125",
6
- height: "87"
7
- }, /*#__PURE__*/React.createElement("g", {
8
- fill: "none",
9
- strokeLinecap: "round",
10
- strokeLinejoin: "round",
11
- strokeMiterlimit: "10"
12
- }, /*#__PURE__*/React.createElement("path", {
13
- d: "M1.5 83.5a2.006 2.006 0 002 2h118a2.006 2.006 0 002-2v-80a2.006 2.006 0 00-2-2H3.5a2.006 2.006 0 00-2 2z",
14
- strokeWidth: "3"
15
- }), /*#__PURE__*/React.createElement("path", {
16
- strokeWidth: "2",
17
- d: "M123.4 14H1.4M19.4 8h-10"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- d: "M46.5 69.5h30a2.006 2.006 0 002-2v-22a2.006 2.006 0 00-2-2h-30a2.006 2.006 0 00-2 2v22a2.006 2.006 0 002 2zM71.5 43.5v-7.2A10.238 10.238 0 0063 26.1 10.014 10.014 0 0051.5 36v6.5",
20
- strokeWidth: "3"
21
- }))));
22
- }
package/Unavailable.mjs DELETED
@@ -1,41 +0,0 @@
1
- import { Illustration } from '@react-spectrum/icon';
2
- import React from 'react';
3
- export default function Error503(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- width: "143.1",
6
- height: "94"
7
- }, /*#__PURE__*/React.createElement("g", {
8
- transform: "translate(-416.2 -3367.5)",
9
- strokeLinecap: "round",
10
- strokeLinejoin: "round",
11
- strokeMiterlimit: "10",
12
- fill: "none"
13
- }, /*#__PURE__*/React.createElement("circle", {
14
- cx: "18.1",
15
- cy: "18.1",
16
- r: "18.1",
17
- transform: "translate(417.7 3396.9)",
18
- strokeWidth: "3"
19
- }), /*#__PURE__*/React.createElement("path", {
20
- strokeWidth: "3",
21
- d: "M423.4 3402.2l24.5 24.4M435.8 3390v-19a2.006 2.006 0 012-2h118a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-104M457.8 3401h98a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-97M452.8 3433h103a2.006 2.006 0 012 2v23a2.006 2.006 0 01-2 2h-118a2.006 2.006 0 01-2-2v-18M546.8 3429v3M546.8 3397v3"
22
- }), /*#__PURE__*/React.createElement("circle", {
23
- cx: "4",
24
- cy: "4",
25
- r: "4",
26
- transform: "translate(542.8 3378.5)",
27
- strokeWidth: "2"
28
- }), /*#__PURE__*/React.createElement("circle", {
29
- cx: "4",
30
- cy: "4",
31
- r: "4",
32
- transform: "translate(542.8 3411)",
33
- strokeWidth: "2"
34
- }), /*#__PURE__*/React.createElement("circle", {
35
- cx: "4",
36
- cy: "4",
37
- r: "4",
38
- transform: "translate(542.8 3442.5)",
39
- strokeWidth: "2"
40
- }))));
41
- }
package/Upload.mjs DELETED
@@ -1,17 +0,0 @@
1
- import { Illustration } from '@react-spectrum/icon';
2
- import React from 'react';
3
- export default function Error504(props) {
4
- return /*#__PURE__*/React.createElement(Illustration, props, /*#__PURE__*/React.createElement("svg", {
5
- width: "191.2",
6
- height: "97.9"
7
- }, /*#__PURE__*/React.createElement("path", {
8
- d: "M51.5 33h-48A3.543 3.543 0 000 36.5v35A3.543 3.543 0 003.5 75h48a3.543 3.543 0 003.5-3.5v-35a3.543 3.543 0 00-3.5-3.5zm-48 3h48a.472.472 0 01.5.5v30.6L40.5 55.4a2.94 2.94 0 00-2.2-.9 3.1 3.1 0 00-2.2.9l-4.7 5-11.8-12a2.94 2.94 0 00-2.2-.9 3.1 3.1 0 00-2.2.9L3 60.8V36.5a.472.472 0 01.5-.5zM3 71.5v-7.8l13.7-13.8a1.08 1.08 0 01.7-.3.908.908 0 01.7.3L40.2 72H3.5a.472.472 0 01-.5-.5zm48.5.5h-8.6c0-.1-.1-.1-.1-.2l-9.9-10 4.7-5a.908.908 0 01.7-.3.779.779 0 01.7.3L52 70v1.5a.472.472 0 01-.5.5z",
9
- stroke: "none"
10
- }), /*#__PURE__*/React.createElement("path", {
11
- d: "M41.8 51.3a5.664 5.664 0 004.1-1.7 5.835 5.835 0 001.7-4.1 5.957 5.957 0 00-5.8-5.9 5.85 5.85 0 000 11.7zm-2.7-8.5a3.864 3.864 0 012.7-1.1 3.8 3.8 0 013.8 3.8 3.756 3.756 0 01-3.8 3.8 3.8 3.8 0 01-3.8-3.8 3.864 3.864 0 011.1-2.7zM187.3 35h-27.2l-7.5-6.8a4.713 4.713 0 00-3-1.2h-15.3a3.159 3.159 0 00-3.2 3.2v40.1a3.691 3.691 0 003.7 3.7h52.7a3.691 3.691 0 003.7-3.7V38.7a3.933 3.933 0 00-3.9-3.7zm-53.1-5h15.3a1.284 1.284 0 011 .4l5.1 4.6H134v-4.8a.215.215 0 01.2-.2zM188 70.3a.684.684 0 01-.7.7h-52.7a.684.684 0 01-.7-.7V38h53.3a.684.684 0 01.7.7v31.6zM100.4 86L93 93.4V55.7a1.5 1.5 0 00-3 0v37.7L82.6 86a1.449 1.449 0 00-2.1 0 1.541 1.541 0 000 2.1l8.9 8.9a2.878 2.878 0 002.1.9 2.723 2.723 0 002.1-.9l8.9-8.9a1.485 1.485 0 00-2.1-2.1z",
12
- stroke: "none"
13
- }), /*#__PURE__*/React.createElement("path", {
14
- d: "M119.5 26a1.538 1.538 0 00-1.5 1.5v43.7a.86.86 0 01-.8.8H97.5a1.5 1.5 0 000 3h19.7a3.8 3.8 0 003.8-3.8V27.5a1.538 1.538 0 00-1.5-1.5zM121 21.4a.749.749 0 00-.1-.5c-.1-.2-.2-.3-.3-.5l-21-20a2.186 2.186 0 00-.5-.3 1.486 1.486 0 00-.6-.1H67.8A3.8 3.8 0 0064 3.8v67.4a3.8 3.8 0 003.8 3.8h17.7a1.5 1.5 0 000-3H67.8a.86.86 0 01-.8-.8V3.8a.86.86 0 01.8-.8H97v16.2a3.8 3.8 0 003.8 3.8h19c.1 0 .2 0 .2-.1h.1c.1 0 .2-.1.3-.1l.1-.1c.1 0 .1-.1.2-.1a2.186 2.186 0 00.3-.5v-.7zm-21-2.2V5l15.7 15h-15a.858.858 0 01-.7-.8z",
15
- stroke: "none"
16
- })));
17
- }