@orfium/ictinus 4.78.0 → 4.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -135,6 +135,38 @@ AssetIcon.defaultProps = {
|
|
|
135
135
|
viewBox: "0 0 24 24",
|
|
136
136
|
xmlns: "http://www.w3.org/2000/svg"
|
|
137
137
|
};
|
|
138
|
+
var AudioOffIcon = function AudioOffIcon(props) {
|
|
139
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("g", {
|
|
140
|
+
clipPath: "url(#a)"
|
|
141
|
+
}, (0, _react2.jsx)("path", {
|
|
142
|
+
d: "M1.412 1.412L0 2.823l4.458 4.459H2.8c-.44 0-.8.36-.8.8v5.714c0 .44.36.798.798.8h3.267c.07 0 .125-.057.125-.125V9.012l.632.632v4.832c0 .036.028.05.058.066a.753.753 0 0 1 .018.01l5.687 3.208c.19.107.4-.18.4-.4v-1.553L21.176 24l1.412-1.412L1.412 1.412z"
|
|
143
|
+
}), (0, _react2.jsx)("path", {
|
|
144
|
+
fillRule: "evenodd",
|
|
145
|
+
clipRule: "evenodd",
|
|
146
|
+
d: "M19.788 16.965a11.751 11.751 0 0 0 1.58-4.977 11.742 11.742 0 0 0-2.127-7.821l-.117-.165-.162.12-.165.124-.015-.02-.428.347-.112.083-.153.114.008.011-.013.011c.117.15.23.305.337.461l.003.004a10.484 10.484 0 0 1 1.659 6.62 10.453 10.453 0 0 1-1.24 4.142l.945.946zm-.636-12.23l-.017-.026c-.034-.05-.066-.1-.101-.15l-.005.002c.043.057.084.116.123.174zM17.46 14.637c.05-.113.1-.226.145-.341.321-.8.53-1.657.605-2.555a8.864 8.864 0 0 0-.268-3.044 8.866 8.866 0 0 0-1.29-2.772l-.114-.166-.163.12-.844.4-.151.112.072.104-.008.006c.064.083.124.166.182.25a7.76 7.76 0 0 1 1.223 4.899c-.06.714-.119 1.397-.34 2.036l.951.95zm-1.268-8.248l-.05-.074-.002.002.052.072z"
|
|
147
|
+
}), (0, _react2.jsx)("path", {
|
|
148
|
+
d: "M12.983 10.16V4.4c0-.208-.196-.478-.379-.379l-3.72 2.04 4.1 4.099z"
|
|
149
|
+
})), (0, _react2.jsx)("defs", null, (0, _react2.jsx)("clipPath", {
|
|
150
|
+
id: "a"
|
|
151
|
+
}, (0, _react2.jsx)("path", {
|
|
152
|
+
d: "M0 0h24v24H0z"
|
|
153
|
+
}))));
|
|
154
|
+
};
|
|
155
|
+
AudioOffIcon.defaultProps = {
|
|
156
|
+
viewBox: "0 0 24 24",
|
|
157
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
158
|
+
};
|
|
159
|
+
var AudioOnIcon = function AudioOnIcon(props) {
|
|
160
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
161
|
+
fillRule: "evenodd",
|
|
162
|
+
clipRule: "evenodd",
|
|
163
|
+
d: "M2.8 7.282h3.265c.067 0 .124.055.124.125v7.064a.125.125 0 0 1-.124.125H2.798a.802.802 0 0 1-.798-.8V8.084c0-.441.36-.801.8-.801zm16.44-3.115a11.742 11.742 0 0 1 2.128 7.821 11.798 11.798 0 0 1-2.483 6.3 14.1 14.1 0 0 1-.3.383l-.008-.008a7.734 7.734 0 0 1-.148.17L18.28 19l-.145-.17-.59-.692-.108-.129.11-.126a10.449 10.449 0 0 0 2.535-6.006 10.484 10.484 0 0 0-1.658-6.62l-.003-.004a9.535 9.535 0 0 0-.337-.46l.013-.012-.008-.01.154-.115.112-.083.428-.346.014.019.166-.124.16-.12.118.165zm-.088.568c-.04-.06-.077-.118-.118-.177l-.005.004c.043.056.084.115.123.173zm-2.5 1.19a8.866 8.866 0 0 1 1.29 2.772c.26.967.357 1.992.269 3.044a8.86 8.86 0 0 1-1.932 4.817l-.149.183-.153-.18-.745-.52-.105-.121.098-.127c.46-.587.95-1.243 1.228-1.95.268-.685.331-1.42.396-2.193a7.76 7.76 0 0 0-1.223-4.899 6.726 6.726 0 0 0-.181-.25l.008-.006-.073-.104.152-.112.843-.4.163-.12.114.166zm-.46.464l-.049-.074-.003.002.052.072zm-9.295.763l5.707-3.13c.184-.1.38.17.38.378v12.96c0 .22-.209.507-.4.4l-5.687-3.208c-.036-.021-.076-.034-.076-.076V7.228c0-.043.04-.055.076-.076z"
|
|
164
|
+
}));
|
|
165
|
+
};
|
|
166
|
+
AudioOnIcon.defaultProps = {
|
|
167
|
+
viewBox: "0 0 24 24",
|
|
168
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
169
|
+
};
|
|
138
170
|
var AutoIcon = function AutoIcon(props) {
|
|
139
171
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
140
172
|
d: "M21.159 14.48l-2.052-1.543c.043-.291.085-.604.085-.916 0-.313-.021-.625-.085-.917l2.03-1.541a.468.468 0 0 0 .107-.605L19.321 5.73c-.107-.208-.364-.27-.599-.208l-2.372.937a6.493 6.493 0 0 0-1.625-.916l-.363-2.459a.457.457 0 0 0-.449-.416h-3.826c-.235 0-.449.166-.47.396L9.253 5.52c-.577.25-1.132.542-1.624.917L5.257 5.5a.498.498 0 0 0-.599.208l-1.924 3.23c-.106.208-.085.458.107.604l2.03 1.541a6.39 6.39 0 0 0-.063.917c0 .313.021.625.064.917l-2.03 1.541a.468.468 0 0 0-.108.604l1.924 3.23c.107.208.363.27.599.208l2.372-.938a6.493 6.493 0 0 0 1.624.917l.364 2.459c.043.229.235.395.47.395h3.826c.235 0 .449-.166.47-.395l.364-2.459c.577-.25 1.132-.541 1.603-.916l2.393.937c.214.083.47 0 .599-.208l1.924-3.23c.128-.187.064-.437-.107-.583zm-9.17.332c-1.581 0-2.885-1.25-2.885-2.812 0-1.563 1.282-2.813 2.885-2.813 1.603 0 2.886 1.25 2.886 2.813 0 1.563-1.304 2.813-2.886 2.813z",
|
|
@@ -146,6 +178,15 @@ AutoIcon.defaultProps = {
|
|
|
146
178
|
viewBox: "0 0 24 24",
|
|
147
179
|
xmlns: "http://www.w3.org/2000/svg"
|
|
148
180
|
};
|
|
181
|
+
var BookmarkIcon = function BookmarkIcon(props) {
|
|
182
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
183
|
+
d: "M6.75 3c-.12 0-.238.013-.352.037C5.6 3.205 5 3.93 5 4.8V21l7-2.7 7 2.7V4.8c0-.124-.012-.245-.036-.362a1.778 1.778 0 0 0-1.362-1.401A1.706 1.706 0 0 0 17.25 3H6.75z"
|
|
184
|
+
}));
|
|
185
|
+
};
|
|
186
|
+
BookmarkIcon.defaultProps = {
|
|
187
|
+
viewBox: "0 0 24 24",
|
|
188
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
189
|
+
};
|
|
149
190
|
var Broadcast = function Broadcast(props) {
|
|
150
191
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
151
192
|
d: "M12 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 2c0-3.3-2.7-6-6-6s-6 2.7-6 6c0 2.2 1.2 4.1 3 5.2l1-1.7c-1.2-.7-2-2-2-3.4 0-2.2 1.8-4 4-4s4 1.8 4 4c0 1.5-.8 2.8-2 3.4l1 1.7c1.8-1 3-3 3-5.2zM12 2C6.5 2 2 6.5 2 12c0 3.7 2 6.9 5 8.6l1-1.7c-2.4-1.4-4-4-4-6.9 0-4.4 3.6-8 8-8s8 3.6 8 8c0 3-1.6 5.5-4 6.9l1 1.7c3-1.7 5-4.9 5-8.6 0-5.5-4.5-10-10-10z",
|
|
@@ -960,6 +1001,50 @@ HourglassIcon.defaultProps = {
|
|
|
960
1001
|
xmlns: "http://www.w3.org/2000/svg",
|
|
961
1002
|
viewBox: "0 0 18 18"
|
|
962
1003
|
};
|
|
1004
|
+
var ImageFillOffIcon = function ImageFillOffIcon(props) {
|
|
1005
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1006
|
+
fillRule: "evenodd",
|
|
1007
|
+
clipRule: "evenodd",
|
|
1008
|
+
d: "M1.412 1.412L0 2.823l2 2v14.955C2 21 3 22 4.222 22h14.955l2 2 1.412-1.412L1.412 1.412zm9.477 15.6l1.441-1.859 3.513 3.514H4.222l3.889-5 2.778 3.344z"
|
|
1009
|
+
}), (0, _react2.jsx)("path", {
|
|
1010
|
+
d: "M22 19.176V4.222C22 3 21 2 19.777 2H4.823L22 19.176z"
|
|
1011
|
+
}));
|
|
1012
|
+
};
|
|
1013
|
+
ImageFillOffIcon.defaultProps = {
|
|
1014
|
+
viewBox: "0 0 24 24",
|
|
1015
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1016
|
+
};
|
|
1017
|
+
var ImageFillOnIcon = function ImageFillOnIcon(props) {
|
|
1018
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1019
|
+
d: "M22 19.778V4.222C22 3 21 2 19.778 2H4.222C3 2 2 3 2 4.222v15.556C2 21 3 22 4.222 22h15.556C21 22 22 21 22 19.778zM8.111 13.667l2.778 3.344L14.778 12l5 6.667H4.222l3.89-5z"
|
|
1020
|
+
}));
|
|
1021
|
+
};
|
|
1022
|
+
ImageFillOnIcon.defaultProps = {
|
|
1023
|
+
viewBox: "0 0 24 24",
|
|
1024
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1025
|
+
};
|
|
1026
|
+
var ImageOutlinedOffIcon = function ImageOutlinedOffIcon(props) {
|
|
1027
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1028
|
+
fillRule: "evenodd",
|
|
1029
|
+
clipRule: "evenodd",
|
|
1030
|
+
d: "M1.412 1.412L0 2.823l2 2v14.955C2 21 3 22 4.222 22h14.955l2 2 1.412-1.412L1.412 1.412zm2.81 18.366V7.045l7.816 7.817-.994 1.282-2.378-2.877-3.333 4.288h9.4l2.221 2.223H4.223z"
|
|
1031
|
+
}), (0, _react2.jsx)("path", {
|
|
1032
|
+
d: "M22 19.176V4.222C22 3 21 2 19.777 2H4.823l2.223 2.222h12.732v12.732L22 19.176z"
|
|
1033
|
+
}));
|
|
1034
|
+
};
|
|
1035
|
+
ImageOutlinedOffIcon.defaultProps = {
|
|
1036
|
+
viewBox: "0 0 24 24",
|
|
1037
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1038
|
+
};
|
|
1039
|
+
var ImageOutlinedOnIcon = function ImageOutlinedOnIcon(props) {
|
|
1040
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1041
|
+
d: "M19.778 4.222v15.556H4.222V4.222h15.556zm0-2.222H4.222C3 2 2 3 2 4.222v15.556C2 21 3 22 4.222 22h15.556C21 22 22 21 22 19.778V4.222C22 3 21 2 19.778 2zm-5.4 9.844l-3.334 4.3-2.377-2.877-3.334 4.289h13.334l-4.29-5.712z"
|
|
1042
|
+
}));
|
|
1043
|
+
};
|
|
1044
|
+
ImageOutlinedOnIcon.defaultProps = {
|
|
1045
|
+
viewBox: "0 0 24 24",
|
|
1046
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1047
|
+
};
|
|
963
1048
|
var IncomeIcon = function IncomeIcon(props) {
|
|
964
1049
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
965
1050
|
fillRule: "evenodd",
|
|
@@ -1691,6 +1776,17 @@ SuccessIcon.defaultProps = {
|
|
|
1691
1776
|
viewBox: "0 0 24 24",
|
|
1692
1777
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1693
1778
|
};
|
|
1779
|
+
var TagIcon = function TagIcon(props) {
|
|
1780
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1781
|
+
fillRule: "evenodd",
|
|
1782
|
+
clipRule: "evenodd",
|
|
1783
|
+
d: "M3.692 10.956a2.361 2.361 0 0 0 0 3.34l6.012 6.012a2.364 2.364 0 0 0 3.34 0l7.264-7.264a2.362 2.362 0 0 0 .692-1.67V4.417A1.417 1.417 0 0 0 19.583 3h-6.957a2.362 2.362 0 0 0-1.67.691l-7.264 7.265zM15.32 6.779c-1.049 0-1.878.786-1.878 1.878 0 1.093.83 1.9 1.878 1.9 1.07 0 1.9-.807 1.9-1.9 0-1.092-.83-1.878-1.9-1.878z"
|
|
1784
|
+
}));
|
|
1785
|
+
};
|
|
1786
|
+
TagIcon.defaultProps = {
|
|
1787
|
+
viewBox: "0 0 24 24",
|
|
1788
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1789
|
+
};
|
|
1694
1790
|
var Television = function Television(props) {
|
|
1695
1791
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1696
1792
|
d: "M18.182 0H1.818C.818 0 0 .8 0 1.778v10.666c0 .978.818 1.778 1.818 1.778h4.546V16h7.272v-1.778h4.546c1 0 1.809-.8 1.809-1.778L20 1.778C20 .8 19.182 0 18.182 0zm0 12.444H1.818V1.778h16.364v10.666z",
|
|
@@ -1794,6 +1890,17 @@ TriangleUpIcon.defaultProps = {
|
|
|
1794
1890
|
fill: "none",
|
|
1795
1891
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1796
1892
|
};
|
|
1893
|
+
var TriangleWarningIcon = function TriangleWarningIcon(props) {
|
|
1894
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1895
|
+
fillRule: "evenodd",
|
|
1896
|
+
clipRule: "evenodd",
|
|
1897
|
+
d: "M19.85 19.75c.402 0 .774-.208.984-.545.211-.341.22-.761.033-1.111L13.043 4.353a1.146 1.146 0 0 0-.985-.603h-.03c-.405 0-.78.206-.987.549l-7.879 13.74a1.12 1.12 0 0 0-.014 1.137c.205.355.588.574 1.002.574h15.7zm-7.118-5.309h-1.447l-.28-5.644h2.003l-.276 5.644zM12 17.156c.552 0 1-.44 1-.983a.992.992 0 0 0-1-.983c-.552 0-1 .44-1 .983 0 .543.448.983 1 .983z"
|
|
1898
|
+
}));
|
|
1899
|
+
};
|
|
1900
|
+
TriangleWarningIcon.defaultProps = {
|
|
1901
|
+
viewBox: "0 0 24 24",
|
|
1902
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1903
|
+
};
|
|
1797
1904
|
var TrophyIcon = function TrophyIcon(props) {
|
|
1798
1905
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1799
1906
|
fillRule: "evenodd",
|
|
@@ -1842,6 +1949,17 @@ TVRadioIcon.defaultProps = {
|
|
|
1842
1949
|
fill: "none",
|
|
1843
1950
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1844
1951
|
};
|
|
1952
|
+
var UndoIcon = function UndoIcon(props) {
|
|
1953
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1954
|
+
fillRule: "evenodd",
|
|
1955
|
+
clipRule: "evenodd",
|
|
1956
|
+
d: "M6.18 11.85c.149-4.328 3.581-7.76 7.91-7.76C18.418 4.09 22 7.672 22 12c0 4.478-3.582 7.91-8.06 7.91v-2.238c3.284 0 5.821-2.389 5.821-5.672a5.67 5.67 0 0 0-5.671-5.672c-3.134 0-5.672 2.538-5.672 5.523h4.03l-5.224 5.224L2 11.85h4.18z"
|
|
1957
|
+
}));
|
|
1958
|
+
};
|
|
1959
|
+
UndoIcon.defaultProps = {
|
|
1960
|
+
viewBox: "0 0 24 24",
|
|
1961
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1962
|
+
};
|
|
1845
1963
|
var UnpairedV2 = function UnpairedV2(props) {
|
|
1846
1964
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1847
1965
|
d: "M13.964 13h4.071V5a4 4 0 0 0-4-4h-7v3.662L13.964 13z",
|
|
@@ -1960,6 +2078,52 @@ VideoCondirmationIcon.defaultProps = {
|
|
|
1960
2078
|
fill: "none",
|
|
1961
2079
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1962
2080
|
};
|
|
2081
|
+
var VideoFillOffIcon = function VideoFillOffIcon(props) {
|
|
2082
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
2083
|
+
d: "M1.412 1.412L0 2.823l2.387 2.388A1 1 0 0 0 2 6v12c0 .55.45 1 1 1h13.177l5 5 1.412-1.412L1.412 1.412zM18 15.176V14.5l4 4v-13l-4 4V6c0-.55-.45-1-1-1H7.823L18 15.176z"
|
|
2084
|
+
}));
|
|
2085
|
+
};
|
|
2086
|
+
VideoFillOffIcon.defaultProps = {
|
|
2087
|
+
viewBox: "0 0 24 24",
|
|
2088
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2089
|
+
};
|
|
2090
|
+
var VideoFillOnIcon = function VideoFillOnIcon(props) {
|
|
2091
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
2092
|
+
d: "M18 9.5V6c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.5l4 4v-13l-4 4z"
|
|
2093
|
+
}));
|
|
2094
|
+
};
|
|
2095
|
+
VideoFillOnIcon.defaultProps = {
|
|
2096
|
+
viewBox: "0 0 24 24",
|
|
2097
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2098
|
+
};
|
|
2099
|
+
var VideoOutlineOffIcon = function VideoOutlineOffIcon(props) {
|
|
2100
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("g", {
|
|
2101
|
+
clipPath: "url(#a)"
|
|
2102
|
+
}, (0, _react2.jsx)("path", {
|
|
2103
|
+
fillRule: "evenodd",
|
|
2104
|
+
clipRule: "evenodd",
|
|
2105
|
+
d: "M1.412 1.412L0 2.823l2.387 2.388A1 1 0 0 0 2 6v12c0 .55.45 1 1 1h13.177l5 5 1.412-1.412L1.412 1.412zM4 7h.177l10 10H4V7z"
|
|
2106
|
+
}), (0, _react2.jsx)("path", {
|
|
2107
|
+
d: "M18 15.176V14.5l4 4v-13l-4 4V6c0-.55-.45-1-1-1H7.823l2 2H16v6.176l2 2z"
|
|
2108
|
+
})), (0, _react2.jsx)("defs", null, (0, _react2.jsx)("clipPath", {
|
|
2109
|
+
id: "a"
|
|
2110
|
+
}, (0, _react2.jsx)("path", {
|
|
2111
|
+
d: "M0 0h24v24H0z"
|
|
2112
|
+
}))));
|
|
2113
|
+
};
|
|
2114
|
+
VideoOutlineOffIcon.defaultProps = {
|
|
2115
|
+
viewBox: "0 0 24 24",
|
|
2116
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2117
|
+
};
|
|
2118
|
+
var VideoOutlineOnIcon = function VideoOutlineOnIcon(props) {
|
|
2119
|
+
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
2120
|
+
d: "M18 9.5V6c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-3.5l4 4v-13l-4 4zM16 17H4V7h12v10z"
|
|
2121
|
+
}));
|
|
2122
|
+
};
|
|
2123
|
+
VideoOutlineOnIcon.defaultProps = {
|
|
2124
|
+
viewBox: "0 0 24 24",
|
|
2125
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2126
|
+
};
|
|
1963
2127
|
var ViewIcon = function ViewIcon(props) {
|
|
1964
2128
|
return (0, _react2.jsx)("svg", props, (0, _react2.jsx)("path", {
|
|
1965
2129
|
d: "M11 0c4.959 0 8.598 2.279 10.918 6.837L22 7l-.082.163c-.092.18-.185.357-.281.53C19.308 11.897 15.763 14 11 14 6.042 14 2.403 11.721.082 7.164L0 7l.082-.163C2.402 2.279 6.042 0 11 0zm-.029 2.739c-2.37 0-4.293 1.839-4.293 4.107 0 2.269 1.922 4.108 4.293 4.108 2.371 0 4.294-1.839 4.294-4.108 0-2.268-1.923-4.107-4.294-4.107zm0 1.825c1.318 0 2.385 1.022 2.385 2.282s-1.067 2.282-2.385 2.282c-1.317 0-2.385-1.021-2.385-2.282 0-1.26 1.068-2.282 2.385-2.282z",
|
|
@@ -2205,6 +2369,20 @@ var iconSelector = {
|
|
|
2205
2369
|
clockOutlined: ClockOutlined,
|
|
2206
2370
|
userCheck: UserCheck,
|
|
2207
2371
|
distribution: Distribution,
|
|
2208
|
-
royaltyShares: RoyaltyShares
|
|
2372
|
+
royaltyShares: RoyaltyShares,
|
|
2373
|
+
undo: UndoIcon,
|
|
2374
|
+
bookmark: BookmarkIcon,
|
|
2375
|
+
tag: TagIcon,
|
|
2376
|
+
triangleWarning: TriangleWarningIcon,
|
|
2377
|
+
audioOff: AudioOffIcon,
|
|
2378
|
+
audioOn: AudioOnIcon,
|
|
2379
|
+
imageFillOff: ImageFillOffIcon,
|
|
2380
|
+
imageFillOn: ImageFillOnIcon,
|
|
2381
|
+
imageOutlinedOff: ImageOutlinedOffIcon,
|
|
2382
|
+
imageOutlinedOn: ImageOutlinedOnIcon,
|
|
2383
|
+
videoFillOff: VideoFillOffIcon,
|
|
2384
|
+
videoFillOn: VideoFillOnIcon,
|
|
2385
|
+
videoOutlineOff: VideoOutlineOffIcon,
|
|
2386
|
+
videoOutlineOn: VideoOutlineOnIcon
|
|
2209
2387
|
};
|
|
2210
2388
|
var _default = exports["default"] = iconSelector;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare type AcceptedIconNames = 'account' | 'actions' | 'add' | 'alert' | 'analytics' | 'analyticsVideos' | 'ancient' | 'arrowDown' | 'arrowLeft' | 'arrowRight' | 'arrowToLeft' | 'arrowToRight' | 'artist' | 'asset' | 'assetMatching' | 'auto' | 'broadcast' | 'calendarEmpty' | 'calendarFilled' | 'catalog' | 'channel' | 'catalogOverview' | 'catalogFiles' | 'chatBubble' | 'check' | 'checkedList' | 'checkmark' | 'chevronExtraSmallDown' | 'chevronExtraSmallLeft' | 'chevronExtraSmallRight' | 'chevronExtraSmallUp' | 'chevronLargeDown' | 'chevronLargeLeft' | 'chevronLargeRight' | 'chevronLargeUp' | 'chevronSmallDown' | 'chevronSmallLeft' | 'chevronSmallRight' | 'chevronSmallUp' | 'claimList' | 'clock' | 'close' | 'closeTag' | 'cmsProcess' | 'composition' | 'compositionV2' | 'confirmedMatches' | 'conflicts' | 'copy' | 'concert' | 'dashboard' | 'dataset' | 'delete' | 'delivery' | 'details' | 'digitalUse' | 'distribution' | 'dotsVertical' | 'download' | 'duplicate' | 'duplicate2' | 'earnings' | 'earnings2' | 'edit' | 'entities' | 'error' | 'expenses' | 'externalLink' | 'externalLinkV2' | 'fatArrowDown' | 'fatArrowLeft' | 'fatArrowRight' | 'fatArrowUp' | 'file' | 'financialChart' | 'generatedReports' | 'genericFile' | 'genericOrdering' | 'globalItem' | 'heartFill' | 'heartStroke' | 'help' | 'hourglass' | 'income' | 'infoFilled' | 'info' | 'issues' | 'keyword' | 'legalFiles' | 'licence' | 'licencedVideo' | 'linked' | 'lock' | 'mail' | 'manual' | 'menu' | 'microphone' | 'minus' | 'moreOptionsHorizontal' | 'moreOptionsVertical' | 'musicNote' | 'myEarnings' | 'notifications' | 'notifications2' | 'oneWay' | 'others' | 'ownershipValidation' | 'pageFirst' | 'pageLast' | 'percentage' | 'play' | 'plus' | 'policies' | 'process' | 'processManagement' | 'publicPerformance' | 'publisher' | 'recording' | 'recordLabel' | 'recordLabelV2' | 'referenceFile' | 'relations' | 'restore' | 'result' | 'royaltyShares' | 'search' | 'searchMusic' | 'searchThunder' | 'settings' | 'sight' | 'sortAscending' | 'sortDescending' | 'stamp' | 'statements' | 'success' | 'television' | 'thunder' | 'ticTacToeArrow' | 'timeOut' | 'training' | 'triangleDown' | 'triangleLeft' | 'triangleRight' | 'triangleUp' | 'trophy' | 'TVCinema' | 'TVRadio' | 'update' | 'upload' | 'user' | 'userAvatar' | 'users' | 'users2' | 'videoConfirmation' | 'view' | 'warning' | 'works' | 'writer' | 'youtube' | 'refresh' | 'star' | 'pause' | 'resume' | 'restart' | 'entity' | 'playCount' | 'processedLogs' | 'proposed' | 'unpaired' | 'unpairedV2' | 'clockOutlined' | 'userCheck';
|
|
1
|
+
export declare type AcceptedIconNames = 'account' | 'actions' | 'add' | 'alert' | 'analytics' | 'analyticsVideos' | 'ancient' | 'arrowDown' | 'arrowLeft' | 'arrowRight' | 'arrowToLeft' | 'arrowToRight' | 'artist' | 'asset' | 'assetMatching' | 'auto' | 'broadcast' | 'calendarEmpty' | 'calendarFilled' | 'catalog' | 'channel' | 'catalogOverview' | 'catalogFiles' | 'chatBubble' | 'check' | 'checkedList' | 'checkmark' | 'chevronExtraSmallDown' | 'chevronExtraSmallLeft' | 'chevronExtraSmallRight' | 'chevronExtraSmallUp' | 'chevronLargeDown' | 'chevronLargeLeft' | 'chevronLargeRight' | 'chevronLargeUp' | 'chevronSmallDown' | 'chevronSmallLeft' | 'chevronSmallRight' | 'chevronSmallUp' | 'claimList' | 'clock' | 'close' | 'closeTag' | 'cmsProcess' | 'composition' | 'compositionV2' | 'confirmedMatches' | 'conflicts' | 'copy' | 'concert' | 'dashboard' | 'dataset' | 'delete' | 'delivery' | 'details' | 'digitalUse' | 'distribution' | 'dotsVertical' | 'download' | 'duplicate' | 'duplicate2' | 'earnings' | 'earnings2' | 'edit' | 'entities' | 'error' | 'expenses' | 'externalLink' | 'externalLinkV2' | 'fatArrowDown' | 'fatArrowLeft' | 'fatArrowRight' | 'fatArrowUp' | 'file' | 'financialChart' | 'generatedReports' | 'genericFile' | 'genericOrdering' | 'globalItem' | 'heartFill' | 'heartStroke' | 'help' | 'hourglass' | 'income' | 'infoFilled' | 'info' | 'issues' | 'keyword' | 'legalFiles' | 'licence' | 'licencedVideo' | 'linked' | 'lock' | 'mail' | 'manual' | 'menu' | 'microphone' | 'minus' | 'moreOptionsHorizontal' | 'moreOptionsVertical' | 'musicNote' | 'myEarnings' | 'notifications' | 'notifications2' | 'oneWay' | 'others' | 'ownershipValidation' | 'pageFirst' | 'pageLast' | 'percentage' | 'play' | 'plus' | 'policies' | 'process' | 'processManagement' | 'publicPerformance' | 'publisher' | 'recording' | 'recordLabel' | 'recordLabelV2' | 'referenceFile' | 'relations' | 'restore' | 'result' | 'royaltyShares' | 'search' | 'searchMusic' | 'searchThunder' | 'settings' | 'sight' | 'sortAscending' | 'sortDescending' | 'stamp' | 'statements' | 'success' | 'television' | 'thunder' | 'ticTacToeArrow' | 'timeOut' | 'training' | 'triangleDown' | 'triangleLeft' | 'triangleRight' | 'triangleUp' | 'trophy' | 'TVCinema' | 'TVRadio' | 'update' | 'upload' | 'user' | 'userAvatar' | 'users' | 'users2' | 'videoConfirmation' | 'view' | 'warning' | 'works' | 'writer' | 'youtube' | 'refresh' | 'star' | 'pause' | 'resume' | 'restart' | 'entity' | 'playCount' | 'processedLogs' | 'proposed' | 'unpaired' | 'unpairedV2' | 'clockOutlined' | 'userCheck' | 'undo' | 'bookmark' | 'tag' | 'triangleWarning' | 'audioOff' | 'audioOn' | 'imageFillOff' | 'imageFillOn' | 'imageOutlinedOff' | 'imageOutlinedOn' | 'videoFillOff' | 'videoFillOn' | 'videoOutlineOff' | 'videoOutlineOn';
|