@stash-ui/duotone-icons 1.0.17 → 1.0.20
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/SidebarIcon.d.ts +4 -0
- package/dist/SpinnerIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +67 -0
- package/dist/duotone-icons.cjs.development.js.map +1 -1
- package/dist/duotone-icons.cjs.production.min.js +1 -1
- package/dist/duotone-icons.cjs.production.min.js.map +1 -1
- package/dist/duotone-icons.esm.js +66 -1
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
@@ -7132,6 +7132,71 @@ var FunnelIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
|
|
7132
7132
|
}));
|
7133
7133
|
});
|
7134
7134
|
|
7135
|
+
var _excluded$4y = ["color"];
|
7136
|
+
var SpinnerIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
|
7137
|
+
var _ref$color = _ref.color,
|
7138
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
7139
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$4y);
|
7140
|
+
return React.createElement("svg", Object.assign({
|
7141
|
+
width: "24",
|
7142
|
+
height: "24",
|
7143
|
+
viewBox: "0 0 24 24",
|
7144
|
+
fill: "none",
|
7145
|
+
xmlns: "http://www.w3.org/2000/svg",
|
7146
|
+
ref: forwardedRef
|
7147
|
+
}, props), React.createElement("path", {
|
7148
|
+
d: "M12 2.5C11.1716 2.5 10.5 3.17157 10.5 4C10.5 4.82843 11.1716 5.5 12 5.5C12.8284 5.5 13.5 4.82843 13.5 4C13.5 3.17157 12.8284 2.5 12 2.5Z",
|
7149
|
+
fill: color
|
7150
|
+
}), React.createElement("path", {
|
7151
|
+
d: "M5.5 12C5.5 11.1716 4.82843 10.5 4 10.5C3.17157 10.5 2.5 11.1716 2.5 12C2.5 12.8284 3.17157 13.5 4 13.5C4.82843 13.5 5.5 12.8284 5.5 12Z",
|
7152
|
+
fill: color
|
7153
|
+
}), React.createElement("path", {
|
7154
|
+
d: "M7.40381 7.4038C7.98959 6.81801 7.98959 5.86827 7.40381 5.28248C6.81802 4.69669 5.86827 4.69669 5.28249 5.28248C4.6967 5.86827 4.6967 6.81801 5.28249 7.4038C5.86827 7.98959 6.81802 7.98959 7.40381 7.4038Z",
|
7155
|
+
fill: color
|
7156
|
+
}), React.createElement("g", {
|
7157
|
+
opacity: "0.5"
|
7158
|
+
}, React.createElement("path", {
|
7159
|
+
d: "M21.5006 12C21.5006 11.1716 20.829 10.5 20.0006 10.5C19.1722 10.5 18.5006 11.1716 18.5006 12C18.5006 12.8284 19.1722 13.5 20.0006 13.5C20.829 13.5 21.5006 12.8284 21.5006 12Z",
|
7160
|
+
fill: color
|
7161
|
+
}), React.createElement("path", {
|
7162
|
+
d: "M12.0006 18.5C11.1722 18.5 10.5006 19.1716 10.5006 20C10.5006 20.8284 11.1722 21.5 12.0006 21.5C12.829 21.5 13.5006 20.8284 13.5006 20C13.5006 19.1716 12.829 18.5 12.0006 18.5Z",
|
7163
|
+
fill: color
|
7164
|
+
}), React.createElement("path", {
|
7165
|
+
d: "M18.7181 18.7175C19.3039 18.1317 19.3039 17.182 18.7181 16.5962C18.1323 16.0104 17.1826 16.0104 16.5968 16.5962C16.011 17.182 16.011 18.1317 16.5968 18.7175C17.1826 19.3033 18.1323 19.3033 18.7181 18.7175Z",
|
7166
|
+
fill: color
|
7167
|
+
}), React.createElement("path", {
|
7168
|
+
d: "M5.28309 18.7175C5.86888 19.3033 6.81862 19.3033 7.40441 18.7175C7.9902 18.1317 7.9902 17.1819 7.40441 16.5962C6.81862 16.0104 5.86888 16.0104 5.28309 16.5962C4.6973 17.1819 4.6973 18.1317 5.28309 18.7175Z",
|
7169
|
+
fill: color
|
7170
|
+
})));
|
7171
|
+
});
|
7172
|
+
|
7173
|
+
var _excluded$4z = ["color"];
|
7174
|
+
var SidebarIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
|
7175
|
+
var _ref$color = _ref.color,
|
7176
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
7177
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$4z);
|
7178
|
+
return React.createElement("svg", Object.assign({
|
7179
|
+
width: "24",
|
7180
|
+
height: "24",
|
7181
|
+
viewBox: "0 0 24 24",
|
7182
|
+
fill: "none",
|
7183
|
+
xmlns: "http://www.w3.org/2000/svg"
|
7184
|
+
}, props, {
|
7185
|
+
ref: forwardedRef
|
7186
|
+
}), React.createElement("path", {
|
7187
|
+
opacity: "0.5",
|
7188
|
+
d: "M11.3577 3.64286H18.4291C20.2043 3.64286 21.6434 5.08194 21.6434 6.85714V17.1429C21.6434 18.9181 20.2043 20.3571 18.4291 20.3571H11.3577V3.64286Z",
|
7189
|
+
fill: color,
|
7190
|
+
stroke: color,
|
7191
|
+
strokeWidth: "1.28571"
|
7192
|
+
}), React.createElement("path", {
|
7193
|
+
fillRule: "evenodd",
|
7194
|
+
clipRule: "evenodd",
|
7195
|
+
d: "M5.57199 3C3.44175 3 1.71484 4.7269 1.71484 6.85714V17.1429C1.71484 19.2731 3.44175 21 5.57199 21H10.7148V3H5.57199ZM4.92913 5.57143C4.57409 5.57143 4.28627 5.85925 4.28627 6.21429C4.28627 6.56933 4.57409 6.85714 4.92913 6.85714H7.50056C7.8556 6.85714 8.14341 6.56933 8.14341 6.21429C8.14341 5.85925 7.8556 5.57143 7.50056 5.57143H4.92913ZM4.28627 8.78571C4.28627 8.43067 4.57409 8.14286 4.92913 8.14286H7.50056C7.8556 8.14286 8.14341 8.43067 8.14341 8.78571C8.14341 9.14075 7.8556 9.42857 7.50056 9.42857H4.92913C4.57409 9.42857 4.28627 9.14075 4.28627 8.78571ZM4.92913 10.7143C4.57409 10.7143 4.28627 11.0021 4.28627 11.3571C4.28627 11.7122 4.57409 12 4.92913 12H7.50056C7.8556 12 8.14341 11.7122 8.14341 11.3571C8.14341 11.0021 7.8556 10.7143 7.50056 10.7143H4.92913Z",
|
7196
|
+
fill: color
|
7197
|
+
}));
|
7198
|
+
});
|
7199
|
+
|
7135
7200
|
exports.AirplaneIcon = AirplaneIcon;
|
7136
7201
|
exports.AndIcon = AndIcon;
|
7137
7202
|
exports.AngleDownIcon = AngleDownIcon;
|
@@ -7371,6 +7436,7 @@ exports.ShopIcon = ShopIcon;
|
|
7371
7436
|
exports.ShrinkDiagonalIcon = ShrinkDiagonalIcon;
|
7372
7437
|
exports.ShrinkVerticalIcon = ShrinkVerticalIcon;
|
7373
7438
|
exports.SidePeekIcon = SidePeekIcon;
|
7439
|
+
exports.SidebarIcon = SidebarIcon;
|
7374
7440
|
exports.SigninAltIcon = SigninAltIcon;
|
7375
7441
|
exports.SigninIcon = SigninIcon;
|
7376
7442
|
exports.SignoutAltIcon = SignoutAltIcon;
|
@@ -7382,6 +7448,7 @@ exports.SocialFacebookIcon = SocialFacebookIcon;
|
|
7382
7448
|
exports.SocialTwitterIcon = SocialTwitterIcon;
|
7383
7449
|
exports.SocialUnsplashIcon = SocialUnsplashIcon;
|
7384
7450
|
exports.SocialWhatsappIcon = SocialWhatsappIcon;
|
7451
|
+
exports.SpinnerIcon = SpinnerIcon;
|
7385
7452
|
exports.SquareCheckIcon = SquareCheckIcon;
|
7386
7453
|
exports.SquareIcon = SquareIcon;
|
7387
7454
|
exports.SquareMinusIcon = SquareMinusIcon;
|