@instructure/ui-icons 8.24.6-snapshot.7 → 8.25.0

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +6 -7
  2. package/es/IconBankLine.js +14 -4
  3. package/es/IconBankSolid.js +10 -4
  4. package/es/IconConfigureLine.js +41 -0
  5. package/es/IconConfigureSolid.js +41 -0
  6. package/es/font/Line/InstructureIcons-Line.css +281 -276
  7. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  8. package/es/font/Line/InstructureIcons-Line.svg +280 -277
  9. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  10. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  11. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  12. package/es/font/Line/InstructureIcons-Line_icon-map.scss +278 -276
  13. package/es/font/Solid/InstructureIcons-Solid.css +281 -276
  14. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  15. package/es/font/Solid/InstructureIcons-Solid.svg +280 -277
  16. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  17. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  18. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  19. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +278 -276
  20. package/es/font/index.js +572 -552
  21. package/es/index.js +33 -31
  22. package/es/svg/index.js +1 -1
  23. package/lib/IconBankLine.js +14 -4
  24. package/lib/IconBankSolid.js +10 -4
  25. package/lib/IconConfigureLine.js +52 -0
  26. package/lib/IconConfigureSolid.js +52 -0
  27. package/lib/font/Line/InstructureIcons-Line.css +281 -276
  28. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  29. package/lib/font/Line/InstructureIcons-Line.svg +280 -277
  30. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  31. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  32. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  33. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +278 -276
  34. package/lib/font/Solid/InstructureIcons-Solid.css +281 -276
  35. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  36. package/lib/font/Solid/InstructureIcons-Solid.svg +280 -277
  37. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  38. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  39. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  40. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +278 -276
  41. package/lib/font/index.js +581 -559
  42. package/lib/index.js +48 -32
  43. package/lib/svg/index.js +1 -1
  44. package/package.json +5 -6
  45. package/svg/Line/bank.svg +6 -1
  46. package/svg/Line/configure.svg +3 -0
  47. package/svg/Solid/bank.svg +4 -1
  48. package/svg/Solid/configure.svg +3 -0
  49. package/tsconfig.build.tsbuildinfo +1 -1
  50. package/types/IconBankLine.d.ts.map +1 -1
  51. package/types/IconBankSolid.d.ts.map +1 -1
  52. package/types/IconConfigureLine.d.ts +29 -0
  53. package/types/IconConfigureLine.d.ts.map +1 -0
  54. package/types/IconConfigureSolid.d.ts +29 -0
  55. package/types/IconConfigureSolid.d.ts.map +1 -0
  56. package/types/font/index.d.ts +588 -552
  57. package/types/index.d.ts +32 -30
  58. package/types/index.d.ts.map +1 -1
  59. package/types/svg/index.d.ts +572 -552
  60. package/LICENSE.md +0 -27
package/CHANGELOG.md CHANGED
@@ -3,22 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.24.5](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.5) (2022-05-31)
7
-
8
- **Note:** Version bump only for package @instructure/ui-icons
6
+ # [8.25.0](https://github.com/instructure/instructure-ui/compare/v8.24.5...v8.25.0) (2022-06-03)
9
7
 
8
+ ### Features
10
9
 
