@stash-ui/duotone-icons 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const FlowIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default FlowIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const RocketIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default RocketIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { IconProps } from './types';
3
+ export declare const TvRetroIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export default TvRetroIcon;
@@ -6702,6 +6702,101 @@ var GiftIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
6702
6702
  }));
6703
6703
  });
6704
6704
 
6705
+ var _excluded$4j = ["color"];
6706
+ var RocketIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
6707
+ var _ref$color = _ref.color,
6708
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
6709
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$4j);
6710
+ return React.createElement("svg", Object.assign({
6711
+ width: "24",
6712
+ height: "24",
6713
+ viewBox: "0 0 24 24",
6714
+ fill: "none",
6715
+ xmlns: "http://www.w3.org/2000/svg"
6716
+ }, props, {
6717
+ ref: forwardedRef
6718
+ }), React.createElement("g", {
6719
+ opacity: "0.5"
6720
+ }, React.createElement("path", {
6721
+ d: "M6.45675 7.33617C6.03284 7.33617 5.64143 7.56332 5.43111 7.93139L3.49109 11.3265C3.15358 11.9172 3.58006 12.6521 4.26032 12.6521H8.86602L11.1442 7.33617H6.45675Z",
6722
+ fill: color
6723
+ }), React.createElement("path", {
6724
+ d: "M16.1524 17.0995C16.1503 17.5234 15.9212 17.9137 15.5521 18.1222L12.1474 20.0452C11.555 20.3798 10.8223 19.9496 10.8257 19.2694L10.8488 14.6636L16.1759 12.412L16.1524 17.0995Z",
6725
+ fill: color
6726
+ }), React.createElement("path", {
6727
+ fillRule: "evenodd",
6728
+ clipRule: "evenodd",
6729
+ d: "M5.4577 14.5368C6.31674 13.5546 7.80931 13.4549 8.79143 14.3139C9.26982 14.7324 9.53886 15.3012 9.5897 15.888C9.64324 16.506 9.45487 17.144 9.01427 17.6478C8.38822 18.3635 6.34649 18.7919 5.28499 18.9716C4.93678 19.0306 4.62991 18.7622 4.642 18.4092C4.67884 17.3332 4.83165 15.2525 5.4577 14.5368ZM6.75428 15.8469C6.78612 15.7502 6.81089 15.695 6.82278 15.6702C7.04104 15.456 7.39088 15.443 7.62484 15.6477C7.74498 15.7528 7.81148 15.8919 7.8244 16.041C7.83679 16.1841 7.79905 16.3262 7.70943 16.4456C7.6865 16.4606 7.63502 16.4925 7.54331 16.537C7.35974 16.6261 7.10752 16.7212 6.79814 16.8152C6.71266 16.8411 6.62575 16.8661 6.53812 16.8901C6.55027 16.8001 6.56347 16.7106 6.57782 16.6224C6.62974 16.3033 6.69045 16.0407 6.75428 15.8469Z",
6730
+ fill: color
6731
+ })), React.createElement("path", {
6732
+ fillRule: "evenodd",
6733
+ clipRule: "evenodd",
6734
+ d: "M12.1398 4.86605C13.9917 3.4798 16.2952 3.06734 19.2203 3.17822C19.8045 3.20036 20.2854 3.65389 20.3353 4.24057C20.5881 7.21328 20.0885 9.4595 18.6155 11.2754C17.1672 13.0608 14.8404 14.3479 11.6392 15.5668L10.8384 15.8717V15.0148C10.8384 14.263 10.5904 13.6824 10.1992 13.2913C9.80809 12.9001 9.22754 12.6521 8.4758 12.6521H7.66406L7.91381 11.8797C9.00278 8.5119 10.2989 6.24412 12.1398 4.86605ZM15.7407 9.10815C16.5562 9.10815 17.2173 8.44703 17.2173 7.6315C17.2173 6.81597 16.5562 6.15485 15.7407 6.15485C14.9252 6.15485 14.2641 6.81597 14.2641 7.6315C14.2641 8.44703 14.9252 9.10815 15.7407 9.10815Z",
6735
+ fill: color
6736
+ }));
6737
+ });
6738
+
6739
+ var _excluded$4k = ["color"];
6740
+ var TvRetroIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
6741
+ var _ref$color = _ref.color,
6742
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
6743
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$4k);
6744
+ return React.createElement("svg", Object.assign({
6745
+ width: "24",
6746
+ height: "24",
6747
+ viewBox: "0 0 24 24",
6748
+ fill: "none",
6749
+ xmlns: "http://www.w3.org/2000/svg"
6750
+ }, props, {
6751
+ ref: forwardedRef
6752
+ }), React.createElement("rect", {
6753
+ x: "6.00391",
6754
+ y: "8.68832",
6755
+ width: "9.38651",
6756
+ height: "8.34356",
6757
+ rx: "2.08589",
6758
+ fill: color,
6759
+ stroke: color,
6760
+ strokeWidth: "1.04295"
6761
+ }), React.createElement("path", {
6762
+ opacity: "0.5",
6763
+ fillRule: "evenodd",
6764
+ clipRule: "evenodd",
6765
+ d: "M9.22333 3.1081C8.90626 2.81468 8.41136 2.83386 8.11795 3.15094C7.82454 3.46801 7.84372 3.96291 8.16079 4.25632L9.85082 5.82023H6.52434C4.65233 5.82023 3.13477 7.33779 3.13477 9.2098V16.5104C3.13477 18.3824 4.65233 19.9 6.52434 19.9H17.4753C19.3473 19.9 20.8648 18.3824 20.8648 16.5104V9.2098C20.8648 7.33779 19.3473 5.82023 17.4753 5.82023H14.156L15.846 4.25632C16.1631 3.96291 16.1823 3.46801 15.8889 3.15094C15.5955 2.83386 15.1006 2.81468 14.7835 3.1081L12.0034 5.68072L9.22333 3.1081ZM18.5182 9.99201C18.5182 10.424 18.168 10.7742 17.736 10.7742C17.304 10.7742 16.9538 10.424 16.9538 9.99201C16.9538 9.56001 17.304 9.2098 17.736 9.2098C18.168 9.2098 18.5182 9.56001 18.5182 9.99201ZM18.5182 12.808C18.5182 13.24 18.168 13.5902 17.736 13.5902C17.304 13.5902 16.9538 13.24 16.9538 12.808C16.9538 12.376 17.304 12.0258 17.736 12.0258C18.168 12.0258 18.5182 12.376 18.5182 12.808Z",
6766
+ fill: color
6767
+ }));
6768
+ });
6769
+
6770
+ var _excluded$4l = ["color"];
6771
+ var FlowIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
6772
+ var _ref$color = _ref.color,
6773
+ color = _ref$color === void 0 ? 'currentColor' : _ref$color,
6774
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$4l);
6775
+ return React.createElement("svg", Object.assign({
6776
+ width: "24",
6777
+ height: "24",
6778
+ viewBox: "0 0 24 24",
6779
+ fill: "none",
6780
+ xmlns: "http://www.w3.org/2000/svg"
6781
+ }, props, {
6782
+ ref: forwardedRef
6783
+ }), React.createElement("g", {
6784
+ opacity: "0.5"
6785
+ }, React.createElement("path", {
6786
+ d: "M10.1254 4C9.50407 4 9.00039 4.50368 9.00039 5.125V8.875C9.00039 9.49632 9.50407 10 10.1254 10H13.8754C14.4967 10 15.0004 9.49632 15.0004 8.875V5.125C15.0004 4.50368 14.4967 4 13.8754 4H10.1254Z",
6787
+ fill: color
6788
+ }), React.createElement("path", {
6789
+ d: "M5.52539 13.75C4.90407 13.75 4.40039 14.2537 4.40039 14.875V18.625C4.40039 19.2463 4.90407 19.75 5.52539 19.75H9.27539C9.89671 19.75 10.4004 19.2463 10.4004 18.625V14.875C10.4004 14.2537 9.89671 13.75 9.27539 13.75H5.52539Z",
6790
+ fill: color
6791
+ }), React.createElement("path", {
6792
+ d: "M13.5004 14.875C13.5004 14.2537 14.0041 13.75 14.6254 13.75H18.3754C18.9967 13.75 19.5004 14.2537 19.5004 14.875V18.625C19.5004 19.2463 18.9967 19.75 18.3754 19.75H14.6254C14.0041 19.75 13.5004 19.2463 13.5004 18.625V14.875Z",
6793
+ fill: color
6794
+ })), React.createElement("path", {
6795
+ d: "M12.75 11.05H15.5C16.4665 11.05 17.25 11.8335 17.25 12.8V13.3H15.75V12.8C15.75 12.6619 15.6381 12.55 15.5 12.55H8.5C8.36193 12.55 8.25 12.6619 8.25 12.8V13.3H6.75V12.8C6.75 11.8335 7.5335 11.05 8.5 11.05H11.25V10.5H12.75V11.05Z",
6796
+ fill: color
6797
+ }));
6798
+ });
6799
+
6705
6800
  exports.AirplaneIcon = AirplaneIcon;
