@dataloop-ai/icons 3.0.135 → 3.0.136
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/assets/ai21-labs-dark.svg +8 -1
- package/assets/ai21-labs-light.svg +8 -1
- package/assets/microsoft.svg +8 -23
- package/assets/mistral-ai.svg +23 -30
- package/fonts/dl-icons.eot +0 -0
- package/fonts/dl-icons.svg +206 -266
- package/fonts/dl-icons.ttf +0 -0
- package/fonts/dl-icons.woff +0 -0
- package/package.json +1 -1
- package/style.css +211 -508
- package/types.d.ts +1 -3
- package/types.js +1 -3
- package/assets/testtt.svg +0 -25
- package/assets/testtt2.svg +0 -13
- package/assets/testtt3.svg +0 -24
- package/assets/testtt4.svg +0 -28
package/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'dl-icons';
|
|
3
|
-
src: url('fonts/dl-icons.eot?
|
|
4
|
-
src: url('fonts/dl-icons.eot?
|
|
5
|
-
url('fonts/dl-icons.ttf?
|
|
6
|
-
url('fonts/dl-icons.woff?
|
|
7
|
-
url('fonts/dl-icons.svg?
|
|
3
|
+
src: url('fonts/dl-icons.eot?3cmvlt');
|
|
4
|
+
src: url('fonts/dl-icons.eot?3cmvlt#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/dl-icons.ttf?3cmvlt') format('truetype'),
|
|
6
|
+
url('fonts/dl-icons.woff?3cmvlt') format('woff'),
|
|
7
|
+
url('fonts/dl-icons.svg?3cmvlt#dl-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -1602,1025 +1602,728 @@
|
|
|
1602
1602
|
}
|
|
1603
1603
|
.icon-dl-microsoft .path1:before {
|
|
1604
1604
|
content: "\ea94";
|
|
1605
|
-
color: rgb(
|
|
1605
|
+
color: rgb(241, 81, 27);
|
|
1606
1606
|
}
|
|
1607
1607
|
.icon-dl-microsoft .path2:before {
|
|
1608
1608
|
content: "\ea95";
|
|
1609
1609
|
margin-left: -1em;
|
|
1610
|
-
color: rgb(
|
|
1610
|
+
color: rgb(128, 204, 40);
|
|
1611
1611
|
}
|
|
1612
1612
|
.icon-dl-microsoft .path3:before {
|
|
1613
1613
|
content: "\ea96";
|
|
1614
1614
|
margin-left: -1em;
|
|
1615
|
-
color: rgb(0,
|
|
1615
|
+
color: rgb(0, 173, 239);
|
|
1616
1616
|
}
|
|
1617
1617
|
.icon-dl-microsoft .path4:before {
|
|
1618
1618
|
content: "\ea97";
|
|
1619
1619
|
margin-left: -1em;
|
|
1620
|
-
color: rgb(
|
|
1621
|
-
}
|
|
1622
|
-
.icon-dl-microsoft .path5:before {
|
|
1623
|
-
content: "\eb8f";
|
|
1624
|
-
margin-left: -1em;
|
|
1625
|
-
color: rgb(0, 0, 0);
|
|
1626
|
-
}
|
|
1627
|
-
.icon-dl-microsoft .path6:before {
|
|
1628
|
-
content: "\eb90";
|
|
1629
|
-
margin-left: -1em;
|
|
1630
|
-
color: rgb(247, 208, 70);
|
|
1631
|
-
}
|
|
1632
|
-
.icon-dl-microsoft .path7:before {
|
|
1633
|
-
content: "\eb91";
|
|
1634
|
-
margin-left: -1em;
|
|
1635
|
-
color: rgb(242, 167, 59);
|
|
1636
|
-
}
|
|
1637
|
-
.icon-dl-microsoft .path8:before {
|
|
1638
|
-
content: "\eb92";
|
|
1639
|
-
margin-left: -1em;
|
|
1640
|
-
color: rgb(0, 0, 0);
|
|
1641
|
-
}
|
|
1642
|
-
.icon-dl-microsoft .path9:before {
|
|
1643
|
-
content: "\eb93";
|
|
1644
|
-
margin-left: -1em;
|
|
1645
|
-
color: rgb(242, 167, 59);
|
|
1646
|
-
}
|
|
1647
|
-
.icon-dl-microsoft .path10:before {
|
|
1648
|
-
content: "\eb94";
|
|
1649
|
-
margin-left: -1em;
|
|
1650
|
-
color: rgb(238, 121, 47);
|
|
1651
|
-
}
|
|
1652
|
-
.icon-dl-microsoft .path11:before {
|
|
1653
|
-
content: "\eb95";
|
|
1654
|
-
margin-left: -1em;
|
|
1655
|
-
color: rgb(238, 121, 47);
|
|
1656
|
-
}
|
|
1657
|
-
.icon-dl-microsoft .path12:before {
|
|
1658
|
-
content: "\eb96";
|
|
1659
|
-
margin-left: -1em;
|
|
1660
|
-
color: rgb(0, 0, 0);
|
|
1661
|
-
}
|
|
1662
|
-
.icon-dl-microsoft .path13:before {
|
|
1663
|
-
content: "\eb97";
|
|
1664
|
-
margin-left: -1em;
|
|
1665
|
-
color: rgb(235, 88, 41);
|
|
1666
|
-
}
|
|
1667
|
-
.icon-dl-microsoft .path14:before {
|
|
1668
|
-
content: "\eb98";
|
|
1669
|
-
margin-left: -1em;
|
|
1670
|
-
color: rgb(238, 121, 47);
|
|
1671
|
-
}
|
|
1672
|
-
.icon-dl-microsoft .path15:before {
|
|
1673
|
-
content: "\eb99";
|
|
1674
|
-
margin-left: -1em;
|
|
1675
|
-
color: rgb(0, 0, 0);
|
|
1676
|
-
}
|
|
1677
|
-
.icon-dl-microsoft .path16:before {
|
|
1678
|
-
content: "\eb9a";
|
|
1679
|
-
margin-left: -1em;
|
|
1680
|
-
color: rgb(235, 88, 41);
|
|
1681
|
-
}
|
|
1682
|
-
.icon-dl-microsoft .path17:before {
|
|
1683
|
-
content: "\eb9b";
|
|
1684
|
-
margin-left: -1em;
|
|
1685
|
-
color: rgb(0, 0, 0);
|
|
1686
|
-
}
|
|
1687
|
-
.icon-dl-microsoft .path18:before {
|
|
1688
|
-
content: "\eb9c";
|
|
1689
|
-
margin-left: -1em;
|
|
1690
|
-
color: rgb(235, 88, 41);
|
|
1691
|
-
}
|
|
1692
|
-
.icon-dl-microsoft .path19:before {
|
|
1693
|
-
content: "\eb9d";
|
|
1694
|
-
margin-left: -1em;
|
|
1695
|
-
color: rgb(234, 51, 38);
|
|
1620
|
+
color: rgb(251, 188, 9);
|
|
1696
1621
|
}
|
|
1697
1622
|
.icon-dl-minus:before {
|
|
1698
|
-
content: "\
|
|
1623
|
+
content: "\ea98";
|
|
1699
1624
|
}
|
|
1700
1625
|
.icon-dl-mistral-ai .path1:before {
|
|
1701
|
-
content: "\
|
|
1626
|
+
content: "\ea99";
|
|
1702
1627
|
color: rgb(0, 0, 0);
|
|
1703
1628
|
}
|
|
1704
1629
|
.icon-dl-mistral-ai .path2:before {
|
|
1705
|
-
content: "\
|
|
1630
|
+
content: "\ea9a";
|
|
1706
1631
|
margin-left: -1em;
|
|
1707
1632
|
color: rgb(247, 208, 70);
|
|
1708
1633
|
}
|
|
1709
1634
|
.icon-dl-mistral-ai .path3:before {
|
|
1710
|
-
content: "\
|
|
1635
|
+
content: "\ea9b";
|
|
1711
1636
|
margin-left: -1em;
|
|
1712
1637
|
color: rgb(0, 0, 0);
|
|
1713
1638
|
}
|
|
1714
1639
|
.icon-dl-mistral-ai .path4:before {
|
|
1715
|
-
content: "\
|
|
1640
|
+
content: "\ea9c";
|
|
1716
1641
|
margin-left: -1em;
|
|
1717
1642
|
color: rgb(0, 0, 0);
|
|
1718
1643
|
}
|
|
1719
1644
|
.icon-dl-mistral-ai .path5:before {
|
|
1720
|
-
content: "\
|
|
1645
|
+
content: "\ea9d";
|
|
1721
1646
|
margin-left: -1em;
|
|
1722
1647
|
color: rgb(0, 0, 0);
|
|
1723
1648
|
}
|
|
1724
1649
|
.icon-dl-mistral-ai .path6:before {
|
|
1725
|
-
content: "\
|
|
1650
|
+
content: "\ea9e";
|
|
1726
1651
|
margin-left: -1em;
|
|
1727
1652
|
color: rgb(247, 208, 70);
|
|
1728
1653
|
}
|
|
1729
1654
|
.icon-dl-mistral-ai .path7:before {
|
|
1730
|
-
content: "\
|
|
1655
|
+
content: "\ea9f";
|
|
1731
1656
|
margin-left: -1em;
|
|
1732
1657
|
color: rgb(242, 167, 59);
|
|
1733
1658
|
}
|
|
1734
1659
|
.icon-dl-mistral-ai .path8:before {
|
|
1735
|
-
content: "\
|
|
1660
|
+
content: "\eaa0";
|
|
1736
1661
|
margin-left: -1em;
|
|
1737
1662
|
color: rgb(0, 0, 0);
|
|
1738
1663
|
}
|
|
1739
1664
|
.icon-dl-mistral-ai .path9:before {
|
|
1740
|
-
content: "\
|
|
1665
|
+
content: "\eaa1";
|
|
1741
1666
|
margin-left: -1em;
|
|
1742
1667
|
color: rgb(242, 167, 59);
|
|
1743
1668
|
}
|
|
1744
1669
|
.icon-dl-mistral-ai .path10:before {
|
|
1745
|
-
content: "\
|
|
1670
|
+
content: "\eaa2";
|
|
1746
1671
|
margin-left: -1em;
|
|
1747
1672
|
color: rgb(238, 121, 47);
|
|
1748
1673
|
}
|
|
1749
1674
|
.icon-dl-mistral-ai .path11:before {
|
|
1750
|
-
content: "\
|
|
1675
|
+
content: "\eaa3";
|
|
1751
1676
|
margin-left: -1em;
|
|
1752
1677
|
color: rgb(238, 121, 47);
|
|
1753
1678
|
}
|
|
1754
1679
|
.icon-dl-mistral-ai .path12:before {
|
|
1755
|
-
content: "\
|
|
1680
|
+
content: "\eaa4";
|
|
1756
1681
|
margin-left: -1em;
|
|
1757
1682
|
color: rgb(0, 0, 0);
|
|
1758
1683
|
}
|
|
1759
1684
|
.icon-dl-mistral-ai .path13:before {
|
|
1760
|
-
content: "\
|
|
1685
|
+
content: "\eaa5";
|
|
1761
1686
|
margin-left: -1em;
|
|
1762
1687
|
color: rgb(235, 88, 41);
|
|
1763
1688
|
}
|
|
1764
1689
|
.icon-dl-mistral-ai .path14:before {
|
|
1765
|
-
content: "\
|
|
1690
|
+
content: "\eaa6";
|
|
1766
1691
|
margin-left: -1em;
|
|
1767
1692
|
color: rgb(238, 121, 47);
|
|
1768
1693
|
}
|
|
1769
1694
|
.icon-dl-mistral-ai .path15:before {
|
|
1770
|
-
content: "\
|
|
1695
|
+
content: "\eaa7";
|
|
1771
1696
|
margin-left: -1em;
|
|
1772
1697
|
color: rgb(0, 0, 0);
|
|
1773
1698
|
}
|
|
1774
1699
|
.icon-dl-mistral-ai .path16:before {
|
|
1775
|
-
content: "\
|
|
1700
|
+
content: "\eaa8";
|
|
1776
1701
|
margin-left: -1em;
|
|
1777
1702
|
color: rgb(235, 88, 41);
|
|
1778
1703
|
}
|
|
1779
1704
|
.icon-dl-mistral-ai .path17:before {
|
|
1780
|
-
content: "\
|
|
1705
|
+
content: "\eaa9";
|
|
1781
1706
|
margin-left: -1em;
|
|
1782
1707
|
color: rgb(0, 0, 0);
|
|
1783
1708
|
}
|
|
1784
1709
|
.icon-dl-mistral-ai .path18:before {
|
|
1785
|
-
content: "\
|
|
1710
|
+
content: "\eaaa";
|
|
1786
1711
|
margin-left: -1em;
|
|
1787
1712
|
color: rgb(235, 88, 41);
|
|
1788
1713
|
}
|
|
1789
1714
|
.icon-dl-mistral-ai .path19:before {
|
|
1790
|
-
content: "\
|
|
1715
|
+
content: "\eaab";
|
|
1791
1716
|
margin-left: -1em;
|
|
1792
1717
|
color: rgb(234, 51, 38);
|
|
1793
1718
|
}
|
|
1794
1719
|
.icon-dl-modality:before {
|
|
1795
|
-
content: "\
|
|
1720
|
+
content: "\eaac";
|
|
1796
1721
|
}
|
|
1797
1722
|
.icon-dl-models:before {
|
|
1798
|
-
content: "\
|
|
1723
|
+
content: "\eaad";
|
|
1799
1724
|
}
|
|
1800
1725
|
.icon-dl-models-management:before {
|
|
1801
|
-
content: "\
|
|
1726
|
+
content: "\eaae";
|
|
1802
1727
|
}
|
|
1803
1728
|
.icon-dl-models-management-filled:before {
|
|
1804
|
-
content: "\
|
|
1729
|
+
content: "\eaaf";
|
|
1805
1730
|
}
|
|
1806
1731
|
.icon-dl-move-to-folder:before {
|
|
1807
|
-
content: "\
|
|
1732
|
+
content: "\eab0";
|
|
1808
1733
|
}
|
|
1809
1734
|
.icon-dl-move-tool:before {
|
|
1810
|
-
content: "\
|
|
1735
|
+
content: "\eab1";
|
|
1811
1736
|
}
|
|
1812
1737
|
.icon-dl-multi-modal:before {
|
|
1813
|
-
content: "\
|
|
1738
|
+
content: "\eab2";
|
|
1814
1739
|
}
|
|
1815
1740
|
.icon-dl-mute:before {
|
|
1816
|
-
content: "\
|
|
1741
|
+
content: "\eab3";
|
|
1817
1742
|
}
|
|
1818
1743
|
.icon-dl-netapp:before {
|
|
1819
|
-
content: "\
|
|
1744
|
+
content: "\eab4";
|
|
1820
1745
|
color: #0077c0;
|
|
1821
1746
|
}
|
|
1822
1747
|
.icon-dl-new-window:before {
|
|
1823
|
-
content: "\
|
|
1748
|
+
content: "\eab5";
|
|
1824
1749
|
}
|
|
1825
1750
|
.icon-dl-next:before {
|
|
1826
|
-
content: "\
|
|
1751
|
+
content: "\eab6";
|
|
1827
1752
|
}
|
|
1828
1753
|
.icon-dl-next-frame:before {
|
|
1829
|
-
content: "\
|
|
1754
|
+
content: "\eab7";
|
|
1830
1755
|
}
|
|
1831
1756
|
.icon-dl-no-output:before {
|
|
1832
|
-
content: "\
|
|
1757
|
+
content: "\eab8";
|
|
1833
1758
|
}
|
|
1834
1759
|
.icon-dl-node-predict:before {
|
|
1835
|
-
content: "\
|
|
1760
|
+
content: "\eab9";
|
|
1836
1761
|
}
|
|
1837
1762
|
.icon-dl-node-train:before {
|
|
1838
|
-
content: "\
|
|
1763
|
+
content: "\eaba";
|
|
1839
1764
|
}
|
|
1840
1765
|
.icon-dl-note-tool:before {
|
|
1841
|
-
content: "\
|
|
1766
|
+
content: "\eabb";
|
|
1842
1767
|
}
|
|
1843
1768
|
.icon-dl-notification:before {
|
|
1844
|
-
content: "\
|
|
1769
|
+
content: "\eabc";
|
|
1845
1770
|
}
|
|
1846
1771
|
.icon-dl-nvidia:before {
|
|
1847
|
-
content: "\
|
|
1772
|
+
content: "\eabd";
|
|
1848
1773
|
color: #76b900;
|
|
1849
1774
|
}
|
|
1850
1775
|
.icon-dl-ocr:before {
|
|
1851
|
-
content: "\
|
|
1776
|
+
content: "\eabe";
|
|
1852
1777
|
}
|
|
1853
1778
|
.icon-dl-ontology:before {
|
|
1854
|
-
content: "\
|
|
1779
|
+
content: "\eabf";
|
|
1855
1780
|
}
|
|
1856
1781
|
.icon-dl-ontology-filled:before {
|
|
1857
|
-
content: "\
|
|
1782
|
+
content: "\eac0";
|
|
1858
1783
|
}
|
|
1859
1784
|
.icon-dl-opacity:before {
|
|
1860
|
-
content: "\
|
|
1785
|
+
content: "\eac1";
|
|
1861
1786
|
}
|
|
1862
1787
|
.icon-dl-open-ai:before {
|
|
1863
|
-
content: "\
|
|
1788
|
+
content: "\eac2";
|
|
1864
1789
|
color: #74aa9c;
|
|
1865
1790
|
}
|
|
1866
1791
|
.icon-dl-open-folder:before {
|
|
1867
|
-
content: "\
|
|
1792
|
+
content: "\eac3";
|
|
1868
1793
|
}
|
|
1869
1794
|
.icon-dl-open-mm-labs:before {
|
|
1870
|
-
content: "\
|
|
1795
|
+
content: "\eac4";
|
|
1871
1796
|
}
|
|
1872
1797
|
.icon-dl-org-projects:before {
|
|
1873
|
-
content: "\
|
|
1798
|
+
content: "\eac5";
|
|
1874
1799
|
}
|
|
1875
1800
|
.icon-dl-organization:before {
|
|
1876
|
-
content: "\
|
|
1801
|
+
content: "\eac6";
|
|
1877
1802
|
}
|
|
1878
1803
|
.icon-dl-organization-outline:before {
|
|
1879
|
-
content: "\
|
|
1804
|
+
content: "\eac7";
|
|
1880
1805
|
}
|
|
1881
1806
|
.icon-dl-other:before {
|
|
1882
|
-
content: "\
|
|
1807
|
+
content: "\eac8";
|
|
1883
1808
|
}
|
|
1884
1809
|
.icon-dl-oval:before {
|
|
1885
|
-
content: "\
|
|
1810
|
+
content: "\eac9";
|
|
1886
1811
|
}
|
|
1887
1812
|
.icon-dl-overview:before {
|
|
1888
|
-
content: "\
|
|
1813
|
+
content: "\eaca";
|
|
1889
1814
|
}
|
|
1890
1815
|
.icon-dl-package-filled:before {
|
|
1891
|
-
content: "\
|
|
1816
|
+
content: "\eacb";
|
|
1892
1817
|
}
|
|
1893
1818
|
.icon-dl-panel-resize:before {
|
|
1894
|
-
content: "\
|
|
1819
|
+
content: "\eacc";
|
|
1895
1820
|
}
|
|
1896
1821
|
.icon-dl-parenting:before {
|
|
1897
|
-
content: "\
|
|
1822
|
+
content: "\eacd";
|
|
1898
1823
|
}
|
|
1899
1824
|
.icon-dl-paste:before {
|
|
1900
|
-
content: "\
|
|
1825
|
+
content: "\eace";
|
|
1901
1826
|
}
|
|
1902
1827
|
.icon-dl-pause:before {
|
|
1903
|
-
content: "\
|
|
1828
|
+
content: "\eacf";
|
|
1904
1829
|
}
|
|
1905
1830
|
.icon-dl-pdf:before {
|
|
1906
|
-
content: "\
|
|
1831
|
+
content: "\ead0";
|
|
1907
1832
|
}
|
|
1908
1833
|
.icon-dl-pdf-filled:before {
|
|
1909
|
-
content: "\
|
|
1834
|
+
content: "\ead1";
|
|
1910
1835
|
}
|
|
1911
1836
|
.icon-dl-pin-mark:before {
|
|
1912
|
-
content: "\
|
|
1837
|
+
content: "\ead2";
|
|
1913
1838
|
}
|
|
1914
1839
|
.icon-dl-pipeline:before {
|
|
1915
|
-
content: "\
|
|
1840
|
+
content: "\ead3";
|
|
1916
1841
|
}
|
|
1917
1842
|
.icon-dl-pipeline-filled:before {
|
|
1918
|
-
content: "\
|
|
1843
|
+
content: "\ead4";
|
|
1919
1844
|
}
|
|
1920
1845
|
.icon-dl-plan:before {
|
|
1921
|
-
content: "\
|
|
1846
|
+
content: "\ead5";
|
|
1922
1847
|
}
|
|
1923
1848
|
.icon-dl-plan-filled:before {
|
|
1924
|
-
content: "\
|
|
1849
|
+
content: "\ead6";
|
|
1925
1850
|
}
|
|
1926
1851
|
.icon-dl-platform-release-notes:before {
|
|
1927
|
-
content: "\
|
|
1852
|
+
content: "\ead7";
|
|
1928
1853
|
}
|
|
1929
1854
|
.icon-dl-platform-release-notes-filled:before {
|
|
1930
|
-
content: "\
|
|
1855
|
+
content: "\ead8";
|
|
1931
1856
|
}
|
|
1932
1857
|
.icon-dl-play:before {
|
|
1933
|
-
content: "\
|
|
1858
|
+
content: "\ead9";
|
|
1934
1859
|
}
|
|
1935
1860
|
.icon-dl-plus:before {
|
|
1936
|
-
content: "\
|
|
1861
|
+
content: "\eada";
|
|
1937
1862
|
}
|
|
1938
1863
|
.icon-dl-point:before {
|
|
1939
|
-
content: "\
|
|
1864
|
+
content: "\eadb";
|
|
1940
1865
|
}
|
|
1941
1866
|
.icon-dl-poligonal-hand-filled:before {
|
|
1942
|
-
content: "\
|
|
1867
|
+
content: "\eadc";
|
|
1943
1868
|
}
|
|
1944
1869
|
.icon-dl-polygon:before {
|
|
1945
|
-
content: "\
|
|
1870
|
+
content: "\eadd";
|
|
1946
1871
|
}
|
|
1947
1872
|
.icon-dl-polyline:before {
|
|
1948
|
-
content: "\
|
|
1873
|
+
content: "\eade";
|
|
1949
1874
|
}
|
|
1950
1875
|
.icon-dl-pose:before {
|
|
1951
|
-
content: "\
|
|
1876
|
+
content: "\eadf";
|
|
1952
1877
|
}
|
|
1953
1878
|
.icon-dl-previous-page:before {
|
|
1954
|
-
content: "\
|
|
1879
|
+
content: "\eae0";
|
|
1955
1880
|
}
|
|
1956
1881
|
.icon-dl-private:before {
|
|
1957
|
-
content: "\
|
|
1882
|
+
content: "\eae1";
|
|
1958
1883
|
}
|
|
1959
1884
|
.icon-dl-project:before {
|
|
1960
|
-
content: "\
|
|
1885
|
+
content: "\eae2";
|
|
1961
1886
|
}
|
|
1962
1887
|
.icon-dl-project-filled:before {
|
|
1963
|
-
content: "\
|
|
1888
|
+
content: "\eae3";
|
|
1964
1889
|
}
|
|
1965
1890
|
.icon-dl-pulling:before {
|
|
1966
|
-
content: "\
|
|
1891
|
+
content: "\eae4";
|
|
1967
1892
|
}
|
|
1968
1893
|
.icon-dl-pulling-filled:before {
|
|
1969
|
-
content: "\
|
|
1894
|
+
content: "\eae5";
|
|
1970
1895
|
}
|
|
1971
1896
|
.icon-dl-python:before {
|
|
1972
|
-
content: "\
|
|
1897
|
+
content: "\eae6";
|
|
1973
1898
|
}
|
|
1974
1899
|
.icon-dl-qa:before {
|
|
1975
|
-
content: "\
|
|
1900
|
+
content: "\eae7";
|
|
1976
1901
|
}
|
|
1977
1902
|
.icon-dl-qa-filled:before {
|
|
1978
|
-
content: "\
|
|
1903
|
+
content: "\eae8";
|
|
1979
1904
|
}
|
|
1980
1905
|
.icon-dl-qa-sampling:before {
|
|
1981
|
-
content: "\
|
|
1906
|
+
content: "\eae9";
|
|
1982
1907
|
}
|
|
1983
1908
|
.icon-dl-qualcomm:before {
|
|
1984
|
-
content: "\
|
|
1909
|
+
content: "\eaea";
|
|
1985
1910
|
color: #3253dc;
|
|
1986
1911
|
}
|
|
1987
1912
|
.icon-dl-query:before {
|
|
1988
|
-
content: "\
|
|
1913
|
+
content: "\eaeb";
|
|
1989
1914
|
}
|
|
1990
1915
|
.icon-dl-question:before {
|
|
1991
|
-
content: "\
|
|
1916
|
+
content: "\eaec";
|
|
1992
1917
|
}
|
|
1993
1918
|
.icon-dl-queue:before {
|
|
1994
|
-
content: "\
|
|
1919
|
+
content: "\eaed";
|
|
1995
1920
|
}
|
|
1996
1921
|
.icon-dl-recipe:before {
|
|
1997
|
-
content: "\
|
|
1922
|
+
content: "\eaee";
|
|
1998
1923
|
}
|
|
1999
1924
|
.icon-dl-recipe-filled:before {
|
|
2000
|
-
content: "\
|
|
1925
|
+
content: "\eaef";
|
|
2001
1926
|
}
|
|
2002
1927
|
.icon-dl-redo:before {
|
|
2003
|
-
content: "\
|
|
1928
|
+
content: "\eaf0";
|
|
2004
1929
|
}
|
|
2005
1930
|
.icon-dl-refresh:before {
|
|
2006
|
-
content: "\
|
|
1931
|
+
content: "\eaf1";
|
|
2007
1932
|
}
|
|
2008
1933
|
.icon-dl-related:before {
|
|
2009
|
-
content: "\
|
|
1934
|
+
content: "\eaf2";
|
|
2010
1935
|
}
|
|
2011
1936
|
.icon-dl-related-filled:before {
|
|
2012
|
-
content: "\
|
|
1937
|
+
content: "\eaf3";
|
|
2013
1938
|
}
|
|
2014
1939
|
.icon-dl-replace:before {
|
|
2015
|
-
content: "\
|
|
1940
|
+
content: "\eaf4";
|
|
2016
1941
|
}
|
|
2017
1942
|
.icon-dl-replay:before {
|
|
2018
|
-
content: "\
|
|
1943
|
+
content: "\eaf5";
|
|
2019
1944
|
}
|
|
2020
1945
|
.icon-dl-rerun:before {
|
|
2021
|
-
content: "\
|
|
1946
|
+
content: "\eaf6";
|
|
2022
1947
|
}
|
|
2023
1948
|
.icon-dl-reset:before {
|
|
2024
|
-
content: "\
|
|
1949
|
+
content: "\eaf7";
|
|
2025
1950
|
}
|
|
2026
1951
|
.icon-dl-resize:before {
|
|
2027
|
-
content: "\
|
|
1952
|
+
content: "\eaf8";
|
|
2028
1953
|
}
|
|
2029
1954
|
.icon-dl-right-chevron:before {
|
|
2030
|
-
content: "\
|
|
1955
|
+
content: "\eaf9";
|
|
2031
1956
|
}
|
|
2032
1957
|
.icon-dl-right-next-page:before {
|
|
2033
|
-
content: "\
|
|
1958
|
+
content: "\eafa";
|
|
2034
1959
|
}
|
|
2035
1960
|
.icon-dl-roi-filled:before {
|
|
2036
|
-
content: "\
|
|
1961
|
+
content: "\eafb";
|
|
2037
1962
|
}
|
|
2038
1963
|
.icon-dl-rotate:before {
|
|
2039
|
-
content: "\
|
|
1964
|
+
content: "\eafc";
|
|
2040
1965
|
}
|
|
2041
1966
|
.icon-dl-rounded-github:before {
|
|
2042
|
-
content: "\
|
|
1967
|
+
content: "\eafd";
|
|
2043
1968
|
}
|
|
2044
1969
|
.icon-dl-save:before {
|
|
2045
|
-
content: "\
|
|
1970
|
+
content: "\eafe";
|
|
2046
1971
|
}
|
|
2047
1972
|
.icon-dl-save-as:before {
|
|
2048
|
-
content: "\
|
|
1973
|
+
content: "\eaff";
|
|
2049
1974
|
}
|
|
2050
1975
|
.icon-dl-save-filled:before {
|
|
2051
|
-
content: "\
|
|
1976
|
+
content: "\eb00";
|
|
2052
1977
|
}
|
|
2053
1978
|
.icon-dl-scale:before {
|
|
2054
|
-
content: "\
|
|
1979
|
+
content: "\eb01";
|
|
2055
1980
|
}
|
|
2056
1981
|
.icon-dl-sdk-documentation:before {
|
|
2057
|
-
content: "\
|
|
1982
|
+
content: "\eb02";
|
|
2058
1983
|
}
|
|
2059
1984
|
.icon-dl-sdk-release-notes:before {
|
|
2060
|
-
content: "\
|
|
1985
|
+
content: "\eb03";
|
|
2061
1986
|
}
|
|
2062
1987
|
.icon-dl-search:before {
|
|
2063
|
-
content: "\
|
|
1988
|
+
content: "\eb04";
|
|
2064
1989
|
}
|
|
2065
1990
|
.icon-dl-selection:before {
|
|
2066
|
-
content: "\
|
|
1991
|
+
content: "\eb05";
|
|
2067
1992
|
}
|
|
2068
1993
|
.icon-dl-semantic-filled:before {
|
|
2069
|
-
content: "\
|
|
1994
|
+
content: "\eb06";
|
|
2070
1995
|
}
|
|
2071
1996
|
.icon-dl-semantic-outline:before {
|
|
2072
|
-
content: "\
|
|
1997
|
+
content: "\eb07";
|
|
2073
1998
|
}
|
|
2074
1999
|
.icon-dl-services:before {
|
|
2075
|
-
content: "\
|
|
2000
|
+
content: "\eb08";
|
|
2076
2001
|
}
|
|
2077
2002
|
.icon-dl-services-filled:before {
|
|
2078
|
-
content: "\
|
|
2003
|
+
content: "\eb09";
|
|
2079
2004
|
}
|
|
2080
2005
|
.icon-dl-settings:before {
|
|
2081
|
-
content: "\
|
|
2006
|
+
content: "\eb0a";
|
|
2082
2007
|
}
|
|
2083
2008
|
.icon-dl-show:before {
|
|
2084
|
-
content: "\
|
|
2009
|
+
content: "\eb0b";
|
|
2085
2010
|
}
|
|
2086
2011
|
.icon-dl-show-filled:before {
|
|
2087
|
-
content: "\
|
|
2012
|
+
content: "\eb0c";
|
|
2088
2013
|
}
|
|
2089
2014
|
.icon-dl-size-position:before {
|
|
2090
|
-
content: "\
|
|
2015
|
+
content: "\eb0d";
|
|
2091
2016
|
}
|
|
2092
2017
|
.icon-dl-slack .path1:before {
|
|
2093
|
-
content: "\
|
|
2018
|
+
content: "\eb0e";
|
|
2094
2019
|
color: rgb(224, 30, 90);
|
|
2095
2020
|
}
|
|
2096
2021
|
.icon-dl-slack .path2:before {
|
|
2097
|
-
content: "\
|
|
2022
|
+
content: "\eb0f";
|
|
2098
2023
|
margin-left: -1em;
|
|
2099
2024
|
color: rgb(224, 30, 90);
|
|
2100
2025
|
}
|
|
2101
2026
|
.icon-dl-slack .path3:before {
|
|
2102
|
-
content: "\
|
|
2027
|
+
content: "\eb10";
|
|
2103
2028
|
margin-left: -1em;
|
|
2104
2029
|
color: rgb(54, 197, 240);
|
|
2105
2030
|
}
|
|
2106
2031
|
.icon-dl-slack .path4:before {
|
|
2107
|
-
content: "\
|
|
2032
|
+
content: "\eb11";
|
|
2108
2033
|
margin-left: -1em;
|
|
2109
2034
|
color: rgb(54, 197, 240);
|
|
2110
2035
|
}
|
|
2111
2036
|
.icon-dl-slack .path5:before {
|
|
2112
|
-
content: "\
|
|
2037
|
+
content: "\eb12";
|
|
2113
2038
|
margin-left: -1em;
|
|
2114
2039
|
color: rgb(46, 182, 125);
|
|
2115
2040
|
}
|
|
2116
2041
|
.icon-dl-slack .path6:before {
|
|
2117
|
-
content: "\
|
|
2042
|
+
content: "\eb13";
|
|
2118
2043
|
margin-left: -1em;
|
|
2119
2044
|
color: rgb(46, 182, 125);
|
|
2120
2045
|
}
|
|
2121
2046
|
.icon-dl-slack .path7:before {
|
|
2122
|
-
content: "\
|
|
2047
|
+
content: "\eb14";
|
|
2123
2048
|
margin-left: -1em;
|
|
2124
2049
|
color: rgb(236, 178, 46);
|
|
2125
2050
|
}
|
|
2126
2051
|
.icon-dl-slack .path8:before {
|
|
2127
|
-
content: "\
|
|
2052
|
+
content: "\eb15";
|
|
2128
2053
|
margin-left: -1em;
|
|
2129
2054
|
color: rgb(236, 178, 46);
|
|
2130
2055
|
}
|
|
2131
2056
|
.icon-dl-slack-bw:before {
|
|
2132
|
-
content: "\
|
|
2057
|
+
content: "\eb16";
|
|
2133
2058
|
}
|
|
2134
2059
|
.icon-dl-smart:before {
|
|
2135
|
-
content: "\
|
|
2060
|
+
content: "\eb17";
|
|
2136
2061
|
}
|
|
2137
2062
|
.icon-dl-snapshot:before {
|
|
2138
|
-
content: "\
|
|
2063
|
+
content: "\eb18";
|
|
2139
2064
|
}
|
|
2140
2065
|
.icon-dl-soil:before {
|
|
2141
|
-
content: "\
|
|
2066
|
+
content: "\eb19";
|
|
2142
2067
|
}
|
|
2143
2068
|
.icon-dl-sort:before {
|
|
2144
|
-
content: "\
|
|
2069
|
+
content: "\eb1a";
|
|
2145
2070
|
}
|
|
2146
2071
|
.icon-dl-split:before {
|
|
2147
|
-
content: "\
|
|
2072
|
+
content: "\eb1b";
|
|
2148
2073
|
}
|
|
2149
2074
|
.icon-dl-stars:before {
|
|
2150
|
-
content: "\
|
|
2075
|
+
content: "\eb1c";
|
|
2151
2076
|
}
|
|
2152
2077
|
.icon-dl-start-pipeline:before {
|
|
2153
|
-
content: "\
|
|
2078
|
+
content: "\eb1d";
|
|
2154
2079
|
}
|
|
2155
2080
|
.icon-dl-statistics:before {
|
|
2156
|
-
content: "\
|
|
2081
|
+
content: "\eb1e";
|
|
2157
2082
|
}
|
|
2158
2083
|
.icon-dl-status:before {
|
|
2159
|
-
content: "\
|
|
2084
|
+
content: "\eb1f";
|
|
2160
2085
|
}
|
|
2161
2086
|
.icon-dl-status-filled:before {
|
|
2162
|
-
content: "\
|
|
2087
|
+
content: "\eb20";
|
|
2163
2088
|
}
|
|
2164
2089
|
.icon-dl-stop:before {
|
|
2165
|
-
content: "\
|
|
2090
|
+
content: "\eb21";
|
|
2166
2091
|
}
|
|
2167
2092
|
.icon-dl-string:before {
|
|
2168
|
-
content: "\
|
|
2093
|
+
content: "\eb22";
|
|
2169
2094
|
}
|
|
2170
2095
|
.icon-dl-superpixel-filled:before {
|
|
2171
|
-
content: "\
|
|
2096
|
+
content: "\eb23";
|
|
2172
2097
|
}
|
|
2173
2098
|
.icon-dl-support:before {
|
|
2174
|
-
content: "\
|
|
2099
|
+
content: "\eb24";
|
|
2175
2100
|
}
|
|
2176
2101
|
.icon-dl-sync-dataset:before {
|
|
2177
|
-
content: "\
|
|
2102
|
+
content: "\eb25";
|
|
2178
2103
|
}
|
|
2179
2104
|
.icon-dl-task:before {
|
|
2180
|
-
content: "\
|
|
2105
|
+
content: "\eb26";
|
|
2181
2106
|
}
|
|
2182
2107
|
.icon-dl-task-filled:before {
|
|
2183
|
-
content: "\
|
|
2184
|
-
}
|
|
2185
|
-
.icon-dl-testtt .path1:before {
|
|
2186
|
-
content: "\eb37";
|
|
2187
|
-
color: rgb(0, 0, 0);
|
|
2188
|
-
opacity: 0.3;
|
|
2189
|
-
}
|
|
2190
|
-
.icon-dl-testtt .path2:before {
|
|
2191
|
-
content: "\eb38";
|
|
2192
|
-
margin-left: -1em;
|
|
2193
|
-
color: rgb(0, 0, 0);
|
|
2194
|
-
opacity: 0.3;
|
|
2195
|
-
}
|
|
2196
|
-
.icon-dl-testtt .path3:before {
|
|
2197
|
-
content: "\eb39";
|
|
2198
|
-
margin-left: -1em;
|
|
2199
|
-
color: rgb(0, 0, 0);
|
|
2200
|
-
}
|
|
2201
|
-
.icon-dl-testtt .path4:before {
|
|
2202
|
-
content: "\eb3a";
|
|
2203
|
-
margin-left: -1em;
|
|
2204
|
-
color: rgb(247, 208, 70);
|
|
2205
|
-
}
|
|
2206
|
-
.icon-dl-testtt .path5:before {
|
|
2207
|
-
content: "\eb3b";
|
|
2208
|
-
margin-left: -1em;
|
|
2209
|
-
color: rgb(0, 0, 0);
|
|
2210
|
-
}
|
|
2211
|
-
.icon-dl-testtt .path6:before {
|
|
2212
|
-
content: "\eb3c";
|
|
2213
|
-
margin-left: -1em;
|
|
2214
|
-
color: rgb(0, 0, 0);
|
|
2215
|
-
}
|
|
2216
|
-
.icon-dl-testtt .path7:before {
|
|
2217
|
-
content: "\eb3d";
|
|
2218
|
-
margin-left: -1em;
|
|
2219
|
-
color: rgb(0, 0, 0);
|
|
2220
|
-
}
|
|
2221
|
-
.icon-dl-testtt .path8:before {
|
|
2222
|
-
content: "\eb3e";
|
|
2223
|
-
margin-left: -1em;
|
|
2224
|
-
color: rgb(247, 208, 70);
|
|
2225
|
-
}
|
|
2226
|
-
.icon-dl-testtt .path9:before {
|
|
2227
|
-
content: "\eb3f";
|
|
2228
|
-
margin-left: -1em;
|
|
2229
|
-
color: rgb(242, 167, 59);
|
|
2230
|
-
}
|
|
2231
|
-
.icon-dl-testtt .path10:before {
|
|
2232
|
-
content: "\eb40";
|
|
2233
|
-
margin-left: -1em;
|
|
2234
|
-
color: rgb(0, 0, 0);
|
|
2235
|
-
}
|
|
2236
|
-
.icon-dl-testtt .path11:before {
|
|
2237
|
-
content: "\eb41";
|
|
2238
|
-
margin-left: -1em;
|
|
2239
|
-
color: rgb(242, 167, 59);
|
|
2240
|
-
}
|
|
2241
|
-
.icon-dl-testtt .path12:before {
|
|
2242
|
-
content: "\eb42";
|
|
2243
|
-
margin-left: -1em;
|
|
2244
|
-
color: rgb(238, 121, 47);
|
|
2245
|
-
}
|
|
2246
|
-
.icon-dl-testtt .path13:before {
|
|
2247
|
-
content: "\eb43";
|
|
2248
|
-
margin-left: -1em;
|
|
2249
|
-
color: rgb(238, 121, 47);
|
|
2250
|
-
}
|
|
2251
|
-
.icon-dl-testtt .path14:before {
|
|
2252
|
-
content: "\eb44";
|
|
2253
|
-
margin-left: -1em;
|
|
2254
|
-
color: rgb(0, 0, 0);
|
|
2255
|
-
}
|
|
2256
|
-
.icon-dl-testtt .path15:before {
|
|
2257
|
-
content: "\eb45";
|
|
2258
|
-
margin-left: -1em;
|
|
2259
|
-
color: rgb(235, 88, 41);
|
|
2260
|
-
}
|
|
2261
|
-
.icon-dl-testtt .path16:before {
|
|
2262
|
-
content: "\eb46";
|
|
2263
|
-
margin-left: -1em;
|
|
2264
|
-
color: rgb(238, 121, 47);
|
|
2265
|
-
}
|
|
2266
|
-
.icon-dl-testtt .path17:before {
|
|
2267
|
-
content: "\eb47";
|
|
2268
|
-
margin-left: -1em;
|
|
2269
|
-
color: rgb(0, 0, 0);
|
|
2270
|
-
}
|
|
2271
|
-
.icon-dl-testtt .path18:before {
|
|
2272
|
-
content: "\eb48";
|
|
2273
|
-
margin-left: -1em;
|
|
2274
|
-
color: rgb(235, 88, 41);
|
|
2275
|
-
}
|
|
2276
|
-
.icon-dl-testtt .path19:before {
|
|
2277
|
-
content: "\eb49";
|
|
2278
|
-
margin-left: -1em;
|
|
2279
|
-
color: rgb(0, 0, 0);
|
|
2280
|
-
}
|
|
2281
|
-
.icon-dl-testtt .path20:before {
|
|
2282
|
-
content: "\eb4a";
|
|
2283
|
-
margin-left: -1em;
|
|
2284
|
-
color: rgb(235, 88, 41);
|
|
2285
|
-
}
|
|
2286
|
-
.icon-dl-testtt .path21:before {
|
|
2287
|
-
content: "\eb4b";
|
|
2288
|
-
margin-left: -1em;
|
|
2289
|
-
color: rgb(234, 51, 38);
|
|
2290
|
-
}
|
|
2291
|
-
.icon-dl-testtt2 .path1:before {
|
|
2292
|
-
content: "\eb4c";
|
|
2293
|
-
color: rgb(241, 81, 27);
|
|
2294
|
-
}
|
|
2295
|
-
.icon-dl-testtt2 .path2:before {
|
|
2296
|
-
content: "\eb4d";
|
|
2297
|
-
margin-left: -1em;
|
|
2298
|
-
color: rgb(128, 204, 40);
|
|
2299
|
-
}
|
|
2300
|
-
.icon-dl-testtt2 .path3:before {
|
|
2301
|
-
content: "\eb4e";
|
|
2302
|
-
margin-left: -1em;
|
|
2303
|
-
color: rgb(0, 173, 239);
|
|
2304
|
-
}
|
|
2305
|
-
.icon-dl-testtt2 .path4:before {
|
|
2306
|
-
content: "\eb4f";
|
|
2307
|
-
margin-left: -1em;
|
|
2308
|
-
color: rgb(251, 188, 9);
|
|
2309
|
-
}
|
|
2310
|
-
.icon-dl-testtt3:before {
|
|
2311
|
-
content: "\eb50";
|
|
2312
|
-
}
|
|
2313
|
-
.icon-dl-testtt4 .path1:before {
|
|
2314
|
-
content: "\eb51";
|
|
2315
|
-
color: rgb(0, 0, 0);
|
|
2316
|
-
}
|
|
2317
|
-
.icon-dl-testtt4 .path2:before {
|
|
2318
|
-
content: "\eb52";
|
|
2319
|
-
margin-left: -1em;
|
|
2320
|
-
color: rgb(247, 208, 70);
|
|
2321
|
-
}
|
|
2322
|
-
.icon-dl-testtt4 .path3:before {
|
|
2323
|
-
content: "\eb53";
|
|
2324
|
-
margin-left: -1em;
|
|
2325
|
-
color: rgb(0, 0, 0);
|
|
2326
|
-
}
|
|
2327
|
-
.icon-dl-testtt4 .path4:before {
|
|
2328
|
-
content: "\eb54";
|
|
2329
|
-
margin-left: -1em;
|
|
2330
|
-
color: rgb(0, 0, 0);
|
|
2331
|
-
}
|
|
2332
|
-
.icon-dl-testtt4 .path5:before {
|
|
2333
|
-
content: "\eb55";
|
|
2334
|
-
margin-left: -1em;
|
|
2335
|
-
color: rgb(0, 0, 0);
|
|
2336
|
-
}
|
|
2337
|
-
.icon-dl-testtt4 .path6:before {
|
|
2338
|
-
content: "\eb56";
|
|
2339
|
-
margin-left: -1em;
|
|
2340
|
-
color: rgb(247, 208, 70);
|
|
2341
|
-
}
|
|
2342
|
-
.icon-dl-testtt4 .path7:before {
|
|
2343
|
-
content: "\eb57";
|
|
2344
|
-
margin-left: -1em;
|
|
2345
|
-
color: rgb(242, 167, 59);
|
|
2346
|
-
}
|
|
2347
|
-
.icon-dl-testtt4 .path8:before {
|
|
2348
|
-
content: "\eb58";
|
|
2349
|
-
margin-left: -1em;
|
|
2350
|
-
color: rgb(0, 0, 0);
|
|
2351
|
-
}
|
|
2352
|
-
.icon-dl-testtt4 .path9:before {
|
|
2353
|
-
content: "\eb59";
|
|
2354
|
-
margin-left: -1em;
|
|
2355
|
-
color: rgb(242, 167, 59);
|
|
2356
|
-
}
|
|
2357
|
-
.icon-dl-testtt4 .path10:before {
|
|
2358
|
-
content: "\eb5a";
|
|
2359
|
-
margin-left: -1em;
|
|
2360
|
-
color: rgb(238, 121, 47);
|
|
2361
|
-
}
|
|
2362
|
-
.icon-dl-testtt4 .path11:before {
|
|
2363
|
-
content: "\eb5b";
|
|
2364
|
-
margin-left: -1em;
|
|
2365
|
-
color: rgb(238, 121, 47);
|
|
2366
|
-
}
|
|
2367
|
-
.icon-dl-testtt4 .path12:before {
|
|
2368
|
-
content: "\eb5c";
|
|
2369
|
-
margin-left: -1em;
|
|
2370
|
-
color: rgb(0, 0, 0);
|
|
2371
|
-
}
|
|
2372
|
-
.icon-dl-testtt4 .path13:before {
|
|
2373
|
-
content: "\eb5d";
|
|
2374
|
-
margin-left: -1em;
|
|
2375
|
-
color: rgb(235, 88, 41);
|
|
2376
|
-
}
|
|
2377
|
-
.icon-dl-testtt4 .path14:before {
|
|
2378
|
-
content: "\eb5e";
|
|
2379
|
-
margin-left: -1em;
|
|
2380
|
-
color: rgb(238, 121, 47);
|
|
2381
|
-
}
|
|
2382
|
-
.icon-dl-testtt4 .path15:before {
|
|
2383
|
-
content: "\eb5f";
|
|
2384
|
-
margin-left: -1em;
|
|
2385
|
-
color: rgb(0, 0, 0);
|
|
2386
|
-
}
|
|
2387
|
-
.icon-dl-testtt4 .path16:before {
|
|
2388
|
-
content: "\eb60";
|
|
2389
|
-
margin-left: -1em;
|
|
2390
|
-
color: rgb(235, 88, 41);
|
|
2391
|
-
}
|
|
2392
|
-
.icon-dl-testtt4 .path17:before {
|
|
2393
|
-
content: "\eb61";
|
|
2394
|
-
margin-left: -1em;
|
|
2395
|
-
color: rgb(0, 0, 0);
|
|
2396
|
-
}
|
|
2397
|
-
.icon-dl-testtt4 .path18:before {
|
|
2398
|
-
content: "\eb62";
|
|
2399
|
-
margin-left: -1em;
|
|
2400
|
-
color: rgb(235, 88, 41);
|
|
2401
|
-
}
|
|
2402
|
-
.icon-dl-testtt4 .path19:before {
|
|
2403
|
-
content: "\eb63";
|
|
2404
|
-
margin-left: -1em;
|
|
2405
|
-
color: rgb(234, 51, 38);
|
|
2108
|
+
content: "\eb27";
|
|
2406
2109
|
}
|
|
2407
2110
|
.icon-dl-text:before {
|
|
2408
|
-
content: "\
|
|
2111
|
+
content: "\eb28";
|
|
2409
2112
|
}
|
|
2410
2113
|
.icon-dl-text-file:before {
|
|
2411
|
-
content: "\
|
|
2114
|
+
content: "\eb29";
|
|
2412
2115
|
}
|
|
2413
2116
|
.icon-dl-thumbnail:before {
|
|
2414
|
-
content: "\
|
|
2117
|
+
content: "\eb2a";
|
|
2415
2118
|
}
|
|
2416
2119
|
.icon-dl-time:before {
|
|
2417
|
-
content: "\
|
|
2120
|
+
content: "\eb2b";
|
|
2418
2121
|
}
|
|
2419
2122
|
.icon-dl-timer:before {
|
|
2420
|
-
content: "\
|
|
2123
|
+
content: "\eb2c";
|
|
2421
2124
|
}
|
|
2422
2125
|
.icon-dl-top-view:before {
|
|
2423
|
-
content: "\
|
|
2126
|
+
content: "\eb2d";
|
|
2424
2127
|
}
|
|
2425
2128
|
.icon-dl-train:before {
|
|
2426
|
-
content: "\
|
|
2129
|
+
content: "\eb2e";
|
|
2427
2130
|
}
|
|
2428
2131
|
.icon-dl-translate:before {
|
|
2429
|
-
content: "\
|
|
2132
|
+
content: "\eb2f";
|
|
2430
2133
|
}
|
|
2431
2134
|
.icon-dl-trigger:before {
|
|
2432
|
-
content: "\
|
|
2135
|
+
content: "\eb30";
|
|
2433
2136
|
}
|
|
2434
2137
|
.icon-dl-trigger-filled:before {
|
|
2435
|
-
content: "\
|
|
2138
|
+
content: "\eb31";
|
|
2436
2139
|
}
|
|
2437
2140
|
.icon-dl-two-lines:before {
|
|
2438
|
-
content: "\
|
|
2141
|
+
content: "\eb32";
|
|
2439
2142
|
}
|
|
2440
2143
|
.icon-dl-ultralytics .path1:before {
|
|
2441
|
-
content: "\
|
|
2144
|
+
content: "\eb33";
|
|
2442
2145
|
color: rgb(0, 0, 0);
|
|
2443
2146
|
}
|
|
2444
2147
|
.icon-dl-ultralytics .path2:before {
|
|
2445
|
-
content: "\
|
|
2148
|
+
content: "\eb34";
|
|
2446
2149
|
margin-left: -1em;
|
|
2447
2150
|
color: rgb(11, 35, 169);
|
|
2448
2151
|
}
|
|
2449
2152
|
.icon-dl-ultralytics-dark:before {
|
|
2450
|
-
content: "\
|
|
2153
|
+
content: "\eb35";
|
|
2451
2154
|
color: #fff;
|
|
2452
2155
|
}
|
|
2453
2156
|
.icon-dl-ultralytics-light:before {
|
|
2454
|
-
content: "\
|
|
2157
|
+
content: "\eb36";
|
|
2455
2158
|
}
|
|
2456
2159
|
.icon-dl-undefined-label:before {
|
|
2457
|
-
content: "\
|
|
2160
|
+
content: "\eb37";
|
|
2458
2161
|
}
|
|
2459
2162
|
.icon-dl-undo:before {
|
|
2460
|
-
content: "\
|
|
2163
|
+
content: "\eb38";
|
|
2461
2164
|
}
|
|
2462
2165
|
.icon-dl-unionpay .path1:before {
|
|
2463
|
-
content: "\
|
|
2166
|
+
content: "\eb39";
|
|
2464
2167
|
color: rgb(255, 255, 255);
|
|
2465
2168
|
}
|
|
2466
2169
|
.icon-dl-unionpay .path2:before {
|
|
2467
|
-
content: "\
|
|
2170
|
+
content: "\eb3a";
|
|
2468
2171
|
margin-left: -1em;
|
|
2469
2172
|
color: rgb(228, 228, 228);
|
|
2470
2173
|
}
|
|
2471
2174
|
.icon-dl-unionpay .path3:before {
|
|
2472
|
-
content: "\
|
|
2175
|
+
content: "\eb3b";
|
|
2473
2176
|
margin-left: -1em;
|
|
2474
2177
|
color: rgb(0, 157, 165);
|
|
2475
2178
|
}
|
|
2476
2179
|
.icon-dl-unionpay .path4:before {
|
|
2477
|
-
content: "\
|
|
2180
|
+
content: "\eb3c";
|
|
2478
2181
|
margin-left: -1em;
|
|
2479
2182
|
color: rgb(2, 204, 204);
|
|
2480
2183
|
}
|
|
2481
2184
|
.icon-dl-unionpay .path5:before {
|
|
2482
|
-
content: "\
|
|
2185
|
+
content: "\eb3d";
|
|
2483
2186
|
margin-left: -1em;
|
|
2484
2187
|
color: rgb(2, 204, 204);
|
|
2485
2188
|
}
|
|
2486
2189
|
.icon-dl-unionpay .path6:before {
|
|
2487
|
-
content: "\
|
|
2190
|
+
content: "\eb3e";
|
|
2488
2191
|
margin-left: -1em;
|
|
2489
2192
|
color: rgb(0, 157, 165);
|
|
2490
2193
|
}
|
|
2491
2194
|
.icon-dl-unionpay .path7:before {
|
|
2492
|
-
content: "\
|
|
2195
|
+
content: "\eb3f";
|
|
2493
2196
|
margin-left: -1em;
|
|
2494
2197
|
color: rgb(2, 204, 204);
|
|
2495
2198
|
}
|
|
2496
2199
|
.icon-dl-unionpay .path8:before {
|
|
2497
|
-
content: "\
|
|
2200
|
+
content: "\eb40";
|
|
2498
2201
|
margin-left: -1em;
|
|
2499
2202
|
color: rgb(255, 127, 41);
|
|
2500
2203
|
}
|
|
2501
2204
|
.icon-dl-unionpay .path9:before {
|
|
2502
|
-
content: "\
|
|
2205
|
+
content: "\eb41";
|
|
2503
2206
|
margin-left: -1em;
|
|
2504
2207
|
color: rgb(234, 34, 39);
|
|
2505
2208
|
}
|
|
2506
2209
|
.icon-dl-unionpay .path10:before {
|
|
2507
|
-
content: "\
|
|
2210
|
+
content: "\eb42";
|
|
2508
2211
|
margin-left: -1em;
|
|
2509
2212
|
color: rgb(234, 34, 39);
|
|
2510
2213
|
}
|
|
2511
2214
|
.icon-dl-unionpay .path11:before {
|
|
2512
|
-
content: "\
|
|
2215
|
+
content: "\eb43";
|
|
2513
2216
|
margin-left: -1em;
|
|
2514
2217
|
color: rgb(165, 0, 47);
|
|
2515
2218
|
}
|
|
2516
2219
|
.icon-dl-unionpay .path12:before {
|
|
2517
|
-
content: "\
|
|
2220
|
+
content: "\eb44";
|
|
2518
2221
|
margin-left: -1em;
|
|
2519
2222
|
color: rgb(234, 34, 39);
|
|
2520
2223
|
}
|
|
2521
2224
|
.icon-dl-unionpay .path13:before {
|
|
2522
|
-
content: "\
|
|
2225
|
+
content: "\eb45";
|
|
2523
2226
|
margin-left: -1em;
|
|
2524
2227
|
color: rgb(234, 34, 39);
|
|
2525
2228
|
}
|
|
2526
2229
|
.icon-dl-unionpay .path14:before {
|
|
2527
|
-
content: "\
|
|
2230
|
+
content: "\eb46";
|
|
2528
2231
|
margin-left: -1em;
|
|
2529
2232
|
color: rgb(19, 152, 226);
|
|
2530
2233
|
}
|
|
2531
2234
|
.icon-dl-unionpay .path15:before {
|
|
2532
|
-
content: "\
|
|
2235
|
+
content: "\eb47";
|
|
2533
2236
|
margin-left: -1em;
|
|
2534
2237
|
color: rgb(8, 114, 185);
|
|
2535
2238
|
}
|
|
2536
2239
|
.icon-dl-unionpay .path16:before {
|
|
2537
|
-
content: "\
|
|
2240
|
+
content: "\eb48";
|
|
2538
2241
|
margin-left: -1em;
|
|
2539
2242
|
color: rgb(5, 80, 147);
|
|
2540
2243
|
}
|
|
2541
2244
|
.icon-dl-unionpay .path17:before {
|
|
2542
|
-
content: "\
|
|
2245
|
+
content: "\eb49";
|
|
2543
2246
|
margin-left: -1em;
|
|
2544
2247
|
color: rgb(8, 114, 185);
|
|
2545
2248
|
}
|
|
2546
2249
|
.icon-dl-unionpay .path18:before {
|
|
2547
|
-
content: "\
|
|
2250
|
+
content: "\eb4a";
|
|
2548
2251
|
margin-left: -1em;
|
|
2549
2252
|
color: rgb(5, 80, 147);
|
|
2550
2253
|
}
|
|
2551
2254
|
.icon-dl-unionpay .path19:before {
|
|
2552
|
-
content: "\
|
|
2255
|
+
content: "\eb4b";
|
|
2553
2256
|
margin-left: -1em;
|
|
2554
2257
|
color: rgb(165, 0, 47);
|
|
2555
2258
|
}
|
|
2556
2259
|
.icon-dl-unite:before {
|
|
2557
|
-
content: "\
|
|
2260
|
+
content: "\eb4c";
|
|
2558
2261
|
}
|
|
2559
2262
|
.icon-dl-unmasked-pixel-filled:before {
|
|
2560
|
-
content: "\
|
|
2263
|
+
content: "\eb4d";
|
|
2561
2264
|
}
|
|
2562
2265
|
.icon-dl-unsupported-file:before {
|
|
2563
|
-
content: "\
|
|
2266
|
+
content: "\eb4e";
|
|
2564
2267
|
}
|
|
2565
2268
|
.icon-dl-unsupported-file-filled:before {
|
|
2566
|
-
content: "\
|
|
2269
|
+
content: "\eb4f";
|
|
2567
2270
|
}
|
|
2568
2271
|
.icon-dl-up-chevron:before {
|
|
2569
|
-
content: "\
|
|
2272
|
+
content: "\eb50";
|
|
2570
2273
|
}
|
|
2571
2274
|
.icon-dl-upload:before {
|
|
2572
|
-
content: "\
|
|
2275
|
+
content: "\eb51";
|
|
2573
2276
|
}
|
|
2574
2277
|
.icon-dl-usage:before {
|
|
2575
|
-
content: "\
|
|
2278
|
+
content: "\eb52";
|
|
2576
2279
|
}
|
|
2577
2280
|
.icon-dl-variable:before {
|
|
2578
|
-
content: "\
|
|
2281
|
+
content: "\eb53";
|
|
2579
2282
|
}
|
|
2580
2283
|
.icon-dl-vehicles:before {
|
|
2581
|
-
content: "\
|
|
2284
|
+
content: "\eb54";
|
|
2582
2285
|
}
|
|
2583
2286
|
.icon-dl-version:before {
|
|
2584
|
-
content: "\
|
|
2287
|
+
content: "\eb55";
|
|
2585
2288
|
}
|
|
2586
2289
|
.icon-dl-video-end:before {
|
|
2587
|
-
content: "\
|
|
2290
|
+
content: "\eb56";
|
|
2588
2291
|
}
|
|
2589
2292
|
.icon-dl-video-filled:before {
|
|
2590
|
-
content: "\
|
|
2293
|
+
content: "\eb57";
|
|
2591
2294
|
}
|
|
2592
2295
|
.icon-dl-view:before {
|
|
2593
|
-
content: "\
|
|
2296
|
+
content: "\eb58";
|
|
2594
2297
|
}
|
|
2595
2298
|
.icon-dl-visa .path1:before {
|
|
2596
|
-
content: "\
|
|
2299
|
+
content: "\eb59";
|
|
2597
2300
|
color: rgb(255, 255, 255);
|
|
2598
2301
|
}
|
|
2599
2302
|
.icon-dl-visa .path2:before {
|
|
2600
|
-
content: "\
|
|
2303
|
+
content: "\eb5a";
|
|
2601
2304
|
margin-left: -1em;
|
|
2602
2305
|
color: rgb(228, 228, 228);
|
|
2603
2306
|
}
|
|
2604
2307
|
.icon-dl-visa .path3:before {
|
|
2605
|
-
content: "\
|
|
2308
|
+
content: "\eb5b";
|
|
2606
2309
|
margin-left: -1em;
|
|
2607
2310
|
color: rgb(26, 42, 223);
|
|
2608
2311
|
}
|
|
2609
2312
|
.icon-dl-window:before {
|
|
2610
|
-
content: "\
|
|
2313
|
+
content: "\eb5c";
|
|
2611
2314
|
}
|
|
2612
2315
|
.icon-dl-workflows:before {
|
|
2613
|
-
content: "\
|
|
2316
|
+
content: "\eb5d";
|
|
2614
2317
|
}
|
|
2615
2318
|
.icon-dl-workflows-outline:before {
|
|
2616
|
-
content: "\
|
|
2319
|
+
content: "\eb5e";
|
|
2617
2320
|
}
|
|
2618
2321
|
.icon-dl-youtube:before {
|
|
2619
|
-
content: "\
|
|
2322
|
+
content: "\eb5f";
|
|
2620
2323
|
}
|
|
2621
2324
|
.icon-dl-zoom-in:before {
|
|
2622
|
-
content: "\
|
|
2325
|
+
content: "\eb60";
|
|
2623
2326
|
}
|
|
2624
2327
|
.icon-dl-zoom-out:before {
|
|
2625
|
-
content: "\
|
|
2328
|
+
content: "\eb61";
|
|
2626
2329
|
}
|