@thesvg/react 0.7.0 → 0.8.0

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.
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ // @thesvg/react — GLINCKER
3
+ // Auto-generated. Do not edit.
4
+ // WARNING: SVG source not found for slug "glincker"
5
+
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+
8
+ const react_1 = require("react");
9
+
10
+ const Glincker = react_1.forwardRef(function Glincker(_props, _ref) {
11
+ return null;
12
+ });
13
+ Glincker.displayName = 'Glincker';
14
+
15
+ exports.default = Glincker;
@@ -0,0 +1,9 @@
1
+ // @thesvg/react — GLINCKER
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 Glincker: ForwardRefExoticComponent<SvgIconProps & RefAttributes<SVGSVGElement>>;
9
+ export default Glincker;
@@ -0,0 +1,15 @@
1
+ // @thesvg/react — GLINCKER
2
+ // Auto-generated. Do not edit.
3
+ // WARNING: SVG source not found for slug "glincker"
4
+
5
+ import { forwardRef } from 'react';
6
+ import type { SVGProps } from 'react';
7
+
8
+ const Glincker = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
9
+ function Glincker(props, ref) {
10
+ return null;
11
+ }
12
+ );
13
+ Glincker.displayName = 'Glincker';
14
+
15
+ export default Glincker;
package/dist/index.cjs CHANGED
@@ -2598,6 +2598,8 @@ const _gleam = require('./gleam.cjs');
2598
2598
  exports.Gleam = _gleam.default;
2599
2599
  const _glide = require('./glide.cjs');
2600
2600
  exports.Glide = _glide.default;
2601
+ const _glincker = require('./glincker.cjs');
2602
+ exports.Glincker = _glincker.default;
2601
2603
  const _glif = require('./glif.cjs');
2602
2604
  exports.Glif = _glif.default;
2603
2605
  const _glitch = require('./glitch.cjs');
package/dist/index.d.ts CHANGED
@@ -1300,6 +1300,7 @@ export { default as Glassdoor } from './glassdoor.js';
1300
1300
  export { default as Gldotinet } from './gldotinet.js';
1301
1301
  export { default as Gleam } from './gleam.js';
1302
1302
  export { default as Glide } from './glide.js';
1303
+ export { default as Glincker } from './glincker.js';
1303
1304
  export { default as Glif } from './glif.js';
1304
1305
  export { default as Glitch } from './glitch.js';
1305
1306
  export { default as GlmV } from './glm-v.js';
package/dist/index.js CHANGED
@@ -1300,6 +1300,7 @@ export { default as Glassdoor } from './glassdoor.js';
1300
1300
  export { default as Gldotinet } from './gldotinet.js';
1301
1301
  export { default as Gleam } from './gleam.js';
1302
1302
  export { default as Glide } from './glide.js';
1303
+ export { default as Glincker } from './glincker.js';
1303
1304
  export { default as Glif } from './glif.js';
1304
1305
  export { default as Glitch } from './glitch.js';
1305
1306
  export { default as GlmV } from './glm-v.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/react",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Typed React SVG components for all 3,800+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,