@stash-ui/duotone-icons 1.0.27 → 1.0.29
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/KanbanIcon.d.ts +4 -0
- package/dist/duotone-icons.cjs.development.js +33 -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 +33 -1
- package/dist/duotone-icons.esm.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
@@ -7235,6 +7235,38 @@ var ListRemovedIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef
|
|
7235
7235
|
}));
|
7236
7236
|
});
|
7237
7237
|
|
7238
|
+
var _excluded$4B = ["color"];
|
7239
|
+
var KanbanIcon = /*#__PURE__*/React.forwardRef(function (_ref, forwardedRef) {
|
7240
|
+
var _ref$color = _ref.color,
|
7241
|
+
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
|
7242
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$4B);
|
7243
|
+
return React.createElement("svg", Object.assign({
|
7244
|
+
width: "24",
|
7245
|
+
height: "24",
|
7246
|
+
viewBox: "0 0 24 24",
|
7247
|
+
fill: "none",
|
7248
|
+
xmlns: "http://www.w3.org/2000/svg"
|
7249
|
+
}, props, {
|
7250
|
+
ref: forwardedRef
|
7251
|
+
}), React.createElement("path", {
|
7252
|
+
fillRule: "evenodd",
|
7253
|
+
clipRule: "evenodd",
|
7254
|
+
d: "M3 8.51613C3 5.46966 5.46966 3 8.51613 3H15.4839C18.5303 3 21 5.46966 21 8.51613V15.4839C21 18.5303 18.5303 21 15.4839 21H8.51613C5.46966 21 3 18.5303 3 15.4839V8.51613ZM8.51613 4.74194C6.4317 4.74194 4.74194 6.4317 4.74194 8.51613V15.4839C4.74194 17.5683 6.4317 19.2581 8.51613 19.2581H15.4839C17.5683 19.2581 19.2581 17.5683 19.2581 15.4839V8.51613C19.2581 6.4317 17.5683 4.74194 15.4839 4.74194H8.51613Z",
|
7255
|
+
fill: color
|
7256
|
+
}), React.createElement("g", {
|
7257
|
+
opacity: "0.5"
|
7258
|
+
}, React.createElement("path", {
|
7259
|
+
d: "M7.35352 8.22581C7.35352 7.74479 7.74346 7.35484 8.22448 7.35484C8.70551 7.35484 9.09545 7.74479 9.09545 8.22581V15.7742C9.09545 16.2552 8.70551 16.6452 8.22448 16.6452C7.74346 16.6452 7.35352 16.2552 7.35352 15.7742V8.22581Z",
|
7260
|
+
fill: color
|
7261
|
+
}), React.createElement("path", {
|
7262
|
+
d: "M11.1277 8.22581C11.1277 7.74479 11.5177 7.35484 11.9987 7.35484C12.4797 7.35484 12.8696 7.74479 12.8696 8.22581V13.4516C12.8696 13.9326 12.4797 14.3226 11.9987 14.3226C11.5177 14.3226 11.1277 13.9326 11.1277 13.4516V8.22581Z",
|
7263
|
+
fill: color
|
7264
|
+
}), React.createElement("path", {
|
7265
|
+
d: "M15.7729 7.35484C15.2918 7.35484 14.9019 7.74479 14.9019 8.22581V11.129C14.9019 11.6101 15.2918 12 15.7729 12C16.2539 12 16.6438 11.6101 16.6438 11.129V8.22581C16.6438 7.74479 16.2539 7.35484 15.7729 7.35484Z",
|
7266
|
+
fill: color
|
7267
|
+
})));
|
7268
|
+
});
|
7269
|
+
|
7238
7270
|
exports.AirplaneIcon = AirplaneIcon;
|
7239
7271
|
exports.AndIcon = AndIcon;
|
7240
7272
|
exports.AngleDownIcon = AngleDownIcon;
|
@@ -7404,6 +7436,7 @@ exports.InfoCircleIcon = InfoCircleIcon;
|
|
7404
7436
|
exports.InputTextIcon = InputTextIcon;
|
7405
7437
|
exports.IntegrationsIcon = IntegrationsIcon;
|
7406
7438
|
exports.InvoiceIcon = InvoiceIcon;
|
7439
|
+
exports.KanbanIcon = KanbanIcon;
|
7407
7440
|
exports.LastUpdatesIcon = LastUpdatesIcon;
|
7408
7441
|
exports.LeafIcon = LeafIcon;
|
7409
7442
|
exports.LifeRingIcon = LifeRingIcon;
|