@tabler/icons 1.40.2 → 1.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -0
- package/iconfont/fonts/tabler-icons.eot +0 -0
- package/iconfont/fonts/tabler-icons.svg +168 -54
- package/iconfont/fonts/tabler-icons.ttf +0 -0
- package/iconfont/fonts/tabler-icons.woff +0 -0
- package/iconfont/fonts/tabler-icons.woff2 +0 -0
- package/iconfont/tabler-icons.css +153 -1
- package/iconfont/tabler-icons.html +344 -2
- package/iconfont/tabler-icons.min.css +2 -2
- package/iconfont/tabler-icons.scss +77 -1
- package/icons/ad-2.svg +11 -0
- package/icons/angle.svg +10 -0
- package/icons/apple.svg +8 -0
- package/icons/arrow-autofit-content.svg +10 -0
- package/icons/arrow-autofit-down.svg +8 -0
- package/icons/arrow-autofit-height.svg +10 -0
- package/icons/arrow-autofit-left.svg +8 -0
- package/icons/arrow-autofit-right.svg +8 -0
- package/icons/arrow-autofit-up.svg +8 -0
- package/icons/arrow-autofit-width.svg +10 -0
- package/icons/arrows-diagonal-minimize-2.svg +9 -0
- package/icons/arrows-diagonal-minimize.svg +9 -0
- package/icons/ballon.svg +8 -0
- package/icons/battery-charging-2.svg +10 -0
- package/icons/battery-eco.svg +8 -0
- package/icons/beach.svg +10 -0
- package/icons/border-style-2.svg +14 -0
- package/icons/box-model-2.svg +7 -0
- package/icons/brand-bootstrap.svg +8 -0
- package/icons/brand-vercel.svg +6 -0
- package/icons/car-crane.svg +12 -0
- package/icons/cheese.svg +10 -0
- package/icons/crane.svg +9 -0
- package/icons/cup.svg +9 -0
- package/icons/dog-bowl.svg +8 -0
- package/icons/fence.svg +8 -0
- package/icons/fish.svg +9 -0
- package/icons/highlight.svg +9 -0
- package/icons/list-details.svg +11 -0
- package/icons/microphone-2.svg +7 -0
- package/icons/multiplier-0-5x.svg +9 -0
- package/icons/multiplier-1-5x.svg +10 -0
- package/icons/multiplier-1x.svg +8 -0
- package/icons/multiplier-2x.svg +8 -0
- package/icons/radio.svg +10 -0
- package/icons/soup.svg +10 -0
- package/icons/transfer-in.svg +8 -0
- package/icons/transfer-out.svg +8 -0
- package/icons-png/.DS_Store +0 -0
- package/icons-png/ad-2.png +0 -0
- package/icons-png/angle.png +0 -0
- package/icons-png/apple.png +0 -0
- package/icons-png/arrow-autofit-content.png +0 -0
- package/icons-png/arrow-autofit-down.png +0 -0
- package/icons-png/arrow-autofit-height.png +0 -0
- package/icons-png/arrow-autofit-left.png +0 -0
- package/icons-png/arrow-autofit-right.png +0 -0
- package/icons-png/arrow-autofit-up.png +0 -0
- package/icons-png/arrow-autofit-width.png +0 -0
- package/icons-png/arrows-diagonal-minimize-2.png +0 -0
- package/icons-png/arrows-diagonal-minimize.png +0 -0
- package/icons-png/ballon.png +0 -0
- package/icons-png/battery-charging-2.png +0 -0
- package/icons-png/battery-eco.png +0 -0
- package/icons-png/beach.png +0 -0
- package/icons-png/border-style-2.png +0 -0
- package/icons-png/box-model-2.png +0 -0
- package/icons-png/brand-bootstrap.png +0 -0
- package/icons-png/brand-vercel.png +0 -0
- package/icons-png/car-crane.png +0 -0
- package/icons-png/cheese.png +0 -0
- package/icons-png/crane.png +0 -0
- package/icons-png/cup.png +0 -0
- package/icons-png/dog-bowl.png +0 -0
- package/icons-png/fence.png +0 -0
- package/icons-png/fish.png +0 -0
- package/icons-png/highlight.png +0 -0
- package/icons-png/list-details.png +0 -0
- package/icons-png/microphone-2.png +0 -0
- package/icons-png/multiplier-0-5x.png +0 -0
- package/icons-png/multiplier-1-5x.png +0 -0
- package/icons-png/multiplier-1x.png +0 -0
- package/icons-png/multiplier-2x.png +0 -0
- package/icons-png/radio.png +0 -0
- package/icons-png/soup.png +0 -0
- package/icons-png/transfer-in.png +0 -0
- package/icons-png/transfer-out.png +0 -0
- package/icons-react/dist/index.cjs.js +1354 -0
- package/icons-react/dist/index.cjs.js.map +1 -1
- package/icons-react/dist/index.cjs.min.js +1 -1
- package/icons-react/dist/index.cjs.min.js.map +1 -1
- package/icons-react/dist/index.esm.js +1317 -1
- package/icons-react/dist/index.esm.js.map +1 -1
- package/icons-react/dist/index.esm.min.js +1 -1
- package/icons-react/dist/index.esm.min.js.map +1 -1
- package/icons-react/dist/index.umd.js +1354 -0
- package/icons-react/dist/index.umd.js.map +1 -1
- package/icons-react/dist/index.umd.min.js +1 -1
- package/icons-react/dist/index.umd.min.js.map +1 -1
- package/icons-react/index.d.ts +38 -0
- package/package.json +5 -2
- package/tabler-sprite-nostroke.svg +1 -1
- package/tabler-sprite.svg +1 -1
- package/tags.json +335 -2
|
@@ -343,6 +343,44 @@
|
|
|
343
343
|
}));
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
+
function IconAd2(_ref) {
|
|
347
|
+
var _ref$size = _ref.size,
|
|
348
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
349
|
+
_ref$color = _ref.color,
|
|
350
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
351
|
+
_ref$stroke = _ref.stroke,
|
|
352
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
353
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
354
|
+
|
|
355
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
356
|
+
className: "icon icon-tabler icon-tabler-ad-2",
|
|
357
|
+
width: size,
|
|
358
|
+
height: size,
|
|
359
|
+
viewBox: "0 0 24 24",
|
|
360
|
+
strokeWidth: stroke,
|
|
361
|
+
stroke: color,
|
|
362
|
+
fill: "none",
|
|
363
|
+
strokeLinecap: "round",
|
|
364
|
+
strokeLinejoin: "round"
|
|
365
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
366
|
+
stroke: "none",
|
|
367
|
+
d: "M0 0h24v24H0z",
|
|
368
|
+
fill: "none"
|
|
369
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
370
|
+
d: "M11.933 5h-6.933v16h13v-8"
|
|
371
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
372
|
+
d: "M14 17h-5"
|
|
373
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
374
|
+
d: "M9 13h5v-4h-5z"
|
|
375
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
376
|
+
d: "M15 5v-2"
|
|
377
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
378
|
+
d: "M18 6l2 -2"
|
|
379
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
380
|
+
d: "M19 9h2"
|
|
381
|
+
}));
|
|
382
|
+
}
|
|
383
|
+
|
|
346
384
|
function IconAd(_ref) {
|
|
347
385
|
var _ref$size = _ref.size,
|
|
348
386
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -1089,6 +1127,42 @@
|
|
|
1089
1127
|
}));
|
|
1090
1128
|
}
|
|
1091
1129
|
|
|
1130
|
+
function IconAngle(_ref) {
|
|
1131
|
+
var _ref$size = _ref.size,
|
|
1132
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1133
|
+
_ref$color = _ref.color,
|
|
1134
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1135
|
+
_ref$stroke = _ref.stroke,
|
|
1136
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1137
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1138
|
+
|
|
1139
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1140
|
+
className: "icon icon-tabler icon-tabler-angle",
|
|
1141
|
+
width: size,
|
|
1142
|
+
height: size,
|
|
1143
|
+
viewBox: "0 0 24 24",
|
|
1144
|
+
strokeWidth: stroke,
|
|
1145
|
+
stroke: color,
|
|
1146
|
+
fill: "none",
|
|
1147
|
+
strokeLinecap: "round",
|
|
1148
|
+
strokeLinejoin: "round"
|
|
1149
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1150
|
+
stroke: "none",
|
|
1151
|
+
d: "M0 0h24v24H0z",
|
|
1152
|
+
fill: "none"
|
|
1153
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1154
|
+
d: "M21 19h-18l9 -15"
|
|
1155
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1156
|
+
d: "M20.615 15.171h.015"
|
|
1157
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1158
|
+
d: "M19.515 11.771h.015"
|
|
1159
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1160
|
+
d: "M17.715 8.671h.015"
|
|
1161
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1162
|
+
d: "M15.415 5.971h.015"
|
|
1163
|
+
}));
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1092
1166
|
function IconAntennaBars1(_ref) {
|
|
1093
1167
|
var _ref$size = _ref.size,
|
|
1094
1168
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -1378,6 +1452,40 @@
|
|
|
1378
1452
|
}));
|
|
1379
1453
|
}
|
|
1380
1454
|
|
|
1455
|
+
function IconApple(_ref) {
|
|
1456
|
+
var _ref$size = _ref.size,
|
|
1457
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1458
|
+
_ref$color = _ref.color,
|
|
1459
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1460
|
+
_ref$stroke = _ref.stroke,
|
|
1461
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1462
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1463
|
+
|
|
1464
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1465
|
+
className: "icon icon-tabler icon-tabler-apple",
|
|
1466
|
+
width: size,
|
|
1467
|
+
height: size,
|
|
1468
|
+
viewBox: "0 0 24 24",
|
|
1469
|
+
strokeWidth: stroke,
|
|
1470
|
+
stroke: color,
|
|
1471
|
+
fill: "none",
|
|
1472
|
+
strokeLinecap: "round",
|
|
1473
|
+
strokeLinejoin: "round"
|
|
1474
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1475
|
+
stroke: "none",
|
|
1476
|
+
d: "M0 0h24v24H0z",
|
|
1477
|
+
fill: "none"
|
|
1478
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
1479
|
+
cx: 12,
|
|
1480
|
+
cy: 14,
|
|
1481
|
+
r: 7
|
|
1482
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1483
|
+
d: "M12 11v-6a2 2 0 0 1 2 -2h2v1a2 2 0 0 1 -2 2h-2"
|
|
1484
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1485
|
+
d: "M10 10.5c1.333 .667 2.667 .667 4 0"
|
|
1486
|
+
}));
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1381
1489
|
function IconApps(_ref) {
|
|
1382
1490
|
var _ref$size = _ref.size,
|
|
1383
1491
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -1471,6 +1579,246 @@
|
|
|
1471
1579
|
}));
|
|
1472
1580
|
}
|
|
1473
1581
|
|
|
1582
|
+
function IconArrowAutofitContent(_ref) {
|
|
1583
|
+
var _ref$size = _ref.size,
|
|
1584
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1585
|
+
_ref$color = _ref.color,
|
|
1586
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1587
|
+
_ref$stroke = _ref.stroke,
|
|
1588
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1589
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1590
|
+
|
|
1591
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1592
|
+
className: "icon icon-tabler icon-tabler-arrow-autofit-content",
|
|
1593
|
+
width: size,
|
|
1594
|
+
height: size,
|
|
1595
|
+
viewBox: "0 0 24 24",
|
|
1596
|
+
strokeWidth: stroke,
|
|
1597
|
+
stroke: color,
|
|
1598
|
+
fill: "none",
|
|
1599
|
+
strokeLinecap: "round",
|
|
1600
|
+
strokeLinejoin: "round"
|
|
1601
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1602
|
+
stroke: "none",
|
|
1603
|
+
d: "M0 0h24v24H0z",
|
|
1604
|
+
fill: "none"
|
|
1605
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1606
|
+
d: "M6 4l-3 3l3 3"
|
|
1607
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1608
|
+
d: "M18 4l3 3l-3 3"
|
|
1609
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
1610
|
+
x: 4,
|
|
1611
|
+
y: 14,
|
|
1612
|
+
width: 16,
|
|
1613
|
+
height: 6,
|
|
1614
|
+
rx: 2
|
|
1615
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1616
|
+
d: "M10 7h-7"
|
|
1617
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1618
|
+
d: "M21 7h-7"
|
|
1619
|
+
}));
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
function IconArrowAutofitDown(_ref) {
|
|
1623
|
+
var _ref$size = _ref.size,
|
|
1624
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1625
|
+
_ref$color = _ref.color,
|
|
1626
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1627
|
+
_ref$stroke = _ref.stroke,
|
|
1628
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1629
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1630
|
+
|
|
1631
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1632
|
+
className: "icon icon-tabler icon-tabler-arrow-autofit-down",
|
|
1633
|
+
width: size,
|
|
1634
|
+
height: size,
|
|
1635
|
+
viewBox: "0 0 24 24",
|
|
1636
|
+
strokeWidth: stroke,
|
|
1637
|
+
stroke: color,
|
|
1638
|
+
fill: "none",
|
|
1639
|
+
strokeLinecap: "round",
|
|
1640
|
+
strokeLinejoin: "round"
|
|
1641
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1642
|
+
stroke: "none",
|
|
1643
|
+
d: "M0 0h24v24H0z",
|
|
1644
|
+
fill: "none"
|
|
1645
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1646
|
+
d: "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8"
|
|
1647
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1648
|
+
d: "M18 4v17"
|
|
1649
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1650
|
+
d: "M15 18l3 3l3 -3"
|
|
1651
|
+
}));
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
function IconArrowAutofitHeight(_ref) {
|
|
1655
|
+
var _ref$size = _ref.size,
|
|
1656
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1657
|
+
_ref$color = _ref.color,
|
|
1658
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1659
|
+
_ref$stroke = _ref.stroke,
|
|
1660
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1661
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1662
|
+
|
|
1663
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1664
|
+
className: "icon icon-tabler icon-tabler-arrow-autofit-height",
|
|
1665
|
+
width: size,
|
|
1666
|
+
height: size,
|
|
1667
|
+
viewBox: "0 0 24 24",
|
|
1668
|
+
strokeWidth: stroke,
|
|
1669
|
+
stroke: color,
|
|
1670
|
+
fill: "none",
|
|
1671
|
+
strokeLinecap: "round",
|
|
1672
|
+
strokeLinejoin: "round"
|
|
1673
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1674
|
+
stroke: "none",
|
|
1675
|
+
d: "M0 0h24v24H0z",
|
|
1676
|
+
fill: "none"
|
|
1677
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1678
|
+
d: "M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6"
|
|
1679
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1680
|
+
d: "M18 14v7"
|
|
1681
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1682
|
+
d: "M18 3v7"
|
|
1683
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1684
|
+
d: "M15 18l3 3l3 -3"
|
|
1685
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1686
|
+
d: "M15 6l3 -3l3 3"
|
|
1687
|
+
}));
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
function IconArrowAutofitLeft(_ref) {
|
|
1691
|
+
var _ref$size = _ref.size,
|
|
1692
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1693
|
+
_ref$color = _ref.color,
|
|
1694
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1695
|
+
_ref$stroke = _ref.stroke,
|
|
1696
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1697
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1698
|
+
|
|
1699
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1700
|
+
className: "icon icon-tabler icon-tabler-arrow-autofit-left",
|
|
1701
|
+
width: size,
|
|
1702
|
+
height: size,
|
|
1703
|
+
viewBox: "0 0 24 24",
|
|
1704
|
+
strokeWidth: stroke,
|
|
1705
|
+
stroke: color,
|
|
1706
|
+
fill: "none",
|
|
1707
|
+
strokeLinecap: "round",
|
|
1708
|
+
strokeLinejoin: "round"
|
|
1709
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1710
|
+
stroke: "none",
|
|
1711
|
+
d: "M0 0h24v24H0z",
|
|
1712
|
+
fill: "none"
|
|
1713
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1714
|
+
d: "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8"
|
|
1715
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1716
|
+
d: "M20 18h-17"
|
|
1717
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1718
|
+
d: "M6 15l-3 3l3 3"
|
|
1719
|
+
}));
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
function IconArrowAutofitRight(_ref) {
|
|
1723
|
+
var _ref$size = _ref.size,
|
|
1724
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1725
|
+
_ref$color = _ref.color,
|
|
1726
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1727
|
+
_ref$stroke = _ref.stroke,
|
|
1728
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1729
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1730
|
+
|
|
1731
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1732
|
+
className: "icon icon-tabler icon-tabler-arrow-autofit-right",
|
|
1733
|
+
width: size,
|
|
1734
|
+
height: size,
|
|
1735
|
+
viewBox: "0 0 24 24",
|
|
1736
|
+
strokeWidth: stroke,
|
|
1737
|
+
stroke: color,
|
|
1738
|
+
fill: "none",
|
|
1739
|
+
strokeLinecap: "round",
|
|
1740
|
+
strokeLinejoin: "round"
|
|
1741
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1742
|
+
stroke: "none",
|
|
1743
|
+
d: "M0 0h24v24H0z",
|
|
1744
|
+
fill: "none"
|
|
1745
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1746
|
+
d: "M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8"
|
|
1747
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1748
|
+
d: "M4 18h17"
|
|
1749
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1750
|
+
d: "M18 15l3 3l-3 3"
|
|
1751
|
+
}));
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
function IconArrowAutofitUp(_ref) {
|
|
1755
|
+
var _ref$size = _ref.size,
|
|
1756
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1757
|
+
_ref$color = _ref.color,
|
|
1758
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1759
|
+
_ref$stroke = _ref.stroke,
|
|
1760
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1761
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1762
|
+
|
|
1763
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1764
|
+
className: "icon icon-tabler icon-tabler-arrow-autofit-up",
|
|
1765
|
+
width: size,
|
|
1766
|
+
height: size,
|
|
1767
|
+
viewBox: "0 0 24 24",
|
|
1768
|
+
strokeWidth: stroke,
|
|
1769
|
+
stroke: color,
|
|
1770
|
+
fill: "none",
|
|
1771
|
+
strokeLinecap: "round",
|
|
1772
|
+
strokeLinejoin: "round"
|
|
1773
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1774
|
+
stroke: "none",
|
|
1775
|
+
d: "M0 0h24v24H0z",
|
|
1776
|
+
fill: "none"
|
|
1777
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1778
|
+
d: "M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8"
|
|
1779
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1780
|
+
d: "M18 20v-17"
|
|
1781
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1782
|
+
d: "M15 6l3 -3l3 3"
|
|
1783
|
+
}));
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
function IconArrowAutofitWidth(_ref) {
|
|
1787
|
+
var _ref$size = _ref.size,
|
|
1788
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
1789
|
+
_ref$color = _ref.color,
|
|
1790
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
1791
|
+
_ref$stroke = _ref.stroke,
|
|
1792
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
1793
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
1794
|
+
|
|
1795
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
1796
|
+
className: "icon icon-tabler icon-tabler-arrow-autofit-width",
|
|
1797
|
+
width: size,
|
|
1798
|
+
height: size,
|
|
1799
|
+
viewBox: "0 0 24 24",
|
|
1800
|
+
strokeWidth: stroke,
|
|
1801
|
+
stroke: color,
|
|
1802
|
+
fill: "none",
|
|
1803
|
+
strokeLinecap: "round",
|
|
1804
|
+
strokeLinejoin: "round"
|
|
1805
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
1806
|
+
stroke: "none",
|
|
1807
|
+
d: "M0 0h24v24H0z",
|
|
1808
|
+
fill: "none"
|
|
1809
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1810
|
+
d: "M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6"
|
|
1811
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1812
|
+
d: "M10 18h-7"
|
|
1813
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1814
|
+
d: "M21 18h-7"
|
|
1815
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1816
|
+
d: "M6 15l-3 3l3 3"
|
|
1817
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1818
|
+
d: "M18 15l3 3l-3 3"
|
|
1819
|
+
}));
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1474
1822
|
function IconArrowBackUp(_ref) {
|
|
1475
1823
|
var _ref$size = _ref.size,
|
|
1476
1824
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3596,6 +3944,74 @@
|
|
|
3596
3944
|
}));
|
|
3597
3945
|
}
|
|
3598
3946
|
|
|
3947
|
+
function IconArrowsDiagonalMinimize2(_ref) {
|
|
3948
|
+
var _ref$size = _ref.size,
|
|
3949
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3950
|
+
_ref$color = _ref.color,
|
|
3951
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3952
|
+
_ref$stroke = _ref.stroke,
|
|
3953
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
3954
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
3955
|
+
|
|
3956
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3957
|
+
className: "icon icon-tabler icon-tabler-arrows-diagonal-minimize-2",
|
|
3958
|
+
width: size,
|
|
3959
|
+
height: size,
|
|
3960
|
+
viewBox: "0 0 24 24",
|
|
3961
|
+
strokeWidth: stroke,
|
|
3962
|
+
stroke: color,
|
|
3963
|
+
fill: "none",
|
|
3964
|
+
strokeLinecap: "round",
|
|
3965
|
+
strokeLinejoin: "round"
|
|
3966
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3967
|
+
stroke: "none",
|
|
3968
|
+
d: "M0 0h24v24H0z",
|
|
3969
|
+
fill: "none"
|
|
3970
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3971
|
+
d: "M18 10h-4v-4"
|
|
3972
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3973
|
+
d: "M20 4l-6 6"
|
|
3974
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3975
|
+
d: "M6 14h4v4"
|
|
3976
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3977
|
+
d: "M10 14l-6 6"
|
|
3978
|
+
}));
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3981
|
+
function IconArrowsDiagonalMinimize(_ref) {
|
|
3982
|
+
var _ref$size = _ref.size,
|
|
3983
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3984
|
+
_ref$color = _ref.color,
|
|
3985
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3986
|
+
_ref$stroke = _ref.stroke,
|
|
3987
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
3988
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
3989
|
+
|
|
3990
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3991
|
+
className: "icon icon-tabler icon-tabler-arrows-diagonal-minimize",
|
|
3992
|
+
width: size,
|
|
3993
|
+
height: size,
|
|
3994
|
+
viewBox: "0 0 24 24",
|
|
3995
|
+
strokeWidth: stroke,
|
|
3996
|
+
stroke: color,
|
|
3997
|
+
fill: "none",
|
|
3998
|
+
strokeLinecap: "round",
|
|
3999
|
+
strokeLinejoin: "round"
|
|
4000
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4001
|
+
stroke: "none",
|
|
4002
|
+
d: "M0 0h24v24H0z",
|
|
4003
|
+
fill: "none"
|
|
4004
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4005
|
+
d: "M6 10h4v-4"
|
|
4006
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4007
|
+
d: "M4 4l6 6"
|
|
4008
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4009
|
+
d: "M18 14h-4v4"
|
|
4010
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4011
|
+
d: "M14 14l6 6"
|
|
4012
|
+
}));
|
|
4013
|
+
}
|
|
4014
|
+
|
|
3599
4015
|
function IconArrowsDiagonal(_ref) {
|
|
3600
4016
|
var _ref$size = _ref.size,
|
|
3601
4017
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5202,6 +5618,38 @@
|
|
|
5202
5618
|
}));
|
|
5203
5619
|
}
|
|
5204
5620
|
|
|
5621
|
+
function IconBallon(_ref) {
|
|
5622
|
+
var _ref$size = _ref.size,
|
|
5623
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5624
|
+
_ref$color = _ref.color,
|
|
5625
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5626
|
+
_ref$stroke = _ref.stroke,
|
|
5627
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
5628
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
5629
|
+
|
|
5630
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5631
|
+
className: "icon icon-tabler icon-tabler-ballon",
|
|
5632
|
+
width: size,
|
|
5633
|
+
height: size,
|
|
5634
|
+
viewBox: "0 0 24 24",
|
|
5635
|
+
strokeWidth: stroke,
|
|
5636
|
+
stroke: color,
|
|
5637
|
+
fill: "none",
|
|
5638
|
+
strokeLinecap: "round",
|
|
5639
|
+
strokeLinejoin: "round"
|
|
5640
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
5641
|
+
stroke: "none",
|
|
5642
|
+
d: "M0 0h24v24H0z",
|
|
5643
|
+
fill: "none"
|
|
5644
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5645
|
+
d: "M14 8a2 2 0 0 0 -2 -2"
|
|
5646
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5647
|
+
d: "M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9"
|
|
5648
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5649
|
+
d: "M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2"
|
|
5650
|
+
}));
|
|
5651
|
+
}
|
|
5652
|
+
|
|
5205
5653
|
function IconBan(_ref) {
|
|
5206
5654
|
var _ref$size = _ref.size,
|
|
5207
5655
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5589,6 +6037,42 @@
|
|
|
5589
6037
|
}));
|
|
5590
6038
|
}
|
|
5591
6039
|
|
|
6040
|
+
function IconBatteryCharging2(_ref) {
|
|
6041
|
+
var _ref$size = _ref.size,
|
|
6042
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6043
|
+
_ref$color = _ref.color,
|
|
6044
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6045
|
+
_ref$stroke = _ref.stroke,
|
|
6046
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
6047
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
6048
|
+
|
|
6049
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6050
|
+
className: "icon icon-tabler icon-tabler-battery-charging-2",
|
|
6051
|
+
width: size,
|
|
6052
|
+
height: size,
|
|
6053
|
+
viewBox: "0 0 24 24",
|
|
6054
|
+
strokeWidth: stroke,
|
|
6055
|
+
stroke: color,
|
|
6056
|
+
fill: "none",
|
|
6057
|
+
strokeLinecap: "round",
|
|
6058
|
+
strokeLinejoin: "round"
|
|
6059
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6060
|
+
stroke: "none",
|
|
6061
|
+
d: "M0 0h24v24H0z",
|
|
6062
|
+
fill: "none"
|
|
6063
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6064
|
+
d: "M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5"
|
|
6065
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6066
|
+
d: "M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z"
|
|
6067
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6068
|
+
d: "M6 22v-3"
|
|
6069
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6070
|
+
d: "M4 15v-2.5"
|
|
6071
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6072
|
+
d: "M8 15v-2.5"
|
|
6073
|
+
}));
|
|
6074
|
+
}
|
|
6075
|
+
|
|
5592
6076
|
function IconBatteryCharging(_ref) {
|
|
5593
6077
|
var _ref$size = _ref.size,
|
|
5594
6078
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5621,6 +6105,38 @@
|
|
|
5621
6105
|
}));
|
|
5622
6106
|
}
|
|
5623
6107
|
|
|
6108
|
+
function IconBatteryEco(_ref) {
|
|
6109
|
+
var _ref$size = _ref.size,
|
|
6110
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6111
|
+
_ref$color = _ref.color,
|
|
6112
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6113
|
+
_ref$stroke = _ref.stroke,
|
|
6114
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
6115
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
6116
|
+
|
|
6117
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6118
|
+
className: "icon icon-tabler icon-tabler-battery-eco",
|
|
6119
|
+
width: size,
|
|
6120
|
+
height: size,
|
|
6121
|
+
viewBox: "0 0 24 24",
|
|
6122
|
+
strokeWidth: stroke,
|
|
6123
|
+
stroke: color,
|
|
6124
|
+
fill: "none",
|
|
6125
|
+
strokeLinecap: "round",
|
|
6126
|
+
strokeLinejoin: "round"
|
|
6127
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6128
|
+
stroke: "none",
|
|
6129
|
+
d: "M0 0h24v24H0z",
|
|
6130
|
+
fill: "none"
|
|
6131
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6132
|
+
d: "M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a0.5 .5 0 0 0 .5 .5a0.5 .5 0 0 1 .5 .5v3a0.5 .5 0 0 1 -.5 .5a0.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5"
|
|
6133
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6134
|
+
d: "M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857z"
|
|
6135
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6136
|
+
d: "M3 20v-3"
|
|
6137
|
+
}));
|
|
6138
|
+
}
|
|
6139
|
+
|
|
5624
6140
|
function IconBatteryOff(_ref) {
|
|
5625
6141
|
var _ref$size = _ref.size,
|
|
5626
6142
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5682,6 +6198,42 @@
|
|
|
5682
6198
|
}));
|
|
5683
6199
|
}
|
|
5684
6200
|
|
|
6201
|
+
function IconBeach(_ref) {
|
|
6202
|
+
var _ref$size = _ref.size,
|
|
6203
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6204
|
+
_ref$color = _ref.color,
|
|
6205
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6206
|
+
_ref$stroke = _ref.stroke,
|
|
6207
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
6208
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
6209
|
+
|
|
6210
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6211
|
+
className: "icon icon-tabler icon-tabler-beach",
|
|
6212
|
+
width: size,
|
|
6213
|
+
height: size,
|
|
6214
|
+
viewBox: "0 0 24 24",
|
|
6215
|
+
strokeWidth: stroke,
|
|
6216
|
+
stroke: color,
|
|
6217
|
+
fill: "none",
|
|
6218
|
+
strokeLinecap: "round",
|
|
6219
|
+
strokeLinejoin: "round"
|
|
6220
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6221
|
+
stroke: "none",
|
|
6222
|
+
d: "M0 0h24v24H0z",
|
|
6223
|
+
fill: "none"
|
|
6224
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6225
|
+
d: "M17.553 16.75a7.5 7.5 0 0 0 -10.606 0"
|
|
6226
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6227
|
+
d: "M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z"
|
|
6228
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6229
|
+
d: "M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196"
|
|
6230
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6231
|
+
d: "M15 9l-3 5.196"
|
|
6232
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6233
|
+
d: "M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25"
|
|
6234
|
+
}));
|
|
6235
|
+
}
|
|
6236
|
+
|
|
5685
6237
|
function IconBed(_ref) {
|
|
5686
6238
|
var _ref$size = _ref.size,
|
|
5687
6239
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7309,6 +7861,50 @@
|
|
|
7309
7861
|
}));
|
|
7310
7862
|
}
|
|
7311
7863
|
|
|
7864
|
+
function IconBorderStyle2(_ref) {
|
|
7865
|
+
var _ref$size = _ref.size,
|
|
7866
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7867
|
+
_ref$color = _ref.color,
|
|
7868
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7869
|
+
_ref$stroke = _ref.stroke,
|
|
7870
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
7871
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
7872
|
+
|
|
7873
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7874
|
+
className: "icon icon-tabler icon-tabler-border-style-2",
|
|
7875
|
+
width: size,
|
|
7876
|
+
height: size,
|
|
7877
|
+
viewBox: "0 0 24 24",
|
|
7878
|
+
strokeWidth: stroke,
|
|
7879
|
+
stroke: color,
|
|
7880
|
+
fill: "none",
|
|
7881
|
+
strokeLinecap: "round",
|
|
7882
|
+
strokeLinejoin: "round"
|
|
7883
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
7884
|
+
stroke: "none",
|
|
7885
|
+
d: "M0 0h24v24H0z",
|
|
7886
|
+
fill: "none"
|
|
7887
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7888
|
+
d: "M4 18v.01"
|
|
7889
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7890
|
+
d: "M8 18v.01"
|
|
7891
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7892
|
+
d: "M12 18v.01"
|
|
7893
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7894
|
+
d: "M16 18v.01"
|
|
7895
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7896
|
+
d: "M20 18v.01"
|
|
7897
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7898
|
+
d: "M18 12h2"
|
|
7899
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7900
|
+
d: "M11 12h2"
|
|
7901
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7902
|
+
d: "M4 12h2"
|
|
7903
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
7904
|
+
d: "M4 6h16"
|
|
7905
|
+
}));
|
|
7906
|
+
}
|
|
7907
|
+
|
|
7312
7908
|
function IconBorderStyle(_ref) {
|
|
7313
7909
|
var _ref$size = _ref.size,
|
|
7314
7910
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7665,6 +8261,40 @@
|
|
|
7665
8261
|
}));
|
|
7666
8262
|
}
|
|
7667
8263
|
|
|
8264
|
+
function IconBoxModel2(_ref) {
|
|
8265
|
+
var _ref$size = _ref.size,
|
|
8266
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8267
|
+
_ref$color = _ref.color,
|
|
8268
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8269
|
+
_ref$stroke = _ref.stroke,
|
|
8270
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
8271
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
8272
|
+
|
|
8273
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8274
|
+
className: "icon icon-tabler icon-tabler-box-model-2",
|
|
8275
|
+
width: size,
|
|
8276
|
+
height: size,
|
|
8277
|
+
viewBox: "0 0 24 24",
|
|
8278
|
+
strokeWidth: stroke,
|
|
8279
|
+
stroke: color,
|
|
8280
|
+
fill: "none",
|
|
8281
|
+
strokeLinecap: "round",
|
|
8282
|
+
strokeLinejoin: "round"
|
|
8283
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8284
|
+
stroke: "none",
|
|
8285
|
+
d: "M0 0h24v24H0z",
|
|
8286
|
+
fill: "none"
|
|
8287
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8288
|
+
d: "M8 8h8v8h-8z"
|
|
8289
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
8290
|
+
x: 4,
|
|
8291
|
+
y: 4,
|
|
8292
|
+
width: 16,
|
|
8293
|
+
height: 16,
|
|
8294
|
+
rx: 2
|
|
8295
|
+
}));
|
|
8296
|
+
}
|
|
8297
|
+
|
|
7668
8298
|
function IconBoxModel(_ref) {
|
|
7669
8299
|
var _ref$size = _ref.size,
|
|
7670
8300
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8630,6 +9260,38 @@
|
|
|
8630
9260
|
}));
|
|
8631
9261
|
}
|
|
8632
9262
|
|
|
9263
|
+
function IconBrandBootstrap(_ref) {
|
|
9264
|
+
var _ref$size = _ref.size,
|
|
9265
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
9266
|
+
_ref$color = _ref.color,
|
|
9267
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9268
|
+
_ref$stroke = _ref.stroke,
|
|
9269
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
9270
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
9271
|
+
|
|
9272
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9273
|
+
className: "icon icon-tabler icon-tabler-brand-bootstrap",
|
|
9274
|
+
width: size,
|
|
9275
|
+
height: size,
|
|
9276
|
+
viewBox: "0 0 24 24",
|
|
9277
|
+
strokeWidth: stroke,
|
|
9278
|
+
stroke: color,
|
|
9279
|
+
fill: "none",
|
|
9280
|
+
strokeLinecap: "round",
|
|
9281
|
+
strokeLinejoin: "round"
|
|
9282
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
9283
|
+
stroke: "none",
|
|
9284
|
+
d: "M0 0h24v24H0z",
|
|
9285
|
+
fill: "none"
|
|
9286
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9287
|
+
d: "M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2"
|
|
9288
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9289
|
+
d: "M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2"
|
|
9290
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9291
|
+
d: "M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z"
|
|
9292
|
+
}));
|
|
9293
|
+
}
|
|
9294
|
+
|
|
8633
9295
|
function IconBrandChrome(_ref) {
|
|
8634
9296
|
var _ref$size = _ref.size,
|
|
8635
9297
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10829,6 +11491,34 @@
|
|
|
10829
11491
|
}));
|
|
10830
11492
|
}
|
|
10831
11493
|
|
|
11494
|
+
function IconBrandVercel(_ref) {
|
|
11495
|
+
var _ref$size = _ref.size,
|
|
11496
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
11497
|
+
_ref$color = _ref.color,
|
|
11498
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
11499
|
+
_ref$stroke = _ref.stroke,
|
|
11500
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
11501
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
11502
|
+
|
|
11503
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11504
|
+
className: "icon icon-tabler icon-tabler-brand-vercel",
|
|
11505
|
+
width: size,
|
|
11506
|
+
height: size,
|
|
11507
|
+
viewBox: "0 0 24 24",
|
|
11508
|
+
strokeWidth: stroke,
|
|
11509
|
+
stroke: color,
|
|
11510
|
+
fill: "none",
|
|
11511
|
+
strokeLinecap: "round",
|
|
11512
|
+
strokeLinejoin: "round"
|
|
11513
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11514
|
+
stroke: "none",
|
|
11515
|
+
d: "M0 0h24v24H0z",
|
|
11516
|
+
fill: "none"
|
|
11517
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11518
|
+
d: "M3 19h18l-9 -15z"
|
|
11519
|
+
}));
|
|
11520
|
+
}
|
|
11521
|
+
|
|
10832
11522
|
function IconBrandVimeo(_ref) {
|
|
10833
11523
|
var _ref$size = _ref.size,
|
|
10834
11524
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -13297,6 +13987,50 @@
|
|
|
13297
13987
|
}));
|
|
13298
13988
|
}
|
|
13299
13989
|
|
|
13990
|
+
function IconCarCrane(_ref) {
|
|
13991
|
+
var _ref$size = _ref.size,
|
|
13992
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
13993
|
+
_ref$color = _ref.color,
|
|
13994
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
13995
|
+
_ref$stroke = _ref.stroke,
|
|
13996
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
13997
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
13998
|
+
|
|
13999
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
14000
|
+
className: "icon icon-tabler icon-tabler-car-crane",
|
|
14001
|
+
width: size,
|
|
14002
|
+
height: size,
|
|
14003
|
+
viewBox: "0 0 24 24",
|
|
14004
|
+
strokeWidth: stroke,
|
|
14005
|
+
stroke: color,
|
|
14006
|
+
fill: "none",
|
|
14007
|
+
strokeLinecap: "round",
|
|
14008
|
+
strokeLinejoin: "round"
|
|
14009
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
14010
|
+
stroke: "none",
|
|
14011
|
+
d: "M0 0h24v24H0z",
|
|
14012
|
+
fill: "none"
|
|
14013
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
14014
|
+
cx: 5,
|
|
14015
|
+
cy: 17,
|
|
14016
|
+
r: 2
|
|
14017
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
14018
|
+
cx: 17,
|
|
14019
|
+
cy: 17,
|
|
14020
|
+
r: 2
|
|
14021
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14022
|
+
d: "M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5"
|
|
14023
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14024
|
+
d: "M12 18v-11h3"
|
|
14025
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14026
|
+
d: "M3 17v-5h9"
|
|
14027
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14028
|
+
d: "M4 12v-6l18 -3v2"
|
|
14029
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14030
|
+
d: "M8 12v-4l-4 -2"
|
|
14031
|
+
}));
|
|
14032
|
+
}
|
|
14033
|
+
|
|
13300
14034
|
function IconCar(_ref) {
|
|
13301
14035
|
var _ref$size = _ref.size,
|
|
13302
14036
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -14780,6 +15514,42 @@
|
|
|
14780
15514
|
}));
|
|
14781
15515
|
}
|
|
14782
15516
|
|
|
15517
|
+
function IconCheese(_ref) {
|
|
15518
|
+
var _ref$size = _ref.size,
|
|
15519
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
15520
|
+
_ref$color = _ref.color,
|
|
15521
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
15522
|
+
_ref$stroke = _ref.stroke,
|
|
15523
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
15524
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
15525
|
+
|
|
15526
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
15527
|
+
className: "icon icon-tabler icon-tabler-cheese",
|
|
15528
|
+
width: size,
|
|
15529
|
+
height: size,
|
|
15530
|
+
viewBox: "0 0 24 24",
|
|
15531
|
+
strokeWidth: stroke,
|
|
15532
|
+
stroke: color,
|
|
15533
|
+
fill: "none",
|
|
15534
|
+
strokeLinecap: "round",
|
|
15535
|
+
strokeLinejoin: "round"
|
|
15536
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
15537
|
+
stroke: "none",
|
|
15538
|
+
d: "M0 0h24v24H0z",
|
|
15539
|
+
fill: "none"
|
|
15540
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15541
|
+
d: "M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722"
|
|
15542
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15543
|
+
d: "M21 9l-9.385 -4.992c-2.512 .12 -4.758 1.42 -6.327 3.425c-1.423 1.82 -2.288 4.221 -2.288 6.854c0 2.117 .56 4.085 1.519 5.721"
|
|
15544
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15545
|
+
d: "M15 13v.01"
|
|
15546
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15547
|
+
d: "M8 13v.01"
|
|
15548
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15549
|
+
d: "M11 16v.01"
|
|
15550
|
+
}));
|
|
15551
|
+
}
|
|
15552
|
+
|
|
14783
15553
|
function IconChevronDownLeft(_ref) {
|
|
14784
15554
|
var _ref$size = _ref.size,
|
|
14785
15555
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -17879,6 +18649,40 @@
|
|
|
17879
18649
|
}));
|
|
17880
18650
|
}
|
|
17881
18651
|
|
|
18652
|
+
function IconCrane(_ref) {
|
|
18653
|
+
var _ref$size = _ref.size,
|
|
18654
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
18655
|
+
_ref$color = _ref.color,
|
|
18656
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
18657
|
+
_ref$stroke = _ref.stroke,
|
|
18658
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
18659
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
18660
|
+
|
|
18661
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
18662
|
+
className: "icon icon-tabler icon-tabler-crane",
|
|
18663
|
+
width: size,
|
|
18664
|
+
height: size,
|
|
18665
|
+
viewBox: "0 0 24 24",
|
|
18666
|
+
strokeWidth: stroke,
|
|
18667
|
+
stroke: color,
|
|
18668
|
+
fill: "none",
|
|
18669
|
+
strokeLinecap: "round",
|
|
18670
|
+
strokeLinejoin: "round"
|
|
18671
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18672
|
+
stroke: "none",
|
|
18673
|
+
d: "M0 0h24v24H0z",
|
|
18674
|
+
fill: "none"
|
|
18675
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18676
|
+
d: "M6 21h6"
|
|
18677
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18678
|
+
d: "M9 21v-18l-6 6h18"
|
|
18679
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18680
|
+
d: "M9 3l10 6"
|
|
18681
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18682
|
+
d: "M17 9v4a2 2 0 1 1 -2 2"
|
|
18683
|
+
}));
|
|
18684
|
+
}
|
|
18685
|
+
|
|
17882
18686
|
function IconCreditCardOff(_ref) {
|
|
17883
18687
|
var _ref$size = _ref.size,
|
|
17884
18688
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -18116,6 +18920,40 @@
|
|
|
18116
18920
|
}));
|
|
18117
18921
|
}
|
|
18118
18922
|
|
|
18923
|
+
function IconCup(_ref) {
|
|
18924
|
+
var _ref$size = _ref.size,
|
|
18925
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
18926
|
+
_ref$color = _ref.color,
|
|
18927
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
18928
|
+
_ref$stroke = _ref.stroke,
|
|
18929
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
18930
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
18931
|
+
|
|
18932
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
18933
|
+
className: "icon icon-tabler icon-tabler-cup",
|
|
18934
|
+
width: size,
|
|
18935
|
+
height: size,
|
|
18936
|
+
viewBox: "0 0 24 24",
|
|
18937
|
+
strokeWidth: stroke,
|
|
18938
|
+
stroke: color,
|
|
18939
|
+
fill: "none",
|
|
18940
|
+
strokeLinecap: "round",
|
|
18941
|
+
strokeLinejoin: "round"
|
|
18942
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18943
|
+
stroke: "none",
|
|
18944
|
+
d: "M0 0h24v24H0z",
|
|
18945
|
+
fill: "none"
|
|
18946
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18947
|
+
d: "M5 11h14v-3h-14z"
|
|
18948
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18949
|
+
d: "M17.5 11l-1.5 10h-8l-1.5 -10"
|
|
18950
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18951
|
+
d: "M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1"
|
|
18952
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18953
|
+
d: "M15 5v-2"
|
|
18954
|
+
}));
|
|
18955
|
+
}
|
|
18956
|
+
|
|
18119
18957
|
function IconCurlyLoop(_ref) {
|
|
18120
18958
|
var _ref$size = _ref.size,
|
|
18121
18959
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -21048,6 +21886,38 @@
|
|
|
21048
21886
|
}));
|
|
21049
21887
|
}
|
|
21050
21888
|
|
|
21889
|
+
function IconDogBowl(_ref) {
|
|
21890
|
+
var _ref$size = _ref.size,
|
|
21891
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
21892
|
+
_ref$color = _ref.color,
|
|
21893
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
21894
|
+
_ref$stroke = _ref.stroke,
|
|
21895
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
21896
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
21897
|
+
|
|
21898
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
21899
|
+
className: "icon icon-tabler icon-tabler-dog-bowl",
|
|
21900
|
+
width: size,
|
|
21901
|
+
height: size,
|
|
21902
|
+
viewBox: "0 0 24 24",
|
|
21903
|
+
strokeWidth: stroke,
|
|
21904
|
+
stroke: color,
|
|
21905
|
+
fill: "none",
|
|
21906
|
+
strokeLinecap: "round",
|
|
21907
|
+
strokeLinejoin: "round"
|
|
21908
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21909
|
+
stroke: "none",
|
|
21910
|
+
d: "M0 0h24v24H0z",
|
|
21911
|
+
fill: "none"
|
|
21912
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21913
|
+
d: "M10 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586"
|
|
21914
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21915
|
+
d: "M12 13l-3.586 -3.585a2 2 0 1 0 -3.414 -1.415a2 2 0 1 0 1.413 3.414l3.587 3.586"
|
|
21916
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21917
|
+
d: "M3 20h18c-.175 -1.671 -.046 -3.345 -2 -5h-14c-1.333 1 -2 2.667 -2 5z"
|
|
21918
|
+
}));
|
|
21919
|
+
}
|
|
21920
|
+
|
|
21051
21921
|
function IconDotsCircleHorizontal(_ref) {
|
|
21052
21922
|
var _ref$size = _ref.size,
|
|
21053
21923
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -22417,6 +23287,38 @@
|
|
|
22417
23287
|
}));
|
|
22418
23288
|
}
|
|
22419
23289
|
|
|
23290
|
+
function IconFence(_ref) {
|
|
23291
|
+
var _ref$size = _ref.size,
|
|
23292
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
23293
|
+
_ref$color = _ref.color,
|
|
23294
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
23295
|
+
_ref$stroke = _ref.stroke,
|
|
23296
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
23297
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
23298
|
+
|
|
23299
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
23300
|
+
className: "icon icon-tabler icon-tabler-fence",
|
|
23301
|
+
width: size,
|
|
23302
|
+
height: size,
|
|
23303
|
+
viewBox: "0 0 24 24",
|
|
23304
|
+
strokeWidth: stroke,
|
|
23305
|
+
stroke: color,
|
|
23306
|
+
fill: "none",
|
|
23307
|
+
strokeLinecap: "round",
|
|
23308
|
+
strokeLinejoin: "round"
|
|
23309
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
23310
|
+
stroke: "none",
|
|
23311
|
+
d: "M0 0h24v24H0z",
|
|
23312
|
+
fill: "none"
|
|
23313
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23314
|
+
d: "M4 12v4h16v-4z"
|
|
23315
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23316
|
+
d: "M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6"
|
|
23317
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23318
|
+
d: "M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6"
|
|
23319
|
+
}));
|
|
23320
|
+
}
|
|
23321
|
+
|
|
22420
23322
|
function IconFileAlert(_ref) {
|
|
22421
23323
|
var _ref$size = _ref.size,
|
|
22422
23324
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -23725,6 +24627,40 @@
|
|
|
23725
24627
|
}));
|
|
23726
24628
|
}
|
|
23727
24629
|
|
|
24630
|
+
function IconFish(_ref) {
|
|
24631
|
+
var _ref$size = _ref.size,
|
|
24632
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
24633
|
+
_ref$color = _ref.color,
|
|
24634
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
24635
|
+
_ref$stroke = _ref.stroke,
|
|
24636
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
24637
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
24638
|
+
|
|
24639
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
24640
|
+
className: "icon icon-tabler icon-tabler-fish",
|
|
24641
|
+
width: size,
|
|
24642
|
+
height: size,
|
|
24643
|
+
viewBox: "0 0 24 24",
|
|
24644
|
+
strokeWidth: stroke,
|
|
24645
|
+
stroke: color,
|
|
24646
|
+
fill: "none",
|
|
24647
|
+
strokeLinecap: "round",
|
|
24648
|
+
strokeLinejoin: "round"
|
|
24649
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
24650
|
+
stroke: "none",
|
|
24651
|
+
d: "M0 0h24v24H0z",
|
|
24652
|
+
fill: "none"
|
|
24653
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24654
|
+
d: "M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571"
|
|
24655
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24656
|
+
d: "M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504"
|
|
24657
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24658
|
+
d: "M18 11v.01"
|
|
24659
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24660
|
+
d: "M11.5 10.5c-.667 1 -.667 2 0 3"
|
|
24661
|
+
}));
|
|
24662
|
+
}
|
|
24663
|
+
|
|
23728
24664
|
function IconFlag2(_ref) {
|
|
23729
24665
|
var _ref$size = _ref.size,
|
|
23730
24666
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -26945,6 +27881,40 @@
|
|
|
26945
27881
|
}));
|
|
26946
27882
|
}
|
|
26947
27883
|
|
|
27884
|
+
function IconHighlight(_ref) {
|
|
27885
|
+
var _ref$size = _ref.size,
|
|
27886
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
27887
|
+
_ref$color = _ref.color,
|
|
27888
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
27889
|
+
_ref$stroke = _ref.stroke,
|
|
27890
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
27891
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
27892
|
+
|
|
27893
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
27894
|
+
className: "icon icon-tabler icon-tabler-highlight",
|
|
27895
|
+
width: size,
|
|
27896
|
+
height: size,
|
|
27897
|
+
viewBox: "0 0 24 24",
|
|
27898
|
+
strokeWidth: stroke,
|
|
27899
|
+
stroke: color,
|
|
27900
|
+
fill: "none",
|
|
27901
|
+
strokeLinecap: "round",
|
|
27902
|
+
strokeLinejoin: "round"
|
|
27903
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
27904
|
+
stroke: "none",
|
|
27905
|
+
d: "M0 0h24v24H0z",
|
|
27906
|
+
fill: "none"
|
|
27907
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27908
|
+
d: "M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4"
|
|
27909
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27910
|
+
d: "M12.5 5.5l4 4"
|
|
27911
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27912
|
+
d: "M4.5 13.5l4 4"
|
|
27913
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27914
|
+
d: "M21 15v4h-8l4 -4z"
|
|
27915
|
+
}));
|
|
27916
|
+
}
|
|
27917
|
+
|
|
26948
27918
|
function IconHistory(_ref) {
|
|
26949
27919
|
var _ref$size = _ref.size,
|
|
26950
27920
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -30323,6 +31293,52 @@
|
|
|
30323
31293
|
}));
|
|
30324
31294
|
}
|
|
30325
31295
|
|
|
31296
|
+
function IconListDetails(_ref) {
|
|
31297
|
+
var _ref$size = _ref.size,
|
|
31298
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
31299
|
+
_ref$color = _ref.color,
|
|
31300
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
31301
|
+
_ref$stroke = _ref.stroke,
|
|
31302
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
31303
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
31304
|
+
|
|
31305
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
31306
|
+
className: "icon icon-tabler icon-tabler-list-details",
|
|
31307
|
+
width: size,
|
|
31308
|
+
height: size,
|
|
31309
|
+
viewBox: "0 0 24 24",
|
|
31310
|
+
strokeWidth: stroke,
|
|
31311
|
+
stroke: color,
|
|
31312
|
+
fill: "none",
|
|
31313
|
+
strokeLinecap: "round",
|
|
31314
|
+
strokeLinejoin: "round"
|
|
31315
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
31316
|
+
stroke: "none",
|
|
31317
|
+
d: "M0 0h24v24H0z",
|
|
31318
|
+
fill: "none"
|
|
31319
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31320
|
+
d: "M13 5h8"
|
|
31321
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31322
|
+
d: "M13 9h5"
|
|
31323
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31324
|
+
d: "M13 15h8"
|
|
31325
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31326
|
+
d: "M13 19h5"
|
|
31327
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
31328
|
+
x: 3,
|
|
31329
|
+
y: 4,
|
|
31330
|
+
width: 6,
|
|
31331
|
+
height: 6,
|
|
31332
|
+
rx: 1
|
|
31333
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
31334
|
+
x: 3,
|
|
31335
|
+
y: 14,
|
|
31336
|
+
width: 6,
|
|
31337
|
+
height: 6,
|
|
31338
|
+
rx: 1
|
|
31339
|
+
}));
|
|
31340
|
+
}
|
|
31341
|
+
|
|
30326
31342
|
function IconListNumbers(_ref) {
|
|
30327
31343
|
var _ref$size = _ref.size,
|
|
30328
31344
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -32446,6 +33462,36 @@
|
|
|
32446
33462
|
}));
|
|
32447
33463
|
}
|
|
32448
33464
|
|
|
33465
|
+
function IconMicrophone2(_ref) {
|
|
33466
|
+
var _ref$size = _ref.size,
|
|
33467
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
33468
|
+
_ref$color = _ref.color,
|
|
33469
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
33470
|
+
_ref$stroke = _ref.stroke,
|
|
33471
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
33472
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
33473
|
+
|
|
33474
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
33475
|
+
className: "icon icon-tabler icon-tabler-microphone-2",
|
|
33476
|
+
width: size,
|
|
33477
|
+
height: size,
|
|
33478
|
+
viewBox: "0 0 24 24",
|
|
33479
|
+
strokeWidth: stroke,
|
|
33480
|
+
stroke: color,
|
|
33481
|
+
fill: "none",
|
|
33482
|
+
strokeLinecap: "round",
|
|
33483
|
+
strokeLinejoin: "round"
|
|
33484
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
33485
|
+
stroke: "none",
|
|
33486
|
+
d: "M0 0h24v24H0z",
|
|
33487
|
+
fill: "none"
|
|
33488
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33489
|
+
d: "M15.002 12.9a5 5 0 1 0 -3.902 -3.9"
|
|
33490
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33491
|
+
d: "M15.002 12.9l-3.902 -3.899l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588 -7.515z"
|
|
33492
|
+
}));
|
|
33493
|
+
}
|
|
33494
|
+
|
|
32449
33495
|
function IconMicrophoneOff(_ref) {
|
|
32450
33496
|
var _ref$size = _ref.size,
|
|
32451
33497
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -33514,6 +34560,140 @@
|
|
|
33514
34560
|
}));
|
|
33515
34561
|
}
|
|
33516
34562
|
|
|
34563
|
+
function IconMultiplier05x(_ref) {
|
|
34564
|
+
var _ref$size = _ref.size,
|
|
34565
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
34566
|
+
_ref$color = _ref.color,
|
|
34567
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
34568
|
+
_ref$stroke = _ref.stroke,
|
|
34569
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
34570
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
34571
|
+
|
|
34572
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
34573
|
+
className: "icon icon-tabler icon-tabler-multiplier-0-5x",
|
|
34574
|
+
width: size,
|
|
34575
|
+
height: size,
|
|
34576
|
+
viewBox: "0 0 24 24",
|
|
34577
|
+
strokeWidth: stroke,
|
|
34578
|
+
stroke: color,
|
|
34579
|
+
fill: "none",
|
|
34580
|
+
strokeLinecap: "round",
|
|
34581
|
+
strokeLinejoin: "round"
|
|
34582
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34583
|
+
stroke: "none",
|
|
34584
|
+
d: "M0 0h24v24H0z",
|
|
34585
|
+
fill: "none"
|
|
34586
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34587
|
+
d: "M8 16h2a2 2 0 1 0 0 -4h-2v-4h4"
|
|
34588
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34589
|
+
d: "M5 16v.01"
|
|
34590
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34591
|
+
d: "M15 16l4 -4"
|
|
34592
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34593
|
+
d: "M19 16l-4 -4"
|
|
34594
|
+
}));
|
|
34595
|
+
}
|
|
34596
|
+
|
|
34597
|
+
function IconMultiplier15x(_ref) {
|
|
34598
|
+
var _ref$size = _ref.size,
|
|
34599
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
34600
|
+
_ref$color = _ref.color,
|
|
34601
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
34602
|
+
_ref$stroke = _ref.stroke,
|
|
34603
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
34604
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
34605
|
+
|
|
34606
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
34607
|
+
className: "icon icon-tabler icon-tabler-multiplier-1-5x",
|
|
34608
|
+
width: size,
|
|
34609
|
+
height: size,
|
|
34610
|
+
viewBox: "0 0 24 24",
|
|
34611
|
+
strokeWidth: stroke,
|
|
34612
|
+
stroke: color,
|
|
34613
|
+
fill: "none",
|
|
34614
|
+
strokeLinecap: "round",
|
|
34615
|
+
strokeLinejoin: "round"
|
|
34616
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34617
|
+
stroke: "none",
|
|
34618
|
+
d: "M0 0h24v24H0z",
|
|
34619
|
+
fill: "none"
|
|
34620
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34621
|
+
d: "M4 16v-8l-2 2"
|
|
34622
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34623
|
+
d: "M10 16h2a2 2 0 1 0 0 -4h-2v-4h4"
|
|
34624
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34625
|
+
d: "M7 16v.01"
|
|
34626
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34627
|
+
d: "M17 16l4 -4"
|
|
34628
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34629
|
+
d: "M21 16l-4 -4"
|
|
34630
|
+
}));
|
|
34631
|
+
}
|
|
34632
|
+
|
|
34633
|
+
function IconMultiplier1x(_ref) {
|
|
34634
|
+
var _ref$size = _ref.size,
|
|
34635
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
34636
|
+
_ref$color = _ref.color,
|
|
34637
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
34638
|
+
_ref$stroke = _ref.stroke,
|
|
34639
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
34640
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
34641
|
+
|
|
34642
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
34643
|
+
className: "icon icon-tabler icon-tabler-multiplier-1x",
|
|
34644
|
+
width: size,
|
|
34645
|
+
height: size,
|
|
34646
|
+
viewBox: "0 0 24 24",
|
|
34647
|
+
strokeWidth: stroke,
|
|
34648
|
+
stroke: color,
|
|
34649
|
+
fill: "none",
|
|
34650
|
+
strokeLinecap: "round",
|
|
34651
|
+
strokeLinejoin: "round"
|
|
34652
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34653
|
+
stroke: "none",
|
|
34654
|
+
d: "M0 0h24v24H0z",
|
|
34655
|
+
fill: "none"
|
|
34656
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34657
|
+
d: "M9 16v-8l-2 2"
|
|
34658
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34659
|
+
d: "M13 16l4 -4"
|
|
34660
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34661
|
+
d: "M17 16l-4 -4"
|
|
34662
|
+
}));
|
|
34663
|
+
}
|
|
34664
|
+
|
|
34665
|
+
function IconMultiplier2x(_ref) {
|
|
34666
|
+
var _ref$size = _ref.size,
|
|
34667
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
34668
|
+
_ref$color = _ref.color,
|
|
34669
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
34670
|
+
_ref$stroke = _ref.stroke,
|
|
34671
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
34672
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
34673
|
+
|
|
34674
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
34675
|
+
className: "icon icon-tabler icon-tabler-multiplier-2x",
|
|
34676
|
+
width: size,
|
|
34677
|
+
height: size,
|
|
34678
|
+
viewBox: "0 0 24 24",
|
|
34679
|
+
strokeWidth: stroke,
|
|
34680
|
+
stroke: color,
|
|
34681
|
+
fill: "none",
|
|
34682
|
+
strokeLinecap: "round",
|
|
34683
|
+
strokeLinejoin: "round"
|
|
34684
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
34685
|
+
stroke: "none",
|
|
34686
|
+
d: "M0 0h24v24H0z",
|
|
34687
|
+
fill: "none"
|
|
34688
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34689
|
+
d: "M14 16l4 -4"
|
|
34690
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34691
|
+
d: "M18 16l-4 -4"
|
|
34692
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34693
|
+
d: "M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 -.001"
|
|
34694
|
+
}));
|
|
34695
|
+
}
|
|
34696
|
+
|
|
33517
34697
|
function IconMushroom(_ref) {
|
|
33518
34698
|
var _ref$size = _ref.size,
|
|
33519
34699
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -36951,6 +38131,42 @@
|
|
|
36951
38131
|
}));
|
|
36952
38132
|
}
|
|
36953
38133
|
|
|
38134
|
+
function IconRadio(_ref) {
|
|
38135
|
+
var _ref$size = _ref.size,
|
|
38136
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
38137
|
+
_ref$color = _ref.color,
|
|
38138
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
38139
|
+
_ref$stroke = _ref.stroke,
|
|
38140
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
38141
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
38142
|
+
|
|
38143
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
38144
|
+
className: "icon icon-tabler icon-tabler-radio",
|
|
38145
|
+
width: size,
|
|
38146
|
+
height: size,
|
|
38147
|
+
viewBox: "0 0 24 24",
|
|
38148
|
+
strokeWidth: stroke,
|
|
38149
|
+
stroke: color,
|
|
38150
|
+
fill: "none",
|
|
38151
|
+
strokeLinecap: "round",
|
|
38152
|
+
strokeLinejoin: "round"
|
|
38153
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
38154
|
+
stroke: "none",
|
|
38155
|
+
d: "M0 0h24v24H0z",
|
|
38156
|
+
fill: "none"
|
|
38157
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38158
|
+
d: "M14 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5"
|
|
38159
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38160
|
+
d: "M4 12h16"
|
|
38161
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38162
|
+
d: "M7 12v-2"
|
|
38163
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38164
|
+
d: "M17 16v.01"
|
|
38165
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38166
|
+
d: "M13 16v.01"
|
|
38167
|
+
}));
|
|
38168
|
+
}
|
|
38169
|
+
|
|
36954
38170
|
function IconRadioactive(_ref) {
|
|
36955
38171
|
var _ref$size = _ref.size,
|
|
36956
38172
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -41155,6 +42371,42 @@
|
|
|
41155
42371
|
}));
|
|
41156
42372
|
}
|
|
41157
42373
|
|
|
42374
|
+
function IconSoup(_ref) {
|
|
42375
|
+
var _ref$size = _ref.size,
|
|
42376
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
42377
|
+
_ref$color = _ref.color,
|
|
42378
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
42379
|
+
_ref$stroke = _ref.stroke,
|
|
42380
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
42381
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
42382
|
+
|
|
42383
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
42384
|
+
className: "icon icon-tabler icon-tabler-soup",
|
|
42385
|
+
width: size,
|
|
42386
|
+
height: size,
|
|
42387
|
+
viewBox: "0 0 24 24",
|
|
42388
|
+
strokeWidth: stroke,
|
|
42389
|
+
stroke: color,
|
|
42390
|
+
fill: "none",
|
|
42391
|
+
strokeLinecap: "round",
|
|
42392
|
+
strokeLinejoin: "round"
|
|
42393
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
42394
|
+
stroke: "none",
|
|
42395
|
+
d: "M0 0h24v24H0z",
|
|
42396
|
+
fill: "none"
|
|
42397
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42398
|
+
d: "M3 19h18"
|
|
42399
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42400
|
+
d: "M3 11h18a8 8 0 0 1 -8 8h-2a8 8 0 0 1 -8 -8z"
|
|
42401
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42402
|
+
d: "M9 8v-3"
|
|
42403
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42404
|
+
d: "M12 5v3"
|
|
42405
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42406
|
+
d: "M15 5v3"
|
|
42407
|
+
}));
|
|
42408
|
+
}
|
|
42409
|
+
|
|
41158
42410
|
function IconSpace(_ref) {
|
|
41159
42411
|
var _ref$size = _ref.size,
|
|
41160
42412
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -44981,6 +46233,70 @@
|
|
|
44981
46233
|
}));
|
|
44982
46234
|
}
|
|
44983
46235
|
|
|
46236
|
+
function IconTransferIn(_ref) {
|
|
46237
|
+
var _ref$size = _ref.size,
|
|
46238
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
46239
|
+
_ref$color = _ref.color,
|
|
46240
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
46241
|
+
_ref$stroke = _ref.stroke,
|
|
46242
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
46243
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
46244
|
+
|
|
46245
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46246
|
+
className: "icon icon-tabler icon-tabler-transfer-in",
|
|
46247
|
+
width: size,
|
|
46248
|
+
height: size,
|
|
46249
|
+
viewBox: "0 0 24 24",
|
|
46250
|
+
strokeWidth: stroke,
|
|
46251
|
+
stroke: color,
|
|
46252
|
+
fill: "none",
|
|
46253
|
+
strokeLinecap: "round",
|
|
46254
|
+
strokeLinejoin: "round"
|
|
46255
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
46256
|
+
stroke: "none",
|
|
46257
|
+
d: "M0 0h24v24H0z",
|
|
46258
|
+
fill: "none"
|
|
46259
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46260
|
+
d: "M4 18v3h16v-14l-8 -4l-8 4v3"
|
|
46261
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46262
|
+
d: "M4 14h9"
|
|
46263
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46264
|
+
d: "M10 11l3 3l-3 3"
|
|
46265
|
+
}));
|
|
46266
|
+
}
|
|
46267
|
+
|
|
46268
|
+
function IconTransferOut(_ref) {
|
|
46269
|
+
var _ref$size = _ref.size,
|
|
46270
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
46271
|
+
_ref$color = _ref.color,
|
|
46272
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
46273
|
+
_ref$stroke = _ref.stroke,
|
|
46274
|
+
stroke = _ref$stroke === void 0 ? 2 : _ref$stroke,
|
|
46275
|
+
props = _objectWithoutProperties(_ref, ["size", "color", "stroke"]);
|
|
46276
|
+
|
|
46277
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
46278
|
+
className: "icon icon-tabler icon-tabler-transfer-out",
|
|
46279
|
+
width: size,
|
|
46280
|
+
height: size,
|
|
46281
|
+
viewBox: "0 0 24 24",
|
|
46282
|
+
strokeWidth: stroke,
|
|
46283
|
+
stroke: color,
|
|
46284
|
+
fill: "none",
|
|
46285
|
+
strokeLinecap: "round",
|
|
46286
|
+
strokeLinejoin: "round"
|
|
46287
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
46288
|
+
stroke: "none",
|
|
46289
|
+
d: "M0 0h24v24H0z",
|
|
46290
|
+
fill: "none"
|
|
46291
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46292
|
+
d: "M4 19v2h16v-14l-8 -4l-8 4v2"
|
|
46293
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46294
|
+
d: "M13 14h-9"
|
|
46295
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
46296
|
+
d: "M7 11l-3 3l3 3"
|
|
46297
|
+
}));
|
|
46298
|
+
}
|
|
46299
|
+
|
|
44984
46300
|
function IconTrashOff(_ref) {
|
|
44985
46301
|
var _ref$size = _ref.size,
|
|
44986
46302
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -48710,6 +50026,7 @@
|
|
|
48710
50026
|
exports.IconAccessible = IconAccessible;
|
|
48711
50027
|
exports.IconActivity = IconActivity;
|
|
48712
50028
|
exports.IconAd = IconAd;
|
|
50029
|
+
exports.IconAd2 = IconAd2;
|
|
48713
50030
|
exports.IconAdjustments = IconAdjustments;
|
|
48714
50031
|
exports.IconAdjustmentsAlt = IconAdjustmentsAlt;
|
|
48715
50032
|
exports.IconAdjustmentsHorizontal = IconAdjustmentsHorizontal;
|
|
@@ -48726,14 +50043,23 @@
|
|
|
48726
50043
|
exports.IconAlignRight = IconAlignRight;
|
|
48727
50044
|
exports.IconAmbulance = IconAmbulance;
|
|
48728
50045
|
exports.IconAnchor = IconAnchor;
|
|
50046
|
+
exports.IconAngle = IconAngle;
|
|
48729
50047
|
exports.IconAntennaBars1 = IconAntennaBars1;
|
|
48730
50048
|
exports.IconAntennaBars2 = IconAntennaBars2;
|
|
48731
50049
|
exports.IconAntennaBars3 = IconAntennaBars3;
|
|
48732
50050
|
exports.IconAntennaBars4 = IconAntennaBars4;
|
|
48733
50051
|
exports.IconAntennaBars5 = IconAntennaBars5;
|
|
48734
50052
|
exports.IconAperture = IconAperture;
|
|
50053
|
+
exports.IconApple = IconApple;
|
|
48735
50054
|
exports.IconApps = IconApps;
|
|
48736
50055
|
exports.IconArchive = IconArchive;
|
|
50056
|
+
exports.IconArrowAutofitContent = IconArrowAutofitContent;
|
|
50057
|
+
exports.IconArrowAutofitDown = IconArrowAutofitDown;
|
|
50058
|
+
exports.IconArrowAutofitHeight = IconArrowAutofitHeight;
|
|
50059
|
+
exports.IconArrowAutofitLeft = IconArrowAutofitLeft;
|
|
50060
|
+
exports.IconArrowAutofitRight = IconArrowAutofitRight;
|
|
50061
|
+
exports.IconArrowAutofitUp = IconArrowAutofitUp;
|
|
50062
|
+
exports.IconArrowAutofitWidth = IconArrowAutofitWidth;
|
|
48737
50063
|
exports.IconArrowBack = IconArrowBack;
|
|
48738
50064
|
exports.IconArrowBackUp = IconArrowBackUp;
|
|
48739
50065
|
exports.IconArrowBarDown = IconArrowBarDown;
|
|
@@ -48794,6 +50120,8 @@
|
|
|
48794
50120
|
exports.IconArrowWaveRightUp = IconArrowWaveRightUp;
|
|
48795
50121
|
exports.IconArrowsDiagonal = IconArrowsDiagonal;
|
|
48796
50122
|
exports.IconArrowsDiagonal2 = IconArrowsDiagonal2;
|
|
50123
|
+
exports.IconArrowsDiagonalMinimize = IconArrowsDiagonalMinimize;
|
|
50124
|
+
exports.IconArrowsDiagonalMinimize2 = IconArrowsDiagonalMinimize2;
|
|
48797
50125
|
exports.IconArrowsDoubleNeSw = IconArrowsDoubleNeSw;
|
|
48798
50126
|
exports.IconArrowsDoubleNwSe = IconArrowsDoubleNwSe;
|
|
48799
50127
|
exports.IconArrowsDoubleSeNw = IconArrowsDoubleSeNw;
|
|
@@ -48834,6 +50162,7 @@
|
|
|
48834
50162
|
exports.IconBallFootballOff = IconBallFootballOff;
|
|
48835
50163
|
exports.IconBallTennis = IconBallTennis;
|
|
48836
50164
|
exports.IconBallVolleyball = IconBallVolleyball;
|
|
50165
|
+
exports.IconBallon = IconBallon;
|
|
48837
50166
|
exports.IconBan = IconBan;
|
|
48838
50167
|
exports.IconBandage = IconBandage;
|
|
48839
50168
|
exports.IconBarcode = IconBarcode;
|
|
@@ -48845,7 +50174,10 @@
|
|
|
48845
50174
|
exports.IconBattery4 = IconBattery4;
|
|
48846
50175
|
exports.IconBatteryAutomotive = IconBatteryAutomotive;
|
|
48847
50176
|
exports.IconBatteryCharging = IconBatteryCharging;
|
|
50177
|
+
exports.IconBatteryCharging2 = IconBatteryCharging2;
|
|
50178
|
+
exports.IconBatteryEco = IconBatteryEco;
|
|
48848
50179
|
exports.IconBatteryOff = IconBatteryOff;
|
|
50180
|
+
exports.IconBeach = IconBeach;
|
|
48849
50181
|
exports.IconBed = IconBed;
|
|
48850
50182
|
exports.IconBell = IconBell;
|
|
48851
50183
|
exports.IconBellMinus = IconBellMinus;
|
|
@@ -48879,12 +50211,14 @@
|
|
|
48879
50211
|
exports.IconBorderRadius = IconBorderRadius;
|
|
48880
50212
|
exports.IconBorderRight = IconBorderRight;
|
|
48881
50213
|
exports.IconBorderStyle = IconBorderStyle;
|
|
50214
|
+
exports.IconBorderStyle2 = IconBorderStyle2;
|
|
48882
50215
|
exports.IconBorderTop = IconBorderTop;
|
|
48883
50216
|
exports.IconBorderVertical = IconBorderVertical;
|
|
48884
50217
|
exports.IconBottle = IconBottle;
|
|
48885
50218
|
exports.IconBox = IconBox;
|
|
48886
50219
|
exports.IconBoxMargin = IconBoxMargin;
|
|
48887
50220
|
exports.IconBoxModel = IconBoxModel;
|
|
50221
|
+
exports.IconBoxModel2 = IconBoxModel2;
|
|
48888
50222
|
exports.IconBoxMultiple = IconBoxMultiple;
|
|
48889
50223
|
exports.IconBoxMultiple0 = IconBoxMultiple0;
|
|
48890
50224
|
exports.IconBoxMultiple1 = IconBoxMultiple1;
|
|
@@ -48909,6 +50243,7 @@
|
|
|
48909
50243
|
exports.IconBrandBing = IconBrandBing;
|
|
48910
50244
|
exports.IconBrandBitbucket = IconBrandBitbucket;
|
|
48911
50245
|
exports.IconBrandBooking = IconBrandBooking;
|
|
50246
|
+
exports.IconBrandBootstrap = IconBrandBootstrap;
|
|
48912
50247
|
exports.IconBrandChrome = IconBrandChrome;
|
|
48913
50248
|
exports.IconBrandCodepen = IconBrandCodepen;
|
|
48914
50249
|
exports.IconBrandCodesandbox = IconBrandCodesandbox;
|
|
@@ -48974,6 +50309,7 @@
|
|
|
48974
50309
|
exports.IconBrandTwitch = IconBrandTwitch;
|
|
48975
50310
|
exports.IconBrandTwitter = IconBrandTwitter;
|
|
48976
50311
|
exports.IconBrandUnsplash = IconBrandUnsplash;
|
|
50312
|
+
exports.IconBrandVercel = IconBrandVercel;
|
|
48977
50313
|
exports.IconBrandVimeo = IconBrandVimeo;
|
|
48978
50314
|
exports.IconBrandVk = IconBrandVk;
|
|
48979
50315
|
exports.IconBrandWhatsapp = IconBrandWhatsapp;
|
|
@@ -49032,6 +50368,7 @@
|
|
|
49032
50368
|
exports.IconCandy = IconCandy;
|
|
49033
50369
|
exports.IconCapture = IconCapture;
|
|
49034
50370
|
exports.IconCar = IconCar;
|
|
50371
|
+
exports.IconCarCrane = IconCarCrane;
|
|
49035
50372
|
exports.IconCaravan = IconCaravan;
|
|
49036
50373
|
exports.IconCardboards = IconCardboards;
|
|
49037
50374
|
exports.IconCaretDown = IconCaretDown;
|
|
@@ -49070,6 +50407,7 @@
|
|
|
49070
50407
|
exports.IconCheck = IconCheck;
|
|
49071
50408
|
exports.IconCheckbox = IconCheckbox;
|
|
49072
50409
|
exports.IconChecks = IconChecks;
|
|
50410
|
+
exports.IconCheese = IconCheese;
|
|
49073
50411
|
exports.IconChevronDown = IconChevronDown;
|
|
49074
50412
|
exports.IconChevronDownLeft = IconChevronDownLeft;
|
|
49075
50413
|
exports.IconChevronDownRight = IconChevronDownRight;
|
|
@@ -49161,12 +50499,14 @@
|
|
|
49161
50499
|
exports.IconCornerUpLeftDouble = IconCornerUpLeftDouble;
|
|
49162
50500
|
exports.IconCornerUpRight = IconCornerUpRight;
|
|
49163
50501
|
exports.IconCornerUpRightDouble = IconCornerUpRightDouble;
|
|
50502
|
+
exports.IconCrane = IconCrane;
|
|
49164
50503
|
exports.IconCreditCard = IconCreditCard;
|
|
49165
50504
|
exports.IconCreditCardOff = IconCreditCardOff;
|
|
49166
50505
|
exports.IconCrop = IconCrop;
|
|
49167
50506
|
exports.IconCrosshair = IconCrosshair;
|
|
49168
50507
|
exports.IconCrown = IconCrown;
|
|
49169
50508
|
exports.IconCrownOff = IconCrownOff;
|
|
50509
|
+
exports.IconCup = IconCup;
|
|
49170
50510
|
exports.IconCurlyLoop = IconCurlyLoop;
|
|
49171
50511
|
exports.IconCurrencyBahraini = IconCurrencyBahraini;
|
|
49172
50512
|
exports.IconCurrencyBath = IconCurrencyBath;
|
|
@@ -49246,6 +50586,7 @@
|
|
|
49246
50586
|
exports.IconDiscount2 = IconDiscount2;
|
|
49247
50587
|
exports.IconDivide = IconDivide;
|
|
49248
50588
|
exports.IconDna = IconDna;
|
|
50589
|
+
exports.IconDogBowl = IconDogBowl;
|
|
49249
50590
|
exports.IconDots = IconDots;
|
|
49250
50591
|
exports.IconDotsCircleHorizontal = IconDotsCircleHorizontal;
|
|
49251
50592
|
exports.IconDotsDiagonal = IconDotsDiagonal;
|
|
@@ -49282,6 +50623,7 @@
|
|
|
49282
50623
|
exports.IconFaceId = IconFaceId;
|
|
49283
50624
|
exports.IconFall = IconFall;
|
|
49284
50625
|
exports.IconFeather = IconFeather;
|
|
50626
|
+
exports.IconFence = IconFence;
|
|
49285
50627
|
exports.IconFile = IconFile;
|
|
49286
50628
|
exports.IconFileAlert = IconFileAlert;
|
|
49287
50629
|
exports.IconFileAnalytics = IconFileAnalytics;
|
|
@@ -49317,6 +50659,7 @@
|
|
|
49317
50659
|
exports.IconFilterOff = IconFilterOff;
|
|
49318
50660
|
exports.IconFingerprint = IconFingerprint;
|
|
49319
50661
|
exports.IconFiretruck = IconFiretruck;
|
|
50662
|
+
exports.IconFish = IconFish;
|
|
49320
50663
|
exports.IconFlag = IconFlag;
|
|
49321
50664
|
exports.IconFlag2 = IconFlag2;
|
|
49322
50665
|
exports.IconFlag3 = IconFlag3;
|
|
@@ -49398,6 +50741,7 @@
|
|
|
49398
50741
|
exports.IconHexagonOff = IconHexagonOff;
|
|
49399
50742
|
exports.IconHierarchy = IconHierarchy;
|
|
49400
50743
|
exports.IconHierarchy2 = IconHierarchy2;
|
|
50744
|
+
exports.IconHighlight = IconHighlight;
|
|
49401
50745
|
exports.IconHistory = IconHistory;
|
|
49402
50746
|
exports.IconHome = IconHome;
|
|
49403
50747
|
exports.IconHome2 = IconHome2;
|
|
@@ -49489,6 +50833,7 @@
|
|
|
49489
50833
|
exports.IconLink = IconLink;
|
|
49490
50834
|
exports.IconList = IconList;
|
|
49491
50835
|
exports.IconListCheck = IconListCheck;
|
|
50836
|
+
exports.IconListDetails = IconListDetails;
|
|
49492
50837
|
exports.IconListNumbers = IconListNumbers;
|
|
49493
50838
|
exports.IconListSearch = IconListSearch;
|
|
49494
50839
|
exports.IconLivePhoto = IconLivePhoto;
|
|
@@ -49543,6 +50888,7 @@
|
|
|
49543
50888
|
exports.IconMessages = IconMessages;
|
|
49544
50889
|
exports.IconMessagesOff = IconMessagesOff;
|
|
49545
50890
|
exports.IconMicrophone = IconMicrophone;
|
|
50891
|
+
exports.IconMicrophone2 = IconMicrophone2;
|
|
49546
50892
|
exports.IconMicrophoneOff = IconMicrophoneOff;
|
|
49547
50893
|
exports.IconMilk = IconMilk;
|
|
49548
50894
|
exports.IconMinimize = IconMinimize;
|
|
@@ -49569,6 +50915,10 @@
|
|
|
49569
50915
|
exports.IconMouse = IconMouse;
|
|
49570
50916
|
exports.IconMovie = IconMovie;
|
|
49571
50917
|
exports.IconMug = IconMug;
|
|
50918
|
+
exports.IconMultiplier05x = IconMultiplier05x;
|
|
50919
|
+
exports.IconMultiplier15x = IconMultiplier15x;
|
|
50920
|
+
exports.IconMultiplier1x = IconMultiplier1x;
|
|
50921
|
+
exports.IconMultiplier2x = IconMultiplier2x;
|
|
49572
50922
|
exports.IconMushroom = IconMushroom;
|
|
49573
50923
|
exports.IconMusic = IconMusic;
|
|
49574
50924
|
exports.IconNewSection = IconNewSection;
|
|
@@ -49666,6 +51016,7 @@
|
|
|
49666
51016
|
exports.IconPyramid = IconPyramid;
|
|
49667
51017
|
exports.IconQrcode = IconQrcode;
|
|
49668
51018
|
exports.IconQuestionMark = IconQuestionMark;
|
|
51019
|
+
exports.IconRadio = IconRadio;
|
|
49669
51020
|
exports.IconRadioactive = IconRadioactive;
|
|
49670
51021
|
exports.IconRadiusBottomLeft = IconRadiusBottomLeft;
|
|
49671
51022
|
exports.IconRadiusBottomRight = IconRadiusBottomRight;
|
|
@@ -49777,6 +51128,7 @@
|
|
|
49777
51128
|
exports.IconSortDescending2 = IconSortDescending2;
|
|
49778
51129
|
exports.IconSortDescendingLetters = IconSortDescendingLetters;
|
|
49779
51130
|
exports.IconSortDescendingNumbers = IconSortDescendingNumbers;
|
|
51131
|
+
exports.IconSoup = IconSoup;
|
|
49780
51132
|
exports.IconSpace = IconSpace;
|
|
49781
51133
|
exports.IconSpeakerphone = IconSpeakerphone;
|
|
49782
51134
|
exports.IconSpeedboat = IconSpeedboat;
|
|
@@ -49883,6 +51235,8 @@
|
|
|
49883
51235
|
exports.IconTrafficCone = IconTrafficCone;
|
|
49884
51236
|
exports.IconTrafficLights = IconTrafficLights;
|
|
49885
51237
|
exports.IconTrain = IconTrain;
|
|
51238
|
+
exports.IconTransferIn = IconTransferIn;
|
|
51239
|
+
exports.IconTransferOut = IconTransferOut;
|
|
49886
51240
|
exports.IconTrash = IconTrash;
|
|
49887
51241
|
exports.IconTrashOff = IconTrashOff;
|
|
49888
51242
|
exports.IconTree = IconTree;
|