10
+ - **ui-icons:** add new `configure` icon ([04059ea](https://github.com/instructure/instructure-ui/commit/04059ead31f299766bd01b88105f2793456f1973))
11
+ - **ui-icons:** replace the `bank` icon with a new one ([c1c83a1](https://github.com/instructure/instructure-ui/commit/c1c83a1958383800cffa0f86abe512ea9de5468c))
11
12
 
13
+ ## [8.24.5](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.5) (2022-05-31)
12
14
 
15
+ **Note:** Version bump only for package @instructure/ui-icons
13
16
 
14
17
  ## [8.24.4](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.4) (2022-05-27)
15
18
 
16
19
  **Note:** Version bump only for package @instructure/ui-icons
17
20
 
18
-
19
-
20
-
21
-
22
21
  ## [8.24.3](https://github.com/instructure/instructure-ui/compare/v8.24.2...v8.24.3) (2022-05-25)
23
22
 
24
23
  ### Bug Fixes
@@ -1,4 +1,4 @@
1
- var _path;
1
+ var _g;
2
2
 
3
3
  import React, { Component } from 'react';
4
4
  import { SVGIcon } from '@instructure/ui-svg-images';
@@ -23,10 +23,20 @@ class IconBankLine extends Component {
23
23
  name: "IconBank",
24
24
  viewBox: "0 0 1920 1920",
25
25
  elementRef: this.handleRef
26
- }), _path || (_path = /*#__PURE__*/React.createElement("path", {
27
- d: "M561.273 1604.006h194.274c24.874 0 29.055-9.328 31.2-14.367l34.094-74.086c18.656-48.247 77.731-88.238 136.164-90.061 27.018-.75 83.306-.536 130.802-.214l53.18.214c53.178 0 96.815 28.52 129.515 84.7l40.1 70.548c5.896 10.721 17.582 22.193 32.914 22.193l183.767.751-54.465-233.622 37.096-19.192c115.471-59.612 194.275-190.629 183.446-304.706l-3.645-37.633 34.416-16.082c71.834-33.344 105.821-71.191 79.983-175.19-15.01-61.006-66.581-117.722-133.698-102.82l-38.92 8.685-19.62-34.738C1494.583 479.745 1325.29 399.012 1204.03 367.92c-193.953-49.748-367.856-4.824-431.864 35.167l-40.742 25.41-29.698-37.633c-63.9-81.162-167.363-90.168-248.847-54.572 30.235 50.713 56.61 111.825 71.62 168.22l11.257 42.244-39.026 19.513c-63.9 31.95-146.885 150.96-164.361 235.766l-3.646 17.798-13.83 11.901c-63.58 54.894-145.063 74.622-207.677 80.84v180.337c0 55.537 26.268 84.593 82.556 91.562 92.527 11.472 138.737 60.898 179.479 104.535 45.352 48.461 84.593 90.382 195.346 100.782l60.255 5.683-12.973 59.183c-7.183 33.022-30.77 97.78-50.605 149.35Zm1101.209 107.537-319.18-1.394c-52 0-100.568-29.699-126.407-77.41l-39.241-69.046c-18.012-30.986-30.664-30.986-36.668-30.986l-53.822-.214c-45.995-.214-100.568-.536-126.836.214-17.476.536-37.203 15.332-40.849 24.66l-34.952 76.23c-21.443 48.998-68.618 77.624-128.98 77.624H402.808l30.02-73.764c12.33-30.342 39.241-98.746 57.468-151.067-106.036-24.338-157.07-78.91-199.313-124.155-36.454-39.026-60.47-64.651-114.292-71.298C66.045 1277.32 0 1203.234 0 1092.91V808.146h53.608c71.834 0 135.734-17.262 178.62-47.711 24.767-89.418 95.744-204.353 177.12-265.465-20.692-58.755-51.034-112.148-75.158-143.026l-34.201-43.422 44.601-32.808c130.053-95.636 302.026-86.63 410.742 15.332 110.754-49.64 295.379-73.228 475.286-27.018 135.306 34.63 321.647 122.01 456.524 340.73 97.673-.429 192.558 71.834 221.078 186.662 32.379 130.481-1.609 220.864-106.68 281.655-2.358 133.912-83.413 272.542-205.853 351.88l66.795 286.588ZM850.722 645.446l-52.964-93.17c148.171-84.271 322.29-84.807 465.529-1.394l-53.822 92.634c-111.719-64.758-242.414-64.114-358.743 1.93M750.519 853.498c0 59.183-48.033 107.215-107.216 107.215-59.183 0-107.215-48.032-107.215-107.215 0-59.183 48.032-107.216 107.215-107.216 59.183 0 107.216 48.033 107.216 107.216",
26
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
+ fillRule: "evenodd",
28
+ stroke: "none",
29
+ strokeWidth: "1"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ d: "M517.334 0V638.23H624.001V106.372H1493.33V638.23L1493.33 640L1497.99 639.557L1600 640V638.23V0H517.334Z"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M0 212.743H410.667V319.447H107V1759.94C107 1789.39 131.074 1813.3 160.499 1813.3H1552.99C1578.35 1813.3 1600.39 1795.26 1605.42 1770.4L1789.35 852.965H595.872L340.25 1669.14L238.065 1637.34L517.334 746.261H1920L1710.39 1791.32C1695.41 1865.9 1629.18 1920 1552.99 1920H160.499C72.0107 1920 0 1848.19 0 1759.94V212.743Z"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ d: "M693.333 425.486C693.333 337.365 764.968 265.929 853.333 265.929C941.699 265.929 1013.33 337.365 1013.33 425.486C1013.33 513.607 941.699 585.044 853.333 585.044C764.968 585.044 693.333 513.607 693.333 425.486ZM853.333 372.301C823.878 372.301 800 396.113 800 425.486C800 454.86 823.878 478.672 853.333 478.672C882.788 478.672 906.667 454.86 906.667 425.486C906.667 396.113 882.788 372.301 853.333 372.301Z",
28
36
  fillRule: "evenodd"
29
- })));
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M1386.67 372.301H1120V478.672H1386.67V372.301Z"
39
+ }))));
30
40
  }
31
41
 
32
42
  }
@@ -1,4 +1,4 @@
1
- var _path;
1
+ var _g;
2
2
 
3
3
  import React, { Component } from 'react';