6706
6801
  exports.AngleDownIcon = AngleDownIcon;
6707
6802
  exports.AngleLeftIcon = AngleLeftIcon;
@@ -6818,6 +6913,7 @@ exports.FileExportIcon = FileExportIcon;
6818
6913
  exports.FileImportIcon = FileImportIcon;
6819
6914
  exports.FilterIcon = FilterIcon;
6820
6915
  exports.FlagIcon = FlagIcon;
6916
+ exports.FlowIcon = FlowIcon;
6821
6917
  exports.FolderAltIcon = FolderAltIcon;
6822
6918
  exports.FolderArrowDownIcon = FolderArrowDownIcon;
6823
6919
  exports.FolderArrowLeftIcon = FolderArrowLeftIcon;
@@ -6912,6 +7008,7 @@ exports.RacketBallIcon = RacketBallIcon;
6912
7008
  exports.RacketIcon = RacketIcon;
6913
7009
  exports.RadarIcon = RadarIcon;
6914
7010
  exports.ReadingTimeIcon = ReadingTimeIcon;
7011
+ exports.RocketIcon = RocketIcon;
6915
7012
  exports.SaveRibbonIcon = SaveRibbonIcon;
6916
7013
  exports.ScrewNutIcon = ScrewNutIcon;
6917
7014
  exports.SearchBoxIcon = SearchBoxIcon;
@@ -6958,6 +7055,7 @@ exports.TrashCanIcon = TrashCanIcon;
6958
7055
  exports.TrendArrowDownIcon = TrendArrowDownIcon;
6959
7056
  exports.TrendArrowUpIcon = TrendArrowUpIcon;
6960
7057
  exports.TrophyIcon = TrophyIcon;
7058
+ exports.TvRetroIcon = TvRetroIcon;
6961
7059
  exports.UserArrowDownIcon = UserArrowDownIcon;
6962
7060
  exports.UserAtIcon = UserAtIcon;
6963
7061
  exports.UserAvatarIcon = UserAvatarIcon;