@tdm-design/icons 0.1.0 → 0.1.2
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.
- package/ChevronUpDoubleFilledIcon.d.ts +1 -0
- package/ChevronUpDoubleFilledIcon.js +13 -0
- package/ForensicWatermarkingFilledIcon.d.ts +1 -0
- package/ForensicWatermarkingFilledIcon.js +13 -0
- package/dist/index.umd.js +73 -4
- package/dist/index.umd.min.js +1 -1
- package/es/icons/ChevronRightDoubleFilledIcon.d.ts.map +1 -1
- package/es/icons/ChevronRightDoubleFilledIcon.js +2 -4
- package/es/icons/ChevronUpDoubleFilledIcon.d.ts.map +1 -0
- package/es/icons/ChevronUpDoubleFilledIcon.js +31 -0
- package/es/icons/ForensicWatermarkingFilledIcon.d.ts.map +1 -0
- package/es/icons/ForensicWatermarkingFilledIcon.js +38 -0
- package/es/icons/index.d.ts.map +1 -1
- package/es/icons/index.js +2 -0
- package/lib/icons/ChevronRightDoubleFilledIcon.d.ts +1 -1
- package/lib/icons/ChevronRightDoubleFilledIcon.d.ts.map +1 -1
- package/lib/icons/ChevronRightDoubleFilledIcon.js +2 -4
- package/lib/icons/ChevronUpDoubleFilledIcon.d.ts +6 -0
- package/lib/icons/ChevronUpDoubleFilledIcon.d.ts.map +1 -0
- package/lib/icons/ChevronUpDoubleFilledIcon.js +40 -0
- package/lib/icons/ForensicWatermarkingFilledIcon.d.ts +6 -0
- package/lib/icons/ForensicWatermarkingFilledIcon.d.ts.map +1 -0
- package/lib/icons/ForensicWatermarkingFilledIcon.js +46 -0
- package/lib/icons/index.d.ts +2 -0
- package/lib/icons/index.d.ts.map +1 -1
- package/lib/icons/index.js +14 -0
- package/package.json +37 -39
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './lib/icons/ChevronUpDoubleFilledIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
|
|
7
|
+
const _ChevronUpDoubleFilledIcon = _interopRequireDefault(require('./lib/icons/ChevronUpDoubleFilledIcon'));
|
|
8
|
+
|
|
9
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
10
|
+
|
|
11
|
+
const _default = _ChevronUpDoubleFilledIcon;
|
|
12
|
+
exports.default = _default;
|
|
13
|
+
module.exports = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './lib/icons/ForensicWatermarkingFilledIcon';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
exports.default = void 0;
|
|
6
|
+
|
|
7
|
+
const _ForensicWatermarkingFilledIcon = _interopRequireDefault(require('./lib/icons/ForensicWatermarkingFilledIcon'));
|
|
8
|
+
|
|
9
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
10
|
+
|
|
11
|
+
const _default = _ForensicWatermarkingFilledIcon;
|
|
12
|
+
exports.default = _default;
|
|
13
|
+
module.exports = _default;
|
package/dist/index.umd.js
CHANGED
|
@@ -921,6 +921,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
921
921
|
ChevronLeftFilledIcon: function() { return /* reexport */ ChevronLeftFilledIcon; },
|
|
922
922
|
ChevronRightDoubleFilledIcon: function() { return /* reexport */ ChevronRightDoubleFilledIcon; },
|
|
923
923
|
ChevronRightFilledIcon: function() { return /* reexport */ ChevronRightFilledIcon; },
|
|
924
|
+
ChevronUpDoubleFilledIcon: function() { return /* reexport */ ChevronUpDoubleFilledIcon; },
|
|
924
925
|
ChevronUpFilledIcon: function() { return /* reexport */ ChevronUpFilledIcon; },
|
|
925
926
|
ChildReachingFilledIcon: function() { return /* reexport */ ChildReachingFilledIcon; },
|
|
926
927
|
ChildReachingOutlinedIcon: function() { return /* reexport */ ChildReachingOutlinedIcon; },
|
|
@@ -1080,6 +1081,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1080
1081
|
FolderOutlinedIcon: function() { return /* reexport */ FolderOutlinedIcon; },
|
|
1081
1082
|
FontCaseFilledIcon: function() { return /* reexport */ FontCaseFilledIcon; },
|
|
1082
1083
|
FontCaseOutlinedIcon: function() { return /* reexport */ FontCaseOutlinedIcon; },
|
|
1084
|
+
ForensicWatermarkingFilledIcon: function() { return /* reexport */ ForensicWatermarkingFilledIcon; },
|
|
1083
1085
|
ForwardFastFilledIcon: function() { return /* reexport */ ForwardFastFilledIcon; },
|
|
1084
1086
|
ForwardFastOutlinedIcon: function() { return /* reexport */ ForwardFastOutlinedIcon; },
|
|
1085
1087
|
ForwardFilledIcon: function() { return /* reexport */ ForwardFilledIcon; },
|
|
@@ -9614,14 +9616,12 @@ const chevronRightDoubleFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
|
9614
9616
|
fill: "#cacaca",
|
|
9615
9617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9616
9618
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
|
|
9617
|
-
"
|
|
9618
|
-
"clip-rule": "evenodd",
|
|
9619
|
-
d: "M9.29289 5.29289C9.68342 4.90237 10.3166 4.90237 10.7071 5.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071C8.90237 18.3166 8.90237 17.6834 9.29289 17.2929L14.5858 12L9.29289 6.70711C8.90237 6.31658 8.90237 5.68342 9.29289 5.29289Z"
|
|
9619
|
+
d: "M5.293 6.293a1 1 0 011.338-.068l.076.068 5 5a1 1 0 010 1.414l-5 5a1 1 0 11-1.414-1.414L9.586 12 5.293 7.707l-.068-.076a1 1 0 01.068-1.338zm7 0a1 1 0 011.338-.068l.076.068 5 5a1 1 0 010 1.414l-5 5a1 1 0 11-1.414-1.414L16.586 12l-4.293-4.293-.068-.076a1 1 0 01.068-1.338z"
|
|
9620
9620
|
})
|
|
9621
9621
|
});
|
|
9622
9622
|
const chevronRightDoubleFilledIconDefinition = svgToIconDefinition(chevronRightDoubleFilledSvg, 'chevron-right-double-filled');
|
|
9623
9623
|
|
|
9624
|
-
/** */
|
|
9625
9625
|
const ChevronRightDoubleFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
9626
9626
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
9627
9627
|
...props,
|
|
@@ -9663,6 +9663,36 @@ const ChevronRightFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((
|
|
|
9663
9663
|
});
|
|
9664
9664
|
if (false) {}
|
|
9665
9665
|
/* harmony default export */ var ChevronRightFilledIcon = (ChevronRightFilledIcon_RefIcon);
|
|
9666
|
+
;// CONCATENATED MODULE: ./src/icons/ChevronUpDoubleFilledIcon.tsx
|
|
9667
|
+
// GENERATE BY ./scripts/generate.ts
|
|
9668
|
+
// DON NOT EDIT IT MANUALLY
|
|
9669
|
+
|
|
9670
|
+
|
|
9671
|
+
|
|
9672
|
+
|
|
9673
|
+
|
|
9674
|
+
const chevronUpDoubleFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
9675
|
+
width: "24",
|
|
9676
|
+
height: "24",
|
|
9677
|
+
viewBox: "0 0 24 24",
|
|
9678
|
+
fill: "#cacaca",
|
|
9679
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9680
|
+
children: /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
|
|
9681
|
+
d: "M17.707 18.707a1 1 0 00.068-1.338l-.068-.076-5-5a1 1 0 00-1.414 0l-5 5a1 1 0 101.414 1.414L12 14.414l4.293 4.293.076.069a1 1 0 001.338-.069zm0-7a1 1 0 00.068-1.338l-.068-.076-5-5a1 1 0 00-1.414 0l-5 5a1 1 0 101.414 1.414L12 7.414l4.293 4.293.076.068a1 1 0 001.338-.068z"
|
|
9682
|
+
})
|
|
9683
|
+
});
|
|
9684
|
+
const chevronUpDoubleFilledIconDefinition = svgToIconDefinition(chevronUpDoubleFilledSvg, 'chevron-up-double-filled');
|
|
9685
|
+
|
|
9686
|
+
/** */
|
|
9687
|
+
const ChevronUpDoubleFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
9688
|
+
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
9689
|
+
...props,
|
|
9690
|
+
ref: ref,
|
|
9691
|
+
icon: chevronUpDoubleFilledIconDefinition
|
|
9692
|
+
});
|
|
9693
|
+
});
|
|
9694
|
+
if (false) {}
|
|
9695
|
+
/* harmony default export */ var ChevronUpDoubleFilledIcon = (ChevronUpDoubleFilledIcon_RefIcon);
|
|
9666
9696
|
;// CONCATENATED MODULE: ./src/icons/ChevronUpFilledIcon.tsx
|
|
9667
9697
|
// GENERATE BY ./scripts/generate.ts
|
|
9668
9698
|
// DON NOT EDIT IT MANUALLY
|
|
@@ -14974,6 +15004,43 @@ const FontCaseOutlinedIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((pr
|
|
|
14974
15004
|
});
|
|
14975
15005
|
if (false) {}
|
|
14976
15006
|
/* harmony default export */ var FontCaseOutlinedIcon = (FontCaseOutlinedIcon_RefIcon);
|
|
15007
|
+
;// CONCATENATED MODULE: ./src/icons/ForensicWatermarkingFilledIcon.tsx
|
|
15008
|
+
// GENERATE BY ./scripts/generate.ts
|
|
15009
|
+
// DON NOT EDIT IT MANUALLY
|
|
15010
|
+
|
|
15011
|
+
|
|
15012
|
+
|
|
15013
|
+
|
|
15014
|
+
|
|
15015
|
+
|
|
15016
|
+
const forensicWatermarkingFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsxs)("svg", {
|
|
15017
|
+
width: "24",
|
|
15018
|
+
height: "24",
|
|
15019
|
+
viewBox: "0 0 24 24",
|
|
15020
|
+
fill: "#cacaca",
|
|
15021
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15022
|
+
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("path", {
|
|
15023
|
+
d: "M12 10C12.5523 10 13 10.4477 13 11V12L12.9922 12.6221C12.9182 15.6768 12.3061 17.8659 11.667 19.3359C11.3269 20.1182 10.9816 20.6921 10.7109 21.0801C10.5758 21.2738 10.4594 21.4209 10.3721 21.5244C10.3284 21.5762 10.2916 21.6172 10.2637 21.6475C10.2454 21.6673 10.2271 21.687 10.208 21.7061C10.2077 21.7064 10.2067 21.7067 10.207 21.707C9.81651 22.0976 9.18349 22.0976 8.79297 21.707C8.42718 21.3412 8.40419 20.7629 8.72363 20.3701L8.79004 20.2959L8.79199 20.293C8.80071 20.2835 8.81817 20.2645 8.84277 20.2354C8.89216 20.1768 8.97119 20.0776 9.07031 19.9355C9.26839 19.6516 9.54818 19.1941 9.83301 18.5391C10.3658 17.3138 10.9253 15.3792 10.9932 12.5732L11 12V11C11 10.4477 11.4477 10 12 10Z"
|
|
15024
|
+
}), " ", /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
|
|
15025
|
+
d: "M14 19C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19Z"
|
|
15026
|
+
}), " ", /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
|
|
15027
|
+
d: "M12 6C14.7614 6 17 8.23858 17 11C17 11.5523 16.5523 12 16 12C15.4477 12 15 11.5523 15 11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11L8.99414 11.5703C8.96758 12.873 8.85447 13.9669 8.74023 14.7666C8.67492 15.2238 8.6088 15.5859 8.55859 15.8369C8.5335 15.9624 8.51248 16.0607 8.49707 16.1289C8.48946 16.1626 8.48304 16.189 8.47852 16.208C8.47624 16.2176 8.47405 16.2258 8.47266 16.2314C8.47198 16.2342 8.4707 16.2383 8.4707 16.2383V16.2422L8.46973 16.2412C8.1718 17.4329 7.57809 18.3222 7.06543 18.9082C6.80845 19.2019 6.56762 19.4248 6.38672 19.5771C6.29603 19.6535 6.21893 19.7126 6.16211 19.7549C6.11596 19.7892 6.08758 19.8101 6.05762 19.8301L6.05566 19.8311C6.05534 19.8314 6.05443 19.8316 6.05469 19.832C5.59516 20.1384 4.97432 20.0142 4.66797 19.5547C4.36252 19.0965 4.4852 18.4782 4.94141 18.1709C4.94547 18.168 4.9552 18.1614 4.96875 18.1514C4.99585 18.1312 5.04009 18.0963 5.09766 18.0479C5.21352 17.9503 5.37934 17.7977 5.55957 17.5918C5.81075 17.3047 6.08022 16.9211 6.29102 16.4443C5.22032 15.7564 4.28617 14.9079 3.59668 14.2002C3.16936 13.7616 2.82357 13.3659 2.58398 13.0791C2.46408 12.9355 2.36966 12.8188 2.30469 12.7363C2.2722 12.6951 2.24722 12.6618 2.22949 12.6387C2.22071 12.6272 2.21399 12.6179 2.20898 12.6113C2.20647 12.608 2.20369 12.6056 2.20215 12.6035L2.2002 12.6006L2.19922 12.5996L2.17285 12.5596C2.16298 12.5449 2.15262 12.5307 2.14355 12.5156L2.14258 12.5146C2.12949 12.4929 2.1177 12.4706 2.10645 12.4482C2.10475 12.4449 2.10224 12.4419 2.10059 12.4385C2.0906 12.4181 2.0827 12.3968 2.07422 12.376C2.07076 12.3675 2.0667 12.3592 2.06348 12.3506C2.056 12.3306 2.05009 12.3103 2.04395 12.29C2.04155 12.2822 2.03833 12.2745 2.03613 12.2666C2.03318 12.2559 2.03091 12.2451 2.02832 12.2344C2.017 12.1875 2.00839 12.14 2.00391 12.0918C2.00179 12.0687 2.00149 12.0456 2.00098 12.0225C2.00087 12.0179 2.00004 12.0134 2 12.0088V11.9893C2.00021 11.9703 2.00165 11.9515 2.00293 11.9326C2.00544 11.8952 2.0088 11.8576 2.01562 11.8203C2.01963 11.7983 2.02577 11.7766 2.03125 11.7549C2.03346 11.7462 2.03465 11.7372 2.03711 11.7285C2.05406 11.6681 2.07724 11.6094 2.10547 11.5527L2.10645 11.5518L2.10742 11.5498L2.10938 11.5449C2.11117 11.5414 2.11343 11.5367 2.11621 11.5312C2.12194 11.5201 2.13042 11.5047 2.14062 11.4854C2.16121 11.4463 2.19186 11.3898 2.2334 11.3145C2.31644 11.1638 2.44524 10.9354 2.63477 10.6152C2.91897 10.1351 3.34041 9.44557 3.94922 8.49414L4.62207 7.45312C4.71331 7.31345 4.80851 7.17483 4.90625 7.03711L5.20898 6.62793L5.27539 6.5498C5.62427 6.18228 6.20171 6.1317 6.61133 6.44824C7.02097 6.76484 7.11737 7.33631 6.84961 7.7666L6.79102 7.85059L6.53711 8.19434C6.45466 8.31051 6.37448 8.42806 6.29688 8.54688L5.63379 9.57227C5.03544 10.5074 4.62621 11.1774 4.35547 11.6348C4.29867 11.7307 4.24916 11.8179 4.2041 11.8955C4.41192 12.1404 4.69107 12.4575 5.02832 12.8037C5.52201 13.3105 6.12137 13.863 6.77734 14.3516C6.87555 13.6322 6.9709 12.6689 6.99414 11.5303L7 11C7 8.23858 9.23858 6 12 6Z"
|
|
15028
|
+
}), " ", /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
|
|
15029
|
+
d: "M12.3213 3.00586C15.6079 3.13554 17.935 5.2441 19.3779 7.45312L20.0508 8.49414C20.6596 9.44557 21.081 10.1351 21.3652 10.6152C21.5548 10.9354 21.6836 11.1638 21.7666 11.3145C21.8081 11.3898 21.8388 11.4463 21.8594 11.4854C21.8696 11.5047 21.8781 11.5201 21.8838 11.5312C21.8866 11.5367 21.8888 11.5414 21.8906 11.5449L21.8926 11.5498L21.8936 11.5518L21.8945 11.5527L21.9023 11.5703C21.9094 11.5851 21.9156 11.6002 21.9219 11.6152L21.9355 11.6465C21.9369 11.6499 21.9372 11.6538 21.9385 11.6572C21.944 11.6725 21.9493 11.6877 21.9541 11.7031C21.9585 11.7171 21.9631 11.731 21.9668 11.7451C21.9691 11.7538 21.9706 11.7627 21.9727 11.7715C22.0062 11.9137 22.0075 12.0586 21.9795 12.1973C21.9709 12.2402 21.9587 12.2824 21.9443 12.3242C21.9392 12.3392 21.9346 12.3544 21.9287 12.3691C21.9234 12.3824 21.917 12.3951 21.9111 12.4082C21.9052 12.4215 21.9001 12.4352 21.8936 12.4482C21.8868 12.4616 21.8785 12.4742 21.8711 12.4873C21.8309 12.5593 21.7823 12.6267 21.7246 12.6875L21.7207 12.6934L21.707 12.707C21.6985 12.7158 21.6861 12.7293 21.6699 12.7461C21.6373 12.7798 21.5893 12.829 21.5283 12.8916C21.4061 13.0171 21.2298 13.1973 21.0156 13.4141C20.5877 13.8472 20.0036 14.4306 19.3818 15.0312C18.7617 15.6303 18.0957 16.2547 17.5049 16.7646C17.2098 17.0193 16.9241 17.2534 16.667 17.4443C16.4258 17.6234 16.1526 17.8079 15.8936 17.9189C15.5318 18.0739 15.1129 18.0026 14.8232 17.7363C14.5335 17.4697 14.4272 17.0572 14.5518 16.6836C14.5518 16.6836 14.5525 16.6797 14.5537 16.6758C14.5563 16.6676 14.5607 16.6542 14.5664 16.6357C14.5779 16.5987 14.5951 16.5416 14.6162 16.4678C14.6586 16.3195 14.716 16.1043 14.7734 15.8457C14.8901 15.3208 15 14.6492 15 14C15 13.4477 15.4477 13 16 13C16.5523 13 17 13.4477 17 14C17 14.1847 16.9922 14.3683 16.9805 14.5488C17.3132 14.2422 17.6579 13.9177 17.9932 13.5938C18.6004 13.0071 19.1727 12.434 19.5938 12.0078C19.6528 11.9481 19.7081 11.8905 19.7607 11.8369C19.7247 11.7751 19.6873 11.7071 19.6445 11.6348C19.3738 11.1774 18.9646 10.5074 18.3662 9.57227L17.7031 8.54688C16.448 6.62544 14.6312 5.0983 12.2334 5.00488L12 5L11.6914 5.00781C10.9794 5.0441 10.3272 5.20532 9.72949 5.46094L9.44141 5.59375L9.34766 5.63477C8.87259 5.81146 8.33113 5.60228 8.10254 5.1377C7.87422 4.6732 8.03903 4.11714 8.46875 3.84863L8.55859 3.79883L8.94629 3.62109C9.86504 3.22869 10.8845 3 12 3L12.3213 3.00586Z"
|
|
15030
|
+
})]
|
|
15031
|
+
});
|
|
15032
|
+
const forensicWatermarkingFilledIconDefinition = svgToIconDefinition(forensicWatermarkingFilledSvg, 'forensic-watermarking-filled');
|
|
15033
|
+
|
|
15034
|
+
/** */
|
|
15035
|
+
const ForensicWatermarkingFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
15036
|
+
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
15037
|
+
...props,
|
|
15038
|
+
ref: ref,
|
|
15039
|
+
icon: forensicWatermarkingFilledIconDefinition
|
|
15040
|
+
});
|
|
15041
|
+
});
|
|
15042
|
+
if (false) {}
|
|
15043
|
+
/* harmony default export */ var ForensicWatermarkingFilledIcon = (ForensicWatermarkingFilledIcon_RefIcon);
|
|
14977
15044
|
;// CONCATENATED MODULE: ./src/icons/ForwardFastFilledIcon.tsx
|
|
14978
15045
|
// GENERATE BY ./scripts/generate.ts
|
|
14979
15046
|
// DON NOT EDIT IT MANUALLY
|
|
@@ -39542,6 +39609,8 @@ if (false) {}
|
|
|
39542
39609
|
|
|
39543
39610
|
|
|
39544
39611
|
|
|
39612
|
+
|
|
39613
|
+
|
|
39545
39614
|
|
|
39546
39615
|
|
|
39547
39616
|
|