4
4
  import { SVGIcon } from '@instructure/ui-svg-images';
@@ -23,10 +23,16 @@ class IconBankSolid extends Component {
23
23
  name: "IconBank",
24
24
  viewBox: "0 0 1920 1920",
25
25
  elementRef: this.handleRef
26
- }), _path || (_path = /*#__PURE__*/React.createElement("path", {
27
- d: "M1209.419 643.473c-111.721-64.76-242.42-64.116-358.752 2.037l-52.965-93.28c148.175-84.273 322.297-84.701 465.54-1.286l-53.823 92.53ZM643.308 960.731c-59.292 0-107.218-47.926-107.218-107.218 0-59.291 47.926-107.218 107.218-107.218 59.184 0 107.218 47.927 107.218 107.218 0 59.292-48.034 107.218-107.218 107.218Zm1264.958-169.19c-28.52-114.937-123.408-187.202-221.084-186.773-134.987-218.618-321.225-306.108-456.534-340.74-179.912-46.21-364.541-22.622-475.297 27.02-108.72-101.964-280.804-110.97-410.86-15.332l-44.495 32.701 34.095 43.53c24.231 30.772 54.574 84.167 75.267 143.03-81.378 61.114-152.356 176.051-177.231 265.578-42.887 30.343-106.79 47.498-178.518 47.498H0v284.878c0 110.327 65.94 184.415 176.588 198.032 53.93 6.647 77.947 32.272 114.294 71.192 42.351 45.246 93.28 99.928 199.426 124.266-18.227 52.322-45.139 120.728-57.576 151.07l-29.914 73.766h352.747c60.364 0 107.54-28.734 128.983-77.733l34.846-76.125c3.753-9.22 23.48-24.124 40.957-24.66 26.162-.75 80.736-.429 126.84-.107l53.716.214c6.004 0 18.655 0 36.668 30.772l39.35 69.156c25.839 47.712 74.301 77.411 126.41 77.411l319.08 1.394-66.69-286.594c122.443-79.341 203.5-217.974 205.752-351.89 105.18-60.899 139.061-151.07 106.789-281.554Z",
26
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
+ fillRule: "evenodd",
28
+ stroke: "none",
29
+ strokeWidth: "1"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ d: "M933.333 368.375C903.878 368.375 880 392.277 880 421.762C880 451.247 903.878 475.15 933.333 475.15C962.788 475.15 986.667 451.247 986.667 421.762C986.667 392.277 962.788 368.375 933.333 368.375Z"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M0 213.55H517.333V632.308H624V0H1600V747.424H516.667L234.126 1633.06L337.468 1665.34L596.094 854.199H1920L1729.66 1789.36C1714.51 1865.08 1647.52 1920 1570.48 1920H162.318C72.8265 1920 0 1847.1 0 1757.52V213.55ZM773.333 421.762C773.333 333.307 844.968 261.6 933.333 261.6C1021.7 261.6 1093.33 333.307 1093.33 421.762C1093.33 510.217 1021.7 581.925 933.333 581.925C844.968 581.925 773.333 510.217 773.333 421.762ZM1200 368.375H1466.67V475.15H1200V368.375Z",
28
34
  fillRule: "evenodd"
29
- })));
35
+ }))));
30
36
  }
31
37
 
32
38
  }
