@thesvg/react 2.1.2 → 2.1.3
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/dist/format-json-online.cjs +22 -0
- package/dist/format-json-online.d.ts +9 -0
- package/dist/format-json-online.js +21 -0
- package/dist/index.cjs +4 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/jinritoutiao.cjs +22 -0
- package/dist/jinritoutiao.d.ts +9 -0
- package/dist/jinritoutiao.js +21 -0
- package/package.json +1 -1
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Format JSON Online
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const FormatJsonOnline = react_1.forwardRef(function FormatJsonOnline({ viewBox = '0 0 512 512', ...props }, ref) {
|
|
10
|
+
return react_1.createElement(
|
|
11
|
+
'svg',
|
|
12
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
+
...[{"type":"defs","props":{},"children":[]},{"type":"rect","props":{"className":"cls-1","x":"6.3","y":"8.49","width":"499.4","height":"499.4","rx":"93.64"},"children":[]},{"type":"g","props":{},"children":[{"type":"path","props":{"className":"cls-3","d":"M95.89,239.11c31.53,0,36-11.88,36-33.64V167.21c0-42.48,27.49-61.38,62.07-61.38h10.94v33.8h-4.58c-19.88,0-24.89,12.11-24.89,31.09v34.67c0,27.62-10.41,47.43-37.4,51.85,27.92,4.54,37.4,24.28,37.4,52.78v34.59c0,19.26,7.09,32.14,25.82,32.14h3.65v33.81H194c-31.26,0-62.07-15.54-62.07-60.83V309.94c0-20.41-4.25-33.05-36-33.34Z"},"children":[]},{"type":"path","props":{"className":"cls-3","d":"M416.11,277.27c-31.53,0-36,11.88-36,33.64v38.27c0,42.47-27.49,61.38-62.07,61.38H307.11V376.75h4.58c19.88,0,24.89-12.11,24.89-31.09V311c0-27.62,10.41-47.43,37.4-51.85-27.92-4.54-37.4-24.28-37.4-52.78V171.78c0-19.27-7.09-32.15-25.82-32.15h-3.65v-33.8h10.94c31.26,0,62.07,15.53,62.07,60.82v39.79c0,20.41,4.25,33.05,36,33.35Z"},"children":[]}]}]
|
|
14
|
+
.map(function _c(el) {
|
|
15
|
+
if (typeof el === 'string') return el;
|
|
16
|
+
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
FormatJsonOnline.displayName = 'FormatJsonOnline';
|
|
21
|
+
|
|
22
|
+
exports.default = FormatJsonOnline;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Format JSON Online
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type SvgIconProps = SVGProps<SVGSVGElement>;
|
|
7
|
+
|
|
8
|
+
declare const FormatJsonOnline: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default FormatJsonOnline;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Format JSON Online
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const FormatJsonOnline = forwardRef(
|
|
7
|
+
function FormatJsonOnline({ viewBox = '0 0 512 512', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"defs","props":{},"children":[]},{"type":"rect","props":{"className":"cls-1","x":"6.3","y":"8.49","width":"499.4","height":"499.4","rx":"93.64"},"children":[]},{"type":"g","props":{},"children":[{"type":"path","props":{"className":"cls-3","d":"M95.89,239.11c31.53,0,36-11.88,36-33.64V167.21c0-42.48,27.49-61.38,62.07-61.38h10.94v33.8h-4.58c-19.88,0-24.89,12.11-24.89,31.09v34.67c0,27.62-10.41,47.43-37.4,51.85,27.92,4.54,37.4,24.28,37.4,52.78v34.59c0,19.26,7.09,32.14,25.82,32.14h3.65v33.81H194c-31.26,0-62.07-15.54-62.07-60.83V309.94c0-20.41-4.25-33.05-36-33.34Z"},"children":[]},{"type":"path","props":{"className":"cls-3","d":"M416.11,277.27c-31.53,0-36,11.88-36,33.64v38.27c0,42.47-27.49,61.38-62.07,61.38H307.11V376.75h4.58c19.88,0,24.89-12.11,24.89-31.09V311c0-27.62,10.41-47.43,37.4-51.85-27.92-4.54-37.4-24.28-37.4-52.78V171.78c0-19.27-7.09-32.15-25.82-32.15h-3.65v-33.8h10.94c31.26,0,62.07,15.53,62.07,60.82v39.79c0,20.41,4.25,33.05,36,33.35Z"},"children":[]}]}]
|
|
12
|
+
.map(function _c(el) {
|
|
13
|
+
if (typeof el === 'string') return el;
|
|
14
|
+
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
15
|
+
})
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
FormatJsonOnline.displayName = 'FormatJsonOnline';
|
|
20
|
+
|
|
21
|
+
export default FormatJsonOnline;
|
package/dist/index.cjs
CHANGED
|
@@ -5162,6 +5162,8 @@ const _forgejo = require('./forgejo.cjs');
|
|
|
5162
5162
|
exports.Forgejo = _forgejo.default;
|
|
5163
5163
|
const _formance = require('./formance.cjs');
|
|
5164
5164
|
exports.Formance = _formance.default;
|
|
5165
|
+
const _format_json_online = require('./format-json-online.cjs');
|
|
5166
|
+
exports.FormatJsonOnline = _format_json_online.default;
|
|
5165
5167
|
const _formbricks = require('./formbricks.cjs');
|
|
5166
5168
|
exports.Formbricks = _formbricks.default;
|
|
5167
5169
|
const _formik = require('./formik.cjs');
|
|
@@ -6654,6 +6656,8 @@ const _jina_ai = require('./jina-ai.cjs');
|
|
|
6654
6656
|
exports.JinaAi = _jina_ai.default;
|
|
6655
6657
|
const _jinja = require('./jinja.cjs');
|
|
6656
6658
|
exports.Jinja = _jinja.default;
|
|
6659
|
+
const _jinritoutiao = require('./jinritoutiao.cjs');
|
|
6660
|
+
exports.Jinritoutiao = _jinritoutiao.default;
|
|
6657
6661
|
const _jio = require('./jio.cjs');
|
|
6658
6662
|
exports.Jio = _jio.default;
|
|
6659
6663
|
const _jira = require('./jira.cjs');
|
package/dist/index.d.ts
CHANGED
|
@@ -2582,6 +2582,7 @@ export { default as Foodpanda } from './foodpanda.js';
|
|
|
2582
2582
|
export { default as Ford } from './ford.js';
|
|
2583
2583
|
export { default as Forgejo } from './forgejo.js';
|
|
2584
2584
|
export { default as Formance } from './formance.js';
|
|
2585
|
+
export { default as FormatJsonOnline } from './format-json-online.js';
|
|
2585
2586
|
export { default as Formbricks } from './formbricks.js';
|
|
2586
2587
|
export { default as Formik } from './formik.js';
|
|
2587
2588
|
export { default as Formspree } from './formspree.js';
|
|
@@ -3328,6 +3329,7 @@ export { default as Jigsawstack } from './jigsawstack.js';
|
|
|
3328
3329
|
export { default as Jimeng } from './jimeng.js';
|
|
3329
3330
|
export { default as JinaAi } from './jina-ai.js';
|
|
3330
3331
|
export { default as Jinja } from './jinja.js';
|
|
3332
|
+
export { default as Jinritoutiao } from './jinritoutiao.js';
|
|
3331
3333
|
export { default as Jio } from './jio.js';
|
|
3332
3334
|
export { default as Jira } from './jira.js';
|
|
3333
3335
|
export { default as JiraSoftware } from './jira-software.js';
|
package/dist/index.js
CHANGED
|
@@ -2580,6 +2580,7 @@ export { default as Foodpanda } from './foodpanda.js';
|
|
|
2580
2580
|
export { default as Ford } from './ford.js';
|
|
2581
2581
|
export { default as Forgejo } from './forgejo.js';
|
|
2582
2582
|
export { default as Formance } from './formance.js';
|
|
2583
|
+
export { default as FormatJsonOnline } from './format-json-online.js';
|
|
2583
2584
|
export { default as Formbricks } from './formbricks.js';
|
|
2584
2585
|
export { default as Formik } from './formik.js';
|
|
2585
2586
|
export { default as Formspree } from './formspree.js';
|
|
@@ -3326,6 +3327,7 @@ export { default as Jigsawstack } from './jigsawstack.js';
|
|
|
3326
3327
|
export { default as Jimeng } from './jimeng.js';
|
|
3327
3328
|
export { default as JinaAi } from './jina-ai.js';
|
|
3328
3329
|
export { default as Jinja } from './jinja.js';
|
|
3330
|
+
export { default as Jinritoutiao } from './jinritoutiao.js';
|
|
3329
3331
|
export { default as Jio } from './jio.js';
|
|
3330
3332
|
export { default as Jira } from './jira.js';
|
|
3331
3333
|
export { default as JiraSoftware } from './jira-software.js';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @thesvg/react — Jinritoutiao
|
|
3
|
+
// Auto-generated. Do not edit.
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
|
|
7
|
+
const react_1 = require("react");
|
|
8
|
+
|
|
9
|
+
const Jinritoutiao = react_1.forwardRef(function Jinritoutiao({ viewBox = '0 0 48 48', ...props }, ref) {
|
|
10
|
+
return react_1.createElement(
|
|
11
|
+
'svg',
|
|
12
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
13
|
+
...[{"type":"path","props":{"fill":"#FF373C","d":"M36.883 44h-25.77C7.192 44 4 40.808 4 36.883v-25.77C4 7.192 7.192 4 11.113 4h25.77c3.92 0 7.113 3.192 7.113 7.113v25.77C44 40.808 40.808 44 36.883 44M11.113 4.303a6.82 6.82 0 0 0-6.81 6.81v25.77a6.82 6.82 0 0 0 6.814 6.814h25.77a6.82 6.82 0 0 0 6.815-6.814v-25.77a6.82 6.82 0 0 0-6.815-6.815H11.113z"},"children":[]},{"type":"path","props":{"fill":"#FF373C","fillRule":"evenodd","d":"m4 36.887l40-2.092V11.113L4 13.205zm20.963-18.333s.933.677 1.035.745c.667.459 1.548 1.065 2.917 1.694c-1.26.386-2.709.768-4.382 1.136v2.314c3.191-.686 5.692-1.463 7.667-2.251c1.95.564 4.472 1.079 7.781 1.446v-2.314a52 52 0 0 1-4.474-.702a17.5 17.5 0 0 0 3.614-2.682v-.354h.004v-2.169h-.004l-.525.028l-8.974.47l-2.324-.963zm3.547-.412l7.475-.392c-.82.6-1.978 1.305-3.715 2.04c-1.73-.553-2.902-1.137-3.76-1.648m-11.798-2.094l2.459-.128c-.062 4.621-.148 7.388-.82 9.557l5.095-.267v2.17l-6.107.318c-.976 1.569-2.493 3.046-4.867 5.14l-3.874.205q.215-.183.416-.358l.074-.064c2.388-2.07 4.03-3.494 5.142-4.76l-6.228.324V26.02l7.718-.405c.86-1.97.928-4.717.992-9.567m-1.81 1.419v2.42L9.43 19.39v-2.417zM9.43 21.064v2.42l5.472.499v-2.42zm21.552 5.922l-6.449.338v-2.17l6.45-.337v-1.235l2.518-.128v1.23l6.48-.339v2.17l-6.48.34v4.888l-2.519.132zM21.06 28.59l-2.97.153l2.386 3.682l2.97-.153zm13.587-.712l2.966-.154l2.386 3.682l-2.966.154zm-4.75.247l-2.97.158l-2.386 3.929l2.97-.154z","clipRule":"evenodd"},"children":[]}]
|
|
14
|
+
.map(function _c(el) {
|
|
15
|
+
if (typeof el === 'string') return el;
|
|
16
|
+
return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
17
|
+
})
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
Jinritoutiao.displayName = 'Jinritoutiao';
|
|
21
|
+
|
|
22
|
+
exports.default = Jinritoutiao;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// @thesvg/react — Jinritoutiao
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import type { SVGProps, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
|
+
|
|
6
|
+
export type SvgIconProps = SVGProps<SVGSVGElement>;
|
|
7
|
+
|
|
8
|
+
declare const Jinritoutiao: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export default Jinritoutiao;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @thesvg/react — Jinritoutiao
|
|
2
|
+
// Auto-generated. Do not edit.
|
|
3
|
+
|
|
4
|
+
import { forwardRef, createElement } from 'react';
|
|
5
|
+
|
|
6
|
+
const Jinritoutiao = forwardRef(
|
|
7
|
+
function Jinritoutiao({ viewBox = '0 0 48 48', ...props }, ref) {
|
|
8
|
+
return createElement(
|
|
9
|
+
'svg',
|
|
10
|
+
Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
|
|
11
|
+
...[{"type":"path","props":{"fill":"#FF373C","d":"M36.883 44h-25.77C7.192 44 4 40.808 4 36.883v-25.77C4 7.192 7.192 4 11.113 4h25.77c3.92 0 7.113 3.192 7.113 7.113v25.77C44 40.808 40.808 44 36.883 44M11.113 4.303a6.82 6.82 0 0 0-6.81 6.81v25.77a6.82 6.82 0 0 0 6.814 6.814h25.77a6.82 6.82 0 0 0 6.815-6.814v-25.77a6.82 6.82 0 0 0-6.815-6.815H11.113z"},"children":[]},{"type":"path","props":{"fill":"#FF373C","fillRule":"evenodd","d":"m4 36.887l40-2.092V11.113L4 13.205zm20.963-18.333s.933.677 1.035.745c.667.459 1.548 1.065 2.917 1.694c-1.26.386-2.709.768-4.382 1.136v2.314c3.191-.686 5.692-1.463 7.667-2.251c1.95.564 4.472 1.079 7.781 1.446v-2.314a52 52 0 0 1-4.474-.702a17.5 17.5 0 0 0 3.614-2.682v-.354h.004v-2.169h-.004l-.525.028l-8.974.47l-2.324-.963zm3.547-.412l7.475-.392c-.82.6-1.978 1.305-3.715 2.04c-1.73-.553-2.902-1.137-3.76-1.648m-11.798-2.094l2.459-.128c-.062 4.621-.148 7.388-.82 9.557l5.095-.267v2.17l-6.107.318c-.976 1.569-2.493 3.046-4.867 5.14l-3.874.205q.215-.183.416-.358l.074-.064c2.388-2.07 4.03-3.494 5.142-4.76l-6.228.324V26.02l7.718-.405c.86-1.97.928-4.717.992-9.567m-1.81 1.419v2.42L9.43 19.39v-2.417zM9.43 21.064v2.42l5.472.499v-2.42zm21.552 5.922l-6.449.338v-2.17l6.45-.337v-1.235l2.518-.128v1.23l6.48-.339v2.17l-6.48.34v4.888l-2.519.132zM21.06 28.59l-2.97.153l2.386 3.682l2.97-.153zm13.587-.712l2.966-.154l2.386 3.682l-2.966.154zm-4.75.247l-2.97.158l-2.386 3.929l2.97-.154z","clipRule":"evenodd"},"children":[]}]
|
|
12
|
+
.map(function _c(el) {
|
|
13
|
+
if (typeof el === 'string') return el;
|
|
14
|
+
return createElement(el.type, el.props, ...(el.children || []).map(_c));
|
|
15
|
+
})
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
Jinritoutiao.displayName = 'Jinritoutiao';
|
|
20
|
+
|
|
21
|
+
export default Jinritoutiao;
|