@instructure/ui-icons 7.18.0 → 7.20.1
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 +19 -0
- package/es/IconArrowLeftLine.js +3 -1
- package/es/IconArrowLeftSolid.js +3 -1
- package/es/IconArrowOpenLeftLine.js +3 -1
- package/es/IconArrowOpenLeftSolid.js +3 -1
- package/es/IconArrowOpenRightLine.js +3 -1
- package/es/IconArrowOpenRightSolid.js +3 -1
- package/es/IconArrowRightLine.js +3 -1
- package/es/IconArrowRightSolid.js +3 -1
- package/es/IconBankLine.js +11 -3
- package/es/IconBankSolid.js +7 -3
- package/es/IconConfigureLine.js +45 -0
- package/es/IconConfigureSolid.js +45 -0
- package/es/IconCopyCourseLine.js +3 -1
- package/es/IconCopyCourseSolid.js +3 -1
- package/es/IconDiscussionReplyDarkLine.js +3 -1
- package/es/IconDiscussionReplyDarkSolid.js +3 -1
- package/es/IconDiscussionReplyLine.js +3 -1
- package/es/IconDiscussionReplySolid.js +3 -1
- package/es/IconDiscussionSearchLine.js +3 -1
- package/es/IconDiscussionSearchSolid.js +3 -1
- package/es/IconDiscussionXLine.js +3 -1
- package/es/IconDiscussionXSolid.js +3 -1
- package/es/IconExpandLeftLine.js +3 -1
- package/es/IconExpandLeftSolid.js +3 -1
- package/es/IconInstructureLine.js +5 -0
- package/es/IconInstructureLogoLine.js +42 -0
- package/es/IconInstructureLogoSolid.js +42 -0
- package/es/IconInstructureSolid.js +5 -0
- package/es/IconMaterialsRequiredLightLine.js +3 -1
- package/es/IconMaterialsRequiredLightSolid.js +3 -1
- package/es/IconMatureLightLine.js +3 -1
- package/es/IconMatureLightSolid.js +3 -1
- package/es/IconMiniArrowLeftLine.js +3 -1
- package/es/IconMiniArrowLeftSolid.js +3 -1
- package/es/IconMiniArrowRightLine.js +3 -1
- package/es/IconMiniArrowRightSolid.js +3 -1
- package/es/IconMoveLeftLine.js +3 -1
- package/es/IconMoveLeftSolid.js +3 -1
- package/es/IconMoveRightLine.js +3 -1
- package/es/IconMoveRightSolid.js +3 -1
- package/es/IconNoteDarkLine.js +3 -1
- package/es/IconNoteDarkSolid.js +3 -1
- package/es/IconNoteLightLine.js +3 -1
- package/es/IconNoteLightSolid.js +3 -1
- package/es/IconRssAddLine.js +3 -1
- package/es/IconRssAddSolid.js +3 -1
- package/es/IconSearchAddressBookLine.js +3 -1
- package/es/IconSearchAddressBookSolid.js +3 -1
- package/es/IconSettings2Line.js +3 -1
- package/es/IconSettings2Solid.js +3 -1
- package/es/IconTextLeftLine.js +3 -1
- package/es/IconTextLeftSolid.js +3 -1
- package/es/IconTextRightLine.js +3 -1
- package/es/IconTextRightSolid.js +3 -1
- package/es/IconToggleLeftLine.js +3 -1
- package/es/IconToggleLeftSolid.js +3 -1
- package/es/IconToggleRightLine.js +3 -1
- package/es/IconToggleRightSolid.js +3 -1
- package/es/IconTwitterBoxedLine.js +3 -1
- package/es/IconTwitterBoxedSolid.js +3 -1
- package/es/IconUnpublishLine.js +3 -1
- package/es/IconUnpublishSolid.js +3 -1
- package/es/IconUserAddLine.js +3 -1
- package/es/IconUserAddSolid.js +3 -1
- package/es/font/Line/InstructureIcons-Line.css +285 -275
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +282 -276
- 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 +279 -275
- package/es/font/Solid/InstructureIcons-Solid.css +285 -275
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +282 -276
- 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 +279 -275
- package/es/font/index.js +592 -552
- package/es/index.js +4 -0
- package/es/svg/index.js +1 -1
- package/lib/IconArrowLeftLine.js +3 -1
- package/lib/IconArrowLeftSolid.js +3 -1
- package/lib/IconArrowOpenLeftLine.js +3 -1
- package/lib/IconArrowOpenLeftSolid.js +3 -1
- package/lib/IconArrowOpenRightLine.js +3 -1
- package/lib/IconArrowOpenRightSolid.js +3 -1
- package/lib/IconArrowRightLine.js +3 -1
- package/lib/IconArrowRightSolid.js +3 -1
- package/lib/IconBankLine.js +11 -3
- package/lib/IconBankSolid.js +7 -3
- package/lib/IconConfigureLine.js +61 -0
- package/lib/IconConfigureSolid.js +61 -0
- package/lib/IconCopyCourseLine.js +3 -1
- package/lib/IconCopyCourseSolid.js +3 -1
- package/lib/IconDiscussionReplyDarkLine.js +3 -1
- package/lib/IconDiscussionReplyDarkSolid.js +3 -1
- package/lib/IconDiscussionReplyLine.js +3 -1
- package/lib/IconDiscussionReplySolid.js +3 -1
- package/lib/IconDiscussionSearchLine.js +3 -1
- package/lib/IconDiscussionSearchSolid.js +3 -1
- package/lib/IconDiscussionXLine.js +3 -1
- package/lib/IconDiscussionXSolid.js +3 -1
- package/lib/IconExpandLeftLine.js +3 -1
- package/lib/IconExpandLeftSolid.js +3 -1
- package/lib/IconInstructureLine.js +5 -0
- package/lib/IconInstructureLogoLine.js +58 -0
- package/lib/IconInstructureLogoSolid.js +58 -0
- package/lib/IconInstructureSolid.js +5 -0
- package/lib/IconMaterialsRequiredLightLine.js +3 -1
- package/lib/IconMaterialsRequiredLightSolid.js +3 -1
- package/lib/IconMatureLightLine.js +3 -1
- package/lib/IconMatureLightSolid.js +3 -1
- package/lib/IconMiniArrowLeftLine.js +3 -1
- package/lib/IconMiniArrowLeftSolid.js +3 -1
- package/lib/IconMiniArrowRightLine.js +3 -1
- package/lib/IconMiniArrowRightSolid.js +3 -1
- package/lib/IconMoveLeftLine.js +3 -1
- package/lib/IconMoveLeftSolid.js +3 -1
- package/lib/IconMoveRightLine.js +3 -1
- package/lib/IconMoveRightSolid.js +3 -1
- package/lib/IconNoteDarkLine.js +3 -1
- package/lib/IconNoteDarkSolid.js +3 -1
- package/lib/IconNoteLightLine.js +3 -1
- package/lib/IconNoteLightSolid.js +3 -1
- package/lib/IconRssAddLine.js +3 -1
- package/lib/IconRssAddSolid.js +3 -1
- package/lib/IconSearchAddressBookLine.js +3 -1
- package/lib/IconSearchAddressBookSolid.js +3 -1
- package/lib/IconSettings2Line.js +3 -1
- package/lib/IconSettings2Solid.js +3 -1
- package/lib/IconTextLeftLine.js +3 -1
- package/lib/IconTextLeftSolid.js +3 -1
- package/lib/IconTextRightLine.js +3 -1
- package/lib/IconTextRightSolid.js +3 -1
- package/lib/IconToggleLeftLine.js +3 -1
- package/lib/IconToggleLeftSolid.js +3 -1
- package/lib/IconToggleRightLine.js +3 -1
- package/lib/IconToggleRightSolid.js +3 -1
- package/lib/IconTwitterBoxedLine.js +3 -1
- package/lib/IconTwitterBoxedSolid.js +3 -1
- package/lib/IconUnpublishLine.js +3 -1
- package/lib/IconUnpublishSolid.js +3 -1
- package/lib/IconUserAddLine.js +3 -1
- package/lib/IconUserAddSolid.js +3 -1
- package/lib/font/Line/InstructureIcons-Line.css +285 -275
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +282 -276
- 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 +279 -275
- package/lib/font/Solid/InstructureIcons-Solid.css +285 -275
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +282 -276
- 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 +279 -275
- package/lib/font/index.js +603 -559
- package/lib/index.js +32 -0
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/bank.svg +7 -2
- package/svg/Line/configure.svg +3 -0
- package/svg/Line/instructure-logo.svg +3 -0
- package/svg/Solid/bank.svg +5 -2
- package/svg/Solid/configure.svg +3 -0
- package/svg/Solid/instructure-logo.svg +3 -0
package/es/font/index.js
CHANGED
|
@@ -1598,11 +1598,31 @@ export var IconComposeSolid = {
|
|
|
1598
1598
|
"bidirectional": true,
|
|
1599
1599
|
"deprecated": false
|
|
1600
1600
|
};
|
|
1601
|
+
export var IconConfigureLine = {
|
|
1602
|
+
"variant": "Line",
|
|
1603
|
+
"glyphName": "configure",
|
|
1604
|
+
"cssFile": "InstructureIcons-Line.css",
|
|
1605
|
+
"codepoint": "EA51",
|
|
1606
|
+
"className": "icon-configure",
|
|
1607
|
+
"classes": ["icon-line", "icon-configure"],
|
|
1608
|
+
"bidirectional": false,
|
|
1609
|
+
"deprecated": false
|
|
1610
|
+
};
|
|
1611
|
+
export var IconConfigureSolid = {
|
|
1612
|
+
"variant": "Solid",
|
|
1613
|
+
"glyphName": "configure",
|
|
1614
|
+
"cssFile": "InstructureIcons-Solid.css",
|
|
1615
|
+
"codepoint": "EA51",
|
|
1616
|
+
"className": "icon-configure",
|
|
1617
|
+
"classes": ["icon-solid", "icon-configure"],
|
|
1618
|
+
"bidirectional": false,
|
|
1619
|
+
"deprecated": false
|
|
1620
|
+
};
|
|
1601
1621
|
export var IconCopyCourseLine = {
|
|
1602
1622
|
"variant": "Line",
|
|
1603
1623
|
"glyphName": "copy-course",
|
|
1604
1624
|
"cssFile": "InstructureIcons-Line.css",
|
|
1605
|
-
"codepoint": "
|
|
1625
|
+
"codepoint": "EA52",
|
|
1606
1626
|
"className": "icon-copy-course",
|
|
1607
1627
|
"classes": ["icon-line", "icon-copy-course"],
|
|
1608
1628
|
"bidirectional": false,
|
|
@@ -1612,7 +1632,7 @@ export var IconCopyCourseSolid = {
|
|
|
1612
1632
|
"variant": "Solid",
|
|
1613
1633
|
"glyphName": "copy-course",
|
|
1614
1634
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1615
|
-
"codepoint": "
|
|
1635
|
+
"codepoint": "EA52",
|
|
1616
1636
|
"className": "icon-copy-course",
|
|
1617
1637
|
"classes": ["icon-solid", "icon-copy-course"],
|
|
1618
1638
|
"bidirectional": false,
|
|
@@ -1622,7 +1642,7 @@ export var IconCopyLine = {
|
|
|
1622
1642
|
"variant": "Line",
|
|
1623
1643
|
"glyphName": "copy",
|
|
1624
1644
|
"cssFile": "InstructureIcons-Line.css",
|
|
1625
|
-
"codepoint": "
|
|
1645
|
+
"codepoint": "EA53",
|
|
1626
1646
|
"className": "icon-copy",
|
|
1627
1647
|
"classes": ["icon-line", "icon-copy"],
|
|
1628
1648
|
"bidirectional": false,
|
|
@@ -1632,7 +1652,7 @@ export var IconCopySolid = {
|
|
|
1632
1652
|
"variant": "Solid",
|
|
1633
1653
|
"glyphName": "copy",
|
|
1634
1654
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1635
|
-
"codepoint": "
|
|
1655
|
+
"codepoint": "EA53",
|
|
1636
1656
|
"className": "icon-copy",
|
|
1637
1657
|
"classes": ["icon-solid", "icon-copy"],
|
|
1638
1658
|
"bidirectional": false,
|
|
@@ -1642,7 +1662,7 @@ export var IconCoursesLine = {
|
|
|
1642
1662
|
"variant": "Line",
|
|
1643
1663
|
"glyphName": "courses",
|
|
1644
1664
|
"cssFile": "InstructureIcons-Line.css",
|
|
1645
|
-
"codepoint": "
|
|
1665
|
+
"codepoint": "EA54",
|
|
1646
1666
|
"className": "icon-courses",
|
|
1647
1667
|
"classes": ["icon-line", "icon-courses"],
|
|
1648
1668
|
"bidirectional": true,
|
|
@@ -1652,7 +1672,7 @@ export var IconCoursesSolid = {
|
|
|
1652
1672
|
"variant": "Solid",
|
|
1653
1673
|
"glyphName": "courses",
|
|
1654
1674
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1655
|
-
"codepoint": "
|
|
1675
|
+
"codepoint": "EA54",
|
|
1656
1676
|
"className": "icon-courses",
|
|
1657
1677
|
"classes": ["icon-solid", "icon-courses"],
|
|
1658
1678
|
"bidirectional": true,
|
|
@@ -1662,7 +1682,7 @@ export var IconCropLine = {
|
|
|
1662
1682
|
"variant": "Line",
|
|
1663
1683
|
"glyphName": "crop",
|
|
1664
1684
|
"cssFile": "InstructureIcons-Line.css",
|
|
1665
|
-
"codepoint": "
|
|
1685
|
+
"codepoint": "EA55",
|
|
1666
1686
|
"className": "icon-crop",
|
|
1667
1687
|
"classes": ["icon-line", "icon-crop"],
|
|
1668
1688
|
"bidirectional": false,
|
|
@@ -1672,7 +1692,7 @@ export var IconCropSolid = {
|
|
|
1672
1692
|
"variant": "Solid",
|
|
1673
1693
|
"glyphName": "crop",
|
|
1674
1694
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1675
|
-
"codepoint": "
|
|
1695
|
+
"codepoint": "EA55",
|
|
1676
1696
|
"className": "icon-crop",
|
|
1677
1697
|
"classes": ["icon-solid", "icon-crop"],
|
|
1678
1698
|
"bidirectional": false,
|
|
@@ -1682,7 +1702,7 @@ export var IconDashboardLine = {
|
|
|
1682
1702
|
"variant": "Line",
|
|
1683
1703
|
"glyphName": "dashboard",
|
|
1684
1704
|
"cssFile": "InstructureIcons-Line.css",
|
|
1685
|
-
"codepoint": "
|
|
1705
|
+
"codepoint": "EA56",
|
|
1686
1706
|
"className": "icon-dashboard",
|
|
1687
1707
|
"classes": ["icon-line", "icon-dashboard"],
|
|
1688
1708
|
"bidirectional": false,
|
|
@@ -1692,7 +1712,7 @@ export var IconDashboardSolid = {
|
|
|
1692
1712
|
"variant": "Solid",
|
|
1693
1713
|
"glyphName": "dashboard",
|
|
1694
1714
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1695
|
-
"codepoint": "
|
|
1715
|
+
"codepoint": "EA56",
|
|
1696
1716
|
"className": "icon-dashboard",
|
|
1697
1717
|
"classes": ["icon-solid", "icon-dashboard"],
|
|
1698
1718
|
"bidirectional": false,
|
|
@@ -1702,7 +1722,7 @@ export var IconDeactivateUserLine = {
|
|
|
1702
1722
|
"variant": "Line",
|
|
1703
1723
|
"glyphName": "deactivate-user",
|
|
1704
1724
|
"cssFile": "InstructureIcons-Line.css",
|
|
1705
|
-
"codepoint": "
|
|
1725
|
+
"codepoint": "EA57",
|
|
1706
1726
|
"className": "icon-deactivate-user",
|
|
1707
1727
|
"classes": ["icon-line", "icon-deactivate-user"],
|
|
1708
1728
|
"bidirectional": false,
|
|
@@ -1712,7 +1732,7 @@ export var IconDeactivateUserSolid = {
|
|
|
1712
1732
|
"variant": "Solid",
|
|
1713
1733
|
"glyphName": "deactivate-user",
|
|
1714
1734
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1715
|
-
"codepoint": "
|
|
1735
|
+
"codepoint": "EA57",
|
|
1716
1736
|
"className": "icon-deactivate-user",
|
|
1717
1737
|
"classes": ["icon-solid", "icon-deactivate-user"],
|
|
1718
1738
|
"bidirectional": false,
|
|
@@ -1722,7 +1742,7 @@ export var IconDiscussionCheckLine = {
|
|
|
1722
1742
|
"variant": "Line",
|
|
1723
1743
|
"glyphName": "discussion-check",
|
|
1724
1744
|
"cssFile": "InstructureIcons-Line.css",
|
|
1725
|
-
"codepoint": "
|
|
1745
|
+
"codepoint": "EA58",
|
|
1726
1746
|
"className": "icon-discussion-check",
|
|
1727
1747
|
"classes": ["icon-line", "icon-discussion-check"],
|
|
1728
1748
|
"bidirectional": false,
|
|
@@ -1732,7 +1752,7 @@ export var IconDiscussionCheckSolid = {
|
|
|
1732
1752
|
"variant": "Solid",
|
|
1733
1753
|
"glyphName": "discussion-check",
|
|
1734
1754
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1735
|
-
"codepoint": "
|
|
1755
|
+
"codepoint": "EA58",
|
|
1736
1756
|
"className": "icon-discussion-check",
|
|
1737
1757
|
"classes": ["icon-solid", "icon-discussion-check"],
|
|
1738
1758
|
"bidirectional": false,
|
|
@@ -1742,7 +1762,7 @@ export var IconDiscussionNewLine = {
|
|
|
1742
1762
|
"variant": "Line",
|
|
1743
1763
|
"glyphName": "discussion-new",
|
|
1744
1764
|
"cssFile": "InstructureIcons-Line.css",
|
|
1745
|
-
"codepoint": "
|
|
1765
|
+
"codepoint": "EA59",
|
|
1746
1766
|
"className": "icon-discussion-new",
|
|
1747
1767
|
"classes": ["icon-line", "icon-discussion-new"],
|
|
1748
1768
|
"bidirectional": false,
|
|
@@ -1752,7 +1772,7 @@ export var IconDiscussionNewSolid = {
|
|
|
1752
1772
|
"variant": "Solid",
|
|
1753
1773
|
"glyphName": "discussion-new",
|
|
1754
1774
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1755
|
-
"codepoint": "
|
|
1775
|
+
"codepoint": "EA59",
|
|
1756
1776
|
"className": "icon-discussion-new",
|
|
1757
1777
|
"classes": ["icon-solid", "icon-discussion-new"],
|
|
1758
1778
|
"bidirectional": false,
|
|
@@ -1762,7 +1782,7 @@ export var IconDiscussionReply2Line = {
|
|
|
1762
1782
|
"variant": "Line",
|
|
1763
1783
|
"glyphName": "discussion-reply-2",
|
|
1764
1784
|
"cssFile": "InstructureIcons-Line.css",
|
|
1765
|
-
"codepoint": "
|
|
1785
|
+
"codepoint": "EA5A",
|
|
1766
1786
|
"className": "icon-discussion-reply-2",
|
|
1767
1787
|
"classes": ["icon-line", "icon-discussion-reply-2"],
|
|
1768
1788
|
"bidirectional": true,
|
|
@@ -1772,7 +1792,7 @@ export var IconDiscussionReply2Solid = {
|
|
|
1772
1792
|
"variant": "Solid",
|
|
1773
1793
|
"glyphName": "discussion-reply-2",
|
|
1774
1794
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1775
|
-
"codepoint": "
|
|
1795
|
+
"codepoint": "EA5A",
|
|
1776
1796
|
"className": "icon-discussion-reply-2",
|
|
1777
1797
|
"classes": ["icon-solid", "icon-discussion-reply-2"],
|
|
1778
1798
|
"bidirectional": true,
|
|
@@ -1782,7 +1802,7 @@ export var IconDiscussionReplyDarkLine = {
|
|
|
1782
1802
|
"variant": "Line",
|
|
1783
1803
|
"glyphName": "discussion-reply-dark",
|
|
1784
1804
|
"cssFile": "InstructureIcons-Line.css",
|
|
1785
|
-
"codepoint": "
|
|
1805
|
+
"codepoint": "EA5B",
|
|
1786
1806
|
"className": "icon-discussion-reply-dark",
|
|
1787
1807
|
"classes": ["icon-line", "icon-discussion-reply-dark"],
|
|
1788
1808
|
"bidirectional": false,
|
|
@@ -1792,7 +1812,7 @@ export var IconDiscussionReplyDarkSolid = {
|
|
|
1792
1812
|
"variant": "Solid",
|
|
1793
1813
|
"glyphName": "discussion-reply-dark",
|
|
1794
1814
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1795
|
-
"codepoint": "
|
|
1815
|
+
"codepoint": "EA5B",
|
|
1796
1816
|
"className": "icon-discussion-reply-dark",
|
|
1797
1817
|
"classes": ["icon-solid", "icon-discussion-reply-dark"],
|
|
1798
1818
|
"bidirectional": false,
|
|
@@ -1802,7 +1822,7 @@ export var IconDiscussionReplyLine = {
|
|
|
1802
1822
|
"variant": "Line",
|
|
1803
1823
|
"glyphName": "discussion-reply",
|
|
1804
1824
|
"cssFile": "InstructureIcons-Line.css",
|
|
1805
|
-
"codepoint": "
|
|
1825
|
+
"codepoint": "EA5C",
|
|
1806
1826
|
"className": "icon-discussion-reply",
|
|
1807
1827
|
"classes": ["icon-line", "icon-discussion-reply"],
|
|
1808
1828
|
"bidirectional": false,
|
|
@@ -1812,7 +1832,7 @@ export var IconDiscussionReplySolid = {
|
|
|
1812
1832
|
"variant": "Solid",
|
|
1813
1833
|
"glyphName": "discussion-reply",
|
|
1814
1834
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1815
|
-
"codepoint": "
|
|
1835
|
+
"codepoint": "EA5C",
|
|
1816
1836
|
"className": "icon-discussion-reply",
|
|
1817
1837
|
"classes": ["icon-solid", "icon-discussion-reply"],
|
|
1818
1838
|
"bidirectional": false,
|
|
@@ -1822,7 +1842,7 @@ export var IconDiscussionSearchLine = {
|
|
|
1822
1842
|
"variant": "Line",
|
|
1823
1843
|
"glyphName": "discussion-search",
|
|
1824
1844
|
"cssFile": "InstructureIcons-Line.css",
|
|
1825
|
-
"codepoint": "
|
|
1845
|
+
"codepoint": "EA5D",
|
|
1826
1846
|
"className": "icon-discussion-search",
|
|
1827
1847
|
"classes": ["icon-line", "icon-discussion-search"],
|
|
1828
1848
|
"bidirectional": false,
|
|
@@ -1832,7 +1852,7 @@ export var IconDiscussionSearchSolid = {
|
|
|
1832
1852
|
"variant": "Solid",
|
|
1833
1853
|
"glyphName": "discussion-search",
|
|
1834
1854
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1835
|
-
"codepoint": "
|
|
1855
|
+
"codepoint": "EA5D",
|
|
1836
1856
|
"className": "icon-discussion-search",
|
|
1837
1857
|
"classes": ["icon-solid", "icon-discussion-search"],
|
|
1838
1858
|
"bidirectional": false,
|
|
@@ -1842,7 +1862,7 @@ export var IconDiscussionXLine = {
|
|
|
1842
1862
|
"variant": "Line",
|
|
1843
1863
|
"glyphName": "discussion-x",
|
|
1844
1864
|
"cssFile": "InstructureIcons-Line.css",
|
|
1845
|
-
"codepoint": "
|
|
1865
|
+
"codepoint": "EA5E",
|
|
1846
1866
|
"className": "icon-discussion-x",
|
|
1847
1867
|
"classes": ["icon-line", "icon-discussion-x"],
|
|
1848
1868
|
"bidirectional": false,
|
|
@@ -1852,7 +1872,7 @@ export var IconDiscussionXSolid = {
|
|
|
1852
1872
|
"variant": "Solid",
|
|
1853
1873
|
"glyphName": "discussion-x",
|
|
1854
1874
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1855
|
-
"codepoint": "
|
|
1875
|
+
"codepoint": "EA5E",
|
|
1856
1876
|
"className": "icon-discussion-x",
|
|
1857
1877
|
"classes": ["icon-solid", "icon-discussion-x"],
|
|
1858
1878
|
"bidirectional": false,
|
|
@@ -1862,7 +1882,7 @@ export var IconDiscussionLine = {
|
|
|
1862
1882
|
"variant": "Line",
|
|
1863
1883
|
"glyphName": "discussion",
|
|
1864
1884
|
"cssFile": "InstructureIcons-Line.css",
|
|
1865
|
-
"codepoint": "
|
|
1885
|
+
"codepoint": "EA5F",
|
|
1866
1886
|
"className": "icon-discussion",
|
|
1867
1887
|
"classes": ["icon-line", "icon-discussion"],
|
|
1868
1888
|
"bidirectional": true,
|
|
@@ -1872,7 +1892,7 @@ export var IconDiscussionSolid = {
|
|
|
1872
1892
|
"variant": "Solid",
|
|
1873
1893
|
"glyphName": "discussion",
|
|
1874
1894
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1875
|
-
"codepoint": "
|
|
1895
|
+
"codepoint": "EA5F",
|
|
1876
1896
|
"className": "icon-discussion",
|
|
1877
1897
|
"classes": ["icon-solid", "icon-discussion"],
|
|
1878
1898
|
"bidirectional": true,
|
|
@@ -1882,7 +1902,7 @@ export var IconDocumentLine = {
|
|
|
1882
1902
|
"variant": "Line",
|
|
1883
1903
|
"glyphName": "document",
|
|
1884
1904
|
"cssFile": "InstructureIcons-Line.css",
|
|
1885
|
-
"codepoint": "
|
|
1905
|
+
"codepoint": "EA60",
|
|
1886
1906
|
"className": "icon-document",
|
|
1887
1907
|
"classes": ["icon-line", "icon-document"],
|
|
1888
1908
|
"bidirectional": true,
|
|
@@ -1892,7 +1912,7 @@ export var IconDocumentSolid = {
|
|
|
1892
1912
|
"variant": "Solid",
|
|
1893
1913
|
"glyphName": "document",
|
|
1894
1914
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1895
|
-
"codepoint": "
|
|
1915
|
+
"codepoint": "EA60",
|
|
1896
1916
|
"className": "icon-document",
|
|
1897
1917
|
"classes": ["icon-solid", "icon-document"],
|
|
1898
1918
|
"bidirectional": true,
|
|
@@ -1902,7 +1922,7 @@ export var IconDownloadLine = {
|
|
|
1902
1922
|
"variant": "Line",
|
|
1903
1923
|
"glyphName": "download",
|
|
1904
1924
|
"cssFile": "InstructureIcons-Line.css",
|
|
1905
|
-
"codepoint": "
|
|
1925
|
+
"codepoint": "EA61",
|
|
1906
1926
|
"className": "icon-download",
|
|
1907
1927
|
"classes": ["icon-line", "icon-download"],
|
|
1908
1928
|
"bidirectional": false,
|
|
@@ -1912,7 +1932,7 @@ export var IconDownloadSolid = {
|
|
|
1912
1932
|
"variant": "Solid",
|
|
1913
1933
|
"glyphName": "download",
|
|
1914
1934
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1915
|
-
"codepoint": "
|
|
1935
|
+
"codepoint": "EA61",
|
|
1916
1936
|
"className": "icon-download",
|
|
1917
1937
|
"classes": ["icon-solid", "icon-download"],
|
|
1918
1938
|
"bidirectional": false,
|
|
@@ -1922,7 +1942,7 @@ export var IconDragHandleLine = {
|
|
|
1922
1942
|
"variant": "Line",
|
|
1923
1943
|
"glyphName": "drag-handle",
|
|
1924
1944
|
"cssFile": "InstructureIcons-Line.css",
|
|
1925
|
-
"codepoint": "
|
|
1945
|
+
"codepoint": "EA62",
|
|
1926
1946
|
"className": "icon-drag-handle",
|
|
1927
1947
|
"classes": ["icon-line", "icon-drag-handle"],
|
|
1928
1948
|
"bidirectional": false,
|
|
@@ -1932,7 +1952,7 @@ export var IconDragHandleSolid = {
|
|
|
1932
1952
|
"variant": "Solid",
|
|
1933
1953
|
"glyphName": "drag-handle",
|
|
1934
1954
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1935
|
-
"codepoint": "
|
|
1955
|
+
"codepoint": "EA62",
|
|
1936
1956
|
"className": "icon-drag-handle",
|
|
1937
1957
|
"classes": ["icon-solid", "icon-drag-handle"],
|
|
1938
1958
|
"bidirectional": false,
|
|
@@ -1942,7 +1962,7 @@ export var IconDropDownLine = {
|
|
|
1942
1962
|
"variant": "Line",
|
|
1943
1963
|
"glyphName": "drop-down",
|
|
1944
1964
|
"cssFile": "InstructureIcons-Line.css",
|
|
1945
|
-
"codepoint": "
|
|
1965
|
+
"codepoint": "EA63",
|
|
1946
1966
|
"className": "icon-drop-down",
|
|
1947
1967
|
"classes": ["icon-line", "icon-drop-down"],
|
|
1948
1968
|
"bidirectional": false,
|
|
@@ -1952,7 +1972,7 @@ export var IconDropDownSolid = {
|
|
|
1952
1972
|
"variant": "Solid",
|
|
1953
1973
|
"glyphName": "drop-down",
|
|
1954
1974
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1955
|
-
"codepoint": "
|
|
1975
|
+
"codepoint": "EA63",
|
|
1956
1976
|
"className": "icon-drop-down",
|
|
1957
1977
|
"classes": ["icon-solid", "icon-drop-down"],
|
|
1958
1978
|
"bidirectional": false,
|
|
@@ -1962,7 +1982,7 @@ export var IconDuplicateLine = {
|
|
|
1962
1982
|
"variant": "Line",
|
|
1963
1983
|
"glyphName": "duplicate",
|
|
1964
1984
|
"cssFile": "InstructureIcons-Line.css",
|
|
1965
|
-
"codepoint": "
|
|
1985
|
+
"codepoint": "EA64",
|
|
1966
1986
|
"className": "icon-duplicate",
|
|
1967
1987
|
"classes": ["icon-line", "icon-duplicate"],
|
|
1968
1988
|
"bidirectional": false,
|
|
@@ -1972,7 +1992,7 @@ export var IconDuplicateSolid = {
|
|
|
1972
1992
|
"variant": "Solid",
|
|
1973
1993
|
"glyphName": "duplicate",
|
|
1974
1994
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1975
|
-
"codepoint": "
|
|
1995
|
+
"codepoint": "EA64",
|
|
1976
1996
|
"className": "icon-duplicate",
|
|
1977
1997
|
"classes": ["icon-solid", "icon-duplicate"],
|
|
1978
1998
|
"bidirectional": false,
|
|
@@ -1982,7 +2002,7 @@ export var IconEditLine = {
|
|
|
1982
2002
|
"variant": "Line",
|
|
1983
2003
|
"glyphName": "edit",
|
|
1984
2004
|
"cssFile": "InstructureIcons-Line.css",
|
|
1985
|
-
"codepoint": "
|
|
2005
|
+
"codepoint": "EA65",
|
|
1986
2006
|
"className": "icon-edit",
|
|
1987
2007
|
"classes": ["icon-line", "icon-edit"],
|
|
1988
2008
|
"bidirectional": true,
|
|
@@ -1992,7 +2012,7 @@ export var IconEditSolid = {
|
|
|
1992
2012
|
"variant": "Solid",
|
|
1993
2013
|
"glyphName": "edit",
|
|
1994
2014
|
"cssFile": "InstructureIcons-Solid.css",
|
|
1995
|
-
"codepoint": "
|
|
2015
|
+
"codepoint": "EA65",
|
|
1996
2016
|
"className": "icon-edit",
|
|
1997
2017
|
"classes": ["icon-solid", "icon-edit"],
|
|
1998
2018
|
"bidirectional": true,
|
|
@@ -2002,7 +2022,7 @@ export var IconEducatorsLine = {
|
|
|
2002
2022
|
"variant": "Line",
|
|
2003
2023
|
"glyphName": "educators",
|
|
2004
2024
|
"cssFile": "InstructureIcons-Line.css",
|
|
2005
|
-
"codepoint": "
|
|
2025
|
+
"codepoint": "EA66",
|
|
2006
2026
|
"className": "icon-educators",
|
|
2007
2027
|
"classes": ["icon-line", "icon-educators"],
|
|
2008
2028
|
"bidirectional": false,
|
|
@@ -2012,7 +2032,7 @@ export var IconEducatorsSolid = {
|
|
|
2012
2032
|
"variant": "Solid",
|
|
2013
2033
|
"glyphName": "educators",
|
|
2014
2034
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2015
|
-
"codepoint": "
|
|
2035
|
+
"codepoint": "EA66",
|
|
2016
2036
|
"className": "icon-educators",
|
|
2017
2037
|
"classes": ["icon-solid", "icon-educators"],
|
|
2018
2038
|
"bidirectional": false,
|
|
@@ -2022,7 +2042,7 @@ export var IconElevateLogoLine = {
|
|
|
2022
2042
|
"variant": "Line",
|
|
2023
2043
|
"glyphName": "elevate-logo",
|
|
2024
2044
|
"cssFile": "InstructureIcons-Line.css",
|
|
2025
|
-
"codepoint": "
|
|
2045
|
+
"codepoint": "EA67",
|
|
2026
2046
|
"className": "icon-elevate-logo",
|
|
2027
2047
|
"classes": ["icon-line", "icon-elevate-logo"],
|
|
2028
2048
|
"bidirectional": false,
|
|
@@ -2032,7 +2052,7 @@ export var IconElevateLogoSolid = {
|
|
|
2032
2052
|
"variant": "Solid",
|
|
2033
2053
|
"glyphName": "elevate-logo",
|
|
2034
2054
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2035
|
-
"codepoint": "
|
|
2055
|
+
"codepoint": "EA67",
|
|
2036
2056
|
"className": "icon-elevate-logo",
|
|
2037
2057
|
"classes": ["icon-solid", "icon-elevate-logo"],
|
|
2038
2058
|
"bidirectional": false,
|
|
@@ -2042,7 +2062,7 @@ export var IconEmailLine = {
|
|
|
2042
2062
|
"variant": "Line",
|
|
2043
2063
|
"glyphName": "email",
|
|
2044
2064
|
"cssFile": "InstructureIcons-Line.css",
|
|
2045
|
-
"codepoint": "
|
|
2065
|
+
"codepoint": "EA68",
|
|
2046
2066
|
"className": "icon-email",
|
|
2047
2067
|
"classes": ["icon-line", "icon-email"],
|
|
2048
2068
|
"bidirectional": false,
|
|
@@ -2052,7 +2072,7 @@ export var IconEmailSolid = {
|
|
|
2052
2072
|
"variant": "Solid",
|
|
2053
2073
|
"glyphName": "email",
|
|
2054
2074
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2055
|
-
"codepoint": "
|
|
2075
|
+
"codepoint": "EA68",
|
|
2056
2076
|
"className": "icon-email",
|
|
2057
2077
|
"classes": ["icon-solid", "icon-email"],
|
|
2058
2078
|
"bidirectional": false,
|
|
@@ -2062,7 +2082,7 @@ export var IconEmptyLine = {
|
|
|
2062
2082
|
"variant": "Line",
|
|
2063
2083
|
"glyphName": "empty",
|
|
2064
2084
|
"cssFile": "InstructureIcons-Line.css",
|
|
2065
|
-
"codepoint": "
|
|
2085
|
+
"codepoint": "EA69",
|
|
2066
2086
|
"className": "icon-empty",
|
|
2067
2087
|
"classes": ["icon-line", "icon-empty"],
|
|
2068
2088
|
"bidirectional": false,
|
|
@@ -2072,7 +2092,7 @@ export var IconEmptySolid = {
|
|
|
2072
2092
|
"variant": "Solid",
|
|
2073
2093
|
"glyphName": "empty",
|
|
2074
2094
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2075
|
-
"codepoint": "
|
|
2095
|
+
"codepoint": "EA69",
|
|
2076
2096
|
"className": "icon-empty",
|
|
2077
2097
|
"classes": ["icon-solid", "icon-empty"],
|
|
2078
2098
|
"bidirectional": false,
|
|
@@ -2082,7 +2102,7 @@ export var IconEndLine = {
|
|
|
2082
2102
|
"variant": "Line",
|
|
2083
2103
|
"glyphName": "end",
|
|
2084
2104
|
"cssFile": "InstructureIcons-Line.css",
|
|
2085
|
-
"codepoint": "
|
|
2105
|
+
"codepoint": "EA6A",
|
|
2086
2106
|
"className": "icon-end",
|
|
2087
2107
|
"classes": ["icon-line", "icon-end"],
|
|
2088
2108
|
"bidirectional": false,
|
|
@@ -2092,7 +2112,7 @@ export var IconEndSolid = {
|
|
|
2092
2112
|
"variant": "Solid",
|
|
2093
2113
|
"glyphName": "end",
|
|
2094
2114
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2095
|
-
"codepoint": "
|
|
2115
|
+
"codepoint": "EA6A",
|
|
2096
2116
|
"className": "icon-end",
|
|
2097
2117
|
"classes": ["icon-solid", "icon-end"],
|
|
2098
2118
|
"bidirectional": false,
|
|
@@ -2102,7 +2122,7 @@ export var IconEportfolioLine = {
|
|
|
2102
2122
|
"variant": "Line",
|
|
2103
2123
|
"glyphName": "eportfolio",
|
|
2104
2124
|
"cssFile": "InstructureIcons-Line.css",
|
|
2105
|
-
"codepoint": "
|
|
2125
|
+
"codepoint": "EA6B",
|
|
2106
2126
|
"className": "icon-eportfolio",
|
|
2107
2127
|
"classes": ["icon-line", "icon-eportfolio"],
|
|
2108
2128
|
"bidirectional": false,
|
|
@@ -2112,7 +2132,7 @@ export var IconEportfolioSolid = {
|
|
|
2112
2132
|
"variant": "Solid",
|
|
2113
2133
|
"glyphName": "eportfolio",
|
|
2114
2134
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2115
|
-
"codepoint": "
|
|
2135
|
+
"codepoint": "EA6B",
|
|
2116
2136
|
"className": "icon-eportfolio",
|
|
2117
2137
|
"classes": ["icon-solid", "icon-eportfolio"],
|
|
2118
2138
|
"bidirectional": false,
|
|
@@ -2122,7 +2142,7 @@ export var IconEquationLine = {
|
|
|
2122
2142
|
"variant": "Line",
|
|
2123
2143
|
"glyphName": "equation",
|
|
2124
2144
|
"cssFile": "InstructureIcons-Line.css",
|
|
2125
|
-
"codepoint": "
|
|
2145
|
+
"codepoint": "EA6C",
|
|
2126
2146
|
"className": "icon-equation",
|
|
2127
2147
|
"classes": ["icon-line", "icon-equation"],
|
|
2128
2148
|
"bidirectional": false,
|
|
@@ -2132,7 +2152,7 @@ export var IconEquationSolid = {
|
|
|
2132
2152
|
"variant": "Solid",
|
|
2133
2153
|
"glyphName": "equation",
|
|
2134
2154
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2135
|
-
"codepoint": "
|
|
2155
|
+
"codepoint": "EA6C",
|
|
2136
2156
|
"className": "icon-equation",
|
|
2137
2157
|
"classes": ["icon-solid", "icon-equation"],
|
|
2138
2158
|
"bidirectional": false,
|
|
@@ -2142,7 +2162,7 @@ export var IconEquellaLine = {
|
|
|
2142
2162
|
"variant": "Line",
|
|
2143
2163
|
"glyphName": "equella",
|
|
2144
2164
|
"cssFile": "InstructureIcons-Line.css",
|
|
2145
|
-
"codepoint": "
|
|
2165
|
+
"codepoint": "EA6D",
|
|
2146
2166
|
"className": "icon-equella",
|
|
2147
2167
|
"classes": ["icon-line", "icon-equella"],
|
|
2148
2168
|
"bidirectional": false,
|
|
@@ -2152,7 +2172,7 @@ export var IconEquellaSolid = {
|
|
|
2152
2172
|
"variant": "Solid",
|
|
2153
2173
|
"glyphName": "equella",
|
|
2154
2174
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2155
|
-
"codepoint": "
|
|
2175
|
+
"codepoint": "EA6D",
|
|
2156
2176
|
"className": "icon-equella",
|
|
2157
2177
|
"classes": ["icon-solid", "icon-equella"],
|
|
2158
2178
|
"bidirectional": false,
|
|
@@ -2162,7 +2182,7 @@ export var IconEssayLine = {
|
|
|
2162
2182
|
"variant": "Line",
|
|
2163
2183
|
"glyphName": "essay",
|
|
2164
2184
|
"cssFile": "InstructureIcons-Line.css",
|
|
2165
|
-
"codepoint": "
|
|
2185
|
+
"codepoint": "EA6E",
|
|
2166
2186
|
"className": "icon-essay",
|
|
2167
2187
|
"classes": ["icon-line", "icon-essay"],
|
|
2168
2188
|
"bidirectional": true,
|
|
@@ -2172,7 +2192,7 @@ export var IconEssaySolid = {
|
|
|
2172
2192
|
"variant": "Solid",
|
|
2173
2193
|
"glyphName": "essay",
|
|
2174
2194
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2175
|
-
"codepoint": "
|
|
2195
|
+
"codepoint": "EA6E",
|
|
2176
2196
|
"className": "icon-essay",
|
|
2177
2197
|
"classes": ["icon-solid", "icon-essay"],
|
|
2178
2198
|
"bidirectional": true,
|
|
@@ -2182,7 +2202,7 @@ export var IconExitFullScreenLine = {
|
|
|
2182
2202
|
"variant": "Line",
|
|
2183
2203
|
"glyphName": "exit-full-screen",
|
|
2184
2204
|
"cssFile": "InstructureIcons-Line.css",
|
|
2185
|
-
"codepoint": "
|
|
2205
|
+
"codepoint": "EA6F",
|
|
2186
2206
|
"className": "icon-exit-full-screen",
|
|
2187
2207
|
"classes": ["icon-line", "icon-exit-full-screen"],
|
|
2188
2208
|
"bidirectional": false,
|
|
@@ -2192,7 +2212,7 @@ export var IconExitFullScreenSolid = {
|
|
|
2192
2212
|
"variant": "Solid",
|
|
2193
2213
|
"glyphName": "exit-full-screen",
|
|
2194
2214
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2195
|
-
"codepoint": "
|
|
2215
|
+
"codepoint": "EA6F",
|
|
2196
2216
|
"className": "icon-exit-full-screen",
|
|
2197
2217
|
"classes": ["icon-solid", "icon-exit-full-screen"],
|
|
2198
2218
|
"bidirectional": false,
|
|
@@ -2202,7 +2222,7 @@ export var IconExpandItemsLine = {
|
|
|
2202
2222
|
"variant": "Line",
|
|
2203
2223
|
"glyphName": "expand-items",
|
|
2204
2224
|
"cssFile": "InstructureIcons-Line.css",
|
|
2205
|
-
"codepoint": "
|
|
2225
|
+
"codepoint": "EA70",
|
|
2206
2226
|
"className": "icon-expand-items",
|
|
2207
2227
|
"classes": ["icon-line", "icon-expand-items"],
|
|
2208
2228
|
"bidirectional": false,
|
|
@@ -2212,7 +2232,7 @@ export var IconExpandItemsSolid = {
|
|
|
2212
2232
|
"variant": "Solid",
|
|
2213
2233
|
"glyphName": "expand-items",
|
|
2214
2234
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2215
|
-
"codepoint": "
|
|
2235
|
+
"codepoint": "EA70",
|
|
2216
2236
|
"className": "icon-expand-items",
|
|
2217
2237
|
"classes": ["icon-solid", "icon-expand-items"],
|
|
2218
2238
|
"bidirectional": false,
|
|
@@ -2222,7 +2242,7 @@ export var IconExpandLeftLine = {
|
|
|
2222
2242
|
"variant": "Line",
|
|
2223
2243
|
"glyphName": "expand-left",
|
|
2224
2244
|
"cssFile": "InstructureIcons-Line.css",
|
|
2225
|
-
"codepoint": "
|
|
2245
|
+
"codepoint": "EA71",
|
|
2226
2246
|
"className": "icon-expand-left",
|
|
2227
2247
|
"classes": ["icon-line", "icon-expand-left"],
|
|
2228
2248
|
"bidirectional": true,
|
|
@@ -2232,7 +2252,7 @@ export var IconExpandLeftSolid = {
|
|
|
2232
2252
|
"variant": "Solid",
|
|
2233
2253
|
"glyphName": "expand-left",
|
|
2234
2254
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2235
|
-
"codepoint": "
|
|
2255
|
+
"codepoint": "EA71",
|
|
2236
2256
|
"className": "icon-expand-left",
|
|
2237
2257
|
"classes": ["icon-solid", "icon-expand-left"],
|
|
2238
2258
|
"bidirectional": true,
|
|
@@ -2242,7 +2262,7 @@ export var IconExpandStartLine = {
|
|
|
2242
2262
|
"variant": "Line",
|
|
2243
2263
|
"glyphName": "expand-start",
|
|
2244
2264
|
"cssFile": "InstructureIcons-Line.css",
|
|
2245
|
-
"codepoint": "
|
|
2265
|
+
"codepoint": "EA72",
|
|
2246
2266
|
"className": "icon-expand-start",
|
|
2247
2267
|
"classes": ["icon-line", "icon-expand-start"],
|
|
2248
2268
|
"bidirectional": true,
|
|
@@ -2252,7 +2272,7 @@ export var IconExpandStartSolid = {
|
|
|
2252
2272
|
"variant": "Solid",
|
|
2253
2273
|
"glyphName": "expand-start",
|
|
2254
2274
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2255
|
-
"codepoint": "
|
|
2275
|
+
"codepoint": "EA72",
|
|
2256
2276
|
"className": "icon-expand-start",
|
|
2257
2277
|
"classes": ["icon-solid", "icon-expand-start"],
|
|
2258
2278
|
"bidirectional": true,
|
|
@@ -2262,7 +2282,7 @@ export var IconExpandLine = {
|
|
|
2262
2282
|
"variant": "Line",
|
|
2263
2283
|
"glyphName": "expand",
|
|
2264
2284
|
"cssFile": "InstructureIcons-Line.css",
|
|
2265
|
-
"codepoint": "
|
|
2285
|
+
"codepoint": "EA73",
|
|
2266
2286
|
"className": "icon-expand",
|
|
2267
2287
|
"classes": ["icon-line", "icon-expand"],
|
|
2268
2288
|
"bidirectional": false,
|
|
@@ -2272,7 +2292,7 @@ export var IconExpandSolid = {
|
|
|
2272
2292
|
"variant": "Solid",
|
|
2273
2293
|
"glyphName": "expand",
|
|
2274
2294
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2275
|
-
"codepoint": "
|
|
2295
|
+
"codepoint": "EA73",
|
|
2276
2296
|
"className": "icon-expand",
|
|
2277
2297
|
"classes": ["icon-solid", "icon-expand"],
|
|
2278
2298
|
"bidirectional": false,
|
|
@@ -2282,7 +2302,7 @@ export var IconExportContentLine = {
|
|
|
2282
2302
|
"variant": "Line",
|
|
2283
2303
|
"glyphName": "export-content",
|
|
2284
2304
|
"cssFile": "InstructureIcons-Line.css",
|
|
2285
|
-
"codepoint": "
|
|
2305
|
+
"codepoint": "EA74",
|
|
2286
2306
|
"className": "icon-export-content",
|
|
2287
2307
|
"classes": ["icon-line", "icon-export-content"],
|
|
2288
2308
|
"bidirectional": true,
|
|
@@ -2292,7 +2312,7 @@ export var IconExportContentSolid = {
|
|
|
2292
2312
|
"variant": "Solid",
|
|
2293
2313
|
"glyphName": "export-content",
|
|
2294
2314
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2295
|
-
"codepoint": "
|
|
2315
|
+
"codepoint": "EA74",
|
|
2296
2316
|
"className": "icon-export-content",
|
|
2297
2317
|
"classes": ["icon-solid", "icon-export-content"],
|
|
2298
2318
|
"bidirectional": true,
|
|
@@ -2302,7 +2322,7 @@ export var IconExportLine = {
|
|
|
2302
2322
|
"variant": "Line",
|
|
2303
2323
|
"glyphName": "export",
|
|
2304
2324
|
"cssFile": "InstructureIcons-Line.css",
|
|
2305
|
-
"codepoint": "
|
|
2325
|
+
"codepoint": "EA75",
|
|
2306
2326
|
"className": "icon-export",
|
|
2307
2327
|
"classes": ["icon-line", "icon-export"],
|
|
2308
2328
|
"bidirectional": true,
|
|
@@ -2312,7 +2332,7 @@ export var IconExportSolid = {
|
|
|
2312
2332
|
"variant": "Solid",
|
|
2313
2333
|
"glyphName": "export",
|
|
2314
2334
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2315
|
-
"codepoint": "
|
|
2335
|
+
"codepoint": "EA75",
|
|
2316
2336
|
"className": "icon-export",
|
|
2317
2337
|
"classes": ["icon-solid", "icon-export"],
|
|
2318
2338
|
"bidirectional": true,
|
|
@@ -2322,7 +2342,7 @@ export var IconExternalLinkLine = {
|
|
|
2322
2342
|
"variant": "Line",
|
|
2323
2343
|
"glyphName": "external-link",
|
|
2324
2344
|
"cssFile": "InstructureIcons-Line.css",
|
|
2325
|
-
"codepoint": "
|
|
2345
|
+
"codepoint": "EA76",
|
|
2326
2346
|
"className": "icon-external-link",
|
|
2327
2347
|
"classes": ["icon-line", "icon-external-link"],
|
|
2328
2348
|
"bidirectional": true,
|
|
@@ -2332,7 +2352,7 @@ export var IconExternalLinkSolid = {
|
|
|
2332
2352
|
"variant": "Solid",
|
|
2333
2353
|
"glyphName": "external-link",
|
|
2334
2354
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2335
|
-
"codepoint": "
|
|
2355
|
+
"codepoint": "EA76",
|
|
2336
2356
|
"className": "icon-external-link",
|
|
2337
2357
|
"classes": ["icon-solid", "icon-external-link"],
|
|
2338
2358
|
"bidirectional": true,
|
|
@@ -2342,7 +2362,7 @@ export var IconEyeLine = {
|
|
|
2342
2362
|
"variant": "Line",
|
|
2343
2363
|
"glyphName": "eye",
|
|
2344
2364
|
"cssFile": "InstructureIcons-Line.css",
|
|
2345
|
-
"codepoint": "
|
|
2365
|
+
"codepoint": "EA77",
|
|
2346
2366
|
"className": "icon-eye",
|
|
2347
2367
|
"classes": ["icon-line", "icon-eye"],
|
|
2348
2368
|
"bidirectional": false,
|
|
@@ -2352,7 +2372,7 @@ export var IconEyeSolid = {
|
|
|
2352
2372
|
"variant": "Solid",
|
|
2353
2373
|
"glyphName": "eye",
|
|
2354
2374
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2355
|
-
"codepoint": "
|
|
2375
|
+
"codepoint": "EA77",
|
|
2356
2376
|
"className": "icon-eye",
|
|
2357
2377
|
"classes": ["icon-solid", "icon-eye"],
|
|
2358
2378
|
"bidirectional": false,
|
|
@@ -2362,7 +2382,7 @@ export var IconFacebookBoxedLine = {
|
|
|
2362
2382
|
"variant": "Line",
|
|
2363
2383
|
"glyphName": "facebook-boxed",
|
|
2364
2384
|
"cssFile": "InstructureIcons-Line.css",
|
|
2365
|
-
"codepoint": "
|
|
2385
|
+
"codepoint": "EA78",
|
|
2366
2386
|
"className": "icon-facebook-boxed",
|
|
2367
2387
|
"classes": ["icon-line", "icon-facebook-boxed"],
|
|
2368
2388
|
"bidirectional": false,
|
|
@@ -2372,7 +2392,7 @@ export var IconFacebookBoxedSolid = {
|
|
|
2372
2392
|
"variant": "Solid",
|
|
2373
2393
|
"glyphName": "facebook-boxed",
|
|
2374
2394
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2375
|
-
"codepoint": "
|
|
2395
|
+
"codepoint": "EA78",
|
|
2376
2396
|
"className": "icon-facebook-boxed",
|
|
2377
2397
|
"classes": ["icon-solid", "icon-facebook-boxed"],
|
|
2378
2398
|
"bidirectional": false,
|
|
@@ -2382,7 +2402,7 @@ export var IconFacebookLine = {
|
|
|
2382
2402
|
"variant": "Line",
|
|
2383
2403
|
"glyphName": "facebook",
|
|
2384
2404
|
"cssFile": "InstructureIcons-Line.css",
|
|
2385
|
-
"codepoint": "
|
|
2405
|
+
"codepoint": "EA79",
|
|
2386
2406
|
"className": "icon-facebook",
|
|
2387
2407
|
"classes": ["icon-line", "icon-facebook"],
|
|
2388
2408
|
"bidirectional": false,
|
|
@@ -2392,7 +2412,7 @@ export var IconFacebookSolid = {
|
|
|
2392
2412
|
"variant": "Solid",
|
|
2393
2413
|
"glyphName": "facebook",
|
|
2394
2414
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2395
|
-
"codepoint": "
|
|
2415
|
+
"codepoint": "EA79",
|
|
2396
2416
|
"className": "icon-facebook",
|
|
2397
2417
|
"classes": ["icon-solid", "icon-facebook"],
|
|
2398
2418
|
"bidirectional": false,
|
|
@@ -2402,7 +2422,7 @@ export var IconFastForwardLine = {
|
|
|
2402
2422
|
"variant": "Line",
|
|
2403
2423
|
"glyphName": "fast-forward",
|
|
2404
2424
|
"cssFile": "InstructureIcons-Line.css",
|
|
2405
|
-
"codepoint": "
|
|
2425
|
+
"codepoint": "EA7A",
|
|
2406
2426
|
"className": "icon-fast-forward",
|
|
2407
2427
|
"classes": ["icon-line", "icon-fast-forward"],
|
|
2408
2428
|
"bidirectional": false,
|
|
@@ -2412,7 +2432,7 @@ export var IconFastForwardSolid = {
|
|
|
2412
2432
|
"variant": "Solid",
|
|
2413
2433
|
"glyphName": "fast-forward",
|
|
2414
2434
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2415
|
-
"codepoint": "
|
|
2435
|
+
"codepoint": "EA7A",
|
|
2416
2436
|
"className": "icon-fast-forward",
|
|
2417
2437
|
"classes": ["icon-solid", "icon-fast-forward"],
|
|
2418
2438
|
"bidirectional": false,
|
|
@@ -2422,7 +2442,7 @@ export var IconFeedbackLine = {
|
|
|
2422
2442
|
"variant": "Line",
|
|
2423
2443
|
"glyphName": "feedback",
|
|
2424
2444
|
"cssFile": "InstructureIcons-Line.css",
|
|
2425
|
-
"codepoint": "
|
|
2445
|
+
"codepoint": "EA7B",
|
|
2426
2446
|
"className": "icon-feedback",
|
|
2427
2447
|
"classes": ["icon-line", "icon-feedback"],
|
|
2428
2448
|
"bidirectional": true,
|
|
@@ -2432,7 +2452,7 @@ export var IconFeedbackSolid = {
|
|
|
2432
2452
|
"variant": "Solid",
|
|
2433
2453
|
"glyphName": "feedback",
|
|
2434
2454
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2435
|
-
"codepoint": "
|
|
2455
|
+
"codepoint": "EA7B",
|
|
2436
2456
|
"className": "icon-feedback",
|
|
2437
2457
|
"classes": ["icon-solid", "icon-feedback"],
|
|
2438
2458
|
"bidirectional": true,
|
|
@@ -2442,7 +2462,7 @@ export var IconFileLockedLine = {
|
|
|
2442
2462
|
"variant": "Line",
|
|
2443
2463
|
"glyphName": "file-locked",
|
|
2444
2464
|
"cssFile": "InstructureIcons-Line.css",
|
|
2445
|
-
"codepoint": "
|
|
2465
|
+
"codepoint": "EA7C",
|
|
2446
2466
|
"className": "icon-file-locked",
|
|
2447
2467
|
"classes": ["icon-line", "icon-file-locked"],
|
|
2448
2468
|
"bidirectional": false,
|
|
@@ -2452,7 +2472,7 @@ export var IconFileLockedSolid = {
|
|
|
2452
2472
|
"variant": "Solid",
|
|
2453
2473
|
"glyphName": "file-locked",
|
|
2454
2474
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2455
|
-
"codepoint": "
|
|
2475
|
+
"codepoint": "EA7C",
|
|
2456
2476
|
"className": "icon-file-locked",
|
|
2457
2477
|
"classes": ["icon-solid", "icon-file-locked"],
|
|
2458
2478
|
"bidirectional": false,
|
|
@@ -2462,7 +2482,7 @@ export var IconFilesCopyrightLine = {
|
|
|
2462
2482
|
"variant": "Line",
|
|
2463
2483
|
"glyphName": "files-copyright",
|
|
2464
2484
|
"cssFile": "InstructureIcons-Line.css",
|
|
2465
|
-
"codepoint": "
|
|
2485
|
+
"codepoint": "EA7D",
|
|
2466
2486
|
"className": "icon-files-copyright",
|
|
2467
2487
|
"classes": ["icon-line", "icon-files-copyright"],
|
|
2468
2488
|
"bidirectional": false,
|
|
@@ -2472,7 +2492,7 @@ export var IconFilesCopyrightSolid = {
|
|
|
2472
2492
|
"variant": "Solid",
|
|
2473
2493
|
"glyphName": "files-copyright",
|
|
2474
2494
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2475
|
-
"codepoint": "
|
|
2495
|
+
"codepoint": "EA7D",
|
|
2476
2496
|
"className": "icon-files-copyright",
|
|
2477
2497
|
"classes": ["icon-solid", "icon-files-copyright"],
|
|
2478
2498
|
"bidirectional": false,
|
|
@@ -2482,7 +2502,7 @@ export var IconFilesCreativeCommonsLine = {
|
|
|
2482
2502
|
"variant": "Line",
|
|
2483
2503
|
"glyphName": "files-creative-commons",
|
|
2484
2504
|
"cssFile": "InstructureIcons-Line.css",
|
|
2485
|
-
"codepoint": "
|
|
2505
|
+
"codepoint": "EA7E",
|
|
2486
2506
|
"className": "icon-files-creative-commons",
|
|
2487
2507
|
"classes": ["icon-line", "icon-files-creative-commons"],
|
|
2488
2508
|
"bidirectional": false,
|
|
@@ -2492,7 +2512,7 @@ export var IconFilesCreativeCommonsSolid = {
|
|
|
2492
2512
|
"variant": "Solid",
|
|
2493
2513
|
"glyphName": "files-creative-commons",
|
|
2494
2514
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2495
|
-
"codepoint": "
|
|
2515
|
+
"codepoint": "EA7E",
|
|
2496
2516
|
"className": "icon-files-creative-commons",
|
|
2497
2517
|
"classes": ["icon-solid", "icon-files-creative-commons"],
|
|
2498
2518
|
"bidirectional": false,
|
|
@@ -2502,7 +2522,7 @@ export var IconFilesFairUseLine = {
|
|
|
2502
2522
|
"variant": "Line",
|
|
2503
2523
|
"glyphName": "files-fair-use",
|
|
2504
2524
|
"cssFile": "InstructureIcons-Line.css",
|
|
2505
|
-
"codepoint": "
|
|
2525
|
+
"codepoint": "EA7F",
|
|
2506
2526
|
"className": "icon-files-fair-use",
|
|
2507
2527
|
"classes": ["icon-line", "icon-files-fair-use"],
|
|
2508
2528
|
"bidirectional": false,
|
|
@@ -2512,7 +2532,7 @@ export var IconFilesFairUseSolid = {
|
|
|
2512
2532
|
"variant": "Solid",
|
|
2513
2533
|
"glyphName": "files-fair-use",
|
|
2514
2534
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2515
|
-
"codepoint": "
|
|
2535
|
+
"codepoint": "EA7F",
|
|
2516
2536
|
"className": "icon-files-fair-use",
|
|
2517
2537
|
"classes": ["icon-solid", "icon-files-fair-use"],
|
|
2518
2538
|
"bidirectional": false,
|
|
@@ -2522,7 +2542,7 @@ export var IconFilesObtainedPermissionLine = {
|
|
|
2522
2542
|
"variant": "Line",
|
|
2523
2543
|
"glyphName": "files-obtained-permission",
|
|
2524
2544
|
"cssFile": "InstructureIcons-Line.css",
|
|
2525
|
-
"codepoint": "
|
|
2545
|
+
"codepoint": "EA80",
|
|
2526
2546
|
"className": "icon-files-obtained-permission",
|
|
2527
2547
|
"classes": ["icon-line", "icon-files-obtained-permission"],
|
|
2528
2548
|
"bidirectional": false,
|
|
@@ -2532,7 +2552,7 @@ export var IconFilesObtainedPermissionSolid = {
|
|
|
2532
2552
|
"variant": "Solid",
|
|
2533
2553
|
"glyphName": "files-obtained-permission",
|
|
2534
2554
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2535
|
-
"codepoint": "
|
|
2555
|
+
"codepoint": "EA80",
|
|
2536
2556
|
"className": "icon-files-obtained-permission",
|
|
2537
2557
|
"classes": ["icon-solid", "icon-files-obtained-permission"],
|
|
2538
2558
|
"bidirectional": false,
|
|
@@ -2542,7 +2562,7 @@ export var IconFilesPublicDomainLine = {
|
|
|
2542
2562
|
"variant": "Line",
|
|
2543
2563
|
"glyphName": "files-public-domain",
|
|
2544
2564
|
"cssFile": "InstructureIcons-Line.css",
|
|
2545
|
-
"codepoint": "
|
|
2565
|
+
"codepoint": "EA81",
|
|
2546
2566
|
"className": "icon-files-public-domain",
|
|
2547
2567
|
"classes": ["icon-line", "icon-files-public-domain"],
|
|
2548
2568
|
"bidirectional": false,
|
|
@@ -2552,7 +2572,7 @@ export var IconFilesPublicDomainSolid = {
|
|
|
2552
2572
|
"variant": "Solid",
|
|
2553
2573
|
"glyphName": "files-public-domain",
|
|
2554
2574
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2555
|
-
"codepoint": "
|
|
2575
|
+
"codepoint": "EA81",
|
|
2556
2576
|
"className": "icon-files-public-domain",
|
|
2557
2577
|
"classes": ["icon-solid", "icon-files-public-domain"],
|
|
2558
2578
|
"bidirectional": false,
|
|
@@ -2562,7 +2582,7 @@ export var IconFilmstripLine = {
|
|
|
2562
2582
|
"variant": "Line",
|
|
2563
2583
|
"glyphName": "filmstrip",
|
|
2564
2584
|
"cssFile": "InstructureIcons-Line.css",
|
|
2565
|
-
"codepoint": "
|
|
2585
|
+
"codepoint": "EA82",
|
|
2566
2586
|
"className": "icon-filmstrip",
|
|
2567
2587
|
"classes": ["icon-line", "icon-filmstrip"],
|
|
2568
2588
|
"bidirectional": false,
|
|
@@ -2572,7 +2592,7 @@ export var IconFilmstripSolid = {
|
|
|
2572
2592
|
"variant": "Solid",
|
|
2573
2593
|
"glyphName": "filmstrip",
|
|
2574
2594
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2575
|
-
"codepoint": "
|
|
2595
|
+
"codepoint": "EA82",
|
|
2576
2596
|
"className": "icon-filmstrip",
|
|
2577
2597
|
"classes": ["icon-solid", "icon-filmstrip"],
|
|
2578
2598
|
"bidirectional": false,
|
|
@@ -2582,7 +2602,7 @@ export var IconFilterLine = {
|
|
|
2582
2602
|
"variant": "Line",
|
|
2583
2603
|
"glyphName": "filter",
|
|
2584
2604
|
"cssFile": "InstructureIcons-Line.css",
|
|
2585
|
-
"codepoint": "
|
|
2605
|
+
"codepoint": "EA83",
|
|
2586
2606
|
"className": "icon-filter",
|
|
2587
2607
|
"classes": ["icon-line", "icon-filter"],
|
|
2588
2608
|
"bidirectional": false,
|
|
@@ -2592,7 +2612,7 @@ export var IconFilterSolid = {
|
|
|
2592
2612
|
"variant": "Solid",
|
|
2593
2613
|
"glyphName": "filter",
|
|
2594
2614
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2595
|
-
"codepoint": "
|
|
2615
|
+
"codepoint": "EA83",
|
|
2596
2616
|
"className": "icon-filter",
|
|
2597
2617
|
"classes": ["icon-solid", "icon-filter"],
|
|
2598
2618
|
"bidirectional": false,
|
|
@@ -2602,7 +2622,7 @@ export var IconFlagLine = {
|
|
|
2602
2622
|
"variant": "Line",
|
|
2603
2623
|
"glyphName": "flag",
|
|
2604
2624
|
"cssFile": "InstructureIcons-Line.css",
|
|
2605
|
-
"codepoint": "
|
|
2625
|
+
"codepoint": "EA84",
|
|
2606
2626
|
"className": "icon-flag",
|
|
2607
2627
|
"classes": ["icon-line", "icon-flag"],
|
|
2608
2628
|
"bidirectional": false,
|
|
@@ -2612,7 +2632,7 @@ export var IconFlagSolid = {
|
|
|
2612
2632
|
"variant": "Solid",
|
|
2613
2633
|
"glyphName": "flag",
|
|
2614
2634
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2615
|
-
"codepoint": "
|
|
2635
|
+
"codepoint": "EA84",
|
|
2616
2636
|
"className": "icon-flag",
|
|
2617
2637
|
"classes": ["icon-solid", "icon-flag"],
|
|
2618
2638
|
"bidirectional": false,
|
|
@@ -2622,7 +2642,7 @@ export var IconFolderLockedLine = {
|
|
|
2622
2642
|
"variant": "Line",
|
|
2623
2643
|
"glyphName": "folder-locked",
|
|
2624
2644
|
"cssFile": "InstructureIcons-Line.css",
|
|
2625
|
-
"codepoint": "
|
|
2645
|
+
"codepoint": "EA85",
|
|
2626
2646
|
"className": "icon-folder-locked",
|
|
2627
2647
|
"classes": ["icon-line", "icon-folder-locked"],
|
|
2628
2648
|
"bidirectional": true,
|
|
@@ -2632,7 +2652,7 @@ export var IconFolderLockedSolid = {
|
|
|
2632
2652
|
"variant": "Solid",
|
|
2633
2653
|
"glyphName": "folder-locked",
|
|
2634
2654
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2635
|
-
"codepoint": "
|
|
2655
|
+
"codepoint": "EA85",
|
|
2636
2656
|
"className": "icon-folder-locked",
|
|
2637
2657
|
"classes": ["icon-solid", "icon-folder-locked"],
|
|
2638
2658
|
"bidirectional": true,
|
|
@@ -2642,7 +2662,7 @@ export var IconFolderLine = {
|
|
|
2642
2662
|
"variant": "Line",
|
|
2643
2663
|
"glyphName": "folder",
|
|
2644
2664
|
"cssFile": "InstructureIcons-Line.css",
|
|
2645
|
-
"codepoint": "
|
|
2665
|
+
"codepoint": "EA86",
|
|
2646
2666
|
"className": "icon-folder",
|
|
2647
2667
|
"classes": ["icon-line", "icon-folder"],
|
|
2648
2668
|
"bidirectional": true,
|
|
@@ -2652,7 +2672,7 @@ export var IconFolderSolid = {
|
|
|
2652
2672
|
"variant": "Solid",
|
|
2653
2673
|
"glyphName": "folder",
|
|
2654
2674
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2655
|
-
"codepoint": "
|
|
2675
|
+
"codepoint": "EA86",
|
|
2656
2676
|
"className": "icon-folder",
|
|
2657
2677
|
"classes": ["icon-solid", "icon-folder"],
|
|
2658
2678
|
"bidirectional": true,
|
|
@@ -2662,7 +2682,7 @@ export var IconForwardLine = {
|
|
|
2662
2682
|
"variant": "Line",
|
|
2663
2683
|
"glyphName": "forward",
|
|
2664
2684
|
"cssFile": "InstructureIcons-Line.css",
|
|
2665
|
-
"codepoint": "
|
|
2685
|
+
"codepoint": "EA87",
|
|
2666
2686
|
"className": "icon-forward",
|
|
2667
2687
|
"classes": ["icon-line", "icon-forward"],
|
|
2668
2688
|
"bidirectional": true,
|
|
@@ -2672,7 +2692,7 @@ export var IconForwardSolid = {
|
|
|
2672
2692
|
"variant": "Solid",
|
|
2673
2693
|
"glyphName": "forward",
|
|
2674
2694
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2675
|
-
"codepoint": "
|
|
2695
|
+
"codepoint": "EA87",
|
|
2676
2696
|
"className": "icon-forward",
|
|
2677
2697
|
"classes": ["icon-solid", "icon-forward"],
|
|
2678
2698
|
"bidirectional": true,
|
|
@@ -2682,7 +2702,7 @@ export var IconFullScreenLine = {
|
|
|
2682
2702
|
"variant": "Line",
|
|
2683
2703
|
"glyphName": "full-screen",
|
|
2684
2704
|
"cssFile": "InstructureIcons-Line.css",
|
|
2685
|
-
"codepoint": "
|
|
2705
|
+
"codepoint": "EA88",
|
|
2686
2706
|
"className": "icon-full-screen",
|
|
2687
2707
|
"classes": ["icon-line", "icon-full-screen"],
|
|
2688
2708
|
"bidirectional": false,
|
|
@@ -2692,7 +2712,7 @@ export var IconFullScreenSolid = {
|
|
|
2692
2712
|
"variant": "Solid",
|
|
2693
2713
|
"glyphName": "full-screen",
|
|
2694
2714
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2695
|
-
"codepoint": "
|
|
2715
|
+
"codepoint": "EA88",
|
|
2696
2716
|
"className": "icon-full-screen",
|
|
2697
2717
|
"classes": ["icon-solid", "icon-full-screen"],
|
|
2698
2718
|
"bidirectional": false,
|
|
@@ -2702,7 +2722,7 @@ export var IconGithubLine = {
|
|
|
2702
2722
|
"variant": "Line",
|
|
2703
2723
|
"glyphName": "github",
|
|
2704
2724
|
"cssFile": "InstructureIcons-Line.css",
|
|
2705
|
-
"codepoint": "
|
|
2725
|
+
"codepoint": "EA89",
|
|
2706
2726
|
"className": "icon-github",
|
|
2707
2727
|
"classes": ["icon-line", "icon-github"],
|
|
2708
2728
|
"bidirectional": false,
|
|
@@ -2712,7 +2732,7 @@ export var IconGithubSolid = {
|
|
|
2712
2732
|
"variant": "Solid",
|
|
2713
2733
|
"glyphName": "github",
|
|
2714
2734
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2715
|
-
"codepoint": "
|
|
2735
|
+
"codepoint": "EA89",
|
|
2716
2736
|
"className": "icon-github",
|
|
2717
2737
|
"classes": ["icon-solid", "icon-github"],
|
|
2718
2738
|
"bidirectional": false,
|
|
@@ -2722,7 +2742,7 @@ export var IconGradebookExportLine = {
|
|
|
2722
2742
|
"variant": "Line",
|
|
2723
2743
|
"glyphName": "gradebook-export",
|
|
2724
2744
|
"cssFile": "InstructureIcons-Line.css",
|
|
2725
|
-
"codepoint": "
|
|
2745
|
+
"codepoint": "EA8A",
|
|
2726
2746
|
"className": "icon-gradebook-export",
|
|
2727
2747
|
"classes": ["icon-line", "icon-gradebook-export"],
|
|
2728
2748
|
"bidirectional": true,
|
|
@@ -2732,7 +2752,7 @@ export var IconGradebookExportSolid = {
|
|
|
2732
2752
|
"variant": "Solid",
|
|
2733
2753
|
"glyphName": "gradebook-export",
|
|
2734
2754
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2735
|
-
"codepoint": "
|
|
2755
|
+
"codepoint": "EA8A",
|
|
2736
2756
|
"className": "icon-gradebook-export",
|
|
2737
2757
|
"classes": ["icon-solid", "icon-gradebook-export"],
|
|
2738
2758
|
"bidirectional": true,
|
|
@@ -2742,7 +2762,7 @@ export var IconGradebookImportLine = {
|
|
|
2742
2762
|
"variant": "Line",
|
|
2743
2763
|
"glyphName": "gradebook-import",
|
|
2744
2764
|
"cssFile": "InstructureIcons-Line.css",
|
|
2745
|
-
"codepoint": "
|
|
2765
|
+
"codepoint": "EA8B",
|
|
2746
2766
|
"className": "icon-gradebook-import",
|
|
2747
2767
|
"classes": ["icon-line", "icon-gradebook-import"],
|
|
2748
2768
|
"bidirectional": true,
|
|
@@ -2752,7 +2772,7 @@ export var IconGradebookImportSolid = {
|
|
|
2752
2772
|
"variant": "Solid",
|
|
2753
2773
|
"glyphName": "gradebook-import",
|
|
2754
2774
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2755
|
-
"codepoint": "
|
|
2775
|
+
"codepoint": "EA8B",
|
|
2756
2776
|
"className": "icon-gradebook-import",
|
|
2757
2777
|
"classes": ["icon-solid", "icon-gradebook-import"],
|
|
2758
2778
|
"bidirectional": true,
|
|
@@ -2762,7 +2782,7 @@ export var IconGradebookLine = {
|
|
|
2762
2782
|
"variant": "Line",
|
|
2763
2783
|
"glyphName": "gradebook",
|
|
2764
2784
|
"cssFile": "InstructureIcons-Line.css",
|
|
2765
|
-
"codepoint": "
|
|
2785
|
+
"codepoint": "EA8C",
|
|
2766
2786
|
"className": "icon-gradebook",
|
|
2767
2787
|
"classes": ["icon-line", "icon-gradebook"],
|
|
2768
2788
|
"bidirectional": false,
|
|
@@ -2772,7 +2792,7 @@ export var IconGradebookSolid = {
|
|
|
2772
2792
|
"variant": "Solid",
|
|
2773
2793
|
"glyphName": "gradebook",
|
|
2774
2794
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2775
|
-
"codepoint": "
|
|
2795
|
+
"codepoint": "EA8C",
|
|
2776
2796
|
"className": "icon-gradebook",
|
|
2777
2797
|
"classes": ["icon-solid", "icon-gradebook"],
|
|
2778
2798
|
"bidirectional": false,
|
|
@@ -2782,7 +2802,7 @@ export var IconGroupDarkNewLine = {
|
|
|
2782
2802
|
"variant": "Line",
|
|
2783
2803
|
"glyphName": "group-dark-new",
|
|
2784
2804
|
"cssFile": "InstructureIcons-Line.css",
|
|
2785
|
-
"codepoint": "
|
|
2805
|
+
"codepoint": "EA8D",
|
|
2786
2806
|
"className": "icon-group-dark-new",
|
|
2787
2807
|
"classes": ["icon-line", "icon-group-dark-new"],
|
|
2788
2808
|
"bidirectional": false,
|
|
@@ -2792,7 +2812,7 @@ export var IconGroupDarkNewSolid = {
|
|
|
2792
2812
|
"variant": "Solid",
|
|
2793
2813
|
"glyphName": "group-dark-new",
|
|
2794
2814
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2795
|
-
"codepoint": "
|
|
2815
|
+
"codepoint": "EA8D",
|
|
2796
2816
|
"className": "icon-group-dark-new",
|
|
2797
2817
|
"classes": ["icon-solid", "icon-group-dark-new"],
|
|
2798
2818
|
"bidirectional": false,
|
|
@@ -2802,7 +2822,7 @@ export var IconGroupNewLine = {
|
|
|
2802
2822
|
"variant": "Line",
|
|
2803
2823
|
"glyphName": "group-new",
|
|
2804
2824
|
"cssFile": "InstructureIcons-Line.css",
|
|
2805
|
-
"codepoint": "
|
|
2825
|
+
"codepoint": "EA8E",
|
|
2806
2826
|
"className": "icon-group-new",
|
|
2807
2827
|
"classes": ["icon-line", "icon-group-new"],
|
|
2808
2828
|
"bidirectional": false,
|
|
@@ -2812,7 +2832,7 @@ export var IconGroupNewSolid = {
|
|
|
2812
2832
|
"variant": "Solid",
|
|
2813
2833
|
"glyphName": "group-new",
|
|
2814
2834
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2815
|
-
"codepoint": "
|
|
2835
|
+
"codepoint": "EA8E",
|
|
2816
2836
|
"className": "icon-group-new",
|
|
2817
2837
|
"classes": ["icon-solid", "icon-group-new"],
|
|
2818
2838
|
"bidirectional": false,
|
|
@@ -2822,7 +2842,7 @@ export var IconGroupLine = {
|
|
|
2822
2842
|
"variant": "Line",
|
|
2823
2843
|
"glyphName": "group",
|
|
2824
2844
|
"cssFile": "InstructureIcons-Line.css",
|
|
2825
|
-
"codepoint": "
|
|
2845
|
+
"codepoint": "EA8F",
|
|
2826
2846
|
"className": "icon-group",
|
|
2827
2847
|
"classes": ["icon-line", "icon-group"],
|
|
2828
2848
|
"bidirectional": false,
|
|
@@ -2832,7 +2852,7 @@ export var IconGroupSolid = {
|
|
|
2832
2852
|
"variant": "Solid",
|
|
2833
2853
|
"glyphName": "group",
|
|
2834
2854
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2835
|
-
"codepoint": "
|
|
2855
|
+
"codepoint": "EA8F",
|
|
2836
2856
|
"className": "icon-group",
|
|
2837
2857
|
"classes": ["icon-solid", "icon-group"],
|
|
2838
2858
|
"bidirectional": false,
|
|
@@ -2842,7 +2862,7 @@ export var IconHamburgerLine = {
|
|
|
2842
2862
|
"variant": "Line",
|
|
2843
2863
|
"glyphName": "hamburger",
|
|
2844
2864
|
"cssFile": "InstructureIcons-Line.css",
|
|
2845
|
-
"codepoint": "
|
|
2865
|
+
"codepoint": "EA90",
|
|
2846
2866
|
"className": "icon-hamburger",
|
|
2847
2867
|
"classes": ["icon-line", "icon-hamburger"],
|
|
2848
2868
|
"bidirectional": false,
|
|
@@ -2852,7 +2872,7 @@ export var IconHamburgerSolid = {
|
|
|
2852
2872
|
"variant": "Solid",
|
|
2853
2873
|
"glyphName": "hamburger",
|
|
2854
2874
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2855
|
-
"codepoint": "
|
|
2875
|
+
"codepoint": "EA90",
|
|
2856
2876
|
"className": "icon-hamburger",
|
|
2857
2877
|
"classes": ["icon-solid", "icon-hamburger"],
|
|
2858
2878
|
"bidirectional": false,
|
|
@@ -2862,7 +2882,7 @@ export var IconHeartLine = {
|
|
|
2862
2882
|
"variant": "Line",
|
|
2863
2883
|
"glyphName": "heart",
|
|
2864
2884
|
"cssFile": "InstructureIcons-Line.css",
|
|
2865
|
-
"codepoint": "
|
|
2885
|
+
"codepoint": "EA91",
|
|
2866
2886
|
"className": "icon-heart",
|
|
2867
2887
|
"classes": ["icon-line", "icon-heart"],
|
|
2868
2888
|
"bidirectional": false,
|
|
@@ -2872,7 +2892,7 @@ export var IconHeartSolid = {
|
|
|
2872
2892
|
"variant": "Solid",
|
|
2873
2893
|
"glyphName": "heart",
|
|
2874
2894
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2875
|
-
"codepoint": "
|
|
2895
|
+
"codepoint": "EA91",
|
|
2876
2896
|
"className": "icon-heart",
|
|
2877
2897
|
"classes": ["icon-solid", "icon-heart"],
|
|
2878
2898
|
"bidirectional": false,
|
|
@@ -2882,7 +2902,7 @@ export var IconHighlighterLine = {
|
|
|
2882
2902
|
"variant": "Line",
|
|
2883
2903
|
"glyphName": "highlighter",
|
|
2884
2904
|
"cssFile": "InstructureIcons-Line.css",
|
|
2885
|
-
"codepoint": "
|
|
2905
|
+
"codepoint": "EA92",
|
|
2886
2906
|
"className": "icon-highlighter",
|
|
2887
2907
|
"classes": ["icon-line", "icon-highlighter"],
|
|
2888
2908
|
"bidirectional": true,
|
|
@@ -2892,7 +2912,7 @@ export var IconHighlighterSolid = {
|
|
|
2892
2912
|
"variant": "Solid",
|
|
2893
2913
|
"glyphName": "highlighter",
|
|
2894
2914
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2895
|
-
"codepoint": "
|
|
2915
|
+
"codepoint": "EA92",
|
|
2896
2916
|
"className": "icon-highlighter",
|
|
2897
2917
|
"classes": ["icon-solid", "icon-highlighter"],
|
|
2898
2918
|
"bidirectional": true,
|
|
@@ -2902,7 +2922,7 @@ export var IconHomeLine = {
|
|
|
2902
2922
|
"variant": "Line",
|
|
2903
2923
|
"glyphName": "home",
|
|
2904
2924
|
"cssFile": "InstructureIcons-Line.css",
|
|
2905
|
-
"codepoint": "
|
|
2925
|
+
"codepoint": "EA93",
|
|
2906
2926
|
"className": "icon-home",
|
|
2907
2927
|
"classes": ["icon-line", "icon-home"],
|
|
2908
2928
|
"bidirectional": false,
|
|
@@ -2912,7 +2932,7 @@ export var IconHomeSolid = {
|
|
|
2912
2932
|
"variant": "Solid",
|
|
2913
2933
|
"glyphName": "home",
|
|
2914
2934
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2915
|
-
"codepoint": "
|
|
2935
|
+
"codepoint": "EA93",
|
|
2916
2936
|
"className": "icon-home",
|
|
2917
2937
|
"classes": ["icon-solid", "icon-home"],
|
|
2918
2938
|
"bidirectional": false,
|
|
@@ -2922,7 +2942,7 @@ export var IconHourGlassLine = {
|
|
|
2922
2942
|
"variant": "Line",
|
|
2923
2943
|
"glyphName": "hour-glass",
|
|
2924
2944
|
"cssFile": "InstructureIcons-Line.css",
|
|
2925
|
-
"codepoint": "
|
|
2945
|
+
"codepoint": "EA94",
|
|
2926
2946
|
"className": "icon-hour-glass",
|
|
2927
2947
|
"classes": ["icon-line", "icon-hour-glass"],
|
|
2928
2948
|
"bidirectional": false,
|
|
@@ -2932,7 +2952,7 @@ export var IconHourGlassSolid = {
|
|
|
2932
2952
|
"variant": "Solid",
|
|
2933
2953
|
"glyphName": "hour-glass",
|
|
2934
2954
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2935
|
-
"codepoint": "
|
|
2955
|
+
"codepoint": "EA94",
|
|
2936
2956
|
"className": "icon-hour-glass",
|
|
2937
2957
|
"classes": ["icon-solid", "icon-hour-glass"],
|
|
2938
2958
|
"bidirectional": false,
|
|
@@ -2942,7 +2962,7 @@ export var IconImageLine = {
|
|
|
2942
2962
|
"variant": "Line",
|
|
2943
2963
|
"glyphName": "image",
|
|
2944
2964
|
"cssFile": "InstructureIcons-Line.css",
|
|
2945
|
-
"codepoint": "
|
|
2965
|
+
"codepoint": "EA95",
|
|
2946
2966
|
"className": "icon-image",
|
|
2947
2967
|
"classes": ["icon-line", "icon-image"],
|
|
2948
2968
|
"bidirectional": false,
|
|
@@ -2952,7 +2972,7 @@ export var IconImageSolid = {
|
|
|
2952
2972
|
"variant": "Solid",
|
|
2953
2973
|
"glyphName": "image",
|
|
2954
2974
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2955
|
-
"codepoint": "
|
|
2975
|
+
"codepoint": "EA95",
|
|
2956
2976
|
"className": "icon-image",
|
|
2957
2977
|
"classes": ["icon-solid", "icon-image"],
|
|
2958
2978
|
"bidirectional": false,
|
|
@@ -2962,7 +2982,7 @@ export var IconImmersiveReaderLine = {
|
|
|
2962
2982
|
"variant": "Line",
|
|
2963
2983
|
"glyphName": "immersive-reader",
|
|
2964
2984
|
"cssFile": "InstructureIcons-Line.css",
|
|
2965
|
-
"codepoint": "
|
|
2985
|
+
"codepoint": "EA96",
|
|
2966
2986
|
"className": "icon-immersive-reader",
|
|
2967
2987
|
"classes": ["icon-line", "icon-immersive-reader"],
|
|
2968
2988
|
"bidirectional": false,
|
|
@@ -2972,7 +2992,7 @@ export var IconImmersiveReaderSolid = {
|
|
|
2972
2992
|
"variant": "Solid",
|
|
2973
2993
|
"glyphName": "immersive-reader",
|
|
2974
2994
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2975
|
-
"codepoint": "
|
|
2995
|
+
"codepoint": "EA96",
|
|
2976
2996
|
"className": "icon-immersive-reader",
|
|
2977
2997
|
"classes": ["icon-solid", "icon-immersive-reader"],
|
|
2978
2998
|
"bidirectional": false,
|
|
@@ -2982,7 +3002,7 @@ export var IconImpactLogoLine = {
|
|
|
2982
3002
|
"variant": "Line",
|
|
2983
3003
|
"glyphName": "impact-logo",
|
|
2984
3004
|
"cssFile": "InstructureIcons-Line.css",
|
|
2985
|
-
"codepoint": "
|
|
3005
|
+
"codepoint": "EA97",
|
|
2986
3006
|
"className": "icon-impact-logo",
|
|
2987
3007
|
"classes": ["icon-line", "icon-impact-logo"],
|
|
2988
3008
|
"bidirectional": false,
|
|
@@ -2992,7 +3012,7 @@ export var IconImpactLogoSolid = {
|
|
|
2992
3012
|
"variant": "Solid",
|
|
2993
3013
|
"glyphName": "impact-logo",
|
|
2994
3014
|
"cssFile": "InstructureIcons-Solid.css",
|
|
2995
|
-
"codepoint": "
|
|
3015
|
+
"codepoint": "EA97",
|
|
2996
3016
|
"className": "icon-impact-logo",
|
|
2997
3017
|
"classes": ["icon-solid", "icon-impact-logo"],
|
|
2998
3018
|
"bidirectional": false,
|
|
@@ -3002,7 +3022,7 @@ export var IconImportContentLine = {
|
|
|
3002
3022
|
"variant": "Line",
|
|
3003
3023
|
"glyphName": "import-content",
|
|
3004
3024
|
"cssFile": "InstructureIcons-Line.css",
|
|
3005
|
-
"codepoint": "
|
|
3025
|
+
"codepoint": "EA98",
|
|
3006
3026
|
"className": "icon-import-content",
|
|
3007
3027
|
"classes": ["icon-line", "icon-import-content"],
|
|
3008
3028
|
"bidirectional": true,
|
|
@@ -3012,7 +3032,7 @@ export var IconImportContentSolid = {
|
|
|
3012
3032
|
"variant": "Solid",
|
|
3013
3033
|
"glyphName": "import-content",
|
|
3014
3034
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3015
|
-
"codepoint": "
|
|
3035
|
+
"codepoint": "EA98",
|
|
3016
3036
|
"className": "icon-import-content",
|
|
3017
3037
|
"classes": ["icon-solid", "icon-import-content"],
|
|
3018
3038
|
"bidirectional": true,
|
|
@@ -3022,7 +3042,7 @@ export var IconImportLine = {
|
|
|
3022
3042
|
"variant": "Line",
|
|
3023
3043
|
"glyphName": "import",
|
|
3024
3044
|
"cssFile": "InstructureIcons-Line.css",
|
|
3025
|
-
"codepoint": "
|
|
3045
|
+
"codepoint": "EA99",
|
|
3026
3046
|
"className": "icon-import",
|
|
3027
3047
|
"classes": ["icon-line", "icon-import"],
|
|
3028
3048
|
"bidirectional": true,
|
|
@@ -3032,7 +3052,7 @@ export var IconImportSolid = {
|
|
|
3032
3052
|
"variant": "Solid",
|
|
3033
3053
|
"glyphName": "import",
|
|
3034
3054
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3035
|
-
"codepoint": "
|
|
3055
|
+
"codepoint": "EA99",
|
|
3036
3056
|
"className": "icon-import",
|
|
3037
3057
|
"classes": ["icon-solid", "icon-import"],
|
|
3038
3058
|
"bidirectional": true,
|
|
@@ -3042,7 +3062,7 @@ export var IconImportantDatesLine = {
|
|
|
3042
3062
|
"variant": "Line",
|
|
3043
3063
|
"glyphName": "important-dates",
|
|
3044
3064
|
"cssFile": "InstructureIcons-Line.css",
|
|
3045
|
-
"codepoint": "
|
|
3065
|
+
"codepoint": "EA9A",
|
|
3046
3066
|
"className": "icon-important-dates",
|
|
3047
3067
|
"classes": ["icon-line", "icon-important-dates"],
|
|
3048
3068
|
"bidirectional": false,
|
|
@@ -3052,7 +3072,7 @@ export var IconImportantDatesSolid = {
|
|
|
3052
3072
|
"variant": "Solid",
|
|
3053
3073
|
"glyphName": "important-dates",
|
|
3054
3074
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3055
|
-
"codepoint": "
|
|
3075
|
+
"codepoint": "EA9A",
|
|
3056
3076
|
"className": "icon-important-dates",
|
|
3057
3077
|
"classes": ["icon-solid", "icon-important-dates"],
|
|
3058
3078
|
"bidirectional": false,
|
|
@@ -3062,7 +3082,7 @@ export var IconInboxLine = {
|
|
|
3062
3082
|
"variant": "Line",
|
|
3063
3083
|
"glyphName": "inbox",
|
|
3064
3084
|
"cssFile": "InstructureIcons-Line.css",
|
|
3065
|
-
"codepoint": "
|
|
3085
|
+
"codepoint": "EA9B",
|
|
3066
3086
|
"className": "icon-inbox",
|
|
3067
3087
|
"classes": ["icon-line", "icon-inbox"],
|
|
3068
3088
|
"bidirectional": false,
|
|
@@ -3072,7 +3092,7 @@ export var IconInboxSolid = {
|
|
|
3072
3092
|
"variant": "Solid",
|
|
3073
3093
|
"glyphName": "inbox",
|
|
3074
3094
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3075
|
-
"codepoint": "
|
|
3095
|
+
"codepoint": "EA9B",
|
|
3076
3096
|
"className": "icon-inbox",
|
|
3077
3097
|
"classes": ["icon-solid", "icon-inbox"],
|
|
3078
3098
|
"bidirectional": false,
|
|
@@ -3082,7 +3102,7 @@ export var IconIndent2Line = {
|
|
|
3082
3102
|
"variant": "Line",
|
|
3083
3103
|
"glyphName": "indent-2",
|
|
3084
3104
|
"cssFile": "InstructureIcons-Line.css",
|
|
3085
|
-
"codepoint": "
|
|
3105
|
+
"codepoint": "EA9C",
|
|
3086
3106
|
"className": "icon-indent-2",
|
|
3087
3107
|
"classes": ["icon-line", "icon-indent-2"],
|
|
3088
3108
|
"bidirectional": true,
|
|
@@ -3092,7 +3112,7 @@ export var IconIndent2Solid = {
|
|
|
3092
3112
|
"variant": "Solid",
|
|
3093
3113
|
"glyphName": "indent-2",
|
|
3094
3114
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3095
|
-
"codepoint": "
|
|
3115
|
+
"codepoint": "EA9C",
|
|
3096
3116
|
"className": "icon-indent-2",
|
|
3097
3117
|
"classes": ["icon-solid", "icon-indent-2"],
|
|
3098
3118
|
"bidirectional": true,
|
|
@@ -3102,7 +3122,7 @@ export var IconIndentLine = {
|
|
|
3102
3122
|
"variant": "Line",
|
|
3103
3123
|
"glyphName": "indent",
|
|
3104
3124
|
"cssFile": "InstructureIcons-Line.css",
|
|
3105
|
-
"codepoint": "
|
|
3125
|
+
"codepoint": "EA9D",
|
|
3106
3126
|
"className": "icon-indent",
|
|
3107
3127
|
"classes": ["icon-line", "icon-indent"],
|
|
3108
3128
|
"bidirectional": true,
|
|
@@ -3112,7 +3132,7 @@ export var IconIndentSolid = {
|
|
|
3112
3132
|
"variant": "Solid",
|
|
3113
3133
|
"glyphName": "indent",
|
|
3114
3134
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3115
|
-
"codepoint": "
|
|
3135
|
+
"codepoint": "EA9D",
|
|
3116
3136
|
"className": "icon-indent",
|
|
3117
3137
|
"classes": ["icon-solid", "icon-indent"],
|
|
3118
3138
|
"bidirectional": true,
|
|
@@ -3122,7 +3142,7 @@ export var IconInfoBorderlessLine = {
|
|
|
3122
3142
|
"variant": "Line",
|
|
3123
3143
|
"glyphName": "info-borderless",
|
|
3124
3144
|
"cssFile": "InstructureIcons-Line.css",
|
|
3125
|
-
"codepoint": "
|
|
3145
|
+
"codepoint": "EA9E",
|
|
3126
3146
|
"className": "icon-info-borderless",
|
|
3127
3147
|
"classes": ["icon-line", "icon-info-borderless"],
|
|
3128
3148
|
"bidirectional": false,
|
|
@@ -3132,7 +3152,7 @@ export var IconInfoBorderlessSolid = {
|
|
|
3132
3152
|
"variant": "Solid",
|
|
3133
3153
|
"glyphName": "info-borderless",
|
|
3134
3154
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3135
|
-
"codepoint": "
|
|
3155
|
+
"codepoint": "EA9E",
|
|
3136
3156
|
"className": "icon-info-borderless",
|
|
3137
3157
|
"classes": ["icon-solid", "icon-info-borderless"],
|
|
3138
3158
|
"bidirectional": false,
|
|
@@ -3142,7 +3162,7 @@ export var IconInfoLine = {
|
|
|
3142
3162
|
"variant": "Line",
|
|
3143
3163
|
"glyphName": "info",
|
|
3144
3164
|
"cssFile": "InstructureIcons-Line.css",
|
|
3145
|
-
"codepoint": "
|
|
3165
|
+
"codepoint": "EA9F",
|
|
3146
3166
|
"className": "icon-info",
|
|
3147
3167
|
"classes": ["icon-line", "icon-info"],
|
|
3148
3168
|
"bidirectional": false,
|
|
@@ -3152,37 +3172,57 @@ export var IconInfoSolid = {
|
|
|
3152
3172
|
"variant": "Solid",
|
|
3153
3173
|
"glyphName": "info",
|
|
3154
3174
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3155
|
-
"codepoint": "
|
|
3175
|
+
"codepoint": "EA9F",
|
|
3156
3176
|
"className": "icon-info",
|
|
3157
3177
|
"classes": ["icon-solid", "icon-info"],
|
|
3158
3178
|
"bidirectional": false,
|
|
3159
3179
|
"deprecated": false
|
|
3160
3180
|
};
|
|
3181
|
+
export var IconInstructureLogoLine = {
|
|
3182
|
+
"variant": "Line",
|
|
3183
|
+
"glyphName": "instructure-logo",
|
|
3184
|
+
"cssFile": "InstructureIcons-Line.css",
|
|
3185
|
+
"codepoint": "EAA0",
|
|
3186
|
+
"className": "icon-instructure-logo",
|
|
3187
|
+
"classes": ["icon-line", "icon-instructure-logo"],
|
|
3188
|
+
"bidirectional": false,
|
|
3189
|
+
"deprecated": false
|
|
3190
|
+
};
|
|
3191
|
+
export var IconInstructureLogoSolid = {
|
|
3192
|
+
"variant": "Solid",
|
|
3193
|
+
"glyphName": "instructure-logo",
|
|
3194
|
+
"cssFile": "InstructureIcons-Solid.css",
|
|
3195
|
+
"codepoint": "EAA0",
|
|
3196
|
+
"className": "icon-instructure-logo",
|
|
3197
|
+
"classes": ["icon-solid", "icon-instructure-logo"],
|
|
3198
|
+
"bidirectional": false,
|
|
3199
|
+
"deprecated": false
|
|
3200
|
+
};
|
|
3161
3201
|
export var IconInstructureLine = {
|
|
3162
3202
|
"variant": "Line",
|
|
3163
3203
|
"glyphName": "instructure",
|
|
3164
3204
|
"cssFile": "InstructureIcons-Line.css",
|
|
3165
|
-
"codepoint": "
|
|
3205
|
+
"codepoint": "EAA1",
|
|
3166
3206
|
"className": "icon-instructure",
|
|
3167
3207
|
"classes": ["icon-line", "icon-instructure"],
|
|
3168
3208
|
"bidirectional": false,
|
|
3169
|
-
"deprecated":
|
|
3209
|
+
"deprecated": true
|
|
3170
3210
|
};
|
|
3171
3211
|
export var IconInstructureSolid = {
|
|
3172
3212
|
"variant": "Solid",
|
|
3173
3213
|
"glyphName": "instructure",
|
|
3174
3214
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3175
|
-
"codepoint": "
|
|
3215
|
+
"codepoint": "EAA1",
|
|
3176
3216
|
"className": "icon-instructure",
|
|
3177
3217
|
"classes": ["icon-solid", "icon-instructure"],
|
|
3178
3218
|
"bidirectional": false,
|
|
3179
|
-
"deprecated":
|
|
3219
|
+
"deprecated": true
|
|
3180
3220
|
};
|
|
3181
3221
|
export var IconIntegrationsLine = {
|
|
3182
3222
|
"variant": "Line",
|
|
3183
3223
|
"glyphName": "integrations",
|
|
3184
3224
|
"cssFile": "InstructureIcons-Line.css",
|
|
3185
|
-
"codepoint": "
|
|
3225
|
+
"codepoint": "EAA2",
|
|
3186
3226
|
"className": "icon-integrations",
|
|
3187
3227
|
"classes": ["icon-line", "icon-integrations"],
|
|
3188
3228
|
"bidirectional": false,
|
|
@@ -3192,7 +3232,7 @@ export var IconIntegrationsSolid = {
|
|
|
3192
3232
|
"variant": "Solid",
|
|
3193
3233
|
"glyphName": "integrations",
|
|
3194
3234
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3195
|
-
"codepoint": "
|
|
3235
|
+
"codepoint": "EAA2",
|
|
3196
3236
|
"className": "icon-integrations",
|
|
3197
3237
|
"classes": ["icon-solid", "icon-integrations"],
|
|
3198
3238
|
"bidirectional": false,
|
|
@@ -3202,7 +3242,7 @@ export var IconInvitationLine = {
|
|
|
3202
3242
|
"variant": "Line",
|
|
3203
3243
|
"glyphName": "invitation",
|
|
3204
3244
|
"cssFile": "InstructureIcons-Line.css",
|
|
3205
|
-
"codepoint": "
|
|
3245
|
+
"codepoint": "EAA3",
|
|
3206
3246
|
"className": "icon-invitation",
|
|
3207
3247
|
"classes": ["icon-line", "icon-invitation"],
|
|
3208
3248
|
"bidirectional": false,
|
|
@@ -3212,7 +3252,7 @@ export var IconInvitationSolid = {
|
|
|
3212
3252
|
"variant": "Solid",
|
|
3213
3253
|
"glyphName": "invitation",
|
|
3214
3254
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3215
|
-
"codepoint": "
|
|
3255
|
+
"codepoint": "EAA3",
|
|
3216
3256
|
"className": "icon-invitation",
|
|
3217
3257
|
"classes": ["icon-solid", "icon-invitation"],
|
|
3218
3258
|
"bidirectional": false,
|
|
@@ -3222,7 +3262,7 @@ export var IconItalicLine = {
|
|
|
3222
3262
|
"variant": "Line",
|
|
3223
3263
|
"glyphName": "italic",
|
|
3224
3264
|
"cssFile": "InstructureIcons-Line.css",
|
|
3225
|
-
"codepoint": "
|
|
3265
|
+
"codepoint": "EAA4",
|
|
3226
3266
|
"className": "icon-italic",
|
|
3227
3267
|
"classes": ["icon-line", "icon-italic"],
|
|
3228
3268
|
"bidirectional": false,
|
|
@@ -3232,7 +3272,7 @@ export var IconItalicSolid = {
|
|
|
3232
3272
|
"variant": "Solid",
|
|
3233
3273
|
"glyphName": "italic",
|
|
3234
3274
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3235
|
-
"codepoint": "
|
|
3275
|
+
"codepoint": "EAA4",
|
|
3236
3276
|
"className": "icon-italic",
|
|
3237
3277
|
"classes": ["icon-solid", "icon-italic"],
|
|
3238
3278
|
"bidirectional": false,
|
|
@@ -3242,7 +3282,7 @@ export var IconKeyboardShortcutsLine = {
|
|
|
3242
3282
|
"variant": "Line",
|
|
3243
3283
|
"glyphName": "keyboard-shortcuts",
|
|
3244
3284
|
"cssFile": "InstructureIcons-Line.css",
|
|
3245
|
-
"codepoint": "
|
|
3285
|
+
"codepoint": "EAA5",
|
|
3246
3286
|
"className": "icon-keyboard-shortcuts",
|
|
3247
3287
|
"classes": ["icon-line", "icon-keyboard-shortcuts"],
|
|
3248
3288
|
"bidirectional": false,
|
|
@@ -3252,7 +3292,7 @@ export var IconKeyboardShortcutsSolid = {
|
|
|
3252
3292
|
"variant": "Solid",
|
|
3253
3293
|
"glyphName": "keyboard-shortcuts",
|
|
3254
3294
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3255
|
-
"codepoint": "
|
|
3295
|
+
"codepoint": "EAA5",
|
|
3256
3296
|
"className": "icon-keyboard-shortcuts",
|
|
3257
3297
|
"classes": ["icon-solid", "icon-keyboard-shortcuts"],
|
|
3258
3298
|
"bidirectional": false,
|
|
@@ -3262,7 +3302,7 @@ export var IconLaunchLine = {
|
|
|
3262
3302
|
"variant": "Line",
|
|
3263
3303
|
"glyphName": "launch",
|
|
3264
3304
|
"cssFile": "InstructureIcons-Line.css",
|
|
3265
|
-
"codepoint": "
|
|
3305
|
+
"codepoint": "EAA6",
|
|
3266
3306
|
"className": "icon-launch",
|
|
3267
3307
|
"classes": ["icon-line", "icon-launch"],
|
|
3268
3308
|
"bidirectional": false,
|
|
@@ -3272,7 +3312,7 @@ export var IconLaunchSolid = {
|
|
|
3272
3312
|
"variant": "Solid",
|
|
3273
3313
|
"glyphName": "launch",
|
|
3274
3314
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3275
|
-
"codepoint": "
|
|
3315
|
+
"codepoint": "EAA6",
|
|
3276
3316
|
"className": "icon-launch",
|
|
3277
3317
|
"classes": ["icon-solid", "icon-launch"],
|
|
3278
3318
|
"bidirectional": false,
|
|
@@ -3282,7 +3322,7 @@ export var IconLifePreserverLine = {
|
|
|
3282
3322
|
"variant": "Line",
|
|
3283
3323
|
"glyphName": "life-preserver",
|
|
3284
3324
|
"cssFile": "InstructureIcons-Line.css",
|
|
3285
|
-
"codepoint": "
|
|
3325
|
+
"codepoint": "EAA7",
|
|
3286
3326
|
"className": "icon-life-preserver",
|
|
3287
3327
|
"classes": ["icon-line", "icon-life-preserver"],
|
|
3288
3328
|
"bidirectional": false,
|
|
@@ -3292,7 +3332,7 @@ export var IconLifePreserverSolid = {
|
|
|
3292
3332
|
"variant": "Solid",
|
|
3293
3333
|
"glyphName": "life-preserver",
|
|
3294
3334
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3295
|
-
"codepoint": "
|
|
3335
|
+
"codepoint": "EAA7",
|
|
3296
3336
|
"className": "icon-life-preserver",
|
|
3297
3337
|
"classes": ["icon-solid", "icon-life-preserver"],
|
|
3298
3338
|
"bidirectional": false,
|
|
@@ -3302,7 +3342,7 @@ export var IconLikeLine = {
|
|
|
3302
3342
|
"variant": "Line",
|
|
3303
3343
|
"glyphName": "like",
|
|
3304
3344
|
"cssFile": "InstructureIcons-Line.css",
|
|
3305
|
-
"codepoint": "
|
|
3345
|
+
"codepoint": "EAA8",
|
|
3306
3346
|
"className": "icon-like",
|
|
3307
3347
|
"classes": ["icon-line", "icon-like"],
|
|
3308
3348
|
"bidirectional": false,
|
|
@@ -3312,7 +3352,7 @@ export var IconLikeSolid = {
|
|
|
3312
3352
|
"variant": "Solid",
|
|
3313
3353
|
"glyphName": "like",
|
|
3314
3354
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3315
|
-
"codepoint": "
|
|
3355
|
+
"codepoint": "EAA8",
|
|
3316
3356
|
"className": "icon-like",
|
|
3317
3357
|
"classes": ["icon-solid", "icon-like"],
|
|
3318
3358
|
"bidirectional": false,
|
|
@@ -3322,7 +3362,7 @@ export var IconLineReaderLine = {
|
|
|
3322
3362
|
"variant": "Line",
|
|
3323
3363
|
"glyphName": "line-reader",
|
|
3324
3364
|
"cssFile": "InstructureIcons-Line.css",
|
|
3325
|
-
"codepoint": "
|
|
3365
|
+
"codepoint": "EAA9",
|
|
3326
3366
|
"className": "icon-line-reader",
|
|
3327
3367
|
"classes": ["icon-line", "icon-line-reader"],
|
|
3328
3368
|
"bidirectional": false,
|
|
@@ -3332,7 +3372,7 @@ export var IconLineReaderSolid = {
|
|
|
3332
3372
|
"variant": "Solid",
|
|
3333
3373
|
"glyphName": "line-reader",
|
|
3334
3374
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3335
|
-
"codepoint": "
|
|
3375
|
+
"codepoint": "EAA9",
|
|
3336
3376
|
"className": "icon-line-reader",
|
|
3337
3377
|
"classes": ["icon-solid", "icon-line-reader"],
|
|
3338
3378
|
"bidirectional": false,
|
|
@@ -3342,7 +3382,7 @@ export var IconLinkLine = {
|
|
|
3342
3382
|
"variant": "Line",
|
|
3343
3383
|
"glyphName": "link",
|
|
3344
3384
|
"cssFile": "InstructureIcons-Line.css",
|
|
3345
|
-
"codepoint": "
|
|
3385
|
+
"codepoint": "EAAA",
|
|
3346
3386
|
"className": "icon-link",
|
|
3347
3387
|
"classes": ["icon-line", "icon-link"],
|
|
3348
3388
|
"bidirectional": false,
|
|
@@ -3352,7 +3392,7 @@ export var IconLinkSolid = {
|
|
|
3352
3392
|
"variant": "Solid",
|
|
3353
3393
|
"glyphName": "link",
|
|
3354
3394
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3355
|
-
"codepoint": "
|
|
3395
|
+
"codepoint": "EAAA",
|
|
3356
3396
|
"className": "icon-link",
|
|
3357
3397
|
"classes": ["icon-solid", "icon-link"],
|
|
3358
3398
|
"bidirectional": false,
|
|
@@ -3362,7 +3402,7 @@ export var IconLinkedinLine = {
|
|
|
3362
3402
|
"variant": "Line",
|
|
3363
3403
|
"glyphName": "linkedin",
|
|
3364
3404
|
"cssFile": "InstructureIcons-Line.css",
|
|
3365
|
-
"codepoint": "
|
|
3405
|
+
"codepoint": "EAAB",
|
|
3366
3406
|
"className": "icon-linkedin",
|
|
3367
3407
|
"classes": ["icon-line", "icon-linkedin"],
|
|
3368
3408
|
"bidirectional": false,
|
|
@@ -3372,7 +3412,7 @@ export var IconLinkedinSolid = {
|
|
|
3372
3412
|
"variant": "Solid",
|
|
3373
3413
|
"glyphName": "linkedin",
|
|
3374
3414
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3375
|
-
"codepoint": "
|
|
3415
|
+
"codepoint": "EAAB",
|
|
3376
3416
|
"className": "icon-linkedin",
|
|
3377
3417
|
"classes": ["icon-solid", "icon-linkedin"],
|
|
3378
3418
|
"bidirectional": false,
|
|
@@ -3382,7 +3422,7 @@ export var IconLockLine = {
|
|
|
3382
3422
|
"variant": "Line",
|
|
3383
3423
|
"glyphName": "lock",
|
|
3384
3424
|
"cssFile": "InstructureIcons-Line.css",
|
|
3385
|
-
"codepoint": "
|
|
3425
|
+
"codepoint": "EAAC",
|
|
3386
3426
|
"className": "icon-lock",
|
|
3387
3427
|
"classes": ["icon-line", "icon-lock"],
|
|
3388
3428
|
"bidirectional": false,
|
|
@@ -3392,7 +3432,7 @@ export var IconLockSolid = {
|
|
|
3392
3432
|
"variant": "Solid",
|
|
3393
3433
|
"glyphName": "lock",
|
|
3394
3434
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3395
|
-
"codepoint": "
|
|
3435
|
+
"codepoint": "EAAC",
|
|
3396
3436
|
"className": "icon-lock",
|
|
3397
3437
|
"classes": ["icon-solid", "icon-lock"],
|
|
3398
3438
|
"bidirectional": false,
|
|
@@ -3402,7 +3442,7 @@ export var IconLtiLine = {
|
|
|
3402
3442
|
"variant": "Line",
|
|
3403
3443
|
"glyphName": "lti",
|
|
3404
3444
|
"cssFile": "InstructureIcons-Line.css",
|
|
3405
|
-
"codepoint": "
|
|
3445
|
+
"codepoint": "EAAD",
|
|
3406
3446
|
"className": "icon-lti",
|
|
3407
3447
|
"classes": ["icon-line", "icon-lti"],
|
|
3408
3448
|
"bidirectional": false,
|
|
@@ -3412,7 +3452,7 @@ export var IconLtiSolid = {
|
|
|
3412
3452
|
"variant": "Solid",
|
|
3413
3453
|
"glyphName": "lti",
|
|
3414
3454
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3415
|
-
"codepoint": "
|
|
3455
|
+
"codepoint": "EAAD",
|
|
3416
3456
|
"className": "icon-lti",
|
|
3417
3457
|
"classes": ["icon-solid", "icon-lti"],
|
|
3418
3458
|
"bidirectional": false,
|
|
@@ -3422,7 +3462,7 @@ export var IconMarkAsReadLine = {
|
|
|
3422
3462
|
"variant": "Line",
|
|
3423
3463
|
"glyphName": "mark-as-read",
|
|
3424
3464
|
"cssFile": "InstructureIcons-Line.css",
|
|
3425
|
-
"codepoint": "
|
|
3465
|
+
"codepoint": "EAAE",
|
|
3426
3466
|
"className": "icon-mark-as-read",
|
|
3427
3467
|
"classes": ["icon-line", "icon-mark-as-read"],
|
|
3428
3468
|
"bidirectional": false,
|
|
@@ -3432,7 +3472,7 @@ export var IconMarkAsReadSolid = {
|
|
|
3432
3472
|
"variant": "Solid",
|
|
3433
3473
|
"glyphName": "mark-as-read",
|
|
3434
3474
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3435
|
-
"codepoint": "
|
|
3475
|
+
"codepoint": "EAAE",
|
|
3436
3476
|
"className": "icon-mark-as-read",
|
|
3437
3477
|
"classes": ["icon-solid", "icon-mark-as-read"],
|
|
3438
3478
|
"bidirectional": false,
|
|
@@ -3442,7 +3482,7 @@ export var IconMarkerLine = {
|
|
|
3442
3482
|
"variant": "Line",
|
|
3443
3483
|
"glyphName": "marker",
|
|
3444
3484
|
"cssFile": "InstructureIcons-Line.css",
|
|
3445
|
-
"codepoint": "
|
|
3485
|
+
"codepoint": "EAAF",
|
|
3446
3486
|
"className": "icon-marker",
|
|
3447
3487
|
"classes": ["icon-line", "icon-marker"],
|
|
3448
3488
|
"bidirectional": false,
|
|
@@ -3452,7 +3492,7 @@ export var IconMarkerSolid = {
|
|
|
3452
3492
|
"variant": "Solid",
|
|
3453
3493
|
"glyphName": "marker",
|
|
3454
3494
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3455
|
-
"codepoint": "
|
|
3495
|
+
"codepoint": "EAAF",
|
|
3456
3496
|
"className": "icon-marker",
|
|
3457
3497
|
"classes": ["icon-solid", "icon-marker"],
|
|
3458
3498
|
"bidirectional": false,
|
|
@@ -3462,7 +3502,7 @@ export var IconMasqueradeLine = {
|
|
|
3462
3502
|
"variant": "Line",
|
|
3463
3503
|
"glyphName": "masquerade",
|
|
3464
3504
|
"cssFile": "InstructureIcons-Line.css",
|
|
3465
|
-
"codepoint": "
|
|
3505
|
+
"codepoint": "EAB0",
|
|
3466
3506
|
"className": "icon-masquerade",
|
|
3467
3507
|
"classes": ["icon-line", "icon-masquerade"],
|
|
3468
3508
|
"bidirectional": false,
|
|
@@ -3472,7 +3512,7 @@ export var IconMasqueradeSolid = {
|
|
|
3472
3512
|
"variant": "Solid",
|
|
3473
3513
|
"glyphName": "masquerade",
|
|
3474
3514
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3475
|
-
"codepoint": "
|
|
3515
|
+
"codepoint": "EAB0",
|
|
3476
3516
|
"className": "icon-masquerade",
|
|
3477
3517
|
"classes": ["icon-solid", "icon-masquerade"],
|
|
3478
3518
|
"bidirectional": false,
|
|
@@ -3482,7 +3522,7 @@ export var IconMasteryLogoLine = {
|
|
|
3482
3522
|
"variant": "Line",
|
|
3483
3523
|
"glyphName": "mastery-logo",
|
|
3484
3524
|
"cssFile": "InstructureIcons-Line.css",
|
|
3485
|
-
"codepoint": "
|
|
3525
|
+
"codepoint": "EAB1",
|
|
3486
3526
|
"className": "icon-mastery-logo",
|
|
3487
3527
|
"classes": ["icon-line", "icon-mastery-logo"],
|
|
3488
3528
|
"bidirectional": false,
|
|
@@ -3492,7 +3532,7 @@ export var IconMasteryLogoSolid = {
|
|
|
3492
3532
|
"variant": "Solid",
|
|
3493
3533
|
"glyphName": "mastery-logo",
|
|
3494
3534
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3495
|
-
"codepoint": "
|
|
3535
|
+
"codepoint": "EAB1",
|
|
3496
3536
|
"className": "icon-mastery-logo",
|
|
3497
3537
|
"classes": ["icon-solid", "icon-mastery-logo"],
|
|
3498
3538
|
"bidirectional": false,
|
|
@@ -3502,7 +3542,7 @@ export var IconMasteryPathsLine = {
|
|
|
3502
3542
|
"variant": "Line",
|
|
3503
3543
|
"glyphName": "mastery-paths",
|
|
3504
3544
|
"cssFile": "InstructureIcons-Line.css",
|
|
3505
|
-
"codepoint": "
|
|
3545
|
+
"codepoint": "EAB2",
|
|
3506
3546
|
"className": "icon-mastery-paths",
|
|
3507
3547
|
"classes": ["icon-line", "icon-mastery-paths"],
|
|
3508
3548
|
"bidirectional": false,
|
|
@@ -3512,7 +3552,7 @@ export var IconMasteryPathsSolid = {
|
|
|
3512
3552
|
"variant": "Solid",
|
|
3513
3553
|
"glyphName": "mastery-paths",
|
|
3514
3554
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3515
|
-
"codepoint": "
|
|
3555
|
+
"codepoint": "EAB2",
|
|
3516
3556
|
"className": "icon-mastery-paths",
|
|
3517
3557
|
"classes": ["icon-solid", "icon-mastery-paths"],
|
|
3518
3558
|
"bidirectional": false,
|
|
@@ -3522,7 +3562,7 @@ export var IconMaterialsRequiredLightLine = {
|
|
|
3522
3562
|
"variant": "Line",
|
|
3523
3563
|
"glyphName": "materials-required-light",
|
|
3524
3564
|
"cssFile": "InstructureIcons-Line.css",
|
|
3525
|
-
"codepoint": "
|
|
3565
|
+
"codepoint": "EAB3",
|
|
3526
3566
|
"className": "icon-materials-required-light",
|
|
3527
3567
|
"classes": ["icon-line", "icon-materials-required-light"],
|
|
3528
3568
|
"bidirectional": false,
|
|
@@ -3532,7 +3572,7 @@ export var IconMaterialsRequiredLightSolid = {
|
|
|
3532
3572
|
"variant": "Solid",
|
|
3533
3573
|
"glyphName": "materials-required-light",
|
|
3534
3574
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3535
|
-
"codepoint": "
|
|
3575
|
+
"codepoint": "EAB3",
|
|
3536
3576
|
"className": "icon-materials-required-light",
|
|
3537
3577
|
"classes": ["icon-solid", "icon-materials-required-light"],
|
|
3538
3578
|
"bidirectional": false,
|
|
@@ -3542,7 +3582,7 @@ export var IconMaterialsRequiredLine = {
|
|
|
3542
3582
|
"variant": "Line",
|
|
3543
3583
|
"glyphName": "materials-required",
|
|
3544
3584
|
"cssFile": "InstructureIcons-Line.css",
|
|
3545
|
-
"codepoint": "
|
|
3585
|
+
"codepoint": "EAB4",
|
|
3546
3586
|
"className": "icon-materials-required",
|
|
3547
3587
|
"classes": ["icon-line", "icon-materials-required"],
|
|
3548
3588
|
"bidirectional": false,
|
|
@@ -3552,7 +3592,7 @@ export var IconMaterialsRequiredSolid = {
|
|
|
3552
3592
|
"variant": "Solid",
|
|
3553
3593
|
"glyphName": "materials-required",
|
|
3554
3594
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3555
|
-
"codepoint": "
|
|
3595
|
+
"codepoint": "EAB4",
|
|
3556
3596
|
"className": "icon-materials-required",
|
|
3557
3597
|
"classes": ["icon-solid", "icon-materials-required"],
|
|
3558
3598
|
"bidirectional": false,
|
|
@@ -3562,7 +3602,7 @@ export var IconMatureLightLine = {
|
|
|
3562
3602
|
"variant": "Line",
|
|
3563
3603
|
"glyphName": "mature-light",
|
|
3564
3604
|
"cssFile": "InstructureIcons-Line.css",
|
|
3565
|
-
"codepoint": "
|
|
3605
|
+
"codepoint": "EAB5",
|
|
3566
3606
|
"className": "icon-mature-light",
|
|
3567
3607
|
"classes": ["icon-line", "icon-mature-light"],
|
|
3568
3608
|
"bidirectional": false,
|
|
@@ -3572,7 +3612,7 @@ export var IconMatureLightSolid = {
|
|
|
3572
3612
|
"variant": "Solid",
|
|
3573
3613
|
"glyphName": "mature-light",
|
|
3574
3614
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3575
|
-
"codepoint": "
|
|
3615
|
+
"codepoint": "EAB5",
|
|
3576
3616
|
"className": "icon-mature-light",
|
|
3577
3617
|
"classes": ["icon-solid", "icon-mature-light"],
|
|
3578
3618
|
"bidirectional": false,
|
|
@@ -3582,7 +3622,7 @@ export var IconMatureLine = {
|
|
|
3582
3622
|
"variant": "Line",
|
|
3583
3623
|
"glyphName": "mature",
|
|
3584
3624
|
"cssFile": "InstructureIcons-Line.css",
|
|
3585
|
-
"codepoint": "
|
|
3625
|
+
"codepoint": "EAB6",
|
|
3586
3626
|
"className": "icon-mature",
|
|
3587
3627
|
"classes": ["icon-line", "icon-mature"],
|
|
3588
3628
|
"bidirectional": false,
|
|
@@ -3592,7 +3632,7 @@ export var IconMatureSolid = {
|
|
|
3592
3632
|
"variant": "Solid",
|
|
3593
3633
|
"glyphName": "mature",
|
|
3594
3634
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3595
|
-
"codepoint": "
|
|
3635
|
+
"codepoint": "EAB6",
|
|
3596
3636
|
"className": "icon-mature",
|
|
3597
3637
|
"classes": ["icon-solid", "icon-mature"],
|
|
3598
3638
|
"bidirectional": false,
|
|
@@ -3602,7 +3642,7 @@ export var IconMediaLine = {
|
|
|
3602
3642
|
"variant": "Line",
|
|
3603
3643
|
"glyphName": "media",
|
|
3604
3644
|
"cssFile": "InstructureIcons-Line.css",
|
|
3605
|
-
"codepoint": "
|
|
3645
|
+
"codepoint": "EAB7",
|
|
3606
3646
|
"className": "icon-media",
|
|
3607
3647
|
"classes": ["icon-line", "icon-media"],
|
|
3608
3648
|
"bidirectional": false,
|
|
@@ -3612,7 +3652,7 @@ export var IconMediaSolid = {
|
|
|
3612
3652
|
"variant": "Solid",
|
|
3613
3653
|
"glyphName": "media",
|
|
3614
3654
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3615
|
-
"codepoint": "
|
|
3655
|
+
"codepoint": "EAB7",
|
|
3616
3656
|
"className": "icon-media",
|
|
3617
3657
|
"classes": ["icon-solid", "icon-media"],
|
|
3618
3658
|
"bidirectional": false,
|
|
@@ -3622,7 +3662,7 @@ export var IconMessageLine = {
|
|
|
3622
3662
|
"variant": "Line",
|
|
3623
3663
|
"glyphName": "message",
|
|
3624
3664
|
"cssFile": "InstructureIcons-Line.css",
|
|
3625
|
-
"codepoint": "
|
|
3665
|
+
"codepoint": "EAB8",
|
|
3626
3666
|
"className": "icon-message",
|
|
3627
3667
|
"classes": ["icon-line", "icon-message"],
|
|
3628
3668
|
"bidirectional": false,
|
|
@@ -3632,7 +3672,7 @@ export var IconMessageSolid = {
|
|
|
3632
3672
|
"variant": "Solid",
|
|
3633
3673
|
"glyphName": "message",
|
|
3634
3674
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3635
|
-
"codepoint": "
|
|
3675
|
+
"codepoint": "EAB8",
|
|
3636
3676
|
"className": "icon-message",
|
|
3637
3677
|
"classes": ["icon-solid", "icon-message"],
|
|
3638
3678
|
"bidirectional": false,
|
|
@@ -3642,7 +3682,7 @@ export var IconMicOffLine = {
|
|
|
3642
3682
|
"variant": "Line",
|
|
3643
3683
|
"glyphName": "mic-off",
|
|
3644
3684
|
"cssFile": "InstructureIcons-Line.css",
|
|
3645
|
-
"codepoint": "
|
|
3685
|
+
"codepoint": "EAB9",
|
|
3646
3686
|
"className": "icon-mic-off",
|
|
3647
3687
|
"classes": ["icon-line", "icon-mic-off"],
|
|
3648
3688
|
"bidirectional": false,
|
|
@@ -3652,7 +3692,7 @@ export var IconMicOffSolid = {
|
|
|
3652
3692
|
"variant": "Solid",
|
|
3653
3693
|
"glyphName": "mic-off",
|
|
3654
3694
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3655
|
-
"codepoint": "
|
|
3695
|
+
"codepoint": "EAB9",
|
|
3656
3696
|
"className": "icon-mic-off",
|
|
3657
3697
|
"classes": ["icon-solid", "icon-mic-off"],
|
|
3658
3698
|
"bidirectional": false,
|
|
@@ -3662,7 +3702,7 @@ export var IconMicLine = {
|
|
|
3662
3702
|
"variant": "Line",
|
|
3663
3703
|
"glyphName": "mic",
|
|
3664
3704
|
"cssFile": "InstructureIcons-Line.css",
|
|
3665
|
-
"codepoint": "
|
|
3705
|
+
"codepoint": "EABA",
|
|
3666
3706
|
"className": "icon-mic",
|
|
3667
3707
|
"classes": ["icon-line", "icon-mic"],
|
|
3668
3708
|
"bidirectional": false,
|
|
@@ -3672,7 +3712,7 @@ export var IconMicSolid = {
|
|
|
3672
3712
|
"variant": "Solid",
|
|
3673
3713
|
"glyphName": "mic",
|
|
3674
3714
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3675
|
-
"codepoint": "
|
|
3715
|
+
"codepoint": "EABA",
|
|
3676
3716
|
"className": "icon-mic",
|
|
3677
3717
|
"classes": ["icon-solid", "icon-mic"],
|
|
3678
3718
|
"bidirectional": false,
|
|
@@ -3682,7 +3722,7 @@ export var IconMiniArrowDoubleLine = {
|
|
|
3682
3722
|
"variant": "Line",
|
|
3683
3723
|
"glyphName": "mini-arrow-double",
|
|
3684
3724
|
"cssFile": "InstructureIcons-Line.css",
|
|
3685
|
-
"codepoint": "
|
|
3725
|
+
"codepoint": "EABB",
|
|
3686
3726
|
"className": "icon-mini-arrow-double",
|
|
3687
3727
|
"classes": ["icon-line", "icon-mini-arrow-double"],
|
|
3688
3728
|
"bidirectional": false,
|
|
@@ -3692,7 +3732,7 @@ export var IconMiniArrowDoubleSolid = {
|
|
|
3692
3732
|
"variant": "Solid",
|
|
3693
3733
|
"glyphName": "mini-arrow-double",
|
|
3694
3734
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3695
|
-
"codepoint": "
|
|
3735
|
+
"codepoint": "EABB",
|
|
3696
3736
|
"className": "icon-mini-arrow-double",
|
|
3697
3737
|
"classes": ["icon-solid", "icon-mini-arrow-double"],
|
|
3698
3738
|
"bidirectional": false,
|
|
@@ -3702,7 +3742,7 @@ export var IconMiniArrowDownLine = {
|
|
|
3702
3742
|
"variant": "Line",
|
|
3703
3743
|
"glyphName": "mini-arrow-down",
|
|
3704
3744
|
"cssFile": "InstructureIcons-Line.css",
|
|
3705
|
-
"codepoint": "
|
|
3745
|
+
"codepoint": "EABC",
|
|
3706
3746
|
"className": "icon-mini-arrow-down",
|
|
3707
3747
|
"classes": ["icon-line", "icon-mini-arrow-down"],
|
|
3708
3748
|
"bidirectional": false,
|
|
@@ -3712,7 +3752,7 @@ export var IconMiniArrowDownSolid = {
|
|
|
3712
3752
|
"variant": "Solid",
|
|
3713
3753
|
"glyphName": "mini-arrow-down",
|
|
3714
3754
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3715
|
-
"codepoint": "
|
|
3755
|
+
"codepoint": "EABC",
|
|
3716
3756
|
"className": "icon-mini-arrow-down",
|
|
3717
3757
|
"classes": ["icon-solid", "icon-mini-arrow-down"],
|
|
3718
3758
|
"bidirectional": false,
|
|
@@ -3722,7 +3762,7 @@ export var IconMiniArrowEndLine = {
|
|
|
3722
3762
|
"variant": "Line",
|
|
3723
3763
|
"glyphName": "mini-arrow-end",
|
|
3724
3764
|
"cssFile": "InstructureIcons-Line.css",
|
|
3725
|
-
"codepoint": "
|
|
3765
|
+
"codepoint": "EABD",
|
|
3726
3766
|
"className": "icon-mini-arrow-end",
|
|
3727
3767
|
"classes": ["icon-line", "icon-mini-arrow-end"],
|
|
3728
3768
|
"bidirectional": true,
|
|
@@ -3732,7 +3772,7 @@ export var IconMiniArrowEndSolid = {
|
|
|
3732
3772
|
"variant": "Solid",
|
|
3733
3773
|
"glyphName": "mini-arrow-end",
|
|
3734
3774
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3735
|
-
"codepoint": "
|
|
3775
|
+
"codepoint": "EABD",
|
|
3736
3776
|
"className": "icon-mini-arrow-end",
|
|
3737
3777
|
"classes": ["icon-solid", "icon-mini-arrow-end"],
|
|
3738
3778
|
"bidirectional": true,
|
|
@@ -3742,7 +3782,7 @@ export var IconMiniArrowLeftLine = {
|
|
|
3742
3782
|
"variant": "Line",
|
|
3743
3783
|
"glyphName": "mini-arrow-left",
|
|
3744
3784
|
"cssFile": "InstructureIcons-Line.css",
|
|
3745
|
-
"codepoint": "
|
|
3785
|
+
"codepoint": "EABE",
|
|
3746
3786
|
"className": "icon-mini-arrow-left",
|
|
3747
3787
|
"classes": ["icon-line", "icon-mini-arrow-left"],
|
|
3748
3788
|
"bidirectional": true,
|
|
@@ -3752,7 +3792,7 @@ export var IconMiniArrowLeftSolid = {
|
|
|
3752
3792
|
"variant": "Solid",
|
|
3753
3793
|
"glyphName": "mini-arrow-left",
|
|
3754
3794
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3755
|
-
"codepoint": "
|
|
3795
|
+
"codepoint": "EABE",
|
|
3756
3796
|
"className": "icon-mini-arrow-left",
|
|
3757
3797
|
"classes": ["icon-solid", "icon-mini-arrow-left"],
|
|
3758
3798
|
"bidirectional": true,
|
|
@@ -3762,7 +3802,7 @@ export var IconMiniArrowRightLine = {
|
|
|
3762
3802
|
"variant": "Line",
|
|
3763
3803
|
"glyphName": "mini-arrow-right",
|
|
3764
3804
|
"cssFile": "InstructureIcons-Line.css",
|
|
3765
|
-
"codepoint": "
|
|
3805
|
+
"codepoint": "EABF",
|
|
3766
3806
|
"className": "icon-mini-arrow-right",
|
|
3767
3807
|
"classes": ["icon-line", "icon-mini-arrow-right"],
|
|
3768
3808
|
"bidirectional": true,
|
|
@@ -3772,7 +3812,7 @@ export var IconMiniArrowRightSolid = {
|
|
|
3772
3812
|
"variant": "Solid",
|
|
3773
3813
|
"glyphName": "mini-arrow-right",
|
|
3774
3814
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3775
|
-
"codepoint": "
|
|
3815
|
+
"codepoint": "EABF",
|
|
3776
3816
|
"className": "icon-mini-arrow-right",
|
|
3777
3817
|
"classes": ["icon-solid", "icon-mini-arrow-right"],
|
|
3778
3818
|
"bidirectional": true,
|
|
@@ -3782,7 +3822,7 @@ export var IconMiniArrowStartLine = {
|
|
|
3782
3822
|
"variant": "Line",
|
|
3783
3823
|
"glyphName": "mini-arrow-start",
|
|
3784
3824
|
"cssFile": "InstructureIcons-Line.css",
|
|
3785
|
-
"codepoint": "
|
|
3825
|
+
"codepoint": "EAC0",
|
|
3786
3826
|
"className": "icon-mini-arrow-start",
|
|
3787
3827
|
"classes": ["icon-line", "icon-mini-arrow-start"],
|
|
3788
3828
|
"bidirectional": true,
|
|
@@ -3792,7 +3832,7 @@ export var IconMiniArrowStartSolid = {
|
|
|
3792
3832
|
"variant": "Solid",
|
|
3793
3833
|
"glyphName": "mini-arrow-start",
|
|
3794
3834
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3795
|
-
"codepoint": "
|
|
3835
|
+
"codepoint": "EAC0",
|
|
3796
3836
|
"className": "icon-mini-arrow-start",
|
|
3797
3837
|
"classes": ["icon-solid", "icon-mini-arrow-start"],
|
|
3798
3838
|
"bidirectional": true,
|
|
@@ -3802,7 +3842,7 @@ export var IconMiniArrowUpLine = {
|
|
|
3802
3842
|
"variant": "Line",
|
|
3803
3843
|
"glyphName": "mini-arrow-up",
|
|
3804
3844
|
"cssFile": "InstructureIcons-Line.css",
|
|
3805
|
-
"codepoint": "
|
|
3845
|
+
"codepoint": "EAC1",
|
|
3806
3846
|
"className": "icon-mini-arrow-up",
|
|
3807
3847
|
"classes": ["icon-line", "icon-mini-arrow-up"],
|
|
3808
3848
|
"bidirectional": false,
|
|
@@ -3812,7 +3852,7 @@ export var IconMiniArrowUpSolid = {
|
|
|
3812
3852
|
"variant": "Solid",
|
|
3813
3853
|
"glyphName": "mini-arrow-up",
|
|
3814
3854
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3815
|
-
"codepoint": "
|
|
3855
|
+
"codepoint": "EAC1",
|
|
3816
3856
|
"className": "icon-mini-arrow-up",
|
|
3817
3857
|
"classes": ["icon-solid", "icon-mini-arrow-up"],
|
|
3818
3858
|
"bidirectional": false,
|
|
@@ -3822,7 +3862,7 @@ export var IconMinimizeLine = {
|
|
|
3822
3862
|
"variant": "Line",
|
|
3823
3863
|
"glyphName": "minimize",
|
|
3824
3864
|
"cssFile": "InstructureIcons-Line.css",
|
|
3825
|
-
"codepoint": "
|
|
3865
|
+
"codepoint": "EAC2",
|
|
3826
3866
|
"className": "icon-minimize",
|
|
3827
3867
|
"classes": ["icon-line", "icon-minimize"],
|
|
3828
3868
|
"bidirectional": false,
|
|
@@ -3832,7 +3872,7 @@ export var IconMinimizeSolid = {
|
|
|
3832
3872
|
"variant": "Solid",
|
|
3833
3873
|
"glyphName": "minimize",
|
|
3834
3874
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3835
|
-
"codepoint": "
|
|
3875
|
+
"codepoint": "EAC2",
|
|
3836
3876
|
"className": "icon-minimize",
|
|
3837
3877
|
"classes": ["icon-solid", "icon-minimize"],
|
|
3838
3878
|
"bidirectional": false,
|
|
@@ -3842,7 +3882,7 @@ export var IconModuleLine = {
|
|
|
3842
3882
|
"variant": "Line",
|
|
3843
3883
|
"glyphName": "module",
|
|
3844
3884
|
"cssFile": "InstructureIcons-Line.css",
|
|
3845
|
-
"codepoint": "
|
|
3885
|
+
"codepoint": "EAC3",
|
|
3846
3886
|
"className": "icon-module",
|
|
3847
3887
|
"classes": ["icon-line", "icon-module"],
|
|
3848
3888
|
"bidirectional": false,
|
|
@@ -3852,7 +3892,7 @@ export var IconModuleSolid = {
|
|
|
3852
3892
|
"variant": "Solid",
|
|
3853
3893
|
"glyphName": "module",
|
|
3854
3894
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3855
|
-
"codepoint": "
|
|
3895
|
+
"codepoint": "EAC3",
|
|
3856
3896
|
"className": "icon-module",
|
|
3857
3897
|
"classes": ["icon-solid", "icon-module"],
|
|
3858
3898
|
"bidirectional": false,
|
|
@@ -3862,7 +3902,7 @@ export var IconMoreLine = {
|
|
|
3862
3902
|
"variant": "Line",
|
|
3863
3903
|
"glyphName": "more",
|
|
3864
3904
|
"cssFile": "InstructureIcons-Line.css",
|
|
3865
|
-
"codepoint": "
|
|
3905
|
+
"codepoint": "EAC4",
|
|
3866
3906
|
"className": "icon-more",
|
|
3867
3907
|
"classes": ["icon-line", "icon-more"],
|
|
3868
3908
|
"bidirectional": false,
|
|
@@ -3872,7 +3912,7 @@ export var IconMoreSolid = {
|
|
|
3872
3912
|
"variant": "Solid",
|
|
3873
3913
|
"glyphName": "more",
|
|
3874
3914
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3875
|
-
"codepoint": "
|
|
3915
|
+
"codepoint": "EAC4",
|
|
3876
3916
|
"className": "icon-more",
|
|
3877
3917
|
"classes": ["icon-solid", "icon-more"],
|
|
3878
3918
|
"bidirectional": false,
|
|
@@ -3882,7 +3922,7 @@ export var IconMoveDownBottomLine = {
|
|
|
3882
3922
|
"variant": "Line",
|
|
3883
3923
|
"glyphName": "move-down-bottom",
|
|
3884
3924
|
"cssFile": "InstructureIcons-Line.css",
|
|
3885
|
-
"codepoint": "
|
|
3925
|
+
"codepoint": "EAC5",
|
|
3886
3926
|
"className": "icon-move-down-bottom",
|
|
3887
3927
|
"classes": ["icon-line", "icon-move-down-bottom"],
|
|
3888
3928
|
"bidirectional": false,
|
|
@@ -3892,7 +3932,7 @@ export var IconMoveDownBottomSolid = {
|
|
|
3892
3932
|
"variant": "Solid",
|
|
3893
3933
|
"glyphName": "move-down-bottom",
|
|
3894
3934
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3895
|
-
"codepoint": "
|
|
3935
|
+
"codepoint": "EAC5",
|
|
3896
3936
|
"className": "icon-move-down-bottom",
|
|
3897
3937
|
"classes": ["icon-solid", "icon-move-down-bottom"],
|
|
3898
3938
|
"bidirectional": false,
|
|
@@ -3902,7 +3942,7 @@ export var IconMoveDownLine = {
|
|
|
3902
3942
|
"variant": "Line",
|
|
3903
3943
|
"glyphName": "move-down",
|
|
3904
3944
|
"cssFile": "InstructureIcons-Line.css",
|
|
3905
|
-
"codepoint": "
|
|
3945
|
+
"codepoint": "EAC6",
|
|
3906
3946
|
"className": "icon-move-down",
|
|
3907
3947
|
"classes": ["icon-line", "icon-move-down"],
|
|
3908
3948
|
"bidirectional": false,
|
|
@@ -3912,7 +3952,7 @@ export var IconMoveDownSolid = {
|
|
|
3912
3952
|
"variant": "Solid",
|
|
3913
3953
|
"glyphName": "move-down",
|
|
3914
3954
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3915
|
-
"codepoint": "
|
|
3955
|
+
"codepoint": "EAC6",
|
|
3916
3956
|
"className": "icon-move-down",
|
|
3917
3957
|
"classes": ["icon-solid", "icon-move-down"],
|
|
3918
3958
|
"bidirectional": false,
|
|
@@ -3922,7 +3962,7 @@ export var IconMoveEndLine = {
|
|
|
3922
3962
|
"variant": "Line",
|
|
3923
3963
|
"glyphName": "move-end",
|
|
3924
3964
|
"cssFile": "InstructureIcons-Line.css",
|
|
3925
|
-
"codepoint": "
|
|
3965
|
+
"codepoint": "EAC7",
|
|
3926
3966
|
"className": "icon-move-end",
|
|
3927
3967
|
"classes": ["icon-line", "icon-move-end"],
|
|
3928
3968
|
"bidirectional": true,
|
|
@@ -3932,7 +3972,7 @@ export var IconMoveEndSolid = {
|
|
|
3932
3972
|
"variant": "Solid",
|
|
3933
3973
|
"glyphName": "move-end",
|
|
3934
3974
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3935
|
-
"codepoint": "
|
|
3975
|
+
"codepoint": "EAC7",
|
|
3936
3976
|
"className": "icon-move-end",
|
|
3937
3977
|
"classes": ["icon-solid", "icon-move-end"],
|
|
3938
3978
|
"bidirectional": true,
|
|
@@ -3942,7 +3982,7 @@ export var IconMoveLeftLine = {
|
|
|
3942
3982
|
"variant": "Line",
|
|
3943
3983
|
"glyphName": "move-left",
|
|
3944
3984
|
"cssFile": "InstructureIcons-Line.css",
|
|
3945
|
-
"codepoint": "
|
|
3985
|
+
"codepoint": "EAC8",
|
|
3946
3986
|
"className": "icon-move-left",
|
|
3947
3987
|
"classes": ["icon-line", "icon-move-left"],
|
|
3948
3988
|
"bidirectional": true,
|
|
@@ -3952,7 +3992,7 @@ export var IconMoveLeftSolid = {
|
|
|
3952
3992
|
"variant": "Solid",
|
|
3953
3993
|
"glyphName": "move-left",
|
|
3954
3994
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3955
|
-
"codepoint": "
|
|
3995
|
+
"codepoint": "EAC8",
|
|
3956
3996
|
"className": "icon-move-left",
|
|
3957
3997
|
"classes": ["icon-solid", "icon-move-left"],
|
|
3958
3998
|
"bidirectional": true,
|
|
@@ -3962,7 +4002,7 @@ export var IconMoveRightLine = {
|
|
|
3962
4002
|
"variant": "Line",
|
|
3963
4003
|
"glyphName": "move-right",
|
|
3964
4004
|
"cssFile": "InstructureIcons-Line.css",
|
|
3965
|
-
"codepoint": "
|
|
4005
|
+
"codepoint": "EAC9",
|
|
3966
4006
|
"className": "icon-move-right",
|
|
3967
4007
|
"classes": ["icon-line", "icon-move-right"],
|
|
3968
4008
|
"bidirectional": true,
|
|
@@ -3972,7 +4012,7 @@ export var IconMoveRightSolid = {
|
|
|
3972
4012
|
"variant": "Solid",
|
|
3973
4013
|
"glyphName": "move-right",
|
|
3974
4014
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3975
|
-
"codepoint": "
|
|
4015
|
+
"codepoint": "EAC9",
|
|
3976
4016
|
"className": "icon-move-right",
|
|
3977
4017
|
"classes": ["icon-solid", "icon-move-right"],
|
|
3978
4018
|
"bidirectional": true,
|
|
@@ -3982,7 +4022,7 @@ export var IconMoveStartLine = {
|
|
|
3982
4022
|
"variant": "Line",
|
|
3983
4023
|
"glyphName": "move-start",
|
|
3984
4024
|
"cssFile": "InstructureIcons-Line.css",
|
|
3985
|
-
"codepoint": "
|
|
4025
|
+
"codepoint": "EACA",
|
|
3986
4026
|
"className": "icon-move-start",
|
|
3987
4027
|
"classes": ["icon-line", "icon-move-start"],
|
|
3988
4028
|
"bidirectional": true,
|
|
@@ -3992,7 +4032,7 @@ export var IconMoveStartSolid = {
|
|
|
3992
4032
|
"variant": "Solid",
|
|
3993
4033
|
"glyphName": "move-start",
|
|
3994
4034
|
"cssFile": "InstructureIcons-Solid.css",
|
|
3995
|
-
"codepoint": "
|
|
4035
|
+
"codepoint": "EACA",
|
|
3996
4036
|
"className": "icon-move-start",
|
|
3997
4037
|
"classes": ["icon-solid", "icon-move-start"],
|
|
3998
4038
|
"bidirectional": true,
|
|
@@ -4002,7 +4042,7 @@ export var IconMoveUpTopLine = {
|
|
|
4002
4042
|
"variant": "Line",
|
|
4003
4043
|
"glyphName": "move-up-top",
|
|
4004
4044
|
"cssFile": "InstructureIcons-Line.css",
|
|
4005
|
-
"codepoint": "
|
|
4045
|
+
"codepoint": "EACB",
|
|
4006
4046
|
"className": "icon-move-up-top",
|
|
4007
4047
|
"classes": ["icon-line", "icon-move-up-top"],
|
|
4008
4048
|
"bidirectional": false,
|
|
@@ -4012,7 +4052,7 @@ export var IconMoveUpTopSolid = {
|
|
|
4012
4052
|
"variant": "Solid",
|
|
4013
4053
|
"glyphName": "move-up-top",
|
|
4014
4054
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4015
|
-
"codepoint": "
|
|
4055
|
+
"codepoint": "EACB",
|
|
4016
4056
|
"className": "icon-move-up-top",
|
|
4017
4057
|
"classes": ["icon-solid", "icon-move-up-top"],
|
|
4018
4058
|
"bidirectional": false,
|
|
@@ -4022,7 +4062,7 @@ export var IconMoveUpLine = {
|
|
|
4022
4062
|
"variant": "Line",
|
|
4023
4063
|
"glyphName": "move-up",
|
|
4024
4064
|
"cssFile": "InstructureIcons-Line.css",
|
|
4025
|
-
"codepoint": "
|
|
4065
|
+
"codepoint": "EACC",
|
|
4026
4066
|
"className": "icon-move-up",
|
|
4027
4067
|
"classes": ["icon-line", "icon-move-up"],
|
|
4028
4068
|
"bidirectional": false,
|
|
@@ -4032,7 +4072,7 @@ export var IconMoveUpSolid = {
|
|
|
4032
4072
|
"variant": "Solid",
|
|
4033
4073
|
"glyphName": "move-up",
|
|
4034
4074
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4035
|
-
"codepoint": "
|
|
4075
|
+
"codepoint": "EACC",
|
|
4036
4076
|
"className": "icon-move-up",
|
|
4037
4077
|
"classes": ["icon-solid", "icon-move-up"],
|
|
4038
4078
|
"bidirectional": false,
|
|
@@ -4042,7 +4082,7 @@ export var IconMsExcelLine = {
|
|
|
4042
4082
|
"variant": "Line",
|
|
4043
4083
|
"glyphName": "ms-excel",
|
|
4044
4084
|
"cssFile": "InstructureIcons-Line.css",
|
|
4045
|
-
"codepoint": "
|
|
4085
|
+
"codepoint": "EACD",
|
|
4046
4086
|
"className": "icon-ms-excel",
|
|
4047
4087
|
"classes": ["icon-line", "icon-ms-excel"],
|
|
4048
4088
|
"bidirectional": false,
|
|
@@ -4052,7 +4092,7 @@ export var IconMsExcelSolid = {
|
|
|
4052
4092
|
"variant": "Solid",
|
|
4053
4093
|
"glyphName": "ms-excel",
|
|
4054
4094
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4055
|
-
"codepoint": "
|
|
4095
|
+
"codepoint": "EACD",
|
|
4056
4096
|
"className": "icon-ms-excel",
|
|
4057
4097
|
"classes": ["icon-solid", "icon-ms-excel"],
|
|
4058
4098
|
"bidirectional": false,
|
|
@@ -4062,7 +4102,7 @@ export var IconMsPptLine = {
|
|
|
4062
4102
|
"variant": "Line",
|
|
4063
4103
|
"glyphName": "ms-ppt",
|
|
4064
4104
|
"cssFile": "InstructureIcons-Line.css",
|
|
4065
|
-
"codepoint": "
|
|
4105
|
+
"codepoint": "EACE",
|
|
4066
4106
|
"className": "icon-ms-ppt",
|
|
4067
4107
|
"classes": ["icon-line", "icon-ms-ppt"],
|
|
4068
4108
|
"bidirectional": false,
|
|
@@ -4072,7 +4112,7 @@ export var IconMsPptSolid = {
|
|
|
4072
4112
|
"variant": "Solid",
|
|
4073
4113
|
"glyphName": "ms-ppt",
|
|
4074
4114
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4075
|
-
"codepoint": "
|
|
4115
|
+
"codepoint": "EACE",
|
|
4076
4116
|
"className": "icon-ms-ppt",
|
|
4077
4117
|
"classes": ["icon-solid", "icon-ms-ppt"],
|
|
4078
4118
|
"bidirectional": false,
|
|
@@ -4082,7 +4122,7 @@ export var IconMsWordLine = {
|
|
|
4082
4122
|
"variant": "Line",
|
|
4083
4123
|
"glyphName": "ms-word",
|
|
4084
4124
|
"cssFile": "InstructureIcons-Line.css",
|
|
4085
|
-
"codepoint": "
|
|
4125
|
+
"codepoint": "EACF",
|
|
4086
4126
|
"className": "icon-ms-word",
|
|
4087
4127
|
"classes": ["icon-line", "icon-ms-word"],
|
|
4088
4128
|
"bidirectional": false,
|
|
@@ -4092,7 +4132,7 @@ export var IconMsWordSolid = {
|
|
|
4092
4132
|
"variant": "Solid",
|
|
4093
4133
|
"glyphName": "ms-word",
|
|
4094
4134
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4095
|
-
"codepoint": "
|
|
4135
|
+
"codepoint": "EACF",
|
|
4096
4136
|
"className": "icon-ms-word",
|
|
4097
4137
|
"classes": ["icon-solid", "icon-ms-word"],
|
|
4098
4138
|
"bidirectional": false,
|
|
@@ -4102,7 +4142,7 @@ export var IconMutedLine = {
|
|
|
4102
4142
|
"variant": "Line",
|
|
4103
4143
|
"glyphName": "muted",
|
|
4104
4144
|
"cssFile": "InstructureIcons-Line.css",
|
|
4105
|
-
"codepoint": "
|
|
4145
|
+
"codepoint": "EAD0",
|
|
4106
4146
|
"className": "icon-muted",
|
|
4107
4147
|
"classes": ["icon-line", "icon-muted"],
|
|
4108
4148
|
"bidirectional": false,
|
|
@@ -4112,7 +4152,7 @@ export var IconMutedSolid = {
|
|
|
4112
4152
|
"variant": "Solid",
|
|
4113
4153
|
"glyphName": "muted",
|
|
4114
4154
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4115
|
-
"codepoint": "
|
|
4155
|
+
"codepoint": "EAD0",
|
|
4116
4156
|
"className": "icon-muted",
|
|
4117
4157
|
"classes": ["icon-solid", "icon-muted"],
|
|
4118
4158
|
"bidirectional": false,
|
|
@@ -4122,7 +4162,7 @@ export var IconNextUnreadLine = {
|
|
|
4122
4162
|
"variant": "Line",
|
|
4123
4163
|
"glyphName": "next-unread",
|
|
4124
4164
|
"cssFile": "InstructureIcons-Line.css",
|
|
4125
|
-
"codepoint": "
|
|
4165
|
+
"codepoint": "EAD1",
|
|
4126
4166
|
"className": "icon-next-unread",
|
|
4127
4167
|
"classes": ["icon-line", "icon-next-unread"],
|
|
4128
4168
|
"bidirectional": true,
|
|
@@ -4132,7 +4172,7 @@ export var IconNextUnreadSolid = {
|
|
|
4132
4172
|
"variant": "Solid",
|
|
4133
4173
|
"glyphName": "next-unread",
|
|
4134
4174
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4135
|
-
"codepoint": "
|
|
4175
|
+
"codepoint": "EAD1",
|
|
4136
4176
|
"className": "icon-next-unread",
|
|
4137
4177
|
"classes": ["icon-solid", "icon-next-unread"],
|
|
4138
4178
|
"bidirectional": true,
|
|
@@ -4142,7 +4182,7 @@ export var IconNoLine = {
|
|
|
4142
4182
|
"variant": "Line",
|
|
4143
4183
|
"glyphName": "no",
|
|
4144
4184
|
"cssFile": "InstructureIcons-Line.css",
|
|
4145
|
-
"codepoint": "
|
|
4185
|
+
"codepoint": "EAD2",
|
|
4146
4186
|
"className": "icon-no",
|
|
4147
4187
|
"classes": ["icon-line", "icon-no"],
|
|
4148
4188
|
"bidirectional": false,
|
|
@@ -4152,7 +4192,7 @@ export var IconNoSolid = {
|
|
|
4152
4192
|
"variant": "Solid",
|
|
4153
4193
|
"glyphName": "no",
|
|
4154
4194
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4155
|
-
"codepoint": "
|
|
4195
|
+
"codepoint": "EAD2",
|
|
4156
4196
|
"className": "icon-no",
|
|
4157
4197
|
"classes": ["icon-solid", "icon-no"],
|
|
4158
4198
|
"bidirectional": false,
|
|
@@ -4162,7 +4202,7 @@ export var IconNotGradedLine = {
|
|
|
4162
4202
|
"variant": "Line",
|
|
4163
4203
|
"glyphName": "not-graded",
|
|
4164
4204
|
"cssFile": "InstructureIcons-Line.css",
|
|
4165
|
-
"codepoint": "
|
|
4205
|
+
"codepoint": "EAD3",
|
|
4166
4206
|
"className": "icon-not-graded",
|
|
4167
4207
|
"classes": ["icon-line", "icon-not-graded"],
|
|
4168
4208
|
"bidirectional": true,
|
|
@@ -4172,7 +4212,7 @@ export var IconNotGradedSolid = {
|
|
|
4172
4212
|
"variant": "Solid",
|
|
4173
4213
|
"glyphName": "not-graded",
|
|
4174
4214
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4175
|
-
"codepoint": "
|
|
4215
|
+
"codepoint": "EAD3",
|
|
4176
4216
|
"className": "icon-not-graded",
|
|
4177
4217
|
"classes": ["icon-solid", "icon-not-graded"],
|
|
4178
4218
|
"bidirectional": true,
|
|
@@ -4182,7 +4222,7 @@ export var IconNoteDarkLine = {
|
|
|
4182
4222
|
"variant": "Line",
|
|
4183
4223
|
"glyphName": "note-dark",
|
|
4184
4224
|
"cssFile": "InstructureIcons-Line.css",
|
|
4185
|
-
"codepoint": "
|
|
4225
|
+
"codepoint": "EAD4",
|
|
4186
4226
|
"className": "icon-note-dark",
|
|
4187
4227
|
"classes": ["icon-line", "icon-note-dark"],
|
|
4188
4228
|
"bidirectional": false,
|
|
@@ -4192,7 +4232,7 @@ export var IconNoteDarkSolid = {
|
|
|
4192
4232
|
"variant": "Solid",
|
|
4193
4233
|
"glyphName": "note-dark",
|
|
4194
4234
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4195
|
-
"codepoint": "
|
|
4235
|
+
"codepoint": "EAD4",
|
|
4196
4236
|
"className": "icon-note-dark",
|
|
4197
4237
|
"classes": ["icon-solid", "icon-note-dark"],
|
|
4198
4238
|
"bidirectional": false,
|
|
@@ -4202,7 +4242,7 @@ export var IconNoteLightLine = {
|
|
|
4202
4242
|
"variant": "Line",
|
|
4203
4243
|
"glyphName": "note-light",
|
|
4204
4244
|
"cssFile": "InstructureIcons-Line.css",
|
|
4205
|
-
"codepoint": "
|
|
4245
|
+
"codepoint": "EAD5",
|
|
4206
4246
|
"className": "icon-note-light",
|
|
4207
4247
|
"classes": ["icon-line", "icon-note-light"],
|
|
4208
4248
|
"bidirectional": false,
|
|
@@ -4212,7 +4252,7 @@ export var IconNoteLightSolid = {
|
|
|
4212
4252
|
"variant": "Solid",
|
|
4213
4253
|
"glyphName": "note-light",
|
|
4214
4254
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4215
|
-
"codepoint": "
|
|
4255
|
+
"codepoint": "EAD5",
|
|
4216
4256
|
"className": "icon-note-light",
|
|
4217
4257
|
"classes": ["icon-solid", "icon-note-light"],
|
|
4218
4258
|
"bidirectional": false,
|
|
@@ -4222,7 +4262,7 @@ export var IconNoteLine = {
|
|
|
4222
4262
|
"variant": "Line",
|
|
4223
4263
|
"glyphName": "note",
|
|
4224
4264
|
"cssFile": "InstructureIcons-Line.css",
|
|
4225
|
-
"codepoint": "
|
|
4265
|
+
"codepoint": "EAD6",
|
|
4226
4266
|
"className": "icon-note",
|
|
4227
4267
|
"classes": ["icon-line", "icon-note"],
|
|
4228
4268
|
"bidirectional": true,
|
|
@@ -4232,7 +4272,7 @@ export var IconNoteSolid = {
|
|
|
4232
4272
|
"variant": "Solid",
|
|
4233
4273
|
"glyphName": "note",
|
|
4234
4274
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4235
|
-
"codepoint": "
|
|
4275
|
+
"codepoint": "EAD6",
|
|
4236
4276
|
"className": "icon-note",
|
|
4237
4277
|
"classes": ["icon-solid", "icon-note"],
|
|
4238
4278
|
"bidirectional": true,
|
|
@@ -4242,7 +4282,7 @@ export var IconNotepadLine = {
|
|
|
4242
4282
|
"variant": "Line",
|
|
4243
4283
|
"glyphName": "notepad",
|
|
4244
4284
|
"cssFile": "InstructureIcons-Line.css",
|
|
4245
|
-
"codepoint": "
|
|
4285
|
+
"codepoint": "EAD7",
|
|
4246
4286
|
"className": "icon-notepad",
|
|
4247
4287
|
"classes": ["icon-line", "icon-notepad"],
|
|
4248
4288
|
"bidirectional": false,
|
|
@@ -4252,7 +4292,7 @@ export var IconNotepadSolid = {
|
|
|
4252
4292
|
"variant": "Solid",
|
|
4253
4293
|
"glyphName": "notepad",
|
|
4254
4294
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4255
|
-
"codepoint": "
|
|
4295
|
+
"codepoint": "EAD7",
|
|
4256
4296
|
"className": "icon-notepad",
|
|
4257
4297
|
"classes": ["icon-solid", "icon-notepad"],
|
|
4258
4298
|
"bidirectional": false,
|
|
@@ -4262,7 +4302,7 @@ export var IconNumberedListLine = {
|
|
|
4262
4302
|
"variant": "Line",
|
|
4263
4303
|
"glyphName": "numbered-list",
|
|
4264
4304
|
"cssFile": "InstructureIcons-Line.css",
|
|
4265
|
-
"codepoint": "
|
|
4305
|
+
"codepoint": "EAD8",
|
|
4266
4306
|
"className": "icon-numbered-list",
|
|
4267
4307
|
"classes": ["icon-line", "icon-numbered-list"],
|
|
4268
4308
|
"bidirectional": false,
|
|
@@ -4272,7 +4312,7 @@ export var IconNumberedListSolid = {
|
|
|
4272
4312
|
"variant": "Solid",
|
|
4273
4313
|
"glyphName": "numbered-list",
|
|
4274
4314
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4275
|
-
"codepoint": "
|
|
4315
|
+
"codepoint": "EAD8",
|
|
4276
4316
|
"className": "icon-numbered-list",
|
|
4277
4317
|
"classes": ["icon-solid", "icon-numbered-list"],
|
|
4278
4318
|
"bidirectional": false,
|
|
@@ -4282,7 +4322,7 @@ export var IconOffLine = {
|
|
|
4282
4322
|
"variant": "Line",
|
|
4283
4323
|
"glyphName": "off",
|
|
4284
4324
|
"cssFile": "InstructureIcons-Line.css",
|
|
4285
|
-
"codepoint": "
|
|
4325
|
+
"codepoint": "EAD9",
|
|
4286
4326
|
"className": "icon-off",
|
|
4287
4327
|
"classes": ["icon-line", "icon-off"],
|
|
4288
4328
|
"bidirectional": false,
|
|
@@ -4292,7 +4332,7 @@ export var IconOffSolid = {
|
|
|
4292
4332
|
"variant": "Solid",
|
|
4293
4333
|
"glyphName": "off",
|
|
4294
4334
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4295
|
-
"codepoint": "
|
|
4335
|
+
"codepoint": "EAD9",
|
|
4296
4336
|
"className": "icon-off",
|
|
4297
4337
|
"classes": ["icon-solid", "icon-off"],
|
|
4298
4338
|
"bidirectional": false,
|
|
@@ -4302,7 +4342,7 @@ export var IconOpenFolderLine = {
|
|
|
4302
4342
|
"variant": "Line",
|
|
4303
4343
|
"glyphName": "open-folder",
|
|
4304
4344
|
"cssFile": "InstructureIcons-Line.css",
|
|
4305
|
-
"codepoint": "
|
|
4345
|
+
"codepoint": "EADA",
|
|
4306
4346
|
"className": "icon-open-folder",
|
|
4307
4347
|
"classes": ["icon-line", "icon-open-folder"],
|
|
4308
4348
|
"bidirectional": true,
|
|
@@ -4312,7 +4352,7 @@ export var IconOpenFolderSolid = {
|
|
|
4312
4352
|
"variant": "Solid",
|
|
4313
4353
|
"glyphName": "open-folder",
|
|
4314
4354
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4315
|
-
"codepoint": "
|
|
4355
|
+
"codepoint": "EADA",
|
|
4316
4356
|
"className": "icon-open-folder",
|
|
4317
4357
|
"classes": ["icon-solid", "icon-open-folder"],
|
|
4318
4358
|
"bidirectional": true,
|
|
@@ -4322,7 +4362,7 @@ export var IconOutcomesLine = {
|
|
|
4322
4362
|
"variant": "Line",
|
|
4323
4363
|
"glyphName": "outcomes",
|
|
4324
4364
|
"cssFile": "InstructureIcons-Line.css",
|
|
4325
|
-
"codepoint": "
|
|
4365
|
+
"codepoint": "EADB",
|
|
4326
4366
|
"className": "icon-outcomes",
|
|
4327
4367
|
"classes": ["icon-line", "icon-outcomes"],
|
|
4328
4368
|
"bidirectional": false,
|
|
@@ -4332,7 +4372,7 @@ export var IconOutcomesSolid = {
|
|
|
4332
4372
|
"variant": "Solid",
|
|
4333
4373
|
"glyphName": "outcomes",
|
|
4334
4374
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4335
|
-
"codepoint": "
|
|
4375
|
+
"codepoint": "EADB",
|
|
4336
4376
|
"className": "icon-outcomes",
|
|
4337
4377
|
"classes": ["icon-solid", "icon-outcomes"],
|
|
4338
4378
|
"bidirectional": false,
|
|
@@ -4342,7 +4382,7 @@ export var IconOutdentLine = {
|
|
|
4342
4382
|
"variant": "Line",
|
|
4343
4383
|
"glyphName": "outdent",
|
|
4344
4384
|
"cssFile": "InstructureIcons-Line.css",
|
|
4345
|
-
"codepoint": "
|
|
4385
|
+
"codepoint": "EADC",
|
|
4346
4386
|
"className": "icon-outdent",
|
|
4347
4387
|
"classes": ["icon-line", "icon-outdent"],
|
|
4348
4388
|
"bidirectional": true,
|
|
@@ -4352,7 +4392,7 @@ export var IconOutdentSolid = {
|
|
|
4352
4392
|
"variant": "Solid",
|
|
4353
4393
|
"glyphName": "outdent",
|
|
4354
4394
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4355
|
-
"codepoint": "
|
|
4395
|
+
"codepoint": "EADC",
|
|
4356
4396
|
"className": "icon-outdent",
|
|
4357
4397
|
"classes": ["icon-solid", "icon-outdent"],
|
|
4358
4398
|
"bidirectional": true,
|
|
@@ -4362,7 +4402,7 @@ export var IconOutdent2Line = {
|
|
|
4362
4402
|
"variant": "Line",
|
|
4363
4403
|
"glyphName": "outdent2",
|
|
4364
4404
|
"cssFile": "InstructureIcons-Line.css",
|
|
4365
|
-
"codepoint": "
|
|
4405
|
+
"codepoint": "EADD",
|
|
4366
4406
|
"className": "icon-outdent2",
|
|
4367
4407
|
"classes": ["icon-line", "icon-outdent2"],
|
|
4368
4408
|
"bidirectional": true,
|
|
@@ -4372,7 +4412,7 @@ export var IconOutdent2Solid = {
|
|
|
4372
4412
|
"variant": "Solid",
|
|
4373
4413
|
"glyphName": "outdent2",
|
|
4374
4414
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4375
|
-
"codepoint": "
|
|
4415
|
+
"codepoint": "EADD",
|
|
4376
4416
|
"className": "icon-outdent2",
|
|
4377
4417
|
"classes": ["icon-solid", "icon-outdent2"],
|
|
4378
4418
|
"bidirectional": true,
|
|
@@ -4382,7 +4422,7 @@ export var IconOvalHalfLine = {
|
|
|
4382
4422
|
"variant": "Line",
|
|
4383
4423
|
"glyphName": "oval-half",
|
|
4384
4424
|
"cssFile": "InstructureIcons-Line.css",
|
|
4385
|
-
"codepoint": "
|
|
4425
|
+
"codepoint": "EADE",
|
|
4386
4426
|
"className": "icon-oval-half",
|
|
4387
4427
|
"classes": ["icon-line", "icon-oval-half"],
|
|
4388
4428
|
"bidirectional": false,
|
|
@@ -4392,7 +4432,7 @@ export var IconOvalHalfSolid = {
|
|
|
4392
4432
|
"variant": "Solid",
|
|
4393
4433
|
"glyphName": "oval-half",
|
|
4394
4434
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4395
|
-
"codepoint": "
|
|
4435
|
+
"codepoint": "EADE",
|
|
4396
4436
|
"className": "icon-oval-half",
|
|
4397
4437
|
"classes": ["icon-solid", "icon-oval-half"],
|
|
4398
4438
|
"bidirectional": false,
|
|
@@ -4402,7 +4442,7 @@ export var IconPageDownLine = {
|
|
|
4402
4442
|
"variant": "Line",
|
|
4403
4443
|
"glyphName": "page-down",
|
|
4404
4444
|
"cssFile": "InstructureIcons-Line.css",
|
|
4405
|
-
"codepoint": "
|
|
4445
|
+
"codepoint": "EADF",
|
|
4406
4446
|
"className": "icon-page-down",
|
|
4407
4447
|
"classes": ["icon-line", "icon-page-down"],
|
|
4408
4448
|
"bidirectional": false,
|
|
@@ -4412,7 +4452,7 @@ export var IconPageDownSolid = {
|
|
|
4412
4452
|
"variant": "Solid",
|
|
4413
4453
|
"glyphName": "page-down",
|
|
4414
4454
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4415
|
-
"codepoint": "
|
|
4455
|
+
"codepoint": "EADF",
|
|
4416
4456
|
"className": "icon-page-down",
|
|
4417
4457
|
"classes": ["icon-solid", "icon-page-down"],
|
|
4418
4458
|
"bidirectional": false,
|
|
@@ -4422,7 +4462,7 @@ export var IconPageUpLine = {
|
|
|
4422
4462
|
"variant": "Line",
|
|
4423
4463
|
"glyphName": "page-up",
|
|
4424
4464
|
"cssFile": "InstructureIcons-Line.css",
|
|
4425
|
-
"codepoint": "
|
|
4465
|
+
"codepoint": "EAE0",
|
|
4426
4466
|
"className": "icon-page-up",
|
|
4427
4467
|
"classes": ["icon-line", "icon-page-up"],
|
|
4428
4468
|
"bidirectional": false,
|
|
@@ -4432,7 +4472,7 @@ export var IconPageUpSolid = {
|
|
|
4432
4472
|
"variant": "Solid",
|
|
4433
4473
|
"glyphName": "page-up",
|
|
4434
4474
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4435
|
-
"codepoint": "
|
|
4475
|
+
"codepoint": "EAE0",
|
|
4436
4476
|
"className": "icon-page-up",
|
|
4437
4477
|
"classes": ["icon-solid", "icon-page-up"],
|
|
4438
4478
|
"bidirectional": false,
|
|
@@ -4442,7 +4482,7 @@ export var IconPaintLine = {
|
|
|
4442
4482
|
"variant": "Line",
|
|
4443
4483
|
"glyphName": "paint",
|
|
4444
4484
|
"cssFile": "InstructureIcons-Line.css",
|
|
4445
|
-
"codepoint": "
|
|
4485
|
+
"codepoint": "EAE1",
|
|
4446
4486
|
"className": "icon-paint",
|
|
4447
4487
|
"classes": ["icon-line", "icon-paint"],
|
|
4448
4488
|
"bidirectional": false,
|
|
@@ -4452,7 +4492,7 @@ export var IconPaintSolid = {
|
|
|
4452
4492
|
"variant": "Solid",
|
|
4453
4493
|
"glyphName": "paint",
|
|
4454
4494
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4455
|
-
"codepoint": "
|
|
4495
|
+
"codepoint": "EAE1",
|
|
4456
4496
|
"className": "icon-paint",
|
|
4457
4497
|
"classes": ["icon-solid", "icon-paint"],
|
|
4458
4498
|
"bidirectional": false,
|
|
@@ -4462,7 +4502,7 @@ export var IconPaperclipLine = {
|
|
|
4462
4502
|
"variant": "Line",
|
|
4463
4503
|
"glyphName": "paperclip",
|
|
4464
4504
|
"cssFile": "InstructureIcons-Line.css",
|
|
4465
|
-
"codepoint": "
|
|
4505
|
+
"codepoint": "EAE2",
|
|
4466
4506
|
"className": "icon-paperclip",
|
|
4467
4507
|
"classes": ["icon-line", "icon-paperclip"],
|
|
4468
4508
|
"bidirectional": false,
|
|
@@ -4472,7 +4512,7 @@ export var IconPaperclipSolid = {
|
|
|
4472
4512
|
"variant": "Solid",
|
|
4473
4513
|
"glyphName": "paperclip",
|
|
4474
4514
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4475
|
-
"codepoint": "
|
|
4515
|
+
"codepoint": "EAE2",
|
|
4476
4516
|
"className": "icon-paperclip",
|
|
4477
4517
|
"classes": ["icon-solid", "icon-paperclip"],
|
|
4478
4518
|
"bidirectional": false,
|
|
@@ -4482,7 +4522,7 @@ export var IconPartialLine = {
|
|
|
4482
4522
|
"variant": "Line",
|
|
4483
4523
|
"glyphName": "partial",
|
|
4484
4524
|
"cssFile": "InstructureIcons-Line.css",
|
|
4485
|
-
"codepoint": "
|
|
4525
|
+
"codepoint": "EAE3",
|
|
4486
4526
|
"className": "icon-partial",
|
|
4487
4527
|
"classes": ["icon-line", "icon-partial"],
|
|
4488
4528
|
"bidirectional": false,
|
|
@@ -4492,7 +4532,7 @@ export var IconPartialSolid = {
|
|
|
4492
4532
|
"variant": "Solid",
|
|
4493
4533
|
"glyphName": "partial",
|
|
4494
4534
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4495
|
-
"codepoint": "
|
|
4535
|
+
"codepoint": "EAE3",
|
|
4496
4536
|
"className": "icon-partial",
|
|
4497
4537
|
"classes": ["icon-solid", "icon-partial"],
|
|
4498
4538
|
"bidirectional": false,
|
|
@@ -4502,7 +4542,7 @@ export var IconPauseLine = {
|
|
|
4502
4542
|
"variant": "Line",
|
|
4503
4543
|
"glyphName": "pause",
|
|
4504
4544
|
"cssFile": "InstructureIcons-Line.css",
|
|
4505
|
-
"codepoint": "
|
|
4545
|
+
"codepoint": "EAE4",
|
|
4506
4546
|
"className": "icon-pause",
|
|
4507
4547
|
"classes": ["icon-line", "icon-pause"],
|
|
4508
4548
|
"bidirectional": false,
|
|
@@ -4512,7 +4552,7 @@ export var IconPauseSolid = {
|
|
|
4512
4552
|
"variant": "Solid",
|
|
4513
4553
|
"glyphName": "pause",
|
|
4514
4554
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4515
|
-
"codepoint": "
|
|
4555
|
+
"codepoint": "EAE4",
|
|
4516
4556
|
"className": "icon-pause",
|
|
4517
4557
|
"classes": ["icon-solid", "icon-pause"],
|
|
4518
4558
|
"bidirectional": false,
|
|
@@ -4522,7 +4562,7 @@ export var IconPdfLine = {
|
|
|
4522
4562
|
"variant": "Line",
|
|
4523
4563
|
"glyphName": "pdf",
|
|
4524
4564
|
"cssFile": "InstructureIcons-Line.css",
|
|
4525
|
-
"codepoint": "
|
|
4565
|
+
"codepoint": "EAE5",
|
|
4526
4566
|
"className": "icon-pdf",
|
|
4527
4567
|
"classes": ["icon-line", "icon-pdf"],
|
|
4528
4568
|
"bidirectional": false,
|
|
@@ -4532,7 +4572,7 @@ export var IconPdfSolid = {
|
|
|
4532
4572
|
"variant": "Solid",
|
|
4533
4573
|
"glyphName": "pdf",
|
|
4534
4574
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4535
|
-
"codepoint": "
|
|
4575
|
+
"codepoint": "EAE5",
|
|
4536
4576
|
"className": "icon-pdf",
|
|
4537
4577
|
"classes": ["icon-solid", "icon-pdf"],
|
|
4538
4578
|
"bidirectional": false,
|
|
@@ -4542,7 +4582,7 @@ export var IconPeerGradedLine = {
|
|
|
4542
4582
|
"variant": "Line",
|
|
4543
4583
|
"glyphName": "peer-graded",
|
|
4544
4584
|
"cssFile": "InstructureIcons-Line.css",
|
|
4545
|
-
"codepoint": "
|
|
4585
|
+
"codepoint": "EAE6",
|
|
4546
4586
|
"className": "icon-peer-graded",
|
|
4547
4587
|
"classes": ["icon-line", "icon-peer-graded"],
|
|
4548
4588
|
"bidirectional": false,
|
|
@@ -4552,7 +4592,7 @@ export var IconPeerGradedSolid = {
|
|
|
4552
4592
|
"variant": "Solid",
|
|
4553
4593
|
"glyphName": "peer-graded",
|
|
4554
4594
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4555
|
-
"codepoint": "
|
|
4595
|
+
"codepoint": "EAE6",
|
|
4556
4596
|
"className": "icon-peer-graded",
|
|
4557
4597
|
"classes": ["icon-solid", "icon-peer-graded"],
|
|
4558
4598
|
"bidirectional": false,
|
|
@@ -4562,7 +4602,7 @@ export var IconPeerReviewLine = {
|
|
|
4562
4602
|
"variant": "Line",
|
|
4563
4603
|
"glyphName": "peer-review",
|
|
4564
4604
|
"cssFile": "InstructureIcons-Line.css",
|
|
4565
|
-
"codepoint": "
|
|
4605
|
+
"codepoint": "EAE7",
|
|
4566
4606
|
"className": "icon-peer-review",
|
|
4567
4607
|
"classes": ["icon-line", "icon-peer-review"],
|
|
4568
4608
|
"bidirectional": false,
|
|
@@ -4572,7 +4612,7 @@ export var IconPeerReviewSolid = {
|
|
|
4572
4612
|
"variant": "Solid",
|
|
4573
4613
|
"glyphName": "peer-review",
|
|
4574
4614
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4575
|
-
"codepoint": "
|
|
4615
|
+
"codepoint": "EAE7",
|
|
4576
4616
|
"className": "icon-peer-review",
|
|
4577
4617
|
"classes": ["icon-solid", "icon-peer-review"],
|
|
4578
4618
|
"bidirectional": false,
|
|
@@ -4582,7 +4622,7 @@ export var IconPermissionsLine = {
|
|
|
4582
4622
|
"variant": "Line",
|
|
4583
4623
|
"glyphName": "permissions",
|
|
4584
4624
|
"cssFile": "InstructureIcons-Line.css",
|
|
4585
|
-
"codepoint": "
|
|
4625
|
+
"codepoint": "EAE8",
|
|
4586
4626
|
"className": "icon-permissions",
|
|
4587
4627
|
"classes": ["icon-line", "icon-permissions"],
|
|
4588
4628
|
"bidirectional": false,
|
|
@@ -4592,7 +4632,7 @@ export var IconPermissionsSolid = {
|
|
|
4592
4632
|
"variant": "Solid",
|
|
4593
4633
|
"glyphName": "permissions",
|
|
4594
4634
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4595
|
-
"codepoint": "
|
|
4635
|
+
"codepoint": "EAE8",
|
|
4596
4636
|
"className": "icon-permissions",
|
|
4597
4637
|
"classes": ["icon-solid", "icon-permissions"],
|
|
4598
4638
|
"bidirectional": false,
|
|
@@ -4602,7 +4642,7 @@ export var IconPinLine = {
|
|
|
4602
4642
|
"variant": "Line",
|
|
4603
4643
|
"glyphName": "pin",
|
|
4604
4644
|
"cssFile": "InstructureIcons-Line.css",
|
|
4605
|
-
"codepoint": "
|
|
4645
|
+
"codepoint": "EAE9",
|
|
4606
4646
|
"className": "icon-pin",
|
|
4607
4647
|
"classes": ["icon-line", "icon-pin"],
|
|
4608
4648
|
"bidirectional": false,
|
|
@@ -4612,7 +4652,7 @@ export var IconPinSolid = {
|
|
|
4612
4652
|
"variant": "Solid",
|
|
4613
4653
|
"glyphName": "pin",
|
|
4614
4654
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4615
|
-
"codepoint": "
|
|
4655
|
+
"codepoint": "EAE9",
|
|
4616
4656
|
"className": "icon-pin",
|
|
4617
4657
|
"classes": ["icon-solid", "icon-pin"],
|
|
4618
4658
|
"bidirectional": false,
|
|
@@ -4622,7 +4662,7 @@ export var IconPinterestLine = {
|
|
|
4622
4662
|
"variant": "Line",
|
|
4623
4663
|
"glyphName": "pinterest",
|
|
4624
4664
|
"cssFile": "InstructureIcons-Line.css",
|
|
4625
|
-
"codepoint": "
|
|
4665
|
+
"codepoint": "EAEA",
|
|
4626
4666
|
"className": "icon-pinterest",
|
|
4627
4667
|
"classes": ["icon-line", "icon-pinterest"],
|
|
4628
4668
|
"bidirectional": false,
|
|
@@ -4632,7 +4672,7 @@ export var IconPinterestSolid = {
|
|
|
4632
4672
|
"variant": "Solid",
|
|
4633
4673
|
"glyphName": "pinterest",
|
|
4634
4674
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4635
|
-
"codepoint": "
|
|
4675
|
+
"codepoint": "EAEA",
|
|
4636
4676
|
"className": "icon-pinterest",
|
|
4637
4677
|
"classes": ["icon-solid", "icon-pinterest"],
|
|
4638
4678
|
"bidirectional": false,
|
|
@@ -4642,7 +4682,7 @@ export var IconPlayLine = {
|
|
|
4642
4682
|
"variant": "Line",
|
|
4643
4683
|
"glyphName": "play",
|
|
4644
4684
|
"cssFile": "InstructureIcons-Line.css",
|
|
4645
|
-
"codepoint": "
|
|
4685
|
+
"codepoint": "EAEB",
|
|
4646
4686
|
"className": "icon-play",
|
|
4647
4687
|
"classes": ["icon-line", "icon-play"],
|
|
4648
4688
|
"bidirectional": false,
|
|
@@ -4652,7 +4692,7 @@ export var IconPlaySolid = {
|
|
|
4652
4692
|
"variant": "Solid",
|
|
4653
4693
|
"glyphName": "play",
|
|
4654
4694
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4655
|
-
"codepoint": "
|
|
4695
|
+
"codepoint": "EAEB",
|
|
4656
4696
|
"className": "icon-play",
|
|
4657
4697
|
"classes": ["icon-solid", "icon-play"],
|
|
4658
4698
|
"bidirectional": false,
|
|
@@ -4662,7 +4702,7 @@ export var IconPlusLine = {
|
|
|
4662
4702
|
"variant": "Line",
|
|
4663
4703
|
"glyphName": "plus",
|
|
4664
4704
|
"cssFile": "InstructureIcons-Line.css",
|
|
4665
|
-
"codepoint": "
|
|
4705
|
+
"codepoint": "EAEC",
|
|
4666
4706
|
"className": "icon-plus",
|
|
4667
4707
|
"classes": ["icon-line", "icon-plus"],
|
|
4668
4708
|
"bidirectional": false,
|
|
@@ -4672,7 +4712,7 @@ export var IconPlusSolid = {
|
|
|
4672
4712
|
"variant": "Solid",
|
|
4673
4713
|
"glyphName": "plus",
|
|
4674
4714
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4675
|
-
"codepoint": "
|
|
4715
|
+
"codepoint": "EAEC",
|
|
4676
4716
|
"className": "icon-plus",
|
|
4677
4717
|
"classes": ["icon-solid", "icon-plus"],
|
|
4678
4718
|
"bidirectional": false,
|
|
@@ -4682,7 +4722,7 @@ export var IconPostToSisLine = {
|
|
|
4682
4722
|
"variant": "Line",
|
|
4683
4723
|
"glyphName": "post-to-sis",
|
|
4684
4724
|
"cssFile": "InstructureIcons-Line.css",
|
|
4685
|
-
"codepoint": "
|
|
4725
|
+
"codepoint": "EAED",
|
|
4686
4726
|
"className": "icon-post-to-sis",
|
|
4687
4727
|
"classes": ["icon-line", "icon-post-to-sis"],
|
|
4688
4728
|
"bidirectional": false,
|
|
@@ -4692,7 +4732,7 @@ export var IconPostToSisSolid = {
|
|
|
4692
4732
|
"variant": "Solid",
|
|
4693
4733
|
"glyphName": "post-to-sis",
|
|
4694
4734
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4695
|
-
"codepoint": "
|
|
4735
|
+
"codepoint": "EAED",
|
|
4696
4736
|
"className": "icon-post-to-sis",
|
|
4697
4737
|
"classes": ["icon-solid", "icon-post-to-sis"],
|
|
4698
4738
|
"bidirectional": false,
|
|
@@ -4702,7 +4742,7 @@ export var IconPrerequisiteLine = {
|
|
|
4702
4742
|
"variant": "Line",
|
|
4703
4743
|
"glyphName": "prerequisite",
|
|
4704
4744
|
"cssFile": "InstructureIcons-Line.css",
|
|
4705
|
-
"codepoint": "
|
|
4745
|
+
"codepoint": "EAEE",
|
|
4706
4746
|
"className": "icon-prerequisite",
|
|
4707
4747
|
"classes": ["icon-line", "icon-prerequisite"],
|
|
4708
4748
|
"bidirectional": false,
|
|
@@ -4712,7 +4752,7 @@ export var IconPrerequisiteSolid = {
|
|
|
4712
4752
|
"variant": "Solid",
|
|
4713
4753
|
"glyphName": "prerequisite",
|
|
4714
4754
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4715
|
-
"codepoint": "
|
|
4755
|
+
"codepoint": "EAEE",
|
|
4716
4756
|
"className": "icon-prerequisite",
|
|
4717
4757
|
"classes": ["icon-solid", "icon-prerequisite"],
|
|
4718
4758
|
"bidirectional": false,
|
|
@@ -4722,7 +4762,7 @@ export var IconPrinterLine = {
|
|
|
4722
4762
|
"variant": "Line",
|
|
4723
4763
|
"glyphName": "printer",
|
|
4724
4764
|
"cssFile": "InstructureIcons-Line.css",
|
|
4725
|
-
"codepoint": "
|
|
4765
|
+
"codepoint": "EAEF",
|
|
4726
4766
|
"className": "icon-printer",
|
|
4727
4767
|
"classes": ["icon-line", "icon-printer"],
|
|
4728
4768
|
"bidirectional": false,
|
|
@@ -4732,7 +4772,7 @@ export var IconPrinterSolid = {
|
|
|
4732
4772
|
"variant": "Solid",
|
|
4733
4773
|
"glyphName": "printer",
|
|
4734
4774
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4735
|
-
"codepoint": "
|
|
4775
|
+
"codepoint": "EAEF",
|
|
4736
4776
|
"className": "icon-printer",
|
|
4737
4777
|
"classes": ["icon-solid", "icon-printer"],
|
|
4738
4778
|
"bidirectional": false,
|
|
@@ -4742,7 +4782,7 @@ export var IconProgressLine = {
|
|
|
4742
4782
|
"variant": "Line",
|
|
4743
4783
|
"glyphName": "progress",
|
|
4744
4784
|
"cssFile": "InstructureIcons-Line.css",
|
|
4745
|
-
"codepoint": "
|
|
4785
|
+
"codepoint": "EAF0",
|
|
4746
4786
|
"className": "icon-progress",
|
|
4747
4787
|
"classes": ["icon-line", "icon-progress"],
|
|
4748
4788
|
"bidirectional": false,
|
|
@@ -4752,7 +4792,7 @@ export var IconProgressSolid = {
|
|
|
4752
4792
|
"variant": "Solid",
|
|
4753
4793
|
"glyphName": "progress",
|
|
4754
4794
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4755
|
-
"codepoint": "
|
|
4795
|
+
"codepoint": "EAF0",
|
|
4756
4796
|
"className": "icon-progress",
|
|
4757
4797
|
"classes": ["icon-solid", "icon-progress"],
|
|
4758
4798
|
"bidirectional": false,
|
|
@@ -4762,7 +4802,7 @@ export var IconProtractorLine = {
|
|
|
4762
4802
|
"variant": "Line",
|
|
4763
4803
|
"glyphName": "protractor",
|
|
4764
4804
|
"cssFile": "InstructureIcons-Line.css",
|
|
4765
|
-
"codepoint": "
|
|
4805
|
+
"codepoint": "EAF1",
|
|
4766
4806
|
"className": "icon-protractor",
|
|
4767
4807
|
"classes": ["icon-line", "icon-protractor"],
|
|
4768
4808
|
"bidirectional": false,
|
|
@@ -4772,7 +4812,7 @@ export var IconProtractorSolid = {
|
|
|
4772
4812
|
"variant": "Solid",
|
|
4773
4813
|
"glyphName": "protractor",
|
|
4774
4814
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4775
|
-
"codepoint": "
|
|
4815
|
+
"codepoint": "EAF1",
|
|
4776
4816
|
"className": "icon-protractor",
|
|
4777
4817
|
"classes": ["icon-solid", "icon-protractor"],
|
|
4778
4818
|
"bidirectional": false,
|
|
@@ -4782,7 +4822,7 @@ export var IconPublishLine = {
|
|
|
4782
4822
|
"variant": "Line",
|
|
4783
4823
|
"glyphName": "publish",
|
|
4784
4824
|
"cssFile": "InstructureIcons-Line.css",
|
|
4785
|
-
"codepoint": "
|
|
4825
|
+
"codepoint": "EAF2",
|
|
4786
4826
|
"className": "icon-publish",
|
|
4787
4827
|
"classes": ["icon-line", "icon-publish"],
|
|
4788
4828
|
"bidirectional": false,
|
|
@@ -4792,7 +4832,7 @@ export var IconPublishSolid = {
|
|
|
4792
4832
|
"variant": "Solid",
|
|
4793
4833
|
"glyphName": "publish",
|
|
4794
4834
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4795
|
-
"codepoint": "
|
|
4835
|
+
"codepoint": "EAF2",
|
|
4796
4836
|
"className": "icon-publish",
|
|
4797
4837
|
"classes": ["icon-solid", "icon-publish"],
|
|
4798
4838
|
"bidirectional": false,
|
|
@@ -4802,7 +4842,7 @@ export var IconQuestionLine = {
|
|
|
4802
4842
|
"variant": "Line",
|
|
4803
4843
|
"glyphName": "question",
|
|
4804
4844
|
"cssFile": "InstructureIcons-Line.css",
|
|
4805
|
-
"codepoint": "
|
|
4845
|
+
"codepoint": "EAF3",
|
|
4806
4846
|
"className": "icon-question",
|
|
4807
4847
|
"classes": ["icon-line", "icon-question"],
|
|
4808
4848
|
"bidirectional": false,
|
|
@@ -4812,7 +4852,7 @@ export var IconQuestionSolid = {
|
|
|
4812
4852
|
"variant": "Solid",
|
|
4813
4853
|
"glyphName": "question",
|
|
4814
4854
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4815
|
-
"codepoint": "
|
|
4855
|
+
"codepoint": "EAF3",
|
|
4816
4856
|
"className": "icon-question",
|
|
4817
4857
|
"classes": ["icon-solid", "icon-question"],
|
|
4818
4858
|
"bidirectional": false,
|
|
@@ -4822,7 +4862,7 @@ export var IconQuizInstructionsLine = {
|
|
|
4822
4862
|
"variant": "Line",
|
|
4823
4863
|
"glyphName": "quiz-instructions",
|
|
4824
4864
|
"cssFile": "InstructureIcons-Line.css",
|
|
4825
|
-
"codepoint": "
|
|
4865
|
+
"codepoint": "EAF4",
|
|
4826
4866
|
"className": "icon-quiz-instructions",
|
|
4827
4867
|
"classes": ["icon-line", "icon-quiz-instructions"],
|
|
4828
4868
|
"bidirectional": false,
|
|
@@ -4832,7 +4872,7 @@ export var IconQuizInstructionsSolid = {
|
|
|
4832
4872
|
"variant": "Solid",
|
|
4833
4873
|
"glyphName": "quiz-instructions",
|
|
4834
4874
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4835
|
-
"codepoint": "
|
|
4875
|
+
"codepoint": "EAF4",
|
|
4836
4876
|
"className": "icon-quiz-instructions",
|
|
4837
4877
|
"classes": ["icon-solid", "icon-quiz-instructions"],
|
|
4838
4878
|
"bidirectional": false,
|
|
@@ -4842,7 +4882,7 @@ export var IconQuizStatsAvgLine = {
|
|
|
4842
4882
|
"variant": "Line",
|
|
4843
4883
|
"glyphName": "quiz-stats-avg",
|
|
4844
4884
|
"cssFile": "InstructureIcons-Line.css",
|
|
4845
|
-
"codepoint": "
|
|
4885
|
+
"codepoint": "EAF5",
|
|
4846
4886
|
"className": "icon-quiz-stats-avg",
|
|
4847
4887
|
"classes": ["icon-line", "icon-quiz-stats-avg"],
|
|
4848
4888
|
"bidirectional": false,
|
|
@@ -4852,7 +4892,7 @@ export var IconQuizStatsAvgSolid = {
|
|
|
4852
4892
|
"variant": "Solid",
|
|
4853
4893
|
"glyphName": "quiz-stats-avg",
|
|
4854
4894
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4855
|
-
"codepoint": "
|
|
4895
|
+
"codepoint": "EAF5",
|
|
4856
4896
|
"className": "icon-quiz-stats-avg",
|
|
4857
4897
|
"classes": ["icon-solid", "icon-quiz-stats-avg"],
|
|
4858
4898
|
"bidirectional": false,
|
|
@@ -4862,7 +4902,7 @@ export var IconQuizStatsCronbachsAlphaLine = {
|
|
|
4862
4902
|
"variant": "Line",
|
|
4863
4903
|
"glyphName": "quiz-stats-cronbachs-alpha",
|
|
4864
4904
|
"cssFile": "InstructureIcons-Line.css",
|
|
4865
|
-
"codepoint": "
|
|
4905
|
+
"codepoint": "EAF6",
|
|
4866
4906
|
"className": "icon-quiz-stats-cronbachs-alpha",
|
|
4867
4907
|
"classes": ["icon-line", "icon-quiz-stats-cronbachs-alpha"],
|
|
4868
4908
|
"bidirectional": false,
|
|
@@ -4872,7 +4912,7 @@ export var IconQuizStatsCronbachsAlphaSolid = {
|
|
|
4872
4912
|
"variant": "Solid",
|
|
4873
4913
|
"glyphName": "quiz-stats-cronbachs-alpha",
|
|
4874
4914
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4875
|
-
"codepoint": "
|
|
4915
|
+
"codepoint": "EAF6",
|
|
4876
4916
|
"className": "icon-quiz-stats-cronbachs-alpha",
|
|
4877
4917
|
"classes": ["icon-solid", "icon-quiz-stats-cronbachs-alpha"],
|
|
4878
4918
|
"bidirectional": false,
|
|
@@ -4882,7 +4922,7 @@ export var IconQuizStatsDeviationLine = {
|
|
|
4882
4922
|
"variant": "Line",
|
|
4883
4923
|
"glyphName": "quiz-stats-deviation",
|
|
4884
4924
|
"cssFile": "InstructureIcons-Line.css",
|
|
4885
|
-
"codepoint": "
|
|
4925
|
+
"codepoint": "EAF7",
|
|
4886
4926
|
"className": "icon-quiz-stats-deviation",
|
|
4887
4927
|
"classes": ["icon-line", "icon-quiz-stats-deviation"],
|
|
4888
4928
|
"bidirectional": false,
|
|
@@ -4892,7 +4932,7 @@ export var IconQuizStatsDeviationSolid = {
|
|
|
4892
4932
|
"variant": "Solid",
|
|
4893
4933
|
"glyphName": "quiz-stats-deviation",
|
|
4894
4934
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4895
|
-
"codepoint": "
|
|
4935
|
+
"codepoint": "EAF7",
|
|
4896
4936
|
"className": "icon-quiz-stats-deviation",
|
|
4897
4937
|
"classes": ["icon-solid", "icon-quiz-stats-deviation"],
|
|
4898
4938
|
"bidirectional": false,
|
|
@@ -4902,7 +4942,7 @@ export var IconQuizStatsHighLine = {
|
|
|
4902
4942
|
"variant": "Line",
|
|
4903
4943
|
"glyphName": "quiz-stats-high",
|
|
4904
4944
|
"cssFile": "InstructureIcons-Line.css",
|
|
4905
|
-
"codepoint": "
|
|
4945
|
+
"codepoint": "EAF8",
|
|
4906
4946
|
"className": "icon-quiz-stats-high",
|
|
4907
4947
|
"classes": ["icon-line", "icon-quiz-stats-high"],
|
|
4908
4948
|
"bidirectional": true,
|
|
@@ -4912,7 +4952,7 @@ export var IconQuizStatsHighSolid = {
|
|
|
4912
4952
|
"variant": "Solid",
|
|
4913
4953
|
"glyphName": "quiz-stats-high",
|
|
4914
4954
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4915
|
-
"codepoint": "
|
|
4955
|
+
"codepoint": "EAF8",
|
|
4916
4956
|
"className": "icon-quiz-stats-high",
|
|
4917
4957
|
"classes": ["icon-solid", "icon-quiz-stats-high"],
|
|
4918
4958
|
"bidirectional": true,
|
|
@@ -4922,7 +4962,7 @@ export var IconQuizStatsLowLine = {
|
|
|
4922
4962
|
"variant": "Line",
|
|
4923
4963
|
"glyphName": "quiz-stats-low",
|
|
4924
4964
|
"cssFile": "InstructureIcons-Line.css",
|
|
4925
|
-
"codepoint": "
|
|
4965
|
+
"codepoint": "EAF9",
|
|
4926
4966
|
"className": "icon-quiz-stats-low",
|
|
4927
4967
|
"classes": ["icon-line", "icon-quiz-stats-low"],
|
|
4928
4968
|
"bidirectional": true,
|
|
@@ -4932,7 +4972,7 @@ export var IconQuizStatsLowSolid = {
|
|
|
4932
4972
|
"variant": "Solid",
|
|
4933
4973
|
"glyphName": "quiz-stats-low",
|
|
4934
4974
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4935
|
-
"codepoint": "
|
|
4975
|
+
"codepoint": "EAF9",
|
|
4936
4976
|
"className": "icon-quiz-stats-low",
|
|
4937
4977
|
"classes": ["icon-solid", "icon-quiz-stats-low"],
|
|
4938
4978
|
"bidirectional": true,
|
|
@@ -4942,7 +4982,7 @@ export var IconQuizStatsTimeLine = {
|
|
|
4942
4982
|
"variant": "Line",
|
|
4943
4983
|
"glyphName": "quiz-stats-time",
|
|
4944
4984
|
"cssFile": "InstructureIcons-Line.css",
|
|
4945
|
-
"codepoint": "
|
|
4985
|
+
"codepoint": "EAFA",
|
|
4946
4986
|
"className": "icon-quiz-stats-time",
|
|
4947
4987
|
"classes": ["icon-line", "icon-quiz-stats-time"],
|
|
4948
4988
|
"bidirectional": false,
|
|
@@ -4952,7 +4992,7 @@ export var IconQuizStatsTimeSolid = {
|
|
|
4952
4992
|
"variant": "Solid",
|
|
4953
4993
|
"glyphName": "quiz-stats-time",
|
|
4954
4994
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4955
|
-
"codepoint": "
|
|
4995
|
+
"codepoint": "EAFA",
|
|
4956
4996
|
"className": "icon-quiz-stats-time",
|
|
4957
4997
|
"classes": ["icon-solid", "icon-quiz-stats-time"],
|
|
4958
4998
|
"bidirectional": false,
|
|
@@ -4962,7 +5002,7 @@ export var IconQuizTitleLine = {
|
|
|
4962
5002
|
"variant": "Line",
|
|
4963
5003
|
"glyphName": "quiz-title",
|
|
4964
5004
|
"cssFile": "InstructureIcons-Line.css",
|
|
4965
|
-
"codepoint": "
|
|
5005
|
+
"codepoint": "EAFB",
|
|
4966
5006
|
"className": "icon-quiz-title",
|
|
4967
5007
|
"classes": ["icon-line", "icon-quiz-title"],
|
|
4968
5008
|
"bidirectional": false,
|
|
@@ -4972,7 +5012,7 @@ export var IconQuizTitleSolid = {
|
|
|
4972
5012
|
"variant": "Solid",
|
|
4973
5013
|
"glyphName": "quiz-title",
|
|
4974
5014
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4975
|
-
"codepoint": "
|
|
5015
|
+
"codepoint": "EAFB",
|
|
4976
5016
|
"className": "icon-quiz-title",
|
|
4977
5017
|
"classes": ["icon-solid", "icon-quiz-title"],
|
|
4978
5018
|
"bidirectional": false,
|
|
@@ -4982,7 +5022,7 @@ export var IconQuizLine = {
|
|
|
4982
5022
|
"variant": "Line",
|
|
4983
5023
|
"glyphName": "quiz",
|
|
4984
5024
|
"cssFile": "InstructureIcons-Line.css",
|
|
4985
|
-
"codepoint": "
|
|
5025
|
+
"codepoint": "EAFC",
|
|
4986
5026
|
"className": "icon-quiz",
|
|
4987
5027
|
"classes": ["icon-line", "icon-quiz"],
|
|
4988
5028
|
"bidirectional": true,
|
|
@@ -4992,7 +5032,7 @@ export var IconQuizSolid = {
|
|
|
4992
5032
|
"variant": "Solid",
|
|
4993
5033
|
"glyphName": "quiz",
|
|
4994
5034
|
"cssFile": "InstructureIcons-Solid.css",
|
|
4995
|
-
"codepoint": "
|
|
5035
|
+
"codepoint": "EAFC",
|
|
4996
5036
|
"className": "icon-quiz",
|
|
4997
5037
|
"classes": ["icon-solid", "icon-quiz"],
|
|
4998
5038
|
"bidirectional": true,
|
|
@@ -5002,7 +5042,7 @@ export var IconRecordLine = {
|
|
|
5002
5042
|
"variant": "Line",
|
|
5003
5043
|
"glyphName": "record",
|
|
5004
5044
|
"cssFile": "InstructureIcons-Line.css",
|
|
5005
|
-
"codepoint": "
|
|
5045
|
+
"codepoint": "EAFD",
|
|
5006
5046
|
"className": "icon-record",
|
|
5007
5047
|
"classes": ["icon-line", "icon-record"],
|
|
5008
5048
|
"bidirectional": false,
|
|
@@ -5012,7 +5052,7 @@ export var IconRecordSolid = {
|
|
|
5012
5052
|
"variant": "Solid",
|
|
5013
5053
|
"glyphName": "record",
|
|
5014
5054
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5015
|
-
"codepoint": "
|
|
5055
|
+
"codepoint": "EAFD",
|
|
5016
5056
|
"className": "icon-record",
|
|
5017
5057
|
"classes": ["icon-solid", "icon-record"],
|
|
5018
5058
|
"bidirectional": false,
|
|
@@ -5022,7 +5062,7 @@ export var IconRefreshLine = {
|
|
|
5022
5062
|
"variant": "Line",
|
|
5023
5063
|
"glyphName": "refresh",
|
|
5024
5064
|
"cssFile": "InstructureIcons-Line.css",
|
|
5025
|
-
"codepoint": "
|
|
5065
|
+
"codepoint": "EAFE",
|
|
5026
5066
|
"className": "icon-refresh",
|
|
5027
5067
|
"classes": ["icon-line", "icon-refresh"],
|
|
5028
5068
|
"bidirectional": false,
|
|
@@ -5032,7 +5072,7 @@ export var IconRefreshSolid = {
|
|
|
5032
5072
|
"variant": "Solid",
|
|
5033
5073
|
"glyphName": "refresh",
|
|
5034
5074
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5035
|
-
"codepoint": "
|
|
5075
|
+
"codepoint": "EAFE",
|
|
5036
5076
|
"className": "icon-refresh",
|
|
5037
5077
|
"classes": ["icon-solid", "icon-refresh"],
|
|
5038
5078
|
"bidirectional": false,
|
|
@@ -5042,7 +5082,7 @@ export var IconRemoveBookmarkLine = {
|
|
|
5042
5082
|
"variant": "Line",
|
|
5043
5083
|
"glyphName": "remove-bookmark",
|
|
5044
5084
|
"cssFile": "InstructureIcons-Line.css",
|
|
5045
|
-
"codepoint": "
|
|
5085
|
+
"codepoint": "EAFF",
|
|
5046
5086
|
"className": "icon-remove-bookmark",
|
|
5047
5087
|
"classes": ["icon-line", "icon-remove-bookmark"],
|
|
5048
5088
|
"bidirectional": false,
|
|
@@ -5052,7 +5092,7 @@ export var IconRemoveBookmarkSolid = {
|
|
|
5052
5092
|
"variant": "Solid",
|
|
5053
5093
|
"glyphName": "remove-bookmark",
|
|
5054
5094
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5055
|
-
"codepoint": "
|
|
5095
|
+
"codepoint": "EAFF",
|
|
5056
5096
|
"className": "icon-remove-bookmark",
|
|
5057
5097
|
"classes": ["icon-solid", "icon-remove-bookmark"],
|
|
5058
5098
|
"bidirectional": false,
|
|
@@ -5062,7 +5102,7 @@ export var IconRemoveFromCollectionLine = {
|
|
|
5062
5102
|
"variant": "Line",
|
|
5063
5103
|
"glyphName": "remove-from-collection",
|
|
5064
5104
|
"cssFile": "InstructureIcons-Line.css",
|
|
5065
|
-
"codepoint": "
|
|
5105
|
+
"codepoint": "EB00",
|
|
5066
5106
|
"className": "icon-remove-from-collection",
|
|
5067
5107
|
"classes": ["icon-line", "icon-remove-from-collection"],
|
|
5068
5108
|
"bidirectional": false,
|
|
@@ -5072,7 +5112,7 @@ export var IconRemoveFromCollectionSolid = {
|
|
|
5072
5112
|
"variant": "Solid",
|
|
5073
5113
|
"glyphName": "remove-from-collection",
|
|
5074
5114
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5075
|
-
"codepoint": "
|
|
5115
|
+
"codepoint": "EB00",
|
|
5076
5116
|
"className": "icon-remove-from-collection",
|
|
5077
5117
|
"classes": ["icon-solid", "icon-remove-from-collection"],
|
|
5078
5118
|
"bidirectional": false,
|
|
@@ -5082,7 +5122,7 @@ export var IconRemoveLinkLine = {
|
|
|
5082
5122
|
"variant": "Line",
|
|
5083
5123
|
"glyphName": "remove-link",
|
|
5084
5124
|
"cssFile": "InstructureIcons-Line.css",
|
|
5085
|
-
"codepoint": "
|
|
5125
|
+
"codepoint": "EB01",
|
|
5086
5126
|
"className": "icon-remove-link",
|
|
5087
5127
|
"classes": ["icon-line", "icon-remove-link"],
|
|
5088
5128
|
"bidirectional": false,
|
|
@@ -5092,7 +5132,7 @@ export var IconRemoveLinkSolid = {
|
|
|
5092
5132
|
"variant": "Solid",
|
|
5093
5133
|
"glyphName": "remove-link",
|
|
5094
5134
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5095
|
-
"codepoint": "
|
|
5135
|
+
"codepoint": "EB01",
|
|
5096
5136
|
"className": "icon-remove-link",
|
|
5097
5137
|
"classes": ["icon-solid", "icon-remove-link"],
|
|
5098
5138
|
"bidirectional": false,
|
|
@@ -5102,7 +5142,7 @@ export var IconRepliedLine = {
|
|
|
5102
5142
|
"variant": "Line",
|
|
5103
5143
|
"glyphName": "replied",
|
|
5104
5144
|
"cssFile": "InstructureIcons-Line.css",
|
|
5105
|
-
"codepoint": "
|
|
5145
|
+
"codepoint": "EB02",
|
|
5106
5146
|
"className": "icon-replied",
|
|
5107
5147
|
"classes": ["icon-line", "icon-replied"],
|
|
5108
5148
|
"bidirectional": true,
|
|
@@ -5112,7 +5152,7 @@ export var IconRepliedSolid = {
|
|
|
5112
5152
|
"variant": "Solid",
|
|
5113
5153
|
"glyphName": "replied",
|
|
5114
5154
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5115
|
-
"codepoint": "
|
|
5155
|
+
"codepoint": "EB02",
|
|
5116
5156
|
"className": "icon-replied",
|
|
5117
5157
|
"classes": ["icon-solid", "icon-replied"],
|
|
5118
5158
|
"bidirectional": true,
|
|
@@ -5122,7 +5162,7 @@ export var IconReply2Line = {
|
|
|
5122
5162
|
"variant": "Line",
|
|
5123
5163
|
"glyphName": "reply-2",
|
|
5124
5164
|
"cssFile": "InstructureIcons-Line.css",
|
|
5125
|
-
"codepoint": "
|
|
5165
|
+
"codepoint": "EB03",
|
|
5126
5166
|
"className": "icon-reply-2",
|
|
5127
5167
|
"classes": ["icon-line", "icon-reply-2"],
|
|
5128
5168
|
"bidirectional": true,
|
|
@@ -5132,7 +5172,7 @@ export var IconReply2Solid = {
|
|
|
5132
5172
|
"variant": "Solid",
|
|
5133
5173
|
"glyphName": "reply-2",
|
|
5134
5174
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5135
|
-
"codepoint": "
|
|
5175
|
+
"codepoint": "EB03",
|
|
5136
5176
|
"className": "icon-reply-2",
|
|
5137
5177
|
"classes": ["icon-solid", "icon-reply-2"],
|
|
5138
5178
|
"bidirectional": true,
|
|
@@ -5142,7 +5182,7 @@ export var IconReplyAll2Line = {
|
|
|
5142
5182
|
"variant": "Line",
|
|
5143
5183
|
"glyphName": "reply-all-2",
|
|
5144
5184
|
"cssFile": "InstructureIcons-Line.css",
|
|
5145
|
-
"codepoint": "
|
|
5185
|
+
"codepoint": "EB04",
|
|
5146
5186
|
"className": "icon-reply-all-2",
|
|
5147
5187
|
"classes": ["icon-line", "icon-reply-all-2"],
|
|
5148
5188
|
"bidirectional": true,
|
|
@@ -5152,7 +5192,7 @@ export var IconReplyAll2Solid = {
|
|
|
5152
5192
|
"variant": "Solid",
|
|
5153
5193
|
"glyphName": "reply-all-2",
|
|
5154
5194
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5155
|
-
"codepoint": "
|
|
5195
|
+
"codepoint": "EB04",
|
|
5156
5196
|
"className": "icon-reply-all-2",
|
|
5157
5197
|
"classes": ["icon-solid", "icon-reply-all-2"],
|
|
5158
5198
|
"bidirectional": true,
|
|
@@ -5162,7 +5202,7 @@ export var IconReplyLine = {
|
|
|
5162
5202
|
"variant": "Line",
|
|
5163
5203
|
"glyphName": "reply",
|
|
5164
5204
|
"cssFile": "InstructureIcons-Line.css",
|
|
5165
|
-
"codepoint": "
|
|
5205
|
+
"codepoint": "EB05",
|
|
5166
5206
|
"className": "icon-reply",
|
|
5167
5207
|
"classes": ["icon-line", "icon-reply"],
|
|
5168
5208
|
"bidirectional": true,
|
|
@@ -5172,7 +5212,7 @@ export var IconReplySolid = {
|
|
|
5172
5212
|
"variant": "Solid",
|
|
5173
5213
|
"glyphName": "reply",
|
|
5174
5214
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5175
|
-
"codepoint": "
|
|
5215
|
+
"codepoint": "EB05",
|
|
5176
5216
|
"className": "icon-reply",
|
|
5177
5217
|
"classes": ["icon-solid", "icon-reply"],
|
|
5178
5218
|
"bidirectional": true,
|
|
@@ -5182,7 +5222,7 @@ export var IconResetLine = {
|
|
|
5182
5222
|
"variant": "Line",
|
|
5183
5223
|
"glyphName": "reset",
|
|
5184
5224
|
"cssFile": "InstructureIcons-Line.css",
|
|
5185
|
-
"codepoint": "
|
|
5225
|
+
"codepoint": "EB06",
|
|
5186
5226
|
"className": "icon-reset",
|
|
5187
5227
|
"classes": ["icon-line", "icon-reset"],
|
|
5188
5228
|
"bidirectional": false,
|
|
@@ -5192,7 +5232,7 @@ export var IconResetSolid = {
|
|
|
5192
5232
|
"variant": "Solid",
|
|
5193
5233
|
"glyphName": "reset",
|
|
5194
5234
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5195
|
-
"codepoint": "
|
|
5235
|
+
"codepoint": "EB06",
|
|
5196
5236
|
"className": "icon-reset",
|
|
5197
5237
|
"classes": ["icon-solid", "icon-reset"],
|
|
5198
5238
|
"bidirectional": false,
|
|
@@ -5202,7 +5242,7 @@ export var IconReviewScreenLine = {
|
|
|
5202
5242
|
"variant": "Line",
|
|
5203
5243
|
"glyphName": "review-screen",
|
|
5204
5244
|
"cssFile": "InstructureIcons-Line.css",
|
|
5205
|
-
"codepoint": "
|
|
5245
|
+
"codepoint": "EB07",
|
|
5206
5246
|
"className": "icon-review-screen",
|
|
5207
5247
|
"classes": ["icon-line", "icon-review-screen"],
|
|
5208
5248
|
"bidirectional": false,
|
|
@@ -5212,7 +5252,7 @@ export var IconReviewScreenSolid = {
|
|
|
5212
5252
|
"variant": "Solid",
|
|
5213
5253
|
"glyphName": "review-screen",
|
|
5214
5254
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5215
|
-
"codepoint": "
|
|
5255
|
+
"codepoint": "EB07",
|
|
5216
5256
|
"className": "icon-review-screen",
|
|
5217
5257
|
"classes": ["icon-solid", "icon-review-screen"],
|
|
5218
5258
|
"bidirectional": false,
|
|
@@ -5222,7 +5262,7 @@ export var IconRewindLine = {
|
|
|
5222
5262
|
"variant": "Line",
|
|
5223
5263
|
"glyphName": "rewind",
|
|
5224
5264
|
"cssFile": "InstructureIcons-Line.css",
|
|
5225
|
-
"codepoint": "
|
|
5265
|
+
"codepoint": "EB08",
|
|
5226
5266
|
"className": "icon-rewind",
|
|
5227
5267
|
"classes": ["icon-line", "icon-rewind"],
|
|
5228
5268
|
"bidirectional": false,
|
|
@@ -5232,7 +5272,7 @@ export var IconRewindSolid = {
|
|
|
5232
5272
|
"variant": "Solid",
|
|
5233
5273
|
"glyphName": "rewind",
|
|
5234
5274
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5235
|
-
"codepoint": "
|
|
5275
|
+
"codepoint": "EB08",
|
|
5236
5276
|
"className": "icon-rewind",
|
|
5237
5277
|
"classes": ["icon-solid", "icon-rewind"],
|
|
5238
5278
|
"bidirectional": false,
|
|
@@ -5242,7 +5282,7 @@ export var IconRotateLeftLine = {
|
|
|
5242
5282
|
"variant": "Line",
|
|
5243
5283
|
"glyphName": "rotate-left",
|
|
5244
5284
|
"cssFile": "InstructureIcons-Line.css",
|
|
5245
|
-
"codepoint": "
|
|
5285
|
+
"codepoint": "EB09",
|
|
5246
5286
|
"className": "icon-rotate-left",
|
|
5247
5287
|
"classes": ["icon-line", "icon-rotate-left"],
|
|
5248
5288
|
"bidirectional": false,
|
|
@@ -5252,7 +5292,7 @@ export var IconRotateLeftSolid = {
|
|
|
5252
5292
|
"variant": "Solid",
|
|
5253
5293
|
"glyphName": "rotate-left",
|
|
5254
5294
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5255
|
-
"codepoint": "
|
|
5295
|
+
"codepoint": "EB09",
|
|
5256
5296
|
"className": "icon-rotate-left",
|
|
5257
5297
|
"classes": ["icon-solid", "icon-rotate-left"],
|
|
5258
5298
|
"bidirectional": false,
|
|
@@ -5262,7 +5302,7 @@ export var IconRotateRightLine = {
|
|
|
5262
5302
|
"variant": "Line",
|
|
5263
5303
|
"glyphName": "rotate-right",
|
|
5264
5304
|
"cssFile": "InstructureIcons-Line.css",
|
|
5265
|
-
"codepoint": "
|
|
5305
|
+
"codepoint": "EB0A",
|
|
5266
5306
|
"className": "icon-rotate-right",
|
|
5267
5307
|
"classes": ["icon-line", "icon-rotate-right"],
|
|
5268
5308
|
"bidirectional": false,
|
|
@@ -5272,7 +5312,7 @@ export var IconRotateRightSolid = {
|
|
|
5272
5312
|
"variant": "Solid",
|
|
5273
5313
|
"glyphName": "rotate-right",
|
|
5274
5314
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5275
|
-
"codepoint": "
|
|
5315
|
+
"codepoint": "EB0A",
|
|
5276
5316
|
"className": "icon-rotate-right",
|
|
5277
5317
|
"classes": ["icon-solid", "icon-rotate-right"],
|
|
5278
5318
|
"bidirectional": false,
|
|
@@ -5282,7 +5322,7 @@ export var IconRssAddLine = {
|
|
|
5282
5322
|
"variant": "Line",
|
|
5283
5323
|
"glyphName": "rss-add",
|
|
5284
5324
|
"cssFile": "InstructureIcons-Line.css",
|
|
5285
|
-
"codepoint": "
|
|
5325
|
+
"codepoint": "EB0B",
|
|
5286
5326
|
"className": "icon-rss-add",
|
|
5287
5327
|
"classes": ["icon-line", "icon-rss-add"],
|
|
5288
5328
|
"bidirectional": false,
|
|
@@ -5292,7 +5332,7 @@ export var IconRssAddSolid = {
|
|
|
5292
5332
|
"variant": "Solid",
|
|
5293
5333
|
"glyphName": "rss-add",
|
|
5294
5334
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5295
|
-
"codepoint": "
|
|
5335
|
+
"codepoint": "EB0B",
|
|
5296
5336
|
"className": "icon-rss-add",
|
|
5297
5337
|
"classes": ["icon-solid", "icon-rss-add"],
|
|
5298
5338
|
"bidirectional": false,
|
|
@@ -5302,7 +5342,7 @@ export var IconRssLine = {
|
|
|
5302
5342
|
"variant": "Line",
|
|
5303
5343
|
"glyphName": "rss",
|
|
5304
5344
|
"cssFile": "InstructureIcons-Line.css",
|
|
5305
|
-
"codepoint": "
|
|
5345
|
+
"codepoint": "EB0C",
|
|
5306
5346
|
"className": "icon-rss",
|
|
5307
5347
|
"classes": ["icon-line", "icon-rss"],
|
|
5308
5348
|
"bidirectional": false,
|
|
@@ -5312,7 +5352,7 @@ export var IconRssSolid = {
|
|
|
5312
5352
|
"variant": "Solid",
|
|
5313
5353
|
"glyphName": "rss",
|
|
5314
5354
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5315
|
-
"codepoint": "
|
|
5355
|
+
"codepoint": "EB0C",
|
|
5316
5356
|
"className": "icon-rss",
|
|
5317
5357
|
"classes": ["icon-solid", "icon-rss"],
|
|
5318
5358
|
"bidirectional": false,
|
|
@@ -5322,7 +5362,7 @@ export var IconRubricDarkLine = {
|
|
|
5322
5362
|
"variant": "Line",
|
|
5323
5363
|
"glyphName": "rubric-dark",
|
|
5324
5364
|
"cssFile": "InstructureIcons-Line.css",
|
|
5325
|
-
"codepoint": "
|
|
5365
|
+
"codepoint": "EB0D",
|
|
5326
5366
|
"className": "icon-rubric-dark",
|
|
5327
5367
|
"classes": ["icon-line", "icon-rubric-dark"],
|
|
5328
5368
|
"bidirectional": true,
|
|
@@ -5332,7 +5372,7 @@ export var IconRubricDarkSolid = {
|
|
|
5332
5372
|
"variant": "Solid",
|
|
5333
5373
|
"glyphName": "rubric-dark",
|
|
5334
5374
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5335
|
-
"codepoint": "
|
|
5375
|
+
"codepoint": "EB0D",
|
|
5336
5376
|
"className": "icon-rubric-dark",
|
|
5337
5377
|
"classes": ["icon-solid", "icon-rubric-dark"],
|
|
5338
5378
|
"bidirectional": true,
|
|
@@ -5342,7 +5382,7 @@ export var IconRubricLine = {
|
|
|
5342
5382
|
"variant": "Line",
|
|
5343
5383
|
"glyphName": "rubric",
|
|
5344
5384
|
"cssFile": "InstructureIcons-Line.css",
|
|
5345
|
-
"codepoint": "
|
|
5385
|
+
"codepoint": "EB0E",
|
|
5346
5386
|
"className": "icon-rubric",
|
|
5347
5387
|
"classes": ["icon-line", "icon-rubric"],
|
|
5348
5388
|
"bidirectional": true,
|
|
@@ -5352,7 +5392,7 @@ export var IconRubricSolid = {
|
|
|
5352
5392
|
"variant": "Solid",
|
|
5353
5393
|
"glyphName": "rubric",
|
|
5354
5394
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5355
|
-
"codepoint": "
|
|
5395
|
+
"codepoint": "EB0E",
|
|
5356
5396
|
"className": "icon-rubric",
|
|
5357
5397
|
"classes": ["icon-solid", "icon-rubric"],
|
|
5358
5398
|
"bidirectional": true,
|
|
@@ -5362,7 +5402,7 @@ export var IconRulerLine = {
|
|
|
5362
5402
|
"variant": "Line",
|
|
5363
5403
|
"glyphName": "ruler",
|
|
5364
5404
|
"cssFile": "InstructureIcons-Line.css",
|
|
5365
|
-
"codepoint": "
|
|
5405
|
+
"codepoint": "EB0F",
|
|
5366
5406
|
"className": "icon-ruler",
|
|
5367
5407
|
"classes": ["icon-line", "icon-ruler"],
|
|
5368
5408
|
"bidirectional": false,
|
|
@@ -5372,7 +5412,7 @@ export var IconRulerSolid = {
|
|
|
5372
5412
|
"variant": "Solid",
|
|
5373
5413
|
"glyphName": "ruler",
|
|
5374
5414
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5375
|
-
"codepoint": "
|
|
5415
|
+
"codepoint": "EB0F",
|
|
5376
5416
|
"className": "icon-ruler",
|
|
5377
5417
|
"classes": ["icon-solid", "icon-ruler"],
|
|
5378
5418
|
"bidirectional": false,
|
|
@@ -5382,7 +5422,7 @@ export var IconSaveLine = {
|
|
|
5382
5422
|
"variant": "Line",
|
|
5383
5423
|
"glyphName": "save",
|
|
5384
5424
|
"cssFile": "InstructureIcons-Line.css",
|
|
5385
|
-
"codepoint": "
|
|
5425
|
+
"codepoint": "EB10",
|
|
5386
5426
|
"className": "icon-save",
|
|
5387
5427
|
"classes": ["icon-line", "icon-save"],
|
|
5388
5428
|
"bidirectional": false,
|
|
@@ -5392,7 +5432,7 @@ export var IconSaveSolid = {
|
|
|
5392
5432
|
"variant": "Solid",
|
|
5393
5433
|
"glyphName": "save",
|
|
5394
5434
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5395
|
-
"codepoint": "
|
|
5435
|
+
"codepoint": "EB10",
|
|
5396
5436
|
"className": "icon-save",
|
|
5397
5437
|
"classes": ["icon-solid", "icon-save"],
|
|
5398
5438
|
"bidirectional": false,
|
|
@@ -5402,7 +5442,7 @@ export var IconScreenCaptureLine = {
|
|
|
5402
5442
|
"variant": "Line",
|
|
5403
5443
|
"glyphName": "screen-capture",
|
|
5404
5444
|
"cssFile": "InstructureIcons-Line.css",
|
|
5405
|
-
"codepoint": "
|
|
5445
|
+
"codepoint": "EB11",
|
|
5406
5446
|
"className": "icon-screen-capture",
|
|
5407
5447
|
"classes": ["icon-line", "icon-screen-capture"],
|
|
5408
5448
|
"bidirectional": false,
|
|
@@ -5412,7 +5452,7 @@ export var IconScreenCaptureSolid = {
|
|
|
5412
5452
|
"variant": "Solid",
|
|
5413
5453
|
"glyphName": "screen-capture",
|
|
5414
5454
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5415
|
-
"codepoint": "
|
|
5455
|
+
"codepoint": "EB11",
|
|
5416
5456
|
"className": "icon-screen-capture",
|
|
5417
5457
|
"classes": ["icon-solid", "icon-screen-capture"],
|
|
5418
5458
|
"bidirectional": false,
|
|
@@ -5422,7 +5462,7 @@ export var IconSearchAddressBookLine = {
|
|
|
5422
5462
|
"variant": "Line",
|
|
5423
5463
|
"glyphName": "search-address-book",
|
|
5424
5464
|
"cssFile": "InstructureIcons-Line.css",
|
|
5425
|
-
"codepoint": "
|
|
5465
|
+
"codepoint": "EB12",
|
|
5426
5466
|
"className": "icon-search-address-book",
|
|
5427
5467
|
"classes": ["icon-line", "icon-search-address-book"],
|
|
5428
5468
|
"bidirectional": false,
|
|
@@ -5432,7 +5472,7 @@ export var IconSearchAddressBookSolid = {
|
|
|
5432
5472
|
"variant": "Solid",
|
|
5433
5473
|
"glyphName": "search-address-book",
|
|
5434
5474
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5435
|
-
"codepoint": "
|
|
5475
|
+
"codepoint": "EB12",
|
|
5436
5476
|
"className": "icon-search-address-book",
|
|
5437
5477
|
"classes": ["icon-solid", "icon-search-address-book"],
|
|
5438
5478
|
"bidirectional": false,
|
|
@@ -5442,7 +5482,7 @@ export var IconSearchLine = {
|
|
|
5442
5482
|
"variant": "Line",
|
|
5443
5483
|
"glyphName": "search",
|
|
5444
5484
|
"cssFile": "InstructureIcons-Line.css",
|
|
5445
|
-
"codepoint": "
|
|
5485
|
+
"codepoint": "EB13",
|
|
5446
5486
|
"className": "icon-search",
|
|
5447
5487
|
"classes": ["icon-line", "icon-search"],
|
|
5448
5488
|
"bidirectional": false,
|
|
@@ -5452,7 +5492,7 @@ export var IconSearchSolid = {
|
|
|
5452
5492
|
"variant": "Solid",
|
|
5453
5493
|
"glyphName": "search",
|
|
5454
5494
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5455
|
-
"codepoint": "
|
|
5495
|
+
"codepoint": "EB13",
|
|
5456
5496
|
"className": "icon-search",
|
|
5457
5497
|
"classes": ["icon-solid", "icon-search"],
|
|
5458
5498
|
"bidirectional": false,
|
|
@@ -5462,7 +5502,7 @@ export var IconSettings2Line = {
|
|
|
5462
5502
|
"variant": "Line",
|
|
5463
5503
|
"glyphName": "settings-2",
|
|
5464
5504
|
"cssFile": "InstructureIcons-Line.css",
|
|
5465
|
-
"codepoint": "
|
|
5505
|
+
"codepoint": "EB14",
|
|
5466
5506
|
"className": "icon-settings-2",
|
|
5467
5507
|
"classes": ["icon-line", "icon-settings-2"],
|
|
5468
5508
|
"bidirectional": false,
|
|
@@ -5472,7 +5512,7 @@ export var IconSettings2Solid = {
|
|
|
5472
5512
|
"variant": "Solid",
|
|
5473
5513
|
"glyphName": "settings-2",
|
|
5474
5514
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5475
|
-
"codepoint": "
|
|
5515
|
+
"codepoint": "EB14",
|
|
5476
5516
|
"className": "icon-settings-2",
|
|
5477
5517
|
"classes": ["icon-solid", "icon-settings-2"],
|
|
5478
5518
|
"bidirectional": false,
|
|
@@ -5482,7 +5522,7 @@ export var IconSettingsLine = {
|
|
|
5482
5522
|
"variant": "Line",
|
|
5483
5523
|
"glyphName": "settings",
|
|
5484
5524
|
"cssFile": "InstructureIcons-Line.css",
|
|
5485
|
-
"codepoint": "
|
|
5525
|
+
"codepoint": "EB15",
|
|
5486
5526
|
"className": "icon-settings",
|
|
5487
5527
|
"classes": ["icon-line", "icon-settings"],
|
|
5488
5528
|
"bidirectional": false,
|
|
@@ -5492,7 +5532,7 @@ export var IconSettingsSolid = {
|
|
|
5492
5532
|
"variant": "Solid",
|
|
5493
5533
|
"glyphName": "settings",
|
|
5494
5534
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5495
|
-
"codepoint": "
|
|
5535
|
+
"codepoint": "EB15",
|
|
5496
5536
|
"className": "icon-settings",
|
|
5497
5537
|
"classes": ["icon-solid", "icon-settings"],
|
|
5498
5538
|
"bidirectional": false,
|
|
@@ -5502,7 +5542,7 @@ export var IconShapeOvalLine = {
|
|
|
5502
5542
|
"variant": "Line",
|
|
5503
5543
|
"glyphName": "shape-oval",
|
|
5504
5544
|
"cssFile": "InstructureIcons-Line.css",
|
|
5505
|
-
"codepoint": "
|
|
5545
|
+
"codepoint": "EB16",
|
|
5506
5546
|
"className": "icon-shape-oval",
|
|
5507
5547
|
"classes": ["icon-line", "icon-shape-oval"],
|
|
5508
5548
|
"bidirectional": false,
|
|
@@ -5512,7 +5552,7 @@ export var IconShapeOvalSolid = {
|
|
|
5512
5552
|
"variant": "Solid",
|
|
5513
5553
|
"glyphName": "shape-oval",
|
|
5514
5554
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5515
|
-
"codepoint": "
|
|
5555
|
+
"codepoint": "EB16",
|
|
5516
5556
|
"className": "icon-shape-oval",
|
|
5517
5557
|
"classes": ["icon-solid", "icon-shape-oval"],
|
|
5518
5558
|
"bidirectional": false,
|
|
@@ -5522,7 +5562,7 @@ export var IconShapePolygonLine = {
|
|
|
5522
5562
|
"variant": "Line",
|
|
5523
5563
|
"glyphName": "shape-polygon",
|
|
5524
5564
|
"cssFile": "InstructureIcons-Line.css",
|
|
5525
|
-
"codepoint": "
|
|
5565
|
+
"codepoint": "EB17",
|
|
5526
5566
|
"className": "icon-shape-polygon",
|
|
5527
5567
|
"classes": ["icon-line", "icon-shape-polygon"],
|
|
5528
5568
|
"bidirectional": false,
|
|
@@ -5532,7 +5572,7 @@ export var IconShapePolygonSolid = {
|
|
|
5532
5572
|
"variant": "Solid",
|
|
5533
5573
|
"glyphName": "shape-polygon",
|
|
5534
5574
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5535
|
-
"codepoint": "
|
|
5575
|
+
"codepoint": "EB17",
|
|
5536
5576
|
"className": "icon-shape-polygon",
|
|
5537
5577
|
"classes": ["icon-solid", "icon-shape-polygon"],
|
|
5538
5578
|
"bidirectional": false,
|
|
@@ -5542,7 +5582,7 @@ export var IconShapeRectangleLine = {
|
|
|
5542
5582
|
"variant": "Line",
|
|
5543
5583
|
"glyphName": "shape-rectangle",
|
|
5544
5584
|
"cssFile": "InstructureIcons-Line.css",
|
|
5545
|
-
"codepoint": "
|
|
5585
|
+
"codepoint": "EB18",
|
|
5546
5586
|
"className": "icon-shape-rectangle",
|
|
5547
5587
|
"classes": ["icon-line", "icon-shape-rectangle"],
|
|
5548
5588
|
"bidirectional": false,
|
|
@@ -5552,7 +5592,7 @@ export var IconShapeRectangleSolid = {
|
|
|
5552
5592
|
"variant": "Solid",
|
|
5553
5593
|
"glyphName": "shape-rectangle",
|
|
5554
5594
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5555
|
-
"codepoint": "
|
|
5595
|
+
"codepoint": "EB18",
|
|
5556
5596
|
"className": "icon-shape-rectangle",
|
|
5557
5597
|
"classes": ["icon-solid", "icon-shape-rectangle"],
|
|
5558
5598
|
"bidirectional": false,
|
|
@@ -5562,7 +5602,7 @@ export var IconShareLine = {
|
|
|
5562
5602
|
"variant": "Line",
|
|
5563
5603
|
"glyphName": "share",
|
|
5564
5604
|
"cssFile": "InstructureIcons-Line.css",
|
|
5565
|
-
"codepoint": "
|
|
5605
|
+
"codepoint": "EB19",
|
|
5566
5606
|
"className": "icon-share",
|
|
5567
5607
|
"classes": ["icon-line", "icon-share"],
|
|
5568
5608
|
"bidirectional": false,
|
|
@@ -5572,7 +5612,7 @@ export var IconShareSolid = {
|
|
|
5572
5612
|
"variant": "Solid",
|
|
5573
5613
|
"glyphName": "share",
|
|
5574
5614
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5575
|
-
"codepoint": "
|
|
5615
|
+
"codepoint": "EB19",
|
|
5576
5616
|
"className": "icon-share",
|
|
5577
5617
|
"classes": ["icon-solid", "icon-share"],
|
|
5578
5618
|
"bidirectional": false,
|
|
@@ -5582,7 +5622,7 @@ export var IconSisImportedLine = {
|
|
|
5582
5622
|
"variant": "Line",
|
|
5583
5623
|
"glyphName": "sis-imported",
|
|
5584
5624
|
"cssFile": "InstructureIcons-Line.css",
|
|
5585
|
-
"codepoint": "
|
|
5625
|
+
"codepoint": "EB1A",
|
|
5586
5626
|
"className": "icon-sis-imported",
|
|
5587
5627
|
"classes": ["icon-line", "icon-sis-imported"],
|
|
5588
5628
|
"bidirectional": true,
|
|
@@ -5592,7 +5632,7 @@ export var IconSisImportedSolid = {
|
|
|
5592
5632
|
"variant": "Solid",
|
|
5593
5633
|
"glyphName": "sis-imported",
|
|
5594
5634
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5595
|
-
"codepoint": "
|
|
5635
|
+
"codepoint": "EB1A",
|
|
5596
5636
|
"className": "icon-sis-imported",
|
|
5597
5637
|
"classes": ["icon-solid", "icon-sis-imported"],
|
|
5598
5638
|
"bidirectional": true,
|
|
@@ -5602,7 +5642,7 @@ export var IconSisNotSyncedLine = {
|
|
|
5602
5642
|
"variant": "Line",
|
|
5603
5643
|
"glyphName": "sis-not-synced",
|
|
5604
5644
|
"cssFile": "InstructureIcons-Line.css",
|
|
5605
|
-
"codepoint": "
|
|
5645
|
+
"codepoint": "EB1B",
|
|
5606
5646
|
"className": "icon-sis-not-synced",
|
|
5607
5647
|
"classes": ["icon-line", "icon-sis-not-synced"],
|
|
5608
5648
|
"bidirectional": false,
|
|
@@ -5612,7 +5652,7 @@ export var IconSisNotSyncedSolid = {
|
|
|
5612
5652
|
"variant": "Solid",
|
|
5613
5653
|
"glyphName": "sis-not-synced",
|
|
5614
5654
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5615
|
-
"codepoint": "
|
|
5655
|
+
"codepoint": "EB1B",
|
|
5616
5656
|
"className": "icon-sis-not-synced",
|
|
5617
5657
|
"classes": ["icon-solid", "icon-sis-not-synced"],
|
|
5618
5658
|
"bidirectional": false,
|
|
@@ -5622,7 +5662,7 @@ export var IconSisSyncedLine = {
|
|
|
5622
5662
|
"variant": "Line",
|
|
5623
5663
|
"glyphName": "sis-synced",
|
|
5624
5664
|
"cssFile": "InstructureIcons-Line.css",
|
|
5625
|
-
"codepoint": "
|
|
5665
|
+
"codepoint": "EB1C",
|
|
5626
5666
|
"className": "icon-sis-synced",
|
|
5627
5667
|
"classes": ["icon-line", "icon-sis-synced"],
|
|
5628
5668
|
"bidirectional": false,
|
|
@@ -5632,7 +5672,7 @@ export var IconSisSyncedSolid = {
|
|
|
5632
5672
|
"variant": "Solid",
|
|
5633
5673
|
"glyphName": "sis-synced",
|
|
5634
5674
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5635
|
-
"codepoint": "
|
|
5675
|
+
"codepoint": "EB1C",
|
|
5636
5676
|
"className": "icon-sis-synced",
|
|
5637
5677
|
"classes": ["icon-solid", "icon-sis-synced"],
|
|
5638
5678
|
"bidirectional": false,
|
|
@@ -5642,7 +5682,7 @@ export var IconSkypeLine = {
|
|
|
5642
5682
|
"variant": "Line",
|
|
5643
5683
|
"glyphName": "skype",
|
|
5644
5684
|
"cssFile": "InstructureIcons-Line.css",
|
|
5645
|
-
"codepoint": "
|
|
5685
|
+
"codepoint": "EB1D",
|
|
5646
5686
|
"className": "icon-skype",
|
|
5647
5687
|
"classes": ["icon-line", "icon-skype"],
|
|
5648
5688
|
"bidirectional": false,
|
|
@@ -5652,7 +5692,7 @@ export var IconSkypeSolid = {
|
|
|
5652
5692
|
"variant": "Solid",
|
|
5653
5693
|
"glyphName": "skype",
|
|
5654
5694
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5655
|
-
"codepoint": "
|
|
5695
|
+
"codepoint": "EB1D",
|
|
5656
5696
|
"className": "icon-skype",
|
|
5657
5697
|
"classes": ["icon-solid", "icon-skype"],
|
|
5658
5698
|
"bidirectional": false,
|
|
@@ -5662,7 +5702,7 @@ export var IconSortLine = {
|
|
|
5662
5702
|
"variant": "Line",
|
|
5663
5703
|
"glyphName": "sort",
|
|
5664
5704
|
"cssFile": "InstructureIcons-Line.css",
|
|
5665
|
-
"codepoint": "
|
|
5705
|
+
"codepoint": "EB1E",
|
|
5666
5706
|
"className": "icon-sort",
|
|
5667
5707
|
"classes": ["icon-line", "icon-sort"],
|
|
5668
5708
|
"bidirectional": false,
|
|
@@ -5672,7 +5712,7 @@ export var IconSortSolid = {
|
|
|
5672
5712
|
"variant": "Solid",
|
|
5673
5713
|
"glyphName": "sort",
|
|
5674
5714
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5675
|
-
"codepoint": "
|
|
5715
|
+
"codepoint": "EB1E",
|
|
5676
5716
|
"className": "icon-sort",
|
|
5677
5717
|
"classes": ["icon-solid", "icon-sort"],
|
|
5678
5718
|
"bidirectional": false,
|
|
@@ -5682,7 +5722,7 @@ export var IconSpeedGraderLine = {
|
|
|
5682
5722
|
"variant": "Line",
|
|
5683
5723
|
"glyphName": "speed-grader",
|
|
5684
5724
|
"cssFile": "InstructureIcons-Line.css",
|
|
5685
|
-
"codepoint": "
|
|
5725
|
+
"codepoint": "EB1F",
|
|
5686
5726
|
"className": "icon-speed-grader",
|
|
5687
5727
|
"classes": ["icon-line", "icon-speed-grader"],
|
|
5688
5728
|
"bidirectional": false,
|
|
@@ -5692,7 +5732,7 @@ export var IconSpeedGraderSolid = {
|
|
|
5692
5732
|
"variant": "Solid",
|
|
5693
5733
|
"glyphName": "speed-grader",
|
|
5694
5734
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5695
|
-
"codepoint": "
|
|
5735
|
+
"codepoint": "EB1F",
|
|
5696
5736
|
"className": "icon-speed-grader",
|
|
5697
5737
|
"classes": ["icon-solid", "icon-speed-grader"],
|
|
5698
5738
|
"bidirectional": false,
|
|
@@ -5702,7 +5742,7 @@ export var IconStandardsLine = {
|
|
|
5702
5742
|
"variant": "Line",
|
|
5703
5743
|
"glyphName": "standards",
|
|
5704
5744
|
"cssFile": "InstructureIcons-Line.css",
|
|
5705
|
-
"codepoint": "
|
|
5745
|
+
"codepoint": "EB20",
|
|
5706
5746
|
"className": "icon-standards",
|
|
5707
5747
|
"classes": ["icon-line", "icon-standards"],
|
|
5708
5748
|
"bidirectional": false,
|
|
@@ -5712,7 +5752,7 @@ export var IconStandardsSolid = {
|
|
|
5712
5752
|
"variant": "Solid",
|
|
5713
5753
|
"glyphName": "standards",
|
|
5714
5754
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5715
|
-
"codepoint": "
|
|
5755
|
+
"codepoint": "EB20",
|
|
5716
5756
|
"className": "icon-standards",
|
|
5717
5757
|
"classes": ["icon-solid", "icon-standards"],
|
|
5718
5758
|
"bidirectional": false,
|
|
@@ -5722,7 +5762,7 @@ export var IconStarLightLine = {
|
|
|
5722
5762
|
"variant": "Line",
|
|
5723
5763
|
"glyphName": "star-light",
|
|
5724
5764
|
"cssFile": "InstructureIcons-Line.css",
|
|
5725
|
-
"codepoint": "
|
|
5765
|
+
"codepoint": "EB21",
|
|
5726
5766
|
"className": "icon-star-light",
|
|
5727
5767
|
"classes": ["icon-line", "icon-star-light"],
|
|
5728
5768
|
"bidirectional": false,
|
|
@@ -5732,7 +5772,7 @@ export var IconStarLightSolid = {
|
|
|
5732
5772
|
"variant": "Solid",
|
|
5733
5773
|
"glyphName": "star-light",
|
|
5734
5774
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5735
|
-
"codepoint": "
|
|
5775
|
+
"codepoint": "EB21",
|
|
5736
5776
|
"className": "icon-star-light",
|
|
5737
5777
|
"classes": ["icon-solid", "icon-star-light"],
|
|
5738
5778
|
"bidirectional": false,
|
|
@@ -5742,7 +5782,7 @@ export var IconStarLine = {
|
|
|
5742
5782
|
"variant": "Line",
|
|
5743
5783
|
"glyphName": "star",
|
|
5744
5784
|
"cssFile": "InstructureIcons-Line.css",
|
|
5745
|
-
"codepoint": "
|
|
5785
|
+
"codepoint": "EB22",
|
|
5746
5786
|
"className": "icon-star",
|
|
5747
5787
|
"classes": ["icon-line", "icon-star"],
|
|
5748
5788
|
"bidirectional": false,
|
|
@@ -5752,7 +5792,7 @@ export var IconStarSolid = {
|
|
|
5752
5792
|
"variant": "Solid",
|
|
5753
5793
|
"glyphName": "star",
|
|
5754
5794
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5755
|
-
"codepoint": "
|
|
5795
|
+
"codepoint": "EB22",
|
|
5756
5796
|
"className": "icon-star",
|
|
5757
5797
|
"classes": ["icon-solid", "icon-star"],
|
|
5758
5798
|
"bidirectional": false,
|
|
@@ -5762,7 +5802,7 @@ export var IconStatsLine = {
|
|
|
5762
5802
|
"variant": "Line",
|
|
5763
5803
|
"glyphName": "stats",
|
|
5764
5804
|
"cssFile": "InstructureIcons-Line.css",
|
|
5765
|
-
"codepoint": "
|
|
5805
|
+
"codepoint": "EB23",
|
|
5766
5806
|
"className": "icon-stats",
|
|
5767
5807
|
"classes": ["icon-line", "icon-stats"],
|
|
5768
5808
|
"bidirectional": false,
|
|
@@ -5772,7 +5812,7 @@ export var IconStatsSolid = {
|
|
|
5772
5812
|
"variant": "Solid",
|
|
5773
5813
|
"glyphName": "stats",
|
|
5774
5814
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5775
|
-
"codepoint": "
|
|
5815
|
+
"codepoint": "EB23",
|
|
5776
5816
|
"className": "icon-stats",
|
|
5777
5817
|
"classes": ["icon-solid", "icon-stats"],
|
|
5778
5818
|
"bidirectional": false,
|
|
@@ -5782,7 +5822,7 @@ export var IconStopLine = {
|
|
|
5782
5822
|
"variant": "Line",
|
|
5783
5823
|
"glyphName": "stop",
|
|
5784
5824
|
"cssFile": "InstructureIcons-Line.css",
|
|
5785
|
-
"codepoint": "
|
|
5825
|
+
"codepoint": "EB24",
|
|
5786
5826
|
"className": "icon-stop",
|
|
5787
5827
|
"classes": ["icon-line", "icon-stop"],
|
|
5788
5828
|
"bidirectional": false,
|
|
@@ -5792,7 +5832,7 @@ export var IconStopSolid = {
|
|
|
5792
5832
|
"variant": "Solid",
|
|
5793
5833
|
"glyphName": "stop",
|
|
5794
5834
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5795
|
-
"codepoint": "
|
|
5835
|
+
"codepoint": "EB24",
|
|
5796
5836
|
"className": "icon-stop",
|
|
5797
5837
|
"classes": ["icon-solid", "icon-stop"],
|
|
5798
5838
|
"bidirectional": false,
|
|
@@ -5802,7 +5842,7 @@ export var IconStrikethroughLine = {
|
|
|
5802
5842
|
"variant": "Line",
|
|
5803
5843
|
"glyphName": "strikethrough",
|
|
5804
5844
|
"cssFile": "InstructureIcons-Line.css",
|
|
5805
|
-
"codepoint": "
|
|
5845
|
+
"codepoint": "EB25",
|
|
5806
5846
|
"className": "icon-strikethrough",
|
|
5807
5847
|
"classes": ["icon-line", "icon-strikethrough"],
|
|
5808
5848
|
"bidirectional": false,
|
|
@@ -5812,7 +5852,7 @@ export var IconStrikethroughSolid = {
|
|
|
5812
5852
|
"variant": "Solid",
|
|
5813
5853
|
"glyphName": "strikethrough",
|
|
5814
5854
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5815
|
-
"codepoint": "
|
|
5855
|
+
"codepoint": "EB25",
|
|
5816
5856
|
"className": "icon-strikethrough",
|
|
5817
5857
|
"classes": ["icon-solid", "icon-strikethrough"],
|
|
5818
5858
|
"bidirectional": false,
|
|
@@ -5822,7 +5862,7 @@ export var IconStudentViewLine = {
|
|
|
5822
5862
|
"variant": "Line",
|
|
5823
5863
|
"glyphName": "student-view",
|
|
5824
5864
|
"cssFile": "InstructureIcons-Line.css",
|
|
5825
|
-
"codepoint": "
|
|
5865
|
+
"codepoint": "EB26",
|
|
5826
5866
|
"className": "icon-student-view",
|
|
5827
5867
|
"classes": ["icon-line", "icon-student-view"],
|
|
5828
5868
|
"bidirectional": false,
|
|
@@ -5832,7 +5872,7 @@ export var IconStudentViewSolid = {
|
|
|
5832
5872
|
"variant": "Solid",
|
|
5833
5873
|
"glyphName": "student-view",
|
|
5834
5874
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5835
|
-
"codepoint": "
|
|
5875
|
+
"codepoint": "EB26",
|
|
5836
5876
|
"className": "icon-student-view",
|
|
5837
5877
|
"classes": ["icon-solid", "icon-student-view"],
|
|
5838
5878
|
"bidirectional": false,
|
|
@@ -5842,7 +5882,7 @@ export var IconStudioLine = {
|
|
|
5842
5882
|
"variant": "Line",
|
|
5843
5883
|
"glyphName": "studio",
|
|
5844
5884
|
"cssFile": "InstructureIcons-Line.css",
|
|
5845
|
-
"codepoint": "
|
|
5885
|
+
"codepoint": "EB27",
|
|
5846
5886
|
"className": "icon-studio",
|
|
5847
5887
|
"classes": ["icon-line", "icon-studio"],
|
|
5848
5888
|
"bidirectional": false,
|
|
@@ -5852,7 +5892,7 @@ export var IconStudioSolid = {
|
|
|
5852
5892
|
"variant": "Solid",
|
|
5853
5893
|
"glyphName": "studio",
|
|
5854
5894
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5855
|
-
"codepoint": "
|
|
5895
|
+
"codepoint": "EB27",
|
|
5856
5896
|
"className": "icon-studio",
|
|
5857
5897
|
"classes": ["icon-solid", "icon-studio"],
|
|
5858
5898
|
"bidirectional": false,
|
|
@@ -5862,7 +5902,7 @@ export var IconSubaccountsLine = {
|
|
|
5862
5902
|
"variant": "Line",
|
|
5863
5903
|
"glyphName": "subaccounts",
|
|
5864
5904
|
"cssFile": "InstructureIcons-Line.css",
|
|
5865
|
-
"codepoint": "
|
|
5905
|
+
"codepoint": "EB28",
|
|
5866
5906
|
"className": "icon-subaccounts",
|
|
5867
5907
|
"classes": ["icon-line", "icon-subaccounts"],
|
|
5868
5908
|
"bidirectional": false,
|
|
@@ -5872,7 +5912,7 @@ export var IconSubaccountsSolid = {
|
|
|
5872
5912
|
"variant": "Solid",
|
|
5873
5913
|
"glyphName": "subaccounts",
|
|
5874
5914
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5875
|
-
"codepoint": "
|
|
5915
|
+
"codepoint": "EB28",
|
|
5876
5916
|
"className": "icon-subaccounts",
|
|
5877
5917
|
"classes": ["icon-solid", "icon-subaccounts"],
|
|
5878
5918
|
"bidirectional": false,
|
|
@@ -5882,7 +5922,7 @@ export var IconSubtitlesLine = {
|
|
|
5882
5922
|
"variant": "Line",
|
|
5883
5923
|
"glyphName": "subtitles",
|
|
5884
5924
|
"cssFile": "InstructureIcons-Line.css",
|
|
5885
|
-
"codepoint": "
|
|
5925
|
+
"codepoint": "EB29",
|
|
5886
5926
|
"className": "icon-subtitles",
|
|
5887
5927
|
"classes": ["icon-line", "icon-subtitles"],
|
|
5888
5928
|
"bidirectional": false,
|
|
@@ -5892,7 +5932,7 @@ export var IconSubtitlesSolid = {
|
|
|
5892
5932
|
"variant": "Solid",
|
|
5893
5933
|
"glyphName": "subtitles",
|
|
5894
5934
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5895
|
-
"codepoint": "
|
|
5935
|
+
"codepoint": "EB29",
|
|
5896
5936
|
"className": "icon-subtitles",
|
|
5897
5937
|
"classes": ["icon-solid", "icon-subtitles"],
|
|
5898
5938
|
"bidirectional": false,
|
|
@@ -5902,7 +5942,7 @@ export var IconSyllabusLine = {
|
|
|
5902
5942
|
"variant": "Line",
|
|
5903
5943
|
"glyphName": "syllabus",
|
|
5904
5944
|
"cssFile": "InstructureIcons-Line.css",
|
|
5905
|
-
"codepoint": "
|
|
5945
|
+
"codepoint": "EB2A",
|
|
5906
5946
|
"className": "icon-syllabus",
|
|
5907
5947
|
"classes": ["icon-line", "icon-syllabus"],
|
|
5908
5948
|
"bidirectional": true,
|
|
@@ -5912,7 +5952,7 @@ export var IconSyllabusSolid = {
|
|
|
5912
5952
|
"variant": "Solid",
|
|
5913
5953
|
"glyphName": "syllabus",
|
|
5914
5954
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5915
|
-
"codepoint": "
|
|
5955
|
+
"codepoint": "EB2A",
|
|
5916
5956
|
"className": "icon-syllabus",
|
|
5917
5957
|
"classes": ["icon-solid", "icon-syllabus"],
|
|
5918
5958
|
"bidirectional": true,
|
|
@@ -5922,7 +5962,7 @@ export var IconTableCellSelectAllLine = {
|
|
|
5922
5962
|
"variant": "Line",
|
|
5923
5963
|
"glyphName": "table-cell-select-all",
|
|
5924
5964
|
"cssFile": "InstructureIcons-Line.css",
|
|
5925
|
-
"codepoint": "
|
|
5965
|
+
"codepoint": "EB2B",
|
|
5926
5966
|
"className": "icon-table-cell-select-all",
|
|
5927
5967
|
"classes": ["icon-line", "icon-table-cell-select-all"],
|
|
5928
5968
|
"bidirectional": false,
|
|
@@ -5932,7 +5972,7 @@ export var IconTableCellSelectAllSolid = {
|
|
|
5932
5972
|
"variant": "Solid",
|
|
5933
5973
|
"glyphName": "table-cell-select-all",
|
|
5934
5974
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5935
|
-
"codepoint": "
|
|
5975
|
+
"codepoint": "EB2B",
|
|
5936
5976
|
"className": "icon-table-cell-select-all",
|
|
5937
5977
|
"classes": ["icon-solid", "icon-table-cell-select-all"],
|
|
5938
5978
|
"bidirectional": false,
|
|
@@ -5942,7 +5982,7 @@ export var IconTableDeleteColumnLine = {
|
|
|
5942
5982
|
"variant": "Line",
|
|
5943
5983
|
"glyphName": "table-delete-column",
|
|
5944
5984
|
"cssFile": "InstructureIcons-Line.css",
|
|
5945
|
-
"codepoint": "
|
|
5985
|
+
"codepoint": "EB2C",
|
|
5946
5986
|
"className": "icon-table-delete-column",
|
|
5947
5987
|
"classes": ["icon-line", "icon-table-delete-column"],
|
|
5948
5988
|
"bidirectional": false,
|
|
@@ -5952,7 +5992,7 @@ export var IconTableDeleteColumnSolid = {
|
|
|
5952
5992
|
"variant": "Solid",
|
|
5953
5993
|
"glyphName": "table-delete-column",
|
|
5954
5994
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5955
|
-
"codepoint": "
|
|
5995
|
+
"codepoint": "EB2C",
|
|
5956
5996
|
"className": "icon-table-delete-column",
|
|
5957
5997
|
"classes": ["icon-solid", "icon-table-delete-column"],
|
|
5958
5998
|
"bidirectional": false,
|
|
@@ -5962,7 +6002,7 @@ export var IconTableDeleteRowLine = {
|
|
|
5962
6002
|
"variant": "Line",
|
|
5963
6003
|
"glyphName": "table-delete-row",
|
|
5964
6004
|
"cssFile": "InstructureIcons-Line.css",
|
|
5965
|
-
"codepoint": "
|
|
6005
|
+
"codepoint": "EB2D",
|
|
5966
6006
|
"className": "icon-table-delete-row",
|
|
5967
6007
|
"classes": ["icon-line", "icon-table-delete-row"],
|
|
5968
6008
|
"bidirectional": false,
|
|
@@ -5972,7 +6012,7 @@ export var IconTableDeleteRowSolid = {
|
|
|
5972
6012
|
"variant": "Solid",
|
|
5973
6013
|
"glyphName": "table-delete-row",
|
|
5974
6014
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5975
|
-
"codepoint": "
|
|
6015
|
+
"codepoint": "EB2D",
|
|
5976
6016
|
"className": "icon-table-delete-row",
|
|
5977
6017
|
"classes": ["icon-solid", "icon-table-delete-row"],
|
|
5978
6018
|
"bidirectional": false,
|
|
@@ -5982,7 +6022,7 @@ export var IconTableDeleteTableLine = {
|
|
|
5982
6022
|
"variant": "Line",
|
|
5983
6023
|
"glyphName": "table-delete-table",
|
|
5984
6024
|
"cssFile": "InstructureIcons-Line.css",
|
|
5985
|
-
"codepoint": "
|
|
6025
|
+
"codepoint": "EB2E",
|
|
5986
6026
|
"className": "icon-table-delete-table",
|
|
5987
6027
|
"classes": ["icon-line", "icon-table-delete-table"],
|
|
5988
6028
|
"bidirectional": false,
|
|
@@ -5992,7 +6032,7 @@ export var IconTableDeleteTableSolid = {
|
|
|
5992
6032
|
"variant": "Solid",
|
|
5993
6033
|
"glyphName": "table-delete-table",
|
|
5994
6034
|
"cssFile": "InstructureIcons-Solid.css",
|
|
5995
|
-
"codepoint": "
|
|
6035
|
+
"codepoint": "EB2E",
|
|
5996
6036
|
"className": "icon-table-delete-table",
|
|
5997
6037
|
"classes": ["icon-solid", "icon-table-delete-table"],
|
|
5998
6038
|
"bidirectional": false,
|
|
@@ -6002,7 +6042,7 @@ export var IconTableInsertColumnAfterLine = {
|
|
|
6002
6042
|
"variant": "Line",
|
|
6003
6043
|
"glyphName": "table-insert-column-after",
|
|
6004
6044
|
"cssFile": "InstructureIcons-Line.css",
|
|
6005
|
-
"codepoint": "
|
|
6045
|
+
"codepoint": "EB2F",
|
|
6006
6046
|
"className": "icon-table-insert-column-after",
|
|
6007
6047
|
"classes": ["icon-line", "icon-table-insert-column-after"],
|
|
6008
6048
|
"bidirectional": false,
|
|
@@ -6012,7 +6052,7 @@ export var IconTableInsertColumnAfterSolid = {
|
|
|
6012
6052
|
"variant": "Solid",
|
|
6013
6053
|
"glyphName": "table-insert-column-after",
|
|
6014
6054
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6015
|
-
"codepoint": "
|
|
6055
|
+
"codepoint": "EB2F",
|
|
6016
6056
|
"className": "icon-table-insert-column-after",
|
|
6017
6057
|
"classes": ["icon-solid", "icon-table-insert-column-after"],
|
|
6018
6058
|
"bidirectional": false,
|
|
@@ -6022,7 +6062,7 @@ export var IconTableInsertColumnBeforeLine = {
|
|
|
6022
6062
|
"variant": "Line",
|
|
6023
6063
|
"glyphName": "table-insert-column-before",
|
|
6024
6064
|
"cssFile": "InstructureIcons-Line.css",
|
|
6025
|
-
"codepoint": "
|
|
6065
|
+
"codepoint": "EB30",
|
|
6026
6066
|
"className": "icon-table-insert-column-before",
|
|
6027
6067
|
"classes": ["icon-line", "icon-table-insert-column-before"],
|
|
6028
6068
|
"bidirectional": false,
|
|
@@ -6032,7 +6072,7 @@ export var IconTableInsertColumnBeforeSolid = {
|
|
|
6032
6072
|
"variant": "Solid",
|
|
6033
6073
|
"glyphName": "table-insert-column-before",
|
|
6034
6074
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6035
|
-
"codepoint": "
|
|
6075
|
+
"codepoint": "EB30",
|
|
6036
6076
|
"className": "icon-table-insert-column-before",
|
|
6037
6077
|
"classes": ["icon-solid", "icon-table-insert-column-before"],
|
|
6038
6078
|
"bidirectional": false,
|
|
@@ -6042,7 +6082,7 @@ export var IconTableInsertRowAboveLine = {
|
|
|
6042
6082
|
"variant": "Line",
|
|
6043
6083
|
"glyphName": "table-insert-row-above",
|
|
6044
6084
|
"cssFile": "InstructureIcons-Line.css",
|
|
6045
|
-
"codepoint": "
|
|
6085
|
+
"codepoint": "EB31",
|
|
6046
6086
|
"className": "icon-table-insert-row-above",
|
|
6047
6087
|
"classes": ["icon-line", "icon-table-insert-row-above"],
|
|
6048
6088
|
"bidirectional": false,
|
|
@@ -6052,7 +6092,7 @@ export var IconTableInsertRowAboveSolid = {
|
|
|
6052
6092
|
"variant": "Solid",
|
|
6053
6093
|
"glyphName": "table-insert-row-above",
|
|
6054
6094
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6055
|
-
"codepoint": "
|
|
6095
|
+
"codepoint": "EB31",
|
|
6056
6096
|
"className": "icon-table-insert-row-above",
|
|
6057
6097
|
"classes": ["icon-solid", "icon-table-insert-row-above"],
|
|
6058
6098
|
"bidirectional": false,
|
|
@@ -6062,7 +6102,7 @@ export var IconTableInsertRowAfterLine = {
|
|
|
6062
6102
|
"variant": "Line",
|
|
6063
6103
|
"glyphName": "table-insert-row-after",
|
|
6064
6104
|
"cssFile": "InstructureIcons-Line.css",
|
|
6065
|
-
"codepoint": "
|
|
6105
|
+
"codepoint": "EB32",
|
|
6066
6106
|
"className": "icon-table-insert-row-after",
|
|
6067
6107
|
"classes": ["icon-line", "icon-table-insert-row-after"],
|
|
6068
6108
|
"bidirectional": false,
|
|
@@ -6072,7 +6112,7 @@ export var IconTableInsertRowAfterSolid = {
|
|
|
6072
6112
|
"variant": "Solid",
|
|
6073
6113
|
"glyphName": "table-insert-row-after",
|
|
6074
6114
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6075
|
-
"codepoint": "
|
|
6115
|
+
"codepoint": "EB32",
|
|
6076
6116
|
"className": "icon-table-insert-row-after",
|
|
6077
6117
|
"classes": ["icon-solid", "icon-table-insert-row-after"],
|
|
6078
6118
|
"bidirectional": false,
|
|
@@ -6082,7 +6122,7 @@ export var IconTableLeftHeaderLine = {
|
|
|
6082
6122
|
"variant": "Line",
|
|
6083
6123
|
"glyphName": "table-left-header",
|
|
6084
6124
|
"cssFile": "InstructureIcons-Line.css",
|
|
6085
|
-
"codepoint": "
|
|
6125
|
+
"codepoint": "EB33",
|
|
6086
6126
|
"className": "icon-table-left-header",
|
|
6087
6127
|
"classes": ["icon-line", "icon-table-left-header"],
|
|
6088
6128
|
"bidirectional": false,
|
|
@@ -6092,7 +6132,7 @@ export var IconTableLeftHeaderSolid = {
|
|
|
6092
6132
|
"variant": "Solid",
|
|
6093
6133
|
"glyphName": "table-left-header",
|
|
6094
6134
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6095
|
-
"codepoint": "
|
|
6135
|
+
"codepoint": "EB33",
|
|
6096
6136
|
"className": "icon-table-left-header",
|
|
6097
6137
|
"classes": ["icon-solid", "icon-table-left-header"],
|
|
6098
6138
|
"bidirectional": false,
|
|
@@ -6102,7 +6142,7 @@ export var IconTableMergeCellsLine = {
|
|
|
6102
6142
|
"variant": "Line",
|
|
6103
6143
|
"glyphName": "table-merge-cells",
|
|
6104
6144
|
"cssFile": "InstructureIcons-Line.css",
|
|
6105
|
-
"codepoint": "
|
|
6145
|
+
"codepoint": "EB34",
|
|
6106
6146
|
"className": "icon-table-merge-cells",
|
|
6107
6147
|
"classes": ["icon-line", "icon-table-merge-cells"],
|
|
6108
6148
|
"bidirectional": false,
|
|
@@ -6112,7 +6152,7 @@ export var IconTableMergeCellsSolid = {
|
|
|
6112
6152
|
"variant": "Solid",
|
|
6113
6153
|
"glyphName": "table-merge-cells",
|
|
6114
6154
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6115
|
-
"codepoint": "
|
|
6155
|
+
"codepoint": "EB34",
|
|
6116
6156
|
"className": "icon-table-merge-cells",
|
|
6117
6157
|
"classes": ["icon-solid", "icon-table-merge-cells"],
|
|
6118
6158
|
"bidirectional": false,
|
|
@@ -6122,7 +6162,7 @@ export var IconTableRowPropertiesLine = {
|
|
|
6122
6162
|
"variant": "Line",
|
|
6123
6163
|
"glyphName": "table-row-properties",
|
|
6124
6164
|
"cssFile": "InstructureIcons-Line.css",
|
|
6125
|
-
"codepoint": "
|
|
6165
|
+
"codepoint": "EB35",
|
|
6126
6166
|
"className": "icon-table-row-properties",
|
|
6127
6167
|
"classes": ["icon-line", "icon-table-row-properties"],
|
|
6128
6168
|
"bidirectional": false,
|
|
@@ -6132,7 +6172,7 @@ export var IconTableRowPropertiesSolid = {
|
|
|
6132
6172
|
"variant": "Solid",
|
|
6133
6173
|
"glyphName": "table-row-properties",
|
|
6134
6174
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6135
|
-
"codepoint": "
|
|
6175
|
+
"codepoint": "EB35",
|
|
6136
6176
|
"className": "icon-table-row-properties",
|
|
6137
6177
|
"classes": ["icon-solid", "icon-table-row-properties"],
|
|
6138
6178
|
"bidirectional": false,
|
|
@@ -6142,7 +6182,7 @@ export var IconTableSplitCellsLine = {
|
|
|
6142
6182
|
"variant": "Line",
|
|
6143
6183
|
"glyphName": "table-split-cells",
|
|
6144
6184
|
"cssFile": "InstructureIcons-Line.css",
|
|
6145
|
-
"codepoint": "
|
|
6185
|
+
"codepoint": "EB36",
|
|
6146
6186
|
"className": "icon-table-split-cells",
|
|
6147
6187
|
"classes": ["icon-line", "icon-table-split-cells"],
|
|
6148
6188
|
"bidirectional": false,
|
|
@@ -6152,7 +6192,7 @@ export var IconTableSplitCellsSolid = {
|
|
|
6152
6192
|
"variant": "Solid",
|
|
6153
6193
|
"glyphName": "table-split-cells",
|
|
6154
6194
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6155
|
-
"codepoint": "
|
|
6195
|
+
"codepoint": "EB36",
|
|
6156
6196
|
"className": "icon-table-split-cells",
|
|
6157
6197
|
"classes": ["icon-solid", "icon-table-split-cells"],
|
|
6158
6198
|
"bidirectional": false,
|
|
@@ -6162,7 +6202,7 @@ export var IconTableTopHeaderLine = {
|
|
|
6162
6202
|
"variant": "Line",
|
|
6163
6203
|
"glyphName": "table-top-header",
|
|
6164
6204
|
"cssFile": "InstructureIcons-Line.css",
|
|
6165
|
-
"codepoint": "
|
|
6205
|
+
"codepoint": "EB37",
|
|
6166
6206
|
"className": "icon-table-top-header",
|
|
6167
6207
|
"classes": ["icon-line", "icon-table-top-header"],
|
|
6168
6208
|
"bidirectional": false,
|
|
@@ -6172,7 +6212,7 @@ export var IconTableTopHeaderSolid = {
|
|
|
6172
6212
|
"variant": "Solid",
|
|
6173
6213
|
"glyphName": "table-top-header",
|
|
6174
6214
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6175
|
-
"codepoint": "
|
|
6215
|
+
"codepoint": "EB37",
|
|
6176
6216
|
"className": "icon-table-top-header",
|
|
6177
6217
|
"classes": ["icon-solid", "icon-table-top-header"],
|
|
6178
6218
|
"bidirectional": false,
|
|
@@ -6182,7 +6222,7 @@ export var IconTableLine = {
|
|
|
6182
6222
|
"variant": "Line",
|
|
6183
6223
|
"glyphName": "table",
|
|
6184
6224
|
"cssFile": "InstructureIcons-Line.css",
|
|
6185
|
-
"codepoint": "
|
|
6225
|
+
"codepoint": "EB38",
|
|
6186
6226
|
"className": "icon-table",
|
|
6187
6227
|
"classes": ["icon-line", "icon-table"],
|
|
6188
6228
|
"bidirectional": false,
|
|
@@ -6192,7 +6232,7 @@ export var IconTableSolid = {
|
|
|
6192
6232
|
"variant": "Solid",
|
|
6193
6233
|
"glyphName": "table",
|
|
6194
6234
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6195
|
-
"codepoint": "
|
|
6235
|
+
"codepoint": "EB38",
|
|
6196
6236
|
"className": "icon-table",
|
|
6197
6237
|
"classes": ["icon-solid", "icon-table"],
|
|
6198
6238
|
"bidirectional": false,
|
|
@@ -6202,7 +6242,7 @@ export var IconTagLine = {
|
|
|
6202
6242
|
"variant": "Line",
|
|
6203
6243
|
"glyphName": "tag",
|
|
6204
6244
|
"cssFile": "InstructureIcons-Line.css",
|
|
6205
|
-
"codepoint": "
|
|
6245
|
+
"codepoint": "EB39",
|
|
6206
6246
|
"className": "icon-tag",
|
|
6207
6247
|
"classes": ["icon-line", "icon-tag"],
|
|
6208
6248
|
"bidirectional": false,
|
|
@@ -6212,7 +6252,7 @@ export var IconTagSolid = {
|
|
|
6212
6252
|
"variant": "Solid",
|
|
6213
6253
|
"glyphName": "tag",
|
|
6214
6254
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6215
|
-
"codepoint": "
|
|
6255
|
+
"codepoint": "EB39",
|
|
6216
6256
|
"className": "icon-tag",
|
|
6217
6257
|
"classes": ["icon-solid", "icon-tag"],
|
|
6218
6258
|
"bidirectional": false,
|
|
@@ -6222,7 +6262,7 @@ export var IconTargetLine = {
|
|
|
6222
6262
|
"variant": "Line",
|
|
6223
6263
|
"glyphName": "target",
|
|
6224
6264
|
"cssFile": "InstructureIcons-Line.css",
|
|
6225
|
-
"codepoint": "
|
|
6265
|
+
"codepoint": "EB3A",
|
|
6226
6266
|
"className": "icon-target",
|
|
6227
6267
|
"classes": ["icon-line", "icon-target"],
|
|
6228
6268
|
"bidirectional": false,
|
|
@@ -6232,7 +6272,7 @@ export var IconTargetSolid = {
|
|
|
6232
6272
|
"variant": "Solid",
|
|
6233
6273
|
"glyphName": "target",
|
|
6234
6274
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6235
|
-
"codepoint": "
|
|
6275
|
+
"codepoint": "EB3A",
|
|
6236
6276
|
"className": "icon-target",
|
|
6237
6277
|
"classes": ["icon-solid", "icon-target"],
|
|
6238
6278
|
"bidirectional": false,
|
|
@@ -6242,7 +6282,7 @@ export var IconTextBackgroundColorLine = {
|
|
|
6242
6282
|
"variant": "Line",
|
|
6243
6283
|
"glyphName": "text-background-color",
|
|
6244
6284
|
"cssFile": "InstructureIcons-Line.css",
|
|
6245
|
-
"codepoint": "
|
|
6285
|
+
"codepoint": "EB3B",
|
|
6246
6286
|
"className": "icon-text-background-color",
|
|
6247
6287
|
"classes": ["icon-line", "icon-text-background-color"],
|
|
6248
6288
|
"bidirectional": false,
|
|
@@ -6252,7 +6292,7 @@ export var IconTextBackgroundColorSolid = {
|
|
|
6252
6292
|
"variant": "Solid",
|
|
6253
6293
|
"glyphName": "text-background-color",
|
|
6254
6294
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6255
|
-
"codepoint": "
|
|
6295
|
+
"codepoint": "EB3B",
|
|
6256
6296
|
"className": "icon-text-background-color",
|
|
6257
6297
|
"classes": ["icon-solid", "icon-text-background-color"],
|
|
6258
6298
|
"bidirectional": false,
|
|
@@ -6262,7 +6302,7 @@ export var IconTextCenteredLine = {
|
|
|
6262
6302
|
"variant": "Line",
|
|
6263
6303
|
"glyphName": "text-centered",
|
|
6264
6304
|
"cssFile": "InstructureIcons-Line.css",
|
|
6265
|
-
"codepoint": "
|
|
6305
|
+
"codepoint": "EB3C",
|
|
6266
6306
|
"className": "icon-text-centered",
|
|
6267
6307
|
"classes": ["icon-line", "icon-text-centered"],
|
|
6268
6308
|
"bidirectional": false,
|
|
@@ -6272,7 +6312,7 @@ export var IconTextCenteredSolid = {
|
|
|
6272
6312
|
"variant": "Solid",
|
|
6273
6313
|
"glyphName": "text-centered",
|
|
6274
6314
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6275
|
-
"codepoint": "
|
|
6315
|
+
"codepoint": "EB3C",
|
|
6276
6316
|
"className": "icon-text-centered",
|
|
6277
6317
|
"classes": ["icon-solid", "icon-text-centered"],
|
|
6278
6318
|
"bidirectional": false,
|
|
@@ -6282,7 +6322,7 @@ export var IconTextColorLine = {
|
|
|
6282
6322
|
"variant": "Line",
|
|
6283
6323
|
"glyphName": "text-color",
|
|
6284
6324
|
"cssFile": "InstructureIcons-Line.css",
|
|
6285
|
-
"codepoint": "
|
|
6325
|
+
"codepoint": "EB3D",
|
|
6286
6326
|
"className": "icon-text-color",
|
|
6287
6327
|
"classes": ["icon-line", "icon-text-color"],
|
|
6288
6328
|
"bidirectional": false,
|
|
@@ -6292,7 +6332,7 @@ export var IconTextColorSolid = {
|
|
|
6292
6332
|
"variant": "Solid",
|
|
6293
6333
|
"glyphName": "text-color",
|
|
6294
6334
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6295
|
-
"codepoint": "
|
|
6335
|
+
"codepoint": "EB3D",
|
|
6296
6336
|
"className": "icon-text-color",
|
|
6297
6337
|
"classes": ["icon-solid", "icon-text-color"],
|
|
6298
6338
|
"bidirectional": false,
|
|
@@ -6302,7 +6342,7 @@ export var IconTextDirectionLtrLine = {
|
|
|
6302
6342
|
"variant": "Line",
|
|
6303
6343
|
"glyphName": "text-direction-ltr",
|
|
6304
6344
|
"cssFile": "InstructureIcons-Line.css",
|
|
6305
|
-
"codepoint": "
|
|
6345
|
+
"codepoint": "EB3E",
|
|
6306
6346
|
"className": "icon-text-direction-ltr",
|
|
6307
6347
|
"classes": ["icon-line", "icon-text-direction-ltr"],
|
|
6308
6348
|
"bidirectional": false,
|
|
@@ -6312,7 +6352,7 @@ export var IconTextDirectionLtrSolid = {
|
|
|
6312
6352
|
"variant": "Solid",
|
|
6313
6353
|
"glyphName": "text-direction-ltr",
|
|
6314
6354
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6315
|
-
"codepoint": "
|
|
6355
|
+
"codepoint": "EB3E",
|
|
6316
6356
|
"className": "icon-text-direction-ltr",
|
|
6317
6357
|
"classes": ["icon-solid", "icon-text-direction-ltr"],
|
|
6318
6358
|
"bidirectional": false,
|
|
@@ -6322,7 +6362,7 @@ export var IconTextDirectionRtlLine = {
|
|
|
6322
6362
|
"variant": "Line",
|
|
6323
6363
|
"glyphName": "text-direction-rtl",
|
|
6324
6364
|
"cssFile": "InstructureIcons-Line.css",
|
|
6325
|
-
"codepoint": "
|
|
6365
|
+
"codepoint": "EB3F",
|
|
6326
6366
|
"className": "icon-text-direction-rtl",
|
|
6327
6367
|
"classes": ["icon-line", "icon-text-direction-rtl"],
|
|
6328
6368
|
"bidirectional": false,
|
|
@@ -6332,7 +6372,7 @@ export var IconTextDirectionRtlSolid = {
|
|
|
6332
6372
|
"variant": "Solid",
|
|
6333
6373
|
"glyphName": "text-direction-rtl",
|
|
6334
6374
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6335
|
-
"codepoint": "
|
|
6375
|
+
"codepoint": "EB3F",
|
|
6336
6376
|
"className": "icon-text-direction-rtl",
|
|
6337
6377
|
"classes": ["icon-solid", "icon-text-direction-rtl"],
|
|
6338
6378
|
"bidirectional": false,
|
|
@@ -6342,7 +6382,7 @@ export var IconTextEndLine = {
|
|
|
6342
6382
|
"variant": "Line",
|
|
6343
6383
|
"glyphName": "text-end",
|
|
6344
6384
|
"cssFile": "InstructureIcons-Line.css",
|
|
6345
|
-
"codepoint": "
|
|
6385
|
+
"codepoint": "EB40",
|
|
6346
6386
|
"className": "icon-text-end",
|
|
6347
6387
|
"classes": ["icon-line", "icon-text-end"],
|
|
6348
6388
|
"bidirectional": true,
|
|
@@ -6352,7 +6392,7 @@ export var IconTextEndSolid = {
|
|
|
6352
6392
|
"variant": "Solid",
|
|
6353
6393
|
"glyphName": "text-end",
|
|
6354
6394
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6355
|
-
"codepoint": "
|
|
6395
|
+
"codepoint": "EB40",
|
|
6356
6396
|
"className": "icon-text-end",
|
|
6357
6397
|
"classes": ["icon-solid", "icon-text-end"],
|
|
6358
6398
|
"bidirectional": true,
|
|
@@ -6362,7 +6402,7 @@ export var IconTextLeftLine = {
|
|
|
6362
6402
|
"variant": "Line",
|
|
6363
6403
|
"glyphName": "text-left",
|
|
6364
6404
|
"cssFile": "InstructureIcons-Line.css",
|
|
6365
|
-
"codepoint": "
|
|
6405
|
+
"codepoint": "EB41",
|
|
6366
6406
|
"className": "icon-text-left",
|
|
6367
6407
|
"classes": ["icon-line", "icon-text-left"],
|
|
6368
6408
|
"bidirectional": true,
|
|
@@ -6372,7 +6412,7 @@ export var IconTextLeftSolid = {
|
|
|
6372
6412
|
"variant": "Solid",
|
|
6373
6413
|
"glyphName": "text-left",
|
|
6374
6414
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6375
|
-
"codepoint": "
|
|
6415
|
+
"codepoint": "EB41",
|
|
6376
6416
|
"className": "icon-text-left",
|
|
6377
6417
|
"classes": ["icon-solid", "icon-text-left"],
|
|
6378
6418
|
"bidirectional": true,
|
|
@@ -6382,7 +6422,7 @@ export var IconTextRightLine = {
|
|
|
6382
6422
|
"variant": "Line",
|
|
6383
6423
|
"glyphName": "text-right",
|
|
6384
6424
|
"cssFile": "InstructureIcons-Line.css",
|
|
6385
|
-
"codepoint": "
|
|
6425
|
+
"codepoint": "EB42",
|
|
6386
6426
|
"className": "icon-text-right",
|
|
6387
6427
|
"classes": ["icon-line", "icon-text-right"],
|
|
6388
6428
|
"bidirectional": true,
|
|
@@ -6392,7 +6432,7 @@ export var IconTextRightSolid = {
|
|
|
6392
6432
|
"variant": "Solid",
|
|
6393
6433
|
"glyphName": "text-right",
|
|
6394
6434
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6395
|
-
"codepoint": "
|
|
6435
|
+
"codepoint": "EB42",
|
|
6396
6436
|
"className": "icon-text-right",
|
|
6397
6437
|
"classes": ["icon-solid", "icon-text-right"],
|
|
6398
6438
|
"bidirectional": true,
|
|
@@ -6402,7 +6442,7 @@ export var IconTextStartLine = {
|
|
|
6402
6442
|
"variant": "Line",
|
|
6403
6443
|
"glyphName": "text-start",
|
|
6404
6444
|
"cssFile": "InstructureIcons-Line.css",
|
|
6405
|
-
"codepoint": "
|
|
6445
|
+
"codepoint": "EB43",
|
|
6406
6446
|
"className": "icon-text-start",
|
|
6407
6447
|
"classes": ["icon-line", "icon-text-start"],
|
|
6408
6448
|
"bidirectional": true,
|
|
@@ -6412,7 +6452,7 @@ export var IconTextStartSolid = {
|
|
|
6412
6452
|
"variant": "Solid",
|
|
6413
6453
|
"glyphName": "text-start",
|
|
6414
6454
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6415
|
-
"codepoint": "
|
|
6455
|
+
"codepoint": "EB43",
|
|
6416
6456
|
"className": "icon-text-start",
|
|
6417
6457
|
"classes": ["icon-solid", "icon-text-start"],
|
|
6418
6458
|
"bidirectional": true,
|
|
@@ -6422,7 +6462,7 @@ export var IconTextSubscriptLine = {
|
|
|
6422
6462
|
"variant": "Line",
|
|
6423
6463
|
"glyphName": "text-subscript",
|
|
6424
6464
|
"cssFile": "InstructureIcons-Line.css",
|
|
6425
|
-
"codepoint": "
|
|
6465
|
+
"codepoint": "EB44",
|
|
6426
6466
|
"className": "icon-text-subscript",
|
|
6427
6467
|
"classes": ["icon-line", "icon-text-subscript"],
|
|
6428
6468
|
"bidirectional": false,
|
|
@@ -6432,7 +6472,7 @@ export var IconTextSubscriptSolid = {
|
|
|
6432
6472
|
"variant": "Solid",
|
|
6433
6473
|
"glyphName": "text-subscript",
|
|
6434
6474
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6435
|
-
"codepoint": "
|
|
6475
|
+
"codepoint": "EB44",
|
|
6436
6476
|
"className": "icon-text-subscript",
|
|
6437
6477
|
"classes": ["icon-solid", "icon-text-subscript"],
|
|
6438
6478
|
"bidirectional": false,
|
|
@@ -6442,7 +6482,7 @@ export var IconTextSuperscriptLine = {
|
|
|
6442
6482
|
"variant": "Line",
|
|
6443
6483
|
"glyphName": "text-superscript",
|
|
6444
6484
|
"cssFile": "InstructureIcons-Line.css",
|
|
6445
|
-
"codepoint": "
|
|
6485
|
+
"codepoint": "EB45",
|
|
6446
6486
|
"className": "icon-text-superscript",
|
|
6447
6487
|
"classes": ["icon-line", "icon-text-superscript"],
|
|
6448
6488
|
"bidirectional": false,
|
|
@@ -6452,7 +6492,7 @@ export var IconTextSuperscriptSolid = {
|
|
|
6452
6492
|
"variant": "Solid",
|
|
6453
6493
|
"glyphName": "text-superscript",
|
|
6454
6494
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6455
|
-
"codepoint": "
|
|
6495
|
+
"codepoint": "EB45",
|
|
6456
6496
|
"className": "icon-text-superscript",
|
|
6457
6497
|
"classes": ["icon-solid", "icon-text-superscript"],
|
|
6458
6498
|
"bidirectional": false,
|
|
@@ -6462,7 +6502,7 @@ export var IconTextLine = {
|
|
|
6462
6502
|
"variant": "Line",
|
|
6463
6503
|
"glyphName": "text",
|
|
6464
6504
|
"cssFile": "InstructureIcons-Line.css",
|
|
6465
|
-
"codepoint": "
|
|
6505
|
+
"codepoint": "EB46",
|
|
6466
6506
|
"className": "icon-text",
|
|
6467
6507
|
"classes": ["icon-line", "icon-text"],
|
|
6468
6508
|
"bidirectional": false,
|
|
@@ -6472,7 +6512,7 @@ export var IconTextSolid = {
|
|
|
6472
6512
|
"variant": "Solid",
|
|
6473
6513
|
"glyphName": "text",
|
|
6474
6514
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6475
|
-
"codepoint": "
|
|
6515
|
+
"codepoint": "EB46",
|
|
6476
6516
|
"className": "icon-text",
|
|
6477
6517
|
"classes": ["icon-solid", "icon-text"],
|
|
6478
6518
|
"bidirectional": false,
|
|
@@ -6482,7 +6522,7 @@ export var IconTextareaLine = {
|
|
|
6482
6522
|
"variant": "Line",
|
|
6483
6523
|
"glyphName": "textarea",
|
|
6484
6524
|
"cssFile": "InstructureIcons-Line.css",
|
|
6485
|
-
"codepoint": "
|
|
6525
|
+
"codepoint": "EB47",
|
|
6486
6526
|
"className": "icon-textarea",
|
|
6487
6527
|
"classes": ["icon-line", "icon-textarea"],
|
|
6488
6528
|
"bidirectional": true,
|
|
@@ -6492,7 +6532,7 @@ export var IconTextareaSolid = {
|
|
|
6492
6532
|
"variant": "Solid",
|
|
6493
6533
|
"glyphName": "textarea",
|
|
6494
6534
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6495
|
-
"codepoint": "
|
|
6535
|
+
"codepoint": "EB47",
|
|
6496
6536
|
"className": "icon-textarea",
|
|
6497
6537
|
"classes": ["icon-solid", "icon-textarea"],
|
|
6498
6538
|
"bidirectional": true,
|
|
@@ -6502,7 +6542,7 @@ export var IconTimerLine = {
|
|
|
6502
6542
|
"variant": "Line",
|
|
6503
6543
|
"glyphName": "timer",
|
|
6504
6544
|
"cssFile": "InstructureIcons-Line.css",
|
|
6505
|
-
"codepoint": "
|
|
6545
|
+
"codepoint": "EB48",
|
|
6506
6546
|
"className": "icon-timer",
|
|
6507
6547
|
"classes": ["icon-line", "icon-timer"],
|
|
6508
6548
|
"bidirectional": false,
|
|
@@ -6512,7 +6552,7 @@ export var IconTimerSolid = {
|
|
|
6512
6552
|
"variant": "Solid",
|
|
6513
6553
|
"glyphName": "timer",
|
|
6514
6554
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6515
|
-
"codepoint": "
|
|
6555
|
+
"codepoint": "EB48",
|
|
6516
6556
|
"className": "icon-timer",
|
|
6517
6557
|
"classes": ["icon-solid", "icon-timer"],
|
|
6518
6558
|
"bidirectional": false,
|
|
@@ -6522,7 +6562,7 @@ export var IconToggleEndLine = {
|
|
|
6522
6562
|
"variant": "Line",
|
|
6523
6563
|
"glyphName": "toggle-end",
|
|
6524
6564
|
"cssFile": "InstructureIcons-Line.css",
|
|
6525
|
-
"codepoint": "
|
|
6565
|
+
"codepoint": "EB49",
|
|
6526
6566
|
"className": "icon-toggle-end",
|
|
6527
6567
|
"classes": ["icon-line", "icon-toggle-end"],
|
|
6528
6568
|
"bidirectional": true,
|
|
@@ -6532,7 +6572,7 @@ export var IconToggleEndSolid = {
|
|
|
6532
6572
|
"variant": "Solid",
|
|
6533
6573
|
"glyphName": "toggle-end",
|
|
6534
6574
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6535
|
-
"codepoint": "
|
|
6575
|
+
"codepoint": "EB49",
|
|
6536
6576
|
"className": "icon-toggle-end",
|
|
6537
6577
|
"classes": ["icon-solid", "icon-toggle-end"],
|
|
6538
6578
|
"bidirectional": true,
|
|
@@ -6542,7 +6582,7 @@ export var IconToggleLeftLine = {
|
|
|
6542
6582
|
"variant": "Line",
|
|
6543
6583
|
"glyphName": "toggle-left",
|
|
6544
6584
|
"cssFile": "InstructureIcons-Line.css",
|
|
6545
|
-
"codepoint": "
|
|
6585
|
+
"codepoint": "EB4A",
|
|
6546
6586
|
"className": "icon-toggle-left",
|
|
6547
6587
|
"classes": ["icon-line", "icon-toggle-left"],
|
|
6548
6588
|
"bidirectional": true,
|
|
@@ -6552,7 +6592,7 @@ export var IconToggleLeftSolid = {
|
|
|
6552
6592
|
"variant": "Solid",
|
|
6553
6593
|
"glyphName": "toggle-left",
|
|
6554
6594
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6555
|
-
"codepoint": "
|
|
6595
|
+
"codepoint": "EB4A",
|
|
6556
6596
|
"className": "icon-toggle-left",
|
|
6557
6597
|
"classes": ["icon-solid", "icon-toggle-left"],
|
|
6558
6598
|
"bidirectional": true,
|
|
@@ -6562,7 +6602,7 @@ export var IconToggleRightLine = {
|
|
|
6562
6602
|
"variant": "Line",
|
|
6563
6603
|
"glyphName": "toggle-right",
|
|
6564
6604
|
"cssFile": "InstructureIcons-Line.css",
|
|
6565
|
-
"codepoint": "
|
|
6605
|
+
"codepoint": "EB4B",
|
|
6566
6606
|
"className": "icon-toggle-right",
|
|
6567
6607
|
"classes": ["icon-line", "icon-toggle-right"],
|
|
6568
6608
|
"bidirectional": true,
|
|
@@ -6572,7 +6612,7 @@ export var IconToggleRightSolid = {
|
|
|
6572
6612
|
"variant": "Solid",
|
|
6573
6613
|
"glyphName": "toggle-right",
|
|
6574
6614
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6575
|
-
"codepoint": "
|
|
6615
|
+
"codepoint": "EB4B",
|
|
6576
6616
|
"className": "icon-toggle-right",
|
|
6577
6617
|
"classes": ["icon-solid", "icon-toggle-right"],
|
|
6578
6618
|
"bidirectional": true,
|
|
@@ -6582,7 +6622,7 @@ export var IconToggleStartLine = {
|
|
|
6582
6622
|
"variant": "Line",
|
|
6583
6623
|
"glyphName": "toggle-start",
|
|
6584
6624
|
"cssFile": "InstructureIcons-Line.css",
|
|
6585
|
-
"codepoint": "
|
|
6625
|
+
"codepoint": "EB4C",
|
|
6586
6626
|
"className": "icon-toggle-start",
|
|
6587
6627
|
"classes": ["icon-line", "icon-toggle-start"],
|
|
6588
6628
|
"bidirectional": true,
|
|
@@ -6592,7 +6632,7 @@ export var IconToggleStartSolid = {
|
|
|
6592
6632
|
"variant": "Solid",
|
|
6593
6633
|
"glyphName": "toggle-start",
|
|
6594
6634
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6595
|
-
"codepoint": "
|
|
6635
|
+
"codepoint": "EB4C",
|
|
6596
6636
|
"className": "icon-toggle-start",
|
|
6597
6637
|
"classes": ["icon-solid", "icon-toggle-start"],
|
|
6598
6638
|
"bidirectional": true,
|
|
@@ -6602,7 +6642,7 @@ export var IconTrashLine = {
|
|
|
6602
6642
|
"variant": "Line",
|
|
6603
6643
|
"glyphName": "trash",
|
|
6604
6644
|
"cssFile": "InstructureIcons-Line.css",
|
|
6605
|
-
"codepoint": "
|
|
6645
|
+
"codepoint": "EB4D",
|
|
6606
6646
|
"className": "icon-trash",
|
|
6607
6647
|
"classes": ["icon-line", "icon-trash"],
|
|
6608
6648
|
"bidirectional": false,
|
|
@@ -6612,7 +6652,7 @@ export var IconTrashSolid = {
|
|
|
6612
6652
|
"variant": "Solid",
|
|
6613
6653
|
"glyphName": "trash",
|
|
6614
6654
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6615
|
-
"codepoint": "
|
|
6655
|
+
"codepoint": "EB4D",
|
|
6616
6656
|
"className": "icon-trash",
|
|
6617
6657
|
"classes": ["icon-solid", "icon-trash"],
|
|
6618
6658
|
"bidirectional": false,
|
|
@@ -6622,7 +6662,7 @@ export var IconTroubleLine = {
|
|
|
6622
6662
|
"variant": "Line",
|
|
6623
6663
|
"glyphName": "trouble",
|
|
6624
6664
|
"cssFile": "InstructureIcons-Line.css",
|
|
6625
|
-
"codepoint": "
|
|
6665
|
+
"codepoint": "EB4E",
|
|
6626
6666
|
"className": "icon-trouble",
|
|
6627
6667
|
"classes": ["icon-line", "icon-trouble"],
|
|
6628
6668
|
"bidirectional": false,
|
|
@@ -6632,7 +6672,7 @@ export var IconTroubleSolid = {
|
|
|
6632
6672
|
"variant": "Solid",
|
|
6633
6673
|
"glyphName": "trouble",
|
|
6634
6674
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6635
|
-
"codepoint": "
|
|
6675
|
+
"codepoint": "EB4E",
|
|
6636
6676
|
"className": "icon-trouble",
|
|
6637
6677
|
"classes": ["icon-solid", "icon-trouble"],
|
|
6638
6678
|
"bidirectional": false,
|
|
@@ -6642,7 +6682,7 @@ export var IconTwitterBoxedLine = {
|
|
|
6642
6682
|
"variant": "Line",
|
|
6643
6683
|
"glyphName": "twitter-boxed",
|
|
6644
6684
|
"cssFile": "InstructureIcons-Line.css",
|
|
6645
|
-
"codepoint": "
|
|
6685
|
+
"codepoint": "EB4F",
|
|
6646
6686
|
"className": "icon-twitter-boxed",
|
|
6647
6687
|
"classes": ["icon-line", "icon-twitter-boxed"],
|
|
6648
6688
|
"bidirectional": false,
|
|
@@ -6652,7 +6692,7 @@ export var IconTwitterBoxedSolid = {
|
|
|
6652
6692
|
"variant": "Solid",
|
|
6653
6693
|
"glyphName": "twitter-boxed",
|
|
6654
6694
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6655
|
-
"codepoint": "
|
|
6695
|
+
"codepoint": "EB4F",
|
|
6656
6696
|
"className": "icon-twitter-boxed",
|
|
6657
6697
|
"classes": ["icon-solid", "icon-twitter-boxed"],
|
|
6658
6698
|
"bidirectional": false,
|
|
@@ -6662,7 +6702,7 @@ export var IconTwitterLine = {
|
|
|
6662
6702
|
"variant": "Line",
|
|
6663
6703
|
"glyphName": "twitter",
|
|
6664
6704
|
"cssFile": "InstructureIcons-Line.css",
|
|
6665
|
-
"codepoint": "
|
|
6705
|
+
"codepoint": "EB50",
|
|
6666
6706
|
"className": "icon-twitter",
|
|
6667
6707
|
"classes": ["icon-line", "icon-twitter"],
|
|
6668
6708
|
"bidirectional": false,
|
|
@@ -6672,7 +6712,7 @@ export var IconTwitterSolid = {
|
|
|
6672
6712
|
"variant": "Solid",
|
|
6673
6713
|
"glyphName": "twitter",
|
|
6674
6714
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6675
|
-
"codepoint": "
|
|
6715
|
+
"codepoint": "EB50",
|
|
6676
6716
|
"className": "icon-twitter",
|
|
6677
6717
|
"classes": ["icon-solid", "icon-twitter"],
|
|
6678
6718
|
"bidirectional": false,
|
|
@@ -6682,7 +6722,7 @@ export var IconUnarchiveLine = {
|
|
|
6682
6722
|
"variant": "Line",
|
|
6683
6723
|
"glyphName": "unarchive",
|
|
6684
6724
|
"cssFile": "InstructureIcons-Line.css",
|
|
6685
|
-
"codepoint": "
|
|
6725
|
+
"codepoint": "EB51",
|
|
6686
6726
|
"className": "icon-unarchive",
|
|
6687
6727
|
"classes": ["icon-line", "icon-unarchive"],
|
|
6688
6728
|
"bidirectional": false,
|
|
@@ -6692,7 +6732,7 @@ export var IconUnarchiveSolid = {
|
|
|
6692
6732
|
"variant": "Solid",
|
|
6693
6733
|
"glyphName": "unarchive",
|
|
6694
6734
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6695
|
-
"codepoint": "
|
|
6735
|
+
"codepoint": "EB51",
|
|
6696
6736
|
"className": "icon-unarchive",
|
|
6697
6737
|
"classes": ["icon-solid", "icon-unarchive"],
|
|
6698
6738
|
"bidirectional": false,
|
|
@@ -6702,7 +6742,7 @@ export var IconUnderlineLine = {
|
|
|
6702
6742
|
"variant": "Line",
|
|
6703
6743
|
"glyphName": "underline",
|
|
6704
6744
|
"cssFile": "InstructureIcons-Line.css",
|
|
6705
|
-
"codepoint": "
|
|
6745
|
+
"codepoint": "EB52",
|
|
6706
6746
|
"className": "icon-underline",
|
|
6707
6747
|
"classes": ["icon-line", "icon-underline"],
|
|
6708
6748
|
"bidirectional": false,
|
|
@@ -6712,7 +6752,7 @@ export var IconUnderlineSolid = {
|
|
|
6712
6752
|
"variant": "Solid",
|
|
6713
6753
|
"glyphName": "underline",
|
|
6714
6754
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6715
|
-
"codepoint": "
|
|
6755
|
+
"codepoint": "EB52",
|
|
6716
6756
|
"className": "icon-underline",
|
|
6717
6757
|
"classes": ["icon-solid", "icon-underline"],
|
|
6718
6758
|
"bidirectional": false,
|
|
@@ -6722,7 +6762,7 @@ export var IconUnlockLine = {
|
|
|
6722
6762
|
"variant": "Line",
|
|
6723
6763
|
"glyphName": "unlock",
|
|
6724
6764
|
"cssFile": "InstructureIcons-Line.css",
|
|
6725
|
-
"codepoint": "
|
|
6765
|
+
"codepoint": "EB53",
|
|
6726
6766
|
"className": "icon-unlock",
|
|
6727
6767
|
"classes": ["icon-line", "icon-unlock"],
|
|
6728
6768
|
"bidirectional": false,
|
|
@@ -6732,7 +6772,7 @@ export var IconUnlockSolid = {
|
|
|
6732
6772
|
"variant": "Solid",
|
|
6733
6773
|
"glyphName": "unlock",
|
|
6734
6774
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6735
|
-
"codepoint": "
|
|
6775
|
+
"codepoint": "EB53",
|
|
6736
6776
|
"className": "icon-unlock",
|
|
6737
6777
|
"classes": ["icon-solid", "icon-unlock"],
|
|
6738
6778
|
"bidirectional": false,
|
|
@@ -6742,7 +6782,7 @@ export var IconUnmutedLine = {
|
|
|
6742
6782
|
"variant": "Line",
|
|
6743
6783
|
"glyphName": "unmuted",
|
|
6744
6784
|
"cssFile": "InstructureIcons-Line.css",
|
|
6745
|
-
"codepoint": "
|
|
6785
|
+
"codepoint": "EB54",
|
|
6746
6786
|
"className": "icon-unmuted",
|
|
6747
6787
|
"classes": ["icon-line", "icon-unmuted"],
|
|
6748
6788
|
"bidirectional": false,
|
|
@@ -6752,7 +6792,7 @@ export var IconUnmutedSolid = {
|
|
|
6752
6792
|
"variant": "Solid",
|
|
6753
6793
|
"glyphName": "unmuted",
|
|
6754
6794
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6755
|
-
"codepoint": "
|
|
6795
|
+
"codepoint": "EB54",
|
|
6756
6796
|
"className": "icon-unmuted",
|
|
6757
6797
|
"classes": ["icon-solid", "icon-unmuted"],
|
|
6758
6798
|
"bidirectional": false,
|
|
@@ -6762,7 +6802,7 @@ export var IconUnpublishLine = {
|
|
|
6762
6802
|
"variant": "Line",
|
|
6763
6803
|
"glyphName": "unpublish",
|
|
6764
6804
|
"cssFile": "InstructureIcons-Line.css",
|
|
6765
|
-
"codepoint": "
|
|
6805
|
+
"codepoint": "EB55",
|
|
6766
6806
|
"className": "icon-unpublish",
|
|
6767
6807
|
"classes": ["icon-line", "icon-unpublish"],
|
|
6768
6808
|
"bidirectional": false,
|
|
@@ -6772,7 +6812,7 @@ export var IconUnpublishSolid = {
|
|
|
6772
6812
|
"variant": "Solid",
|
|
6773
6813
|
"glyphName": "unpublish",
|
|
6774
6814
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6775
|
-
"codepoint": "
|
|
6815
|
+
"codepoint": "EB55",
|
|
6776
6816
|
"className": "icon-unpublish",
|
|
6777
6817
|
"classes": ["icon-solid", "icon-unpublish"],
|
|
6778
6818
|
"bidirectional": false,
|
|
@@ -6782,7 +6822,7 @@ export var IconUnpublishedLine = {
|
|
|
6782
6822
|
"variant": "Line",
|
|
6783
6823
|
"glyphName": "unpublished",
|
|
6784
6824
|
"cssFile": "InstructureIcons-Line.css",
|
|
6785
|
-
"codepoint": "
|
|
6825
|
+
"codepoint": "EB56",
|
|
6786
6826
|
"className": "icon-unpublished",
|
|
6787
6827
|
"classes": ["icon-line", "icon-unpublished"],
|
|
6788
6828
|
"bidirectional": false,
|
|
@@ -6792,7 +6832,7 @@ export var IconUnpublishedSolid = {
|
|
|
6792
6832
|
"variant": "Solid",
|
|
6793
6833
|
"glyphName": "unpublished",
|
|
6794
6834
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6795
|
-
"codepoint": "
|
|
6835
|
+
"codepoint": "EB56",
|
|
6796
6836
|
"className": "icon-unpublished",
|
|
6797
6837
|
"classes": ["icon-solid", "icon-unpublished"],
|
|
6798
6838
|
"bidirectional": false,
|
|
@@ -6802,7 +6842,7 @@ export var IconUpdownLine = {
|
|
|
6802
6842
|
"variant": "Line",
|
|
6803
6843
|
"glyphName": "updown",
|
|
6804
6844
|
"cssFile": "InstructureIcons-Line.css",
|
|
6805
|
-
"codepoint": "
|
|
6845
|
+
"codepoint": "EB57",
|
|
6806
6846
|
"className": "icon-updown",
|
|
6807
6847
|
"classes": ["icon-line", "icon-updown"],
|
|
6808
6848
|
"bidirectional": false,
|
|
@@ -6812,7 +6852,7 @@ export var IconUpdownSolid = {
|
|
|
6812
6852
|
"variant": "Solid",
|
|
6813
6853
|
"glyphName": "updown",
|
|
6814
6854
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6815
|
-
"codepoint": "
|
|
6855
|
+
"codepoint": "EB57",
|
|
6816
6856
|
"className": "icon-updown",
|
|
6817
6857
|
"classes": ["icon-solid", "icon-updown"],
|
|
6818
6858
|
"bidirectional": false,
|
|
@@ -6822,7 +6862,7 @@ export var IconUploadLine = {
|
|
|
6822
6862
|
"variant": "Line",
|
|
6823
6863
|
"glyphName": "upload",
|
|
6824
6864
|
"cssFile": "InstructureIcons-Line.css",
|
|
6825
|
-
"codepoint": "
|
|
6865
|
+
"codepoint": "EB58",
|
|
6826
6866
|
"className": "icon-upload",
|
|
6827
6867
|
"classes": ["icon-line", "icon-upload"],
|
|
6828
6868
|
"bidirectional": false,
|
|
@@ -6832,7 +6872,7 @@ export var IconUploadSolid = {
|
|
|
6832
6872
|
"variant": "Solid",
|
|
6833
6873
|
"glyphName": "upload",
|
|
6834
6874
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6835
|
-
"codepoint": "
|
|
6875
|
+
"codepoint": "EB58",
|
|
6836
6876
|
"className": "icon-upload",
|
|
6837
6877
|
"classes": ["icon-solid", "icon-upload"],
|
|
6838
6878
|
"bidirectional": false,
|
|
@@ -6842,7 +6882,7 @@ export var IconUserAddLine = {
|
|
|
6842
6882
|
"variant": "Line",
|
|
6843
6883
|
"glyphName": "user-add",
|
|
6844
6884
|
"cssFile": "InstructureIcons-Line.css",
|
|
6845
|
-
"codepoint": "
|
|
6885
|
+
"codepoint": "EB59",
|
|
6846
6886
|
"className": "icon-user-add",
|
|
6847
6887
|
"classes": ["icon-line", "icon-user-add"],
|
|
6848
6888
|
"bidirectional": false,
|
|
@@ -6852,7 +6892,7 @@ export var IconUserAddSolid = {
|
|
|
6852
6892
|
"variant": "Solid",
|
|
6853
6893
|
"glyphName": "user-add",
|
|
6854
6894
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6855
|
-
"codepoint": "
|
|
6895
|
+
"codepoint": "EB59",
|
|
6856
6896
|
"className": "icon-user-add",
|
|
6857
6897
|
"classes": ["icon-solid", "icon-user-add"],
|
|
6858
6898
|
"bidirectional": false,
|
|
@@ -6862,7 +6902,7 @@ export var IconUserLine = {
|
|
|
6862
6902
|
"variant": "Line",
|
|
6863
6903
|
"glyphName": "user",
|
|
6864
6904
|
"cssFile": "InstructureIcons-Line.css",
|
|
6865
|
-
"codepoint": "
|
|
6905
|
+
"codepoint": "EB5A",
|
|
6866
6906
|
"className": "icon-user",
|
|
6867
6907
|
"classes": ["icon-line", "icon-user"],
|
|
6868
6908
|
"bidirectional": false,
|
|
@@ -6872,7 +6912,7 @@ export var IconUserSolid = {
|
|
|
6872
6912
|
"variant": "Solid",
|
|
6873
6913
|
"glyphName": "user",
|
|
6874
6914
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6875
|
-
"codepoint": "
|
|
6915
|
+
"codepoint": "EB5A",
|
|
6876
6916
|
"className": "icon-user",
|
|
6877
6917
|
"classes": ["icon-solid", "icon-user"],
|
|
6878
6918
|
"bidirectional": false,
|
|
@@ -6882,7 +6922,7 @@ export var IconVideoCameraOffLine = {
|
|
|
6882
6922
|
"variant": "Line",
|
|
6883
6923
|
"glyphName": "video-camera-off",
|
|
6884
6924
|
"cssFile": "InstructureIcons-Line.css",
|
|
6885
|
-
"codepoint": "
|
|
6925
|
+
"codepoint": "EB5B",
|
|
6886
6926
|
"className": "icon-video-camera-off",
|
|
6887
6927
|
"classes": ["icon-line", "icon-video-camera-off"],
|
|
6888
6928
|
"bidirectional": false,
|
|
@@ -6892,7 +6932,7 @@ export var IconVideoCameraOffSolid = {
|
|
|
6892
6932
|
"variant": "Solid",
|
|
6893
6933
|
"glyphName": "video-camera-off",
|
|
6894
6934
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6895
|
-
"codepoint": "
|
|
6935
|
+
"codepoint": "EB5B",
|
|
6896
6936
|
"className": "icon-video-camera-off",
|
|
6897
6937
|
"classes": ["icon-solid", "icon-video-camera-off"],
|
|
6898
6938
|
"bidirectional": false,
|
|
@@ -6902,7 +6942,7 @@ export var IconVideoCameraLine = {
|
|
|
6902
6942
|
"variant": "Line",
|
|
6903
6943
|
"glyphName": "video-camera",
|
|
6904
6944
|
"cssFile": "InstructureIcons-Line.css",
|
|
6905
|
-
"codepoint": "
|
|
6945
|
+
"codepoint": "EB5C",
|
|
6906
6946
|
"className": "icon-video-camera",
|
|
6907
6947
|
"classes": ["icon-line", "icon-video-camera"],
|
|
6908
6948
|
"bidirectional": false,
|
|
@@ -6912,7 +6952,7 @@ export var IconVideoCameraSolid = {
|
|
|
6912
6952
|
"variant": "Solid",
|
|
6913
6953
|
"glyphName": "video-camera",
|
|
6914
6954
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6915
|
-
"codepoint": "
|
|
6955
|
+
"codepoint": "EB5C",
|
|
6916
6956
|
"className": "icon-video-camera",
|
|
6917
6957
|
"classes": ["icon-solid", "icon-video-camera"],
|
|
6918
6958
|
"bidirectional": false,
|
|
@@ -6922,7 +6962,7 @@ export var IconVideoLine = {
|
|
|
6922
6962
|
"variant": "Line",
|
|
6923
6963
|
"glyphName": "video",
|
|
6924
6964
|
"cssFile": "InstructureIcons-Line.css",
|
|
6925
|
-
"codepoint": "
|
|
6965
|
+
"codepoint": "EB5D",
|
|
6926
6966
|
"className": "icon-video",
|
|
6927
6967
|
"classes": ["icon-line", "icon-video"],
|
|
6928
6968
|
"bidirectional": false,
|
|
@@ -6932,7 +6972,7 @@ export var IconVideoSolid = {
|
|
|
6932
6972
|
"variant": "Solid",
|
|
6933
6973
|
"glyphName": "video",
|
|
6934
6974
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6935
|
-
"codepoint": "
|
|
6975
|
+
"codepoint": "EB5D",
|
|
6936
6976
|
"className": "icon-video",
|
|
6937
6977
|
"classes": ["icon-solid", "icon-video"],
|
|
6938
6978
|
"bidirectional": false,
|
|
@@ -6942,7 +6982,7 @@ export var IconWarningBorderlessLine = {
|
|
|
6942
6982
|
"variant": "Line",
|
|
6943
6983
|
"glyphName": "warning-borderless",
|
|
6944
6984
|
"cssFile": "InstructureIcons-Line.css",
|
|
6945
|
-
"codepoint": "
|
|
6985
|
+
"codepoint": "EB5E",
|
|
6946
6986
|
"className": "icon-warning-borderless",
|
|
6947
6987
|
"classes": ["icon-line", "icon-warning-borderless"],
|
|
6948
6988
|
"bidirectional": false,
|
|
@@ -6952,7 +6992,7 @@ export var IconWarningBorderlessSolid = {
|
|
|
6952
6992
|
"variant": "Solid",
|
|
6953
6993
|
"glyphName": "warning-borderless",
|
|
6954
6994
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6955
|
-
"codepoint": "
|
|
6995
|
+
"codepoint": "EB5E",
|
|
6956
6996
|
"className": "icon-warning-borderless",
|
|
6957
6997
|
"classes": ["icon-solid", "icon-warning-borderless"],
|
|
6958
6998
|
"bidirectional": false,
|
|
@@ -6962,7 +7002,7 @@ export var IconWarningLine = {
|
|
|
6962
7002
|
"variant": "Line",
|
|
6963
7003
|
"glyphName": "warning",
|
|
6964
7004
|
"cssFile": "InstructureIcons-Line.css",
|
|
6965
|
-
"codepoint": "
|
|
7005
|
+
"codepoint": "EB5F",
|
|
6966
7006
|
"className": "icon-warning",
|
|
6967
7007
|
"classes": ["icon-line", "icon-warning"],
|
|
6968
7008
|
"bidirectional": false,
|
|
@@ -6972,7 +7012,7 @@ export var IconWarningSolid = {
|
|
|
6972
7012
|
"variant": "Solid",
|
|
6973
7013
|
"glyphName": "warning",
|
|
6974
7014
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6975
|
-
"codepoint": "
|
|
7015
|
+
"codepoint": "EB5F",
|
|
6976
7016
|
"className": "icon-warning",
|
|
6977
7017
|
"classes": ["icon-solid", "icon-warning"],
|
|
6978
7018
|
"bidirectional": false,
|
|
@@ -6982,7 +7022,7 @@ export var IconWindowsLine = {
|
|
|
6982
7022
|
"variant": "Line",
|
|
6983
7023
|
"glyphName": "windows",
|
|
6984
7024
|
"cssFile": "InstructureIcons-Line.css",
|
|
6985
|
-
"codepoint": "
|
|
7025
|
+
"codepoint": "EB60",
|
|
6986
7026
|
"className": "icon-windows",
|
|
6987
7027
|
"classes": ["icon-line", "icon-windows"],
|
|
6988
7028
|
"bidirectional": false,
|
|
@@ -6992,7 +7032,7 @@ export var IconWindowsSolid = {
|
|
|
6992
7032
|
"variant": "Solid",
|
|
6993
7033
|
"glyphName": "windows",
|
|
6994
7034
|
"cssFile": "InstructureIcons-Solid.css",
|
|
6995
|
-
"codepoint": "
|
|
7035
|
+
"codepoint": "EB60",
|
|
6996
7036
|
"className": "icon-windows",
|
|
6997
7037
|
"classes": ["icon-solid", "icon-windows"],
|
|
6998
7038
|
"bidirectional": false,
|
|
@@ -7002,7 +7042,7 @@ export var IconWordpressLine = {
|
|
|
7002
7042
|
"variant": "Line",
|
|
7003
7043
|
"glyphName": "wordpress",
|
|
7004
7044
|
"cssFile": "InstructureIcons-Line.css",
|
|
7005
|
-
"codepoint": "
|
|
7045
|
+
"codepoint": "EB61",
|
|
7006
7046
|
"className": "icon-wordpress",
|
|
7007
7047
|
"classes": ["icon-line", "icon-wordpress"],
|
|
7008
7048
|
"bidirectional": false,
|
|
@@ -7012,7 +7052,7 @@ export var IconWordpressSolid = {
|
|
|
7012
7052
|
"variant": "Solid",
|
|
7013
7053
|
"glyphName": "wordpress",
|
|
7014
7054
|
"cssFile": "InstructureIcons-Solid.css",
|
|
7015
|
-
"codepoint": "
|
|
7055
|
+
"codepoint": "EB61",
|
|
7016
7056
|
"className": "icon-wordpress",
|
|
7017
7057
|
"classes": ["icon-solid", "icon-wordpress"],
|
|
7018
7058
|
"bidirectional": false,
|
|
@@ -7022,7 +7062,7 @@ export var IconXLine = {
|
|
|
7022
7062
|
"variant": "Line",
|
|
7023
7063
|
"glyphName": "x",
|
|
7024
7064
|
"cssFile": "InstructureIcons-Line.css",
|
|
7025
|
-
"codepoint": "
|
|
7065
|
+
"codepoint": "EB62",
|
|
7026
7066
|
"className": "icon-x",
|
|
7027
7067
|
"classes": ["icon-line", "icon-x"],
|
|
7028
7068
|
"bidirectional": false,
|
|
@@ -7032,7 +7072,7 @@ export var IconXSolid = {
|
|
|
7032
7072
|
"variant": "Solid",
|
|
7033
7073
|
"glyphName": "x",
|
|
7034
7074
|
"cssFile": "InstructureIcons-Solid.css",
|
|
7035
|
-
"codepoint": "
|
|
7075
|
+
"codepoint": "EB62",
|
|
7036
7076
|
"className": "icon-x",
|
|
7037
7077
|
"classes": ["icon-solid", "icon-x"],
|
|
7038
7078
|
"bidirectional": false,
|
|
@@ -7042,7 +7082,7 @@ export var IconZippedLine = {
|
|
|
7042
7082
|
"variant": "Line",
|
|
7043
7083
|
"glyphName": "zipped",
|
|
7044
7084
|
"cssFile": "InstructureIcons-Line.css",
|
|
7045
|
-
"codepoint": "
|
|
7085
|
+
"codepoint": "EB63",
|
|
7046
7086
|
"className": "icon-zipped",
|
|
7047
7087
|
"classes": ["icon-line", "icon-zipped"],
|
|
7048
7088
|
"bidirectional": false,
|
|
@@ -7052,7 +7092,7 @@ export var IconZippedSolid = {
|
|
|
7052
7092
|
"variant": "Solid",
|
|
7053
7093
|
"glyphName": "zipped",
|
|
7054
7094
|
"cssFile": "InstructureIcons-Solid.css",
|
|
7055
|
-
"codepoint": "
|
|
7095
|
+
"codepoint": "EB63",
|
|
7056
7096
|
"className": "icon-zipped",
|
|
7057
7097
|
"classes": ["icon-solid", "icon-zipped"],
|
|
7058
7098
|
"bidirectional": false,
|
|
@@ -7062,7 +7102,7 @@ export var IconZoomInLine = {
|
|
|
7062
7102
|
"variant": "Line",
|
|
7063
7103
|
"glyphName": "zoom-in",
|
|
7064
7104
|
"cssFile": "InstructureIcons-Line.css",
|
|
7065
|
-
"codepoint": "
|
|
7105
|
+
"codepoint": "EB64",
|
|
7066
7106
|
"className": "icon-zoom-in",
|
|
7067
7107
|
"classes": ["icon-line", "icon-zoom-in"],
|
|
7068
7108
|
"bidirectional": false,
|
|
@@ -7072,7 +7112,7 @@ export var IconZoomInSolid = {
|
|
|
7072
7112
|
"variant": "Solid",
|
|
7073
7113
|
"glyphName": "zoom-in",
|
|
7074
7114
|
"cssFile": "InstructureIcons-Solid.css",
|
|
7075
|
-
"codepoint": "
|
|
7115
|
+
"codepoint": "EB64",
|
|
7076
7116
|
"className": "icon-zoom-in",
|
|
7077
7117
|
"classes": ["icon-solid", "icon-zoom-in"],
|
|
7078
7118
|
"bidirectional": false,
|
|
@@ -7082,7 +7122,7 @@ export var IconZoomOutLine = {
|
|
|
7082
7122
|
"variant": "Line",
|
|
7083
7123
|
"glyphName": "zoom-out",
|
|
7084
7124
|
"cssFile": "InstructureIcons-Line.css",
|
|
7085
|
-
"codepoint": "
|
|
7125
|
+
"codepoint": "EB65",
|
|
7086
7126
|
"className": "icon-zoom-out",
|
|
7087
7127
|
"classes": ["icon-line", "icon-zoom-out"],
|
|
7088
7128
|
"bidirectional": false,
|
|
@@ -7092,7 +7132,7 @@ export var IconZoomOutSolid = {
|
|
|
7092
7132
|
"variant": "Solid",
|
|
7093
7133
|
"glyphName": "zoom-out",
|
|
7094
7134
|
"cssFile": "InstructureIcons-Solid.css",
|
|
7095
|
-
"codepoint": "
|
|
7135
|
+
"codepoint": "EB65",
|
|
7096
7136
|
"className": "icon-zoom-out",
|
|
7097
7137
|
"classes": ["icon-solid", "icon-zoom-out"],
|
|
7098
7138
|
"bidirectional": false,
|