@instructure/ui-icons 8.13.1-snapshot.9 → 8.14.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.
- package/CHANGELOG.md +6 -0
- 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 +126 -126
- 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 +127 -127
- package/package.json +7 -7
- package/tsconfig.build.json +10 -3
- package/tsconfig.build.tsbuildinfo +1 -0
- 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 +126 -126
- package/types/index.d.ts.map +1 -1
- package/LICENSE.md +0 -27
|
@@ -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/lib/font/index.js
CHANGED
|
@@ -348,7 +348,7 @@ const IconArrowDoubleEndLine = {
|
|
|
348
348
|
"codepoint": "EA10",
|
|
349
349
|
"className": "icon-arrow-double-end",
|
|
350
350
|
"classes": ["icon-line", "icon-arrow-double-end"],
|
|
351
|
-
"bidirectional":
|
|
351
|
+
"bidirectional": true,
|
|
352
352
|
"deprecated": false
|
|
353
353
|
};
|
|
354
354
|
exports.IconArrowDoubleEndLine = IconArrowDoubleEndLine;
|
|
@@ -359,7 +359,7 @@ const IconArrowDoubleEndSolid = {
|
|
|
359
359
|
"codepoint": "EA10",
|
|
360
360
|
"className": "icon-arrow-double-end",
|
|
361
361
|
"classes": ["icon-solid", "icon-arrow-double-end"],
|
|
362
|
-
"bidirectional":
|
|
362
|
+
"bidirectional": true,
|
|
363
363
|
"deprecated": false
|
|
364
364
|
};
|
|
365
365
|
exports.IconArrowDoubleEndSolid = IconArrowDoubleEndSolid;
|
|
@@ -370,7 +370,7 @@ const IconArrowDoubleStartLine = {
|
|
|
370
370
|
"codepoint": "EA11",
|
|
371
371
|
"className": "icon-arrow-double-start",
|
|
372
372
|
"classes": ["icon-line", "icon-arrow-double-start"],
|
|
373
|
-
"bidirectional":
|
|
373
|
+
"bidirectional": true,
|
|
374
374
|
"deprecated": false
|
|
375
375
|
};
|
|
376
376
|
exports.IconArrowDoubleStartLine = IconArrowDoubleStartLine;
|
|
@@ -381,7 +381,7 @@ const IconArrowDoubleStartSolid = {
|
|
|
381
381
|
"codepoint": "EA11",
|
|
382
382
|
"className": "icon-arrow-double-start",
|
|
383
383
|
"classes": ["icon-solid", "icon-arrow-double-start"],
|
|
384
|
-
"bidirectional":
|
|
384
|
+
"bidirectional": true,
|
|
385
385
|
"deprecated": false
|
|
386
386
|
};
|
|
387
387
|
exports.IconArrowDoubleStartSolid = IconArrowDoubleStartSolid;
|