@tdm-design/icons 0.1.0 → 0.1.1
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/dist/index.umd.js +34 -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/index.d.ts.map +1 -1
- package/es/icons/index.js +1 -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/index.d.ts +1 -0
- package/lib/icons/index.d.ts.map +1 -1
- package/lib/icons/index.js +7 -0
- package/package.json +1 -1
|
@@ -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;
|
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; },
|
|
@@ -9614,14 +9615,12 @@ const chevronRightDoubleFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
|
9614
9615
|
fill: "#cacaca",
|
|
9615
9616
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9616
9617
|
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"
|
|
9618
|
+
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
9619
|
})
|
|
9621
9620
|
});
|
|
9622
9621
|
const chevronRightDoubleFilledIconDefinition = svgToIconDefinition(chevronRightDoubleFilledSvg, 'chevron-right-double-filled');
|
|
9623
9622
|
|
|
9624
|
-
/** */
|
|
9625
9624
|
const ChevronRightDoubleFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
9626
9625
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
9627
9626
|
...props,
|
|
@@ -9663,6 +9662,36 @@ const ChevronRightFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((
|
|
|
9663
9662
|
});
|
|
9664
9663
|
if (false) {}
|
|
9665
9664
|
/* harmony default export */ var ChevronRightFilledIcon = (ChevronRightFilledIcon_RefIcon);
|
|
9665
|
+
;// CONCATENATED MODULE: ./src/icons/ChevronUpDoubleFilledIcon.tsx
|
|
9666
|
+
// GENERATE BY ./scripts/generate.ts
|
|
9667
|
+
// DON NOT EDIT IT MANUALLY
|
|
9668
|
+
|
|
9669
|
+
|
|
9670
|
+
|
|
9671
|
+
|
|
9672
|
+
|
|
9673
|
+
const chevronUpDoubleFilledSvg = /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
|
|
9674
|
+
width: "24",
|
|
9675
|
+
height: "24",
|
|
9676
|
+
viewBox: "0 0 24 24",
|
|
9677
|
+
fill: "#cacaca",
|
|
9678
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9679
|
+
children: /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
|
|
9680
|
+
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"
|
|
9681
|
+
})
|
|
9682
|
+
});
|
|
9683
|
+
const chevronUpDoubleFilledIconDefinition = svgToIconDefinition(chevronUpDoubleFilledSvg, 'chevron-up-double-filled');
|
|
9684
|
+
|
|
9685
|
+
/** */
|
|
9686
|
+
const ChevronUpDoubleFilledIcon_RefIcon = /*#__PURE__*/external_React_.forwardRef((props, ref) => {
|
|
9687
|
+
return /*#__PURE__*/(0,jsx_runtime.jsx)(TdmIcon, {
|
|
9688
|
+
...props,
|
|
9689
|
+
ref: ref,
|
|
9690
|
+
icon: chevronUpDoubleFilledIconDefinition
|
|
9691
|
+
});
|
|
9692
|
+
});
|
|
9693
|
+
if (false) {}
|
|
9694
|
+
/* harmony default export */ var ChevronUpDoubleFilledIcon = (ChevronUpDoubleFilledIcon_RefIcon);
|
|
9666
9695
|
;// CONCATENATED MODULE: ./src/icons/ChevronUpFilledIcon.tsx
|
|
9667
9696
|
// GENERATE BY ./scripts/generate.ts
|
|
9668
9697
|
// DON NOT EDIT IT MANUALLY
|
|
@@ -39543,6 +39572,7 @@ if (false) {}
|
|
|
39543
39572
|
|
|
39544
39573
|
|
|
39545
39574
|
|
|
39575
|
+
|
|
39546
39576
|
|
|
39547
39577
|
|
|
39548
39578
|
// EXTERNAL MODULE: ./node_modules/.pnpm/@rc-component+util@1.7.0_re_e38ee95702524036372f825efc96e921/node_modules/@rc-component/util/lib/ref.js
|