@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.
- package/es/IconArrowDoubleEndLine.js +2 -1
- package/es/IconArrowDoubleEndSolid.js +2 -1
- package/es/IconArrowDoubleStartLine.js +2 -1
- package/es/IconArrowDoubleStartSolid.js +2 -1
- package/es/font/Line/InstructureIcons-Line.css +8 -0
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.ttf +0 -0
- package/es/font/Line/InstructureIcons-Line.woff +0 -0
- package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/font/Line/InstructureIcons-Line_icon-map.scss +2 -2
- package/es/font/Solid/InstructureIcons-Solid.css +8 -0
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +2 -2
- package/es/font/index.js +4 -4
- package/es/index.js +262 -262
- package/lib/IconArrowDoubleEndLine.js +2 -1
- package/lib/IconArrowDoubleEndSolid.js +2 -1
- package/lib/IconArrowDoubleStartLine.js +2 -1
- package/lib/IconArrowDoubleStartSolid.js +2 -1
- package/lib/font/Line/InstructureIcons-Line.css +8 -0
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/font/Line/InstructureIcons-Line_icon-map.scss +2 -2
- package/lib/font/Solid/InstructureIcons-Solid.css +8 -0
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +2 -2
- package/lib/font/index.js +4 -4
- package/lib/index.js +263 -263
- package/package.json +5 -5
- package/types/IconArrowDoubleEndLine.d.ts.map +1 -1
- package/types/IconArrowDoubleEndSolid.d.ts.map +1 -1
- package/types/IconArrowDoubleStartLine.d.ts.map +1 -1
- package/types/IconArrowDoubleStartSolid.d.ts.map +1 -1
- package/types/index.d.ts +261 -261
- 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";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
338
|
+
"bidirectional": true,
|
|
339
339
|
"deprecated": false
|
|
340
340
|
};
|
|
341
341
|
export const IconArrowDownLine = {
|