@dsgngo/common-icons 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,12 @@ exports.IconFileXLS = IconFileXLS;
|
|
|
33
33
|
exports.IconFileZIP = IconFileZIP;
|
|
34
34
|
exports.IconFiles = IconFiles;
|
|
35
35
|
exports.IconFolder = IconFolder;
|
|
36
|
+
exports.IconFolderMinus = IconFolderMinus;
|
|
36
37
|
exports.IconFolderOpen = IconFolderOpen;
|
|
38
|
+
exports.IconFolderPlus = IconFolderPlus;
|
|
39
|
+
exports.IconFolderSimpleDashed = IconFolderSimpleDashed;
|
|
40
|
+
exports.IconFolderSimpleMinus = IconFolderSimpleMinus;
|
|
41
|
+
exports.IconFolderSimplePlus = IconFolderSimplePlus;
|
|
37
42
|
exports.IconList = IconList;
|
|
38
43
|
exports.IconListDashes = IconListDashes;
|
|
39
44
|
exports.IconListNumbers = IconListNumbers;
|
|
@@ -718,4 +723,64 @@ function IconTextUnderline(props) {
|
|
|
718
723
|
})
|
|
719
724
|
})
|
|
720
725
|
});
|
|
726
|
+
}
|
|
727
|
+
function IconFolderMinus(props) {
|
|
728
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
729
|
+
className: "icon fill icon-folder-minus ".concat(props.className ? props.className : ''),
|
|
730
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
731
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
732
|
+
viewBox: "0 0 32 32",
|
|
733
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
734
|
+
d: "M27 9.00001H16.4137L13 5.58626C12.815 5.39973 12.5947 5.25185 12.352 5.15121C12.1093 5.05057 11.849 4.99917 11.5863 5.00001H5C4.46957 5.00001 3.96086 5.21072 3.58579 5.5858C3.21071 5.96087 3 6.46958 3 7.00001V25.0775C3.00066 25.5872 3.20342 26.0758 3.56382 26.4362C3.92421 26.7966 4.41282 26.9993 4.9225 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1113V11C29 10.4696 28.7893 9.96087 28.4142 9.5858C28.0391 9.21072 27.5304 9.00001 27 9.00001ZM11.5863 7.00001L13.5863 9.00001H5V7.00001H11.5863ZM27 25H5V11H27V25ZM13 17H19C19.2652 17 19.5196 17.1054 19.7071 17.2929C19.8946 17.4804 20 17.7348 20 18C20 18.2652 19.8946 18.5196 19.7071 18.7071C19.5196 18.8947 19.2652 19 19 19H13C12.7348 19 12.4804 18.8947 12.2929 18.7071C12.1054 18.5196 12 18.2652 12 18C12 17.7348 12.1054 17.4804 12.2929 17.2929C12.4804 17.1054 12.7348 17 13 17Z"
|
|
735
|
+
})
|
|
736
|
+
})
|
|
737
|
+
});
|
|
738
|
+
}
|
|
739
|
+
function IconFolderPlus(props) {
|
|
740
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
741
|
+
className: "icon fill icon-folder-plus ".concat(props.className ? props.className : ''),
|
|
742
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
743
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
744
|
+
viewBox: "0 0 32 32",
|
|
745
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
746
|
+
d: "M27 9.00001H16.4137L13 5.58626C12.815 5.39973 12.5947 5.25185 12.352 5.15121C12.1093 5.05057 11.849 4.99917 11.5863 5.00001H5C4.46957 5.00001 3.96086 5.21072 3.58579 5.5858C3.21071 5.96087 3 6.46958 3 7.00001V25.0775C3.00066 25.5872 3.20342 26.0758 3.56382 26.4362C3.92421 26.7966 4.41282 26.9993 4.9225 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1113V11C29 10.4696 28.7893 9.96087 28.4142 9.5858C28.0391 9.21072 27.5304 9.00001 27 9.00001ZM11.5863 7.00001L13.5863 9.00001H5V7.00001H11.5863ZM27 25H5V11H27V25ZM16 14C16.2652 14 16.5196 14.1054 16.7071 14.2929C16.8946 14.4804 17 14.7348 17 15V17H19C19.2652 17 19.5196 17.1054 19.7071 17.2929C19.8946 17.4804 20 17.7348 20 18C20 18.2652 19.8946 18.5196 19.7071 18.7071C19.5196 18.8947 19.2652 19 19 19H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8947 16.2652 22 16 22C15.7348 22 15.4804 21.8947 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V19H13C12.7348 19 12.4804 18.8947 12.2929 18.7071C12.1054 18.5196 12 18.2652 12 18C12 17.7348 12.1054 17.4804 12.2929 17.2929C12.4804 17.1054 12.7348 17 13 17H15V15C15 14.7348 15.1054 14.4804 15.2929 14.2929C15.4804 14.1054 15.7348 14 16 14Z"
|
|
747
|
+
})
|
|
748
|
+
})
|
|
749
|
+
});
|
|
750
|
+
}
|
|
751
|
+
function IconFolderSimpleDashed(props) {
|
|
752
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
753
|
+
className: "icon fill icon-folder-simple-dashed ".concat(props.className ? props.className : ''),
|
|
754
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
755
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
756
|
+
viewBox: "0 0 32 32",
|
|
757
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
758
|
+
d: "M3 10V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11.6663C12.0988 6.00107 12.5196 6.14132 12.8663 6.4L16.6 9.2C16.7051 9.27879 16.7936 9.37751 16.8605 9.49051C16.9274 9.60351 16.9714 9.72858 16.99 9.85858C17.0085 9.98858 17.0013 10.121 16.9687 10.2482C16.9361 10.3754 16.8788 10.4949 16.8 10.6C16.7212 10.7051 16.6225 10.7936 16.5095 10.8605C16.3965 10.9274 16.2714 10.9714 16.1414 10.9899C16.0114 11.0085 15.879 11.0013 15.7518 10.9687C15.6246 10.9361 15.5051 10.8788 15.4 10.8L11.6663 8H5V10C5 10.2652 4.89464 10.5196 4.70711 10.7071C4.51957 10.8946 4.26522 11 4 11C3.73478 11 3.48043 10.8946 3.29289 10.7071C3.10536 10.5196 3 10.2652 3 10ZM11 25H5V24C5 23.7348 4.89464 23.4804 4.70711 23.2929C4.51957 23.1054 4.26522 23 4 23C3.73478 23 3.48043 23.1054 3.29289 23.2929C3.10536 23.4804 3 23.7348 3 24V25.0775C3.00066 25.5872 3.20342 26.0758 3.56382 26.4362C3.92421 26.7966 4.41282 26.9993 4.9225 27H11C11.2652 27 11.5196 26.8946 11.7071 26.7071C11.8946 26.5196 12 26.2652 12 26C12 25.7348 11.8946 25.4804 11.7071 25.2929C11.5196 25.1054 11.2652 25 11 25ZM20 25H16C15.7348 25 15.4804 25.1054 15.2929 25.2929C15.1054 25.4804 15 25.7348 15 26C15 26.2652 15.1054 26.5196 15.2929 26.7071C15.4804 26.8946 15.7348 27 16 27H20C20.2652 27 20.5196 26.8946 20.7071 26.7071C20.8946 26.5196 21 26.2652 21 26C21 25.7348 20.8946 25.4804 20.7071 25.2929C20.5196 25.1054 20.2652 25 20 25ZM28 18C27.7348 18 27.4804 18.1054 27.2929 18.2929C27.1054 18.4804 27 18.7348 27 19V25H25C24.7348 25 24.4804 25.1054 24.2929 25.2929C24.1054 25.4804 24 25.7348 24 26C24 26.2652 24.1054 26.5196 24.2929 26.7071C24.4804 26.8946 24.7348 27 25 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1112V19C29 18.7348 28.8946 18.4804 28.7071 18.2929C28.5196 18.1054 28.2652 18 28 18ZM27 9H21C20.7348 9 20.4804 9.10536 20.2929 9.29289C20.1054 9.48043 20 9.73478 20 10C20 10.2652 20.1054 10.5196 20.2929 10.7071C20.4804 10.8946 20.7348 11 21 11H27V14C27 14.2652 27.1054 14.5196 27.2929 14.7071C27.4804 14.8946 27.7348 15 28 15C28.2652 15 28.5196 14.8946 28.7071 14.7071C28.8946 14.5196 29 14.2652 29 14V11C29 10.4696 28.7893 9.96086 28.4142 9.58579C28.0391 9.21071 27.5304 9 27 9ZM4 20C4.26522 20 4.51957 19.8946 4.70711 19.7071C4.89464 19.5196 5 19.2652 5 19V15C5 14.7348 4.89464 14.4804 4.70711 14.2929C4.51957 14.1054 4.26522 14 4 14C3.73478 14 3.48043 14.1054 3.29289 14.2929C3.10536 14.4804 3 14.7348 3 15V19C3 19.2652 3.10536 19.5196 3.29289 19.7071C3.48043 19.8946 3.73478 20 4 20Z"
|
|
759
|
+
})
|
|
760
|
+
})
|
|
761
|
+
});
|
|
762
|
+
}
|
|
763
|
+
function IconFolderSimpleMinus(props) {
|
|
764
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
765
|
+
className: "icon fill icon-folder-simple-minus ".concat(props.className ? props.className : ''),
|
|
766
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
767
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
768
|
+
viewBox: "0 0 32 32",
|
|
769
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
770
|
+
d: "M27 9H16.3337L12.8663 6.4C12.5196 6.14132 12.0988 6.00107 11.6663 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1112V11C29 10.4696 28.7893 9.96086 28.4142 9.58579C28.0391 9.21071 27.5304 9 27 9ZM27 25H5V8H11.6663L15.4 10.8C15.5731 10.9298 15.7836 11 16 11H27V25ZM20 18C20 18.2652 19.8946 18.5196 19.7071 18.7071C19.5196 18.8946 19.2652 19 19 19H13C12.7348 19 12.4804 18.8946 12.2929 18.7071C12.1054 18.5196 12 18.2652 12 18C12 17.7348 12.1054 17.4804 12.2929 17.2929C12.4804 17.1054 12.7348 17 13 17H19C19.2652 17 19.5196 17.1054 19.7071 17.2929C19.8946 17.4804 20 17.7348 20 18Z"
|
|
771
|
+
})
|
|
772
|
+
})
|
|
773
|
+
});
|
|
774
|
+
}
|
|
775
|
+
function IconFolderSimplePlus(props) {
|
|
776
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
777
|
+
className: "icon fill icon-folder-simple-plus ".concat(props.className ? props.className : ''),
|
|
778
|
+
onClick: props.onClick ? props.onClick : undefined,
|
|
779
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
780
|
+
viewBox: "0 0 32 32",
|
|
781
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
782
|
+
d: "M27 9H16.3337L12.8663 6.4C12.5196 6.14132 12.0988 6.00107 11.6663 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27.1112C27.612 26.9993 28.092 26.8001 28.4461 26.4461C28.8001 26.092 28.9993 25.612 29 25.1112V11C29 10.4696 28.7893 9.96086 28.4142 9.58579C28.0391 9.21071 27.5304 9 27 9ZM27 25H5V8H11.6663L15.4 10.8C15.5731 10.9298 15.7836 11 16 11H27V25ZM20 18C20 18.2652 19.8946 18.5196 19.7071 18.7071C19.5196 18.8946 19.2652 19 19 19H17V21C17 21.2652 16.8946 21.5196 16.7071 21.7071C16.5196 21.8946 16.2652 22 16 22C15.7348 22 15.4804 21.8946 15.2929 21.7071C15.1054 21.5196 15 21.2652 15 21V19H13C12.7348 19 12.4804 18.8946 12.2929 18.7071C12.1054 18.5196 12 18.2652 12 18C12 17.7348 12.1054 17.4804 12.2929 17.2929C12.4804 17.1054 12.7348 17 13 17H15V15C15 14.7348 15.1054 14.4804 15.2929 14.2929C15.4804 14.1054 15.7348 14 16 14C16.2652 14 16.5196 14.1054 16.7071 14.2929C16.8946 14.4804 17 14.7348 17 15V17H19C19.2652 17 19.5196 17.1054 19.7071 17.2929C19.8946 17.4804 20 17.7348 20 18Z"
|
|
783
|
+
})
|
|
784
|
+
})
|
|
785
|
+
});
|
|
721
786
|
}
|