-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new icons to Icons set Signed-off-by: Benjamin Perez <[email protected]>
- Loading branch information
Showing
46 changed files
with
1,900 additions
and
5 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
dist/esm/types/src/components/Icons/NewDesignIcons/BalancerIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// This file is part of MinIO Design System | ||
// Copyright (c) 2024 MinIO, Inc. | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU Affero General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU Affero General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Affero General Public License | ||
// along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
import * as React from "react"; | ||
import { SVGProps } from "react"; | ||
|
||
const BalancerIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 16 16" | ||
fill="none" | ||
className={`min-icon`} | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M7.99996 1.30005C8.38656 1.30005 8.69996 1.61345 8.69996 2.00005V2.89165C9.95753 3.46404 11.5944 3.96356 12.6568 3.96662C12.6601 3.96658 12.6634 3.96655 12.6666 3.96655C12.6702 3.96655 12.6738 3.96658 12.6774 3.96663H14C14.3866 3.96663 14.7 4.28003 14.7 4.66663C14.7 5.05323 14.3866 5.36663 14 5.36663H13.3666V5.39167C14.5185 5.70001 15.3666 6.75098 15.3666 8.00005C15.3666 9.49122 14.1578 10.7 12.6666 10.7C11.1755 10.7 9.96664 9.49122 9.96664 8.00005C9.96664 6.75098 10.8148 5.70001 11.9666 5.39167V5.32159C10.9309 5.19764 9.72885 4.83281 8.69996 4.41499V13.3H11.3333C11.7199 13.3 12.0333 13.6134 12.0333 14C12.0333 14.3866 11.7199 14.7 11.3333 14.7L7.99996 14.7L4.66664 14.7C4.28005 14.7 3.96664 14.3866 3.96664 14C3.96664 13.6134 4.28005 13.3 4.66664 13.3H7.29996V4.41499C6.27108 4.83281 5.06899 5.19763 4.0333 5.32159V6.72493C5.18512 7.03326 6.0333 8.08423 6.0333 9.3333C6.0333 10.8245 4.82447 12.0333 3.3333 12.0333C1.84213 12.0333 0.633301 10.8245 0.633301 9.3333C0.633301 8.08423 1.48148 7.03326 2.6333 6.72493V5.36663H1.99996C1.61336 5.36663 1.29996 5.05323 1.29996 4.66663C1.29996 4.28003 1.61336 3.96663 1.99996 3.96663H3.32251L3.3333 3.96655L3.34311 3.96662C4.40559 3.96355 6.0424 3.46404 7.29996 2.89165V2.00005C7.29996 1.61345 7.61336 1.30005 7.99996 1.30005ZM12.6666 6.70005C11.9487 6.70005 11.3666 7.28208 11.3666 8.00005C11.3666 8.71802 11.9487 9.30005 12.6666 9.30005C13.3846 9.30005 13.9666 8.71802 13.9666 8.00005C13.9666 7.28208 13.3846 6.70005 12.6666 6.70005ZM3.3333 8.0333C2.61533 8.0333 2.0333 8.61533 2.0333 9.3333C2.0333 10.0513 2.61533 10.6333 3.3333 10.6333C4.05127 10.6333 4.6333 10.0513 4.6333 9.3333C4.6333 8.61533 4.05127 8.0333 3.3333 8.0333Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); | ||
export default BalancerIcon; |
42 changes: 42 additions & 0 deletions
42
dist/esm/types/src/components/Icons/NewDesignIcons/BellArrowIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
// This file is part of MinIO Design System | ||
// Copyright (c) 2024 MinIO, Inc. | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU Affero General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU Affero General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Affero General Public License | ||
// along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
import * as React from "react"; | ||
import { SVGProps } from "react"; | ||
|
||
const BellArrowIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 16 16" | ||
fill="none" | ||
className={`min-icon`} | ||
{...props} | ||
> | ||
<path | ||
d="M7.99998 2.0333C6.18658 2.0333 4.69998 3.5199 4.69998 5.3333C4.69998 7.76977 4.17693 9.38739 3.61451 10.4185C3.57371 10.4933 3.53278 10.5649 3.49192 10.6333H12.5274C12.4572 10.5186 12.3863 10.3951 12.3157 10.2627C12.1337 9.9216 12.2628 9.49758 12.6039 9.31565C12.945 9.13373 13.369 9.26277 13.551 9.60389C13.79 10.0522 14.0243 10.357 14.1898 10.5432C14.2727 10.6365 14.3386 10.7003 14.3796 10.7376C14.4002 10.7563 14.4144 10.7684 14.4215 10.7742L14.4258 10.7777C14.6626 10.9592 14.7586 11.2711 14.6641 11.5547C14.5688 11.8405 14.3013 12.0333 14 12.0333H1.99998C1.69151 12.0333 1.41941 11.8314 1.33002 11.5361C1.24163 11.2442 1.3525 10.9291 1.60313 10.7567L1.60444 10.7557C1.6091 10.7522 1.62052 10.7435 1.63779 10.7291C1.67231 10.7004 1.73027 10.6488 1.80431 10.5706C1.95204 10.4147 2.1657 10.151 2.38545 9.7481C2.82303 8.94588 3.29998 7.5635 3.29998 5.3333C3.29998 2.7467 5.41338 0.633301 7.99998 0.633301C8.53977 0.633301 9.01465 0.711438 9.48801 0.869222C9.85477 0.991476 10.053 1.3879 9.93073 1.75466C9.80847 2.12142 9.41205 2.31963 9.04529 2.19738C8.71864 2.0885 8.39352 2.0333 7.99998 2.0333Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M6.5294 13.3865C6.86817 13.2003 7.29379 13.3239 7.48005 13.6627C7.53124 13.7558 7.6065 13.8334 7.69796 13.8875C7.78942 13.9416 7.89373 13.9702 7.99998 13.9702C8.10624 13.9702 8.21054 13.9416 8.302 13.8875C8.39347 13.8334 8.46872 13.7558 8.51991 13.6627C8.70617 13.3239 9.13179 13.2003 9.47057 13.3865C9.80934 13.5728 9.93298 13.9984 9.74672 14.3372C9.57473 14.65 9.3219 14.9109 9.01464 15.0926C8.70738 15.2743 8.35696 15.3702 7.99998 15.3702C7.64301 15.3702 7.29259 15.2743 6.98533 15.0926C6.67806 14.9109 6.42523 14.65 6.25325 14.3372C6.06699 13.9984 6.19063 13.5728 6.5294 13.3865Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M9.96666 3.3333C9.96666 2.9467 10.2801 2.6333 10.6667 2.6333H14.2222C14.3171 2.6333 14.4076 2.65219 14.4902 2.68642C14.5709 2.7198 14.6466 2.76892 14.7126 2.83378L14.7217 2.84292C14.8457 2.96921 14.9222 3.14233 14.9222 3.3333V6.88886C14.9222 7.27546 14.6088 7.58886 14.2222 7.58886C13.8356 7.58886 13.5222 7.27546 13.5222 6.88886V5.02325L11.1616 7.38383C10.8883 7.6572 10.4451 7.6572 10.1717 7.38383C9.89832 7.11046 9.89832 6.66725 10.1717 6.39388L12.5323 4.0333H10.6667C10.2801 4.0333 9.96666 3.7199 9.96666 3.3333Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); | ||
export default BellArrowIcon; |
36 changes: 36 additions & 0 deletions
36
dist/esm/types/src/components/Icons/NewDesignIcons/BoxOutlineIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// This file is part of MinIO Design System | ||
// Copyright (c) 2024 MinIO, Inc. | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU Affero General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU Affero General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Affero General Public License | ||
// along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
import * as React from "react"; | ||
import { SVGProps } from "react"; | ||
|
||
const BoxOutlineIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 16 16" | ||
fill="none" | ||
className={`min-icon`} | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M7.72469 0.66135C7.90634 0.623992 8.09369 0.623992 8.27533 0.66135C8.48558 0.704591 8.67327 0.809781 8.81809 0.890942C8.83177 0.898613 8.84508 0.906068 8.85798 0.913237L9.83996 1.45878C10.1779 1.64653 10.2997 2.07269 10.1119 2.41064C9.92417 2.74859 9.49801 2.87035 9.16006 2.6826L8.17808 2.13706C8.08656 2.08621 8.03642 2.05861 8.00001 2.04045C7.9636 2.05861 7.91346 2.08621 7.82194 2.13706L6.83996 2.6826C6.50201 2.87035 6.07585 2.74859 5.8881 2.41064C5.70035 2.07269 5.82211 1.64653 6.16006 1.45878L7.14204 0.913237C7.15495 0.906069 7.16825 0.898613 7.18194 0.890943C7.32675 0.809781 7.51445 0.704591 7.72469 0.66135ZM11.8881 3.39741C12.0759 3.05946 12.502 2.9377 12.84 3.12545L13.7913 3.65398C13.805 3.66156 13.8191 3.66934 13.8336 3.67734C13.9381 3.73486 14.0637 3.80397 14.1814 3.89459C14.3581 3.94201 14.5161 4.0582 14.6119 4.23074C14.7017 4.39239 14.7207 4.57423 14.6791 4.7405C14.7012 4.8874 14.7006 5.0307 14.7001 5.14998C14.7001 5.16658 14.7 5.18271 14.7 5.19832V6.23736C14.7 6.62396 14.3866 6.93736 14 6.93736C13.6134 6.93736 13.3 6.62396 13.3 6.23736V5.76035L12.84 6.01594C12.502 6.20368 12.0758 6.08192 11.8881 5.74398C11.7004 5.40603 11.8221 4.97986 12.1601 4.79212L12.5586 4.57069L12.1601 4.34927C11.8221 4.16152 11.7004 3.73536 11.8881 3.39741ZM3.16006 3.12545C3.49801 2.9377 3.92417 3.05946 4.11192 3.39741C4.29967 3.73536 4.17791 4.16152 3.83996 4.34927L3.4414 4.57069L3.83996 4.79212C4.17791 4.97986 4.29967 5.40603 4.11192 5.74398C3.92417 6.08192 3.49801 6.20368 3.16006 6.01594L2.70001 5.76035V6.23736C2.70001 6.62396 2.38661 6.93736 2.00001 6.93736C1.61341 6.93736 1.30001 6.62396 1.30001 6.23736V5.19832C1.30001 5.18271 1.29995 5.16658 1.29988 5.14998C1.29942 5.0307 1.29886 4.8874 1.32092 4.7405C1.2793 4.57423 1.29829 4.39239 1.3881 4.23074C1.48396 4.0582 1.64197 3.94201 1.81865 3.89459C1.93635 3.80397 2.06189 3.73486 2.16638 3.67735C2.18092 3.66934 2.19506 3.66156 2.20871 3.65398L3.16006 3.12545ZM5.8881 6.73074C6.07585 6.39279 6.50201 6.27103 6.83996 6.45878L8.00001 7.10325L9.16006 6.45878C9.49801 6.27103 9.92417 6.39279 10.1119 6.73074C10.2997 7.06869 10.1779 7.49485 9.83996 7.6826L8.70001 8.31591V9.57069C8.70001 9.95729 8.38661 10.2707 8.00001 10.2707C7.61341 10.2707 7.30001 9.95729 7.30001 9.57069V8.31591L6.16006 7.6826C5.82211 7.49485 5.70035 7.06869 5.8881 6.73074ZM2.00001 8.87069C2.38661 8.87069 2.70001 9.18409 2.70001 9.57069V10.6097C2.70001 10.7203 2.70025 10.781 2.70225 10.8242C2.73897 10.8469 2.79191 10.8765 2.88861 10.9303L3.83996 11.4588C4.17791 11.6465 4.29967 12.0727 4.11192 12.4106C3.92417 12.7486 3.49801 12.8704 3.16006 12.6826L2.20871 12.1541C2.19506 12.1465 2.18093 12.1387 2.16639 12.1307C2.01305 12.0463 1.81438 11.9369 1.66168 11.7712C1.52983 11.6282 1.43005 11.4586 1.36901 11.2738C1.29831 11.0599 1.2992 10.8331 1.29988 10.6581C1.29995 10.6415 1.30001 10.6253 1.30001 10.6097V9.57069C1.30001 9.18409 1.61341 8.87069 2.00001 8.87069ZM14 8.87069C14.3866 8.87069 14.7 9.18409 14.7 9.57069V10.6097C14.7 10.6253 14.7001 10.6415 14.7001 10.6581C14.7008 10.8331 14.7017 11.0599 14.631 11.2738C14.57 11.4586 14.4702 11.6282 14.3383 11.7712C14.1856 11.9369 13.987 12.0463 13.8336 12.1307C13.8191 12.1387 13.805 12.1465 13.7913 12.1541L12.84 12.6826C12.502 12.8704 12.0759 12.7486 11.8881 12.4106C11.7004 12.0727 11.8221 11.6465 12.1601 11.4588L13.1114 10.9303C13.2081 10.8765 13.261 10.8469 13.2978 10.8242C13.2998 10.781 13.3 10.7203 13.3 10.6097V9.57069C13.3 9.18409 13.6134 8.87069 14 8.87069ZM7.30001 12.904C7.30001 12.5174 7.61341 12.204 8.00001 12.204C8.38661 12.204 8.70001 12.5174 8.70001 12.904V13.381L9.16006 13.1254C9.49801 12.9377 9.92417 13.0595 10.1119 13.3974C10.2997 13.7354 10.1779 14.1615 9.83996 14.3493L8.85798 14.8948C8.84508 14.902 8.83177 14.9094 8.81809 14.9171C8.72002 14.9721 8.6023 15.038 8.47123 15.0883C8.34685 15.2016 8.1815 15.2707 8.00001 15.2707C7.81852 15.2707 7.65317 15.2016 7.52879 15.0883C7.39772 15.038 7.28 14.9721 7.18194 14.9171C7.16825 14.9094 7.15495 14.902 7.14204 14.8948L6.16006 14.3493C5.82211 14.1615 5.70035 13.7354 5.8881 13.3974C6.07585 13.0595 6.50201 12.9377 6.83996 13.1254L7.30001 13.381V12.904Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); | ||
export default BoxOutlineIcon; |
48 changes: 48 additions & 0 deletions
48
dist/esm/types/src/components/Icons/NewDesignIcons/BucketCopyIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// This file is part of MinIO Design System | ||
// Copyright (c) 2024 MinIO, Inc. | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU Affero General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU Affero General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Affero General Public License | ||
// along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
import * as React from "react"; | ||
import { SVGProps } from "react"; | ||
|
||
const BucketCopyIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 16 16" | ||
fill="none" | ||
className={`min-icon`} | ||
{...props} | ||
> | ||
<path | ||
d="M1.33333 0.633301C0.946732 0.633301 0.633331 0.946701 0.633331 1.3333V3.66663C0.633331 4.05323 0.946732 4.36663 1.33333 4.36663H1.48458L2.19317 10.7439C2.23256 11.0984 2.53221 11.3666 2.88889 11.3666H3.66666C4.05326 11.3666 4.36666 11.0532 4.36666 10.6666C4.36666 10.28 4.05326 9.96661 3.66666 9.96661H3.51542L2.80683 3.58931C2.76495 3.21236 2.43106 2.93874 2.05562 2.96881C2.04822 2.96823 2.04079 2.96776 2.03333 2.96741V2.0333H9.96666V2.66663C9.96666 3.05323 10.2801 3.36663 10.6667 3.36663C11.0533 3.36663 11.3667 3.05323 11.3667 2.66663V1.3333C11.3667 0.946701 11.0533 0.633301 10.6667 0.633301H1.33333Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M7.74444 10C7.74444 9.61345 8.05784 9.30005 8.44444 9.30005H11.5555C11.9421 9.30005 12.2555 9.61345 12.2555 10C12.2555 10.3866 11.9421 10.7 11.5555 10.7H8.44444C8.05784 10.7 7.74444 10.3866 7.74444 10Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M9.22223 11.6333C8.83563 11.6333 8.52223 11.9467 8.52223 12.3333C8.52223 12.7199 8.83563 13.0333 9.22223 13.0333H10.7778C11.1644 13.0333 11.4778 12.7199 11.4778 12.3333C11.4778 11.9467 11.1644 11.6333 10.7778 11.6333H9.22223Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M5.33333 4.6333C4.94673 4.6333 4.63333 4.9467 4.63333 5.3333V7.66663C4.63333 8.05323 4.94673 8.36663 5.33333 8.36663H5.48459L6.19317 14.7439C6.23256 15.0984 6.53221 15.3666 6.88889 15.3666H13.1111C13.4678 15.3666 13.7674 15.0984 13.8068 14.7439L14.5154 8.36663H14.6667C15.0533 8.36663 15.3667 8.05323 15.3667 7.66663V5.3333C15.3667 4.9467 15.0533 4.6333 14.6667 4.6333H5.33333ZM13.8889 6.96655L13.8996 6.96663H13.9667V6.0333H6.03333V6.96663H6.10045L6.11111 6.96655H13.8889ZM7.51542 13.9666L6.89321 8.36663H13.1068L12.4846 13.9666H7.51542Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); | ||
export default BucketCopyIcon; |
46 changes: 46 additions & 0 deletions
46
dist/esm/types/src/components/Icons/NewDesignIcons/BucketQuotaIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
// This file is part of MinIO Design System | ||
// Copyright (c) 2024 MinIO, Inc. | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU Affero General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU Affero General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Affero General Public License | ||
// along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
import * as React from "react"; | ||
import { SVGProps } from "react"; | ||
|
||
const BucketQuotaIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 16 16" | ||
fill="none" | ||
className={`min-icon`} | ||
{...props} | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M1.99999 0.633301C1.61339 0.633301 1.29999 0.946701 1.29999 1.3333V4.3333C1.29999 4.7199 1.61339 5.0333 1.99999 5.0333H2.37346L2.55427 6.6606C2.59696 7.04484 2.94306 7.32171 3.32729 7.27902C3.71153 7.23633 3.9884 6.89023 3.94571 6.506L3.78207 5.0333H12.2179L11.3735 12.6333H11.3333C10.9467 12.6333 10.6333 12.9467 10.6333 13.3333C10.6333 13.7199 10.9467 14.0333 11.3333 14.0333H12C12.3567 14.0333 12.6563 13.7651 12.6957 13.4106L13.6265 5.0333H14C14.3866 5.0333 14.7 4.7199 14.7 4.3333V1.3333C14.7 0.946701 14.3866 0.633301 14 0.633301H1.99999ZM13.3 3.6333V2.0333H2.69999V3.6333H13.3Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
d="M4.31103 8.37552C4.56763 8.66468 4.54124 9.10711 4.25208 9.36372C3.98364 9.60193 3.76674 9.89249 3.61468 10.2176C3.46262 10.5426 3.37863 10.8954 3.36784 11.2541C3.35706 11.6128 3.41972 11.9699 3.55198 12.3036C3.68424 12.6372 3.8833 12.9402 4.13694 13.1941C4.39059 13.4481 4.69346 13.6474 5.02696 13.78C5.36046 13.9126 5.71755 13.9757 6.07631 13.9653C6.43506 13.9549 6.78789 13.8713 7.11315 13.7196C7.43841 13.5679 7.72922 13.3513 7.96773 13.0831C8.22465 12.7942 8.66711 12.7683 8.95599 13.0252C9.24486 13.2822 9.27077 13.7246 9.01385 14.0135C8.64853 14.4242 8.20311 14.756 7.70494 14.9883C7.20676 15.2207 6.66635 15.3488 6.11688 15.3647C5.5674 15.3806 5.02048 15.2841 4.50968 15.081C3.99887 14.8779 3.53498 14.5725 3.14649 14.1836C2.75799 13.7947 2.45309 13.3305 2.25052 12.8195C2.04794 12.3085 1.95196 11.7615 1.96848 11.212C1.98499 10.6626 2.11365 10.1223 2.34655 9.6244C2.57945 9.12648 2.91168 8.68143 3.32283 8.31657C3.61199 8.05997 4.05442 8.08636 4.31103 8.37552Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M5.99999 7.30005C5.61339 7.30005 5.29999 7.61345 5.29999 8.00005V11.3332C5.29999 11.7198 5.61339 12.0332 5.99999 12.0332H9.33332C9.51897 12.0332 9.69702 11.9595 9.8283 11.8282C9.95957 11.6969 10.0333 11.5189 10.0333 11.3332C10.0333 10.2636 9.60837 9.2377 8.85197 8.48134C8.09558 7.72497 7.06968 7.30005 5.99999 7.30005ZM6.69999 10.6332V8.79478C7.13557 8.9149 7.53694 9.14621 7.86205 9.4713C8.18714 9.79639 8.41845 10.1977 8.53858 10.6332H6.69999Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); | ||
export default BucketQuotaIcon; |
40 changes: 40 additions & 0 deletions
40
dist/esm/types/src/components/Icons/NewDesignIcons/ClusterHealthIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
// This file is part of MinIO Design System | ||
// Copyright (c) 2024 MinIO, Inc. | ||
// | ||
// This program is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU Affero General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// This program is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU Affero General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU Affero General Public License | ||
// along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
import * as React from "react"; | ||
import { SVGProps } from "react"; | ||
|
||
const ClusterHealthIcon = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 16 16" | ||
fill="none" | ||
className={`min-icon`} | ||
{...props} | ||
> | ||
<path | ||
d="M7.99999 5.30005C8.38659 5.30005 8.69999 5.61345 8.69999 6.00005V7.30005H9.99999C10.3866 7.30005 10.7 7.61345 10.7 8.00005C10.7 8.38665 10.3866 8.70005 9.99999 8.70005H8.69999V10C8.69999 10.3866 8.38659 10.7 7.99999 10.7C7.61339 10.7 7.29999 10.3866 7.29999 10V8.70005H5.99999C5.61339 8.70005 5.29999 8.38665 5.29999 8.00005C5.29999 7.61345 5.61339 7.30005 5.99999 7.30005H7.29999V6.00005C7.29999 5.61345 7.61339 5.30005 7.99999 5.30005Z" | ||
fill="currentColor" | ||
/> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M7.64999 0.727083C7.86657 0.60204 8.13341 0.60204 8.34999 0.727083L14.1235 4.06042C14.3401 4.18546 14.4735 4.41655 14.4735 4.66663V11.3333C14.4735 11.5834 14.3401 11.8145 14.1235 11.9395L8.34999 15.2729C8.13341 15.3979 7.86657 15.3979 7.64999 15.2729L1.87649 11.9395C1.65991 11.8145 1.52649 11.5834 1.52649 11.3333V4.66663C1.52649 4.41655 1.65991 4.18546 1.87649 4.06042L7.64999 0.727083ZM2.92649 5.07078V10.9292L7.99999 13.8583L13.0735 10.9292V5.07078L7.99999 2.14159L2.92649 5.07078Z" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); | ||
export default ClusterHealthIcon; |
Oops, something went wrong.