@instructure/ui-icons 8.13.1-snapshot.2 → 8.13.1-snapshot.22

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 (43) hide show
  1. package/es/IconArrowDoubleEndLine.js +2 -1
  2. package/es/IconArrowDoubleEndSolid.js +2 -1
  3. package/es/IconArrowDoubleStartLine.js +2 -1
  4. package/es/IconArrowDoubleStartSolid.js +2 -1
  5. package/es/font/Line/InstructureIcons-Line.css +8 -0
  6. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  7. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  8. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  9. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  10. package/es/font/Line/InstructureIcons-Line_icon-map.scss +2 -2
  11. package/es/font/Solid/InstructureIcons-Solid.css +8 -0
  12. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  13. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  14. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  15. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  16. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +2 -2
  17. package/es/font/index.js +4 -4
  18. package/es/index.js +262 -262
  19. package/lib/IconArrowDoubleEndLine.js +2 -1
  20. package/lib/IconArrowDoubleEndSolid.js +2 -1
  21. package/lib/IconArrowDoubleStartLine.js +2 -1
  22. package/lib/IconArrowDoubleStartSolid.js +2 -1
  23. package/lib/font/Line/InstructureIcons-Line.css +8 -0
  24. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  25. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  26. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  27. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  28. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +2 -2
  29. package/lib/font/Solid/InstructureIcons-Solid.css +8 -0
  30. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  31. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  32. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  33. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  34. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +2 -2
  35. package/lib/font/index.js +4 -4
  36. package/lib/index.js +263 -263
  37. package/package.json +5 -5
  38. package/types/IconArrowDoubleEndLine.d.ts.map +1 -1
  39. package/types/IconArrowDoubleEndSolid.d.ts.map +1 -1
  40. package/types/IconArrowDoubleStartLine.d.ts.map +1 -1
  41. package/types/IconArrowDoubleStartSolid.d.ts.map +1 -1
  42. package/types/index.d.ts +261 -261
  43. package/types/index.d.ts.map +1 -1
@@ -22,7 +22,8 @@ class IconArrowDoubleEndLine extends Component {
22
22
  return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
23
23
  name: "IconArrowDoubleEnd",
24
24
  viewBox: "0 0 1920 1920",
25
- elementRef: this.handleRef
25
+ elementRef: this.handleRef,
26
+ bidirectional: true
26
27
  }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
28
  fillRule: "evenodd"
28
29
  }, /*#__PURE__*/React.createElement("path", {
@@ -22,7 +22,8 @@ class IconArrowDoubleEndSolid extends Component {
22
22
  return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
23
23
  name: "IconArrowDoubleEnd",
24
24
  viewBox: "0 0 1920 1920",
25
- elementRef: this.handleRef
25
+ elementRef: this.handleRef,
26
+ bidirectional: true
26
27
  }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
28
  fillRule: "evenodd"
28
29
  }, /*#__PURE__*/React.createElement("path", {
@@ -22,7 +22,8 @@ class IconArrowDoubleStartLine extends Component {
22
22
  return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
23
23
  name: "IconArrowDoubleStart",
24
24
  viewBox: "0 0 1920 1920",
25
- elementRef: this.handleRef
25
+ elementRef: this.handleRef,
26
+ bidirectional: true
26
27
  }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
28
  fillRule: "evenodd"
28
29
  }, /*#__PURE__*/React.createElement("path", {
@@ -22,7 +22,8 @@ class IconArrowDoubleStartSolid extends Component {
22
22
  return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
23
23
  name: "IconArrowDoubleStart",
24
24
  viewBox: "0 0 1920 1920",
25
- elementRef: this.handleRef
25
+ elementRef: this.handleRef,
26
+ bidirectional: true
26
27
  }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
28
  fillRule: "evenodd"
28
29
  }, /*#__PURE__*/React.createElement("path", {
@@ -135,11 +135,19 @@
135
135
  content: "\EA10";
136
136
  }
137
137
 
138
+ [dir="rtl"] .icon-arrow-double-end::before {
139
+ transform: scale3d(-1, 1, 1);
140
+ }
141
+
138
142
 
139
143
  .icon-arrow-double-start::before {
140
144
  content: "\EA11";
141
145
  }
142
146
 
147
+ [dir="rtl"] .icon-arrow-double-start::before {
148
+ transform: scale3d(-1, 1, 1);
149
+ }
150
+
143
151
 
144
152
  .icon-arrow-down::before {
145
153
  content: "\EA12";
@@ -368,8 +368,8 @@ annotate: "true",
368
368
  announcement: "true",
369
369
 
370
370
 
371
-
372
-
371
+ arrow-double-end: "true",
372
+ arrow-double-start: "true",
373
373
 
374
374
  arrow-end: "true",
375
375
  arrow-left: "true",
@@ -135,11 +135,19 @@
135
135
  content: "\EA10";
136
136
  }
137
137
 
138
+ [dir="rtl"] .icon-arrow-double-end::before {
139
+ transform: scale3d(-1, 1, 1);
140
+ }
141
+
138
142
 
139
143
  .icon-arrow-double-start::before {
140
144
  content: "\EA11";
141
145
  }
142
146
 
147
+ [dir="rtl"] .icon-arrow-double-start::before {
148
+ transform: scale3d(-1, 1, 1);
149
+ }
150
+
143
151
 
144
152
  .icon-arrow-down::before {
145
153
  content: "\EA12";
@@ -368,8 +368,8 @@ annotate: "true",
368
368
  announcement: "true",
369
369
 
370
370
 
371
-
372
-
371
+ arrow-double-end: "true",
372
+ arrow-double-start: "true",
373
373
 
374
374
  arrow-end: "true",
375
375
  arrow-left: "true",
package/es/font/index.js CHANGED
@@ -305,7 +305,7 @@ export const IconArrowDoubleEndLine = {
305
305
  "codepoint": "EA10",
306
306
  "className": "icon-arrow-double-end",
307
307
  "classes": ["icon-line", "icon-arrow-double-end"],
308
- "bidirectional": false,
308
+ "bidirectional": true,
309
309
  "deprecated": false
310
310
  };
311
311
  export const IconArrowDoubleEndSolid = {
@@ -315,7 +315,7 @@ export const IconArrowDoubleEndSolid = {
315
315
  "codepoint": "EA10",
316
316
  "className": "icon-arrow-double-end",
317
317
  "classes": ["icon-solid", "icon-arrow-double-end"],
318
- "bidirectional": false,
318
+ "bidirectional": true,
319
319
  "deprecated": false
320
320
  };
321
321
  export const IconArrowDoubleStartLine = {
@@ -325,7 +325,7 @@ export const IconArrowDoubleStartLine = {
325
325
  "codepoint": "EA11",
326
326
  "className": "icon-arrow-double-start",
327
327
  "classes": ["icon-line", "icon-arrow-double-start"],
328
- "bidirectional": false,
328
+ "bidirectional": true,
329
329
  "deprecated": false
330
330
  };
331
331
  export const IconArrowDoubleStartSolid = {
@@ -335,7 +335,7 @@ export const IconArrowDoubleStartSolid = {
335
335
  "codepoint": "EA11",
336
336
  "className": "icon-arrow-double-start",
337
337
  "classes": ["icon-solid", "icon-arrow-double-start"],
338
- "bidirectional": false,
338
+ "bidirectional": true,
339
339
  "deprecated": false
340
340
  };
341
341
  export const IconArrowDownLine = {