@@ -0,0 +1,41 @@
1
+ var _path;
2
+
3
+ import React, { Component } from 'react';
4
+ import { SVGIcon } from '@instructure/ui-svg-images';
5
+
6
+ class IconConfigureLine extends Component {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.ref = null;
10
+
11
+ this.handleRef = el => {
12
+ const elementRef = this.props.elementRef;
13
+ this.ref = el;
14
+
15
+ if (typeof elementRef === 'function') {
16
+ elementRef(el);
17
+ }
18
+ };
19
+ }
20
+
21
+ render() {
22
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
23
+ name: "IconConfigure",
24
+ viewBox: "0 0 1920 1920",
25
+ elementRef: this.handleRef
26
+ }), _path || (_path = /*#__PURE__*/React.createElement("path", {
27
+ d: "M262.749 410.667H.000648499V282.667H262.749C292.139 145.504 414.06 42.6667 560 42.6667 705.94 42.6667 827.861 145.504 857.251 282.667H1920V410.667H857.251C827.861 547.829 705.94 650.667 560 650.667 414.06 650.667 292.139 547.829 262.749 410.667ZM384 346.667C384 249.465 462.798 170.667 560 170.667 657.202 170.667 736 249.465 736 346.667 736 443.869 657.202 522.667 560 522.667 462.798 522.667 384 443.869 384 346.667ZM.000648499 896H1009.42C1038.81 758.837 1160.73 656 1306.67 656 1452.61 656 1574.53 758.837 1603.92 896H1920V1024H1603.92C1574.53 1161.16 1452.61 1264 1306.67 1264 1160.73 1264 1038.81 1161.16 1009.42 1024H.000648499V896ZM1306.67 784C1209.46 784 1130.67 862.798 1130.67 960 1130.67 1057.2 1209.46 1136 1306.67 1136 1403.87 1136 1482.67 1057.2 1482.67 960 1482.67 862.798 1403.87 784 1306.67 784ZM857.251 1637.33C827.861 1774.5 705.94 1877.33 560 1877.33 414.06 1877.33 292.139 1774.5 262.749 1637.33H.000648499V1509.33H262.749C292.139 1372.17 414.06 1269.33 560 1269.33 705.94 1269.33 827.861 1372.17 857.251 1509.33H1920V1637.33H857.251ZM384 1573.33C384 1476.13 462.798 1397.33 560 1397.33 657.202 1397.33 736 1476.13 736 1573.33 736 1670.54 657.202 1749.33 560 1749.33 462.798 1749.33 384 1670.54 384 1573.33Z",
28
+ fillRule: "evenodd"
29
+ })));
30
+ }
31
+
32
+ }
33
+
34
+ IconConfigureLine.glyphName = 'configure';
35
+ IconConfigureLine.variant = 'Line';
36
+ IconConfigureLine.displayName = 'IconConfigureLine';
37
+ IconConfigureLine.propTypes = { ...SVGIcon.propTypes
38
+ };
39
+ IconConfigureLine.allowedProps = [...SVGIcon.allowedProps];
40
+ export default IconConfigureLine;
41
+ export { IconConfigureLine };
@@ -0,0 +1,41 @@
1
+ var _path;
2
+
3
+ import React, { Component } from 'react';
4
+ import { SVGIcon } from '@instructure/ui-svg-images';
5
+
6
+ class IconConfigureSolid extends Component {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.ref = null;
10
+
11
+ this.handleRef = el => {
12
+ const elementRef = this.props.elementRef;
13
+ this.ref = el;
14
+
15
+ if (typeof elementRef === 'function') {
16
+ elementRef(el);
17
+ }
18
+ };
19
+ }
20
+
21
+ render() {
22
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
23
+ name: "IconConfigure",
24
+ viewBox: "0 0 1920 1920",
25
+ elementRef: this.handleRef
26
+ }), _path || (_path = /*#__PURE__*/React.createElement("path", {
27
+ d: "M230.053 453.333H0V240H230.053C275.043 100.733 405.758 0 560 0 714.242 0 844.957 100.733 889.947 240H1920V453.333H889.947C844.957 592.601 714.242 693.333 560 693.333 405.758 693.333 275.043 592.601 230.053 453.333ZM426.667 346.667C426.667 273.029 486.362 213.333 560 213.333 633.638 213.333 693.333 273.029 693.333 346.667 693.333 420.305 633.638 480 560 480 486.362 480 426.667 420.305 426.667 346.667ZM0 853.333H976.72C1021.71 714.066 1152.42 613.333 1306.67 613.333 1460.91 613.333 1591.62 714.066 1636.61 853.333H1920V1066.67H1636.61C1591.62 1205.93 1460.91 1306.67 1306.67 1306.67 1152.42 1306.67 1021.71 1205.93 976.72 1066.67H0V853.333ZM1306.67 826.667C1233.03 826.667 1173.33 886.362 1173.33 960 1173.33 1033.64 1233.03 1093.33 1306.67 1093.33 1380.3 1093.33 1440 1033.64 1440 960 1440 886.362 1380.3 826.667 1306.67 826.667ZM889.947 1680C844.957 1819.27 714.242 1920 560 1920 405.758 1920 275.043 1819.27 230.053 1680H0V1466.67H230.053C275.043 1327.4 405.758 1226.67 560 1226.67 714.242 1226.67 844.957 1327.4 889.947 1466.67H1920V1680H889.947ZM426.667 1573.33C426.667 1499.7 486.362 1440 560 1440 633.638 1440 693.333 1499.7 693.333 1573.33 693.333 1646.97 633.638 1706.67 560 1706.67 486.362 1706.67 426.667 1646.97 426.667 1573.33Z",
28
+ fillRule: "evenodd"
29
+ })));
30
+ }
31
+
32
+ }
33
+
34
+ IconConfigureSolid.glyphName = 'configure';
35
+ IconConfigureSolid.variant = 'Solid';
36
+ IconConfigureSolid.displayName = 'IconConfigureSolid';
37
+ IconConfigureSolid.propTypes = { ...SVGIcon.propTypes
38
+ };
39
+ IconConfigureSolid.allowedProps = [...SVGIcon.allowedProps];
40
+ export default IconConfigureSolid;
41
+ export { IconConfigureSolid };