@stash-ui/duotone-icons 1.0.20 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/ListRemovedIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +39 -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 +39 -1
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
@@ -7197,6 +7197,44 @@ var SidebarIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
|
|
7197
7197
|
}));
|
7198
7198
|
});
|
7199
7199
|
|
7200
|
+
var _excluded$4A = ["color"];
|
7201
|
+
var ListRemovedIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
|
7202
|
+
var _ref$color = _ref.color,
|
7203
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
7204
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$4A);
|
7205
|
+
return React.createElement("svg", Object.assign({
|
7206
|
+
width: "24",
|
7207
|
+
height: "24",
|
7208
|
+
viewBox: "0 0 24 24",
|
7209
|
+
fill: "none",
|
7210
|
+
xmlns: "http://www.w3.org/2000/svg"
|
7211
|
+
}, props, {
|
7212
|
+
ref: forwardedRef
|
7213
|
+
}), React.createElement("path", {
|
7214
|
+
d: "M4 6C3.44772 6 3 6.44772 3 7C3 7.55228 3.44772 8 4 8C4.55228 8 5 7.55228 5 7C5 6.44772 4.55228 6 4 6Z",
|
7215
|
+
fill: color
|
7216
|
+
}), React.createElement("path", {
|
7217
|
+
d: "M7.5 6C6.94772 6 6.5 6.44772 6.5 7C6.5 7.55228 6.94772 8 7.5 8H17.5C18.0523 8 18.5 7.55228 18.5 7C18.5 6.44772 18.0523 6 17.5 6H7.5Z",
|
7218
|
+
fill: color
|
7219
|
+
}), React.createElement("path", {
|
7220
|
+
d: "M7.6 11C6.99249 11 6.5 11.4925 6.5 12.1C6.5 12.7075 6.99249 13.2 7.6 13.2H13.4C14.0075 13.2 14.5 12.7075 14.5 12.1C14.5 11.4925 14.0075 11 13.4 11H7.6Z",
|
7221
|
+
fill: color
|
7222
|
+
}), React.createElement("path", {
|
7223
|
+
d: "M6.5 17C6.5 16.4477 6.94772 16 7.5 16H10.5C11.0523 16 11.5 16.4477 11.5 17C11.5 17.5523 11.0523 18 10.5 18H7.5C6.94772 18 6.5 17.5523 6.5 17Z",
|
7224
|
+
fill: color
|
7225
|
+
}), React.createElement("path", {
|
7226
|
+
d: "M3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12Z",
|
7227
|
+
fill: color
|
7228
|
+
}), React.createElement("path", {
|
7229
|
+
d: "M4 16C3.44772 16 3 16.4477 3 17C3 17.5523 3.44772 18 4 18C4.55228 18 5 17.5523 5 17C5 16.4477 4.55228 16 4 16Z",
|
7230
|
+
fill: color
|
7231
|
+
}), React.createElement("path", {
|
7232
|
+
opacity: "0.5",
|
7233
|
+
d: "M14.5 16.55C14.5 15.9977 14.9477 15.55 15.5 15.55H17.5H19.5H21.5C22.0523 15.55 22.5 15.9977 22.5 16.55C22.5 17.1023 22.0523 17.55 21.5 17.55H19.5H17.5H15.5C14.9477 17.55 14.5 17.1023 14.5 16.55Z",
|
7234
|
+
fill: color
|
7235
|
+
}));
|
7236
|
+
});
|
7237
|
+
|
7200
7238
|
exports.AirplaneIcon = AirplaneIcon;
|
7201
7239
|
exports.AndIcon = AndIcon;
|
7202
7240
|
exports.AngleDownIcon = AngleDownIcon;
|
@@ -7373,6 +7411,7 @@ exports.LightBulbExclamationIcon = LightBulbExclamationIcon;
|
|
7373
7411
|
exports.LightBulbIcon = LightBulbIcon;
|
7374
7412
|
exports.LinkIcon = LinkIcon;
|
7375
7413
|
exports.ListAddIcon = ListAddIcon;
|
7414
|
+
exports.ListRemovedIcon = ListRemovedIcon;
|
7376
7415
|
exports.ListUlIcon = ListUlIcon;
|
7377
7416
|
exports.LocationIcon = LocationIcon;
|
7378
7417
|
exports.LockClosedIcon = LockClosedIcon;
|