@thesvg/react 0.7.0 → 0.9.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,43 @@
1
+ "use strict";
2
+ // @thesvg/react — GLINCKER
3
+ // Auto-generated. Do not edit.
4
+
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+
7
+ const react_1 = require("react");
8
+
9
+ const Glincker = react_1.forwardRef(function Glincker({ viewBox = '0 0 375 374.999991', ...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
+ ...[
14
+ {
15
+ "type": "path",
16
+ "props": {
17
+ "fill": "#ffffff",
18
+ "d": "M 53.101562 187.5 C 89.175781 151.425781 125.25 115.351562 161.398438 79.199219 L 161.398438 26.101562 C 107.625 79.875 53.773438 133.726562 0 187.5 C 53.773438 241.273438 107.625 295.125 161.398438 348.898438 L 161.398438 295.800781 C 125.324219 259.726562 89.175781 223.574219 53.101562 187.5 Z M 268.800781 187.5 L 242.25 160.949219 C 224.023438 179.175781 205.800781 197.398438 187.5 215.699219 L 159.300781 187.5 C 186.375 160.425781 213.523438 133.273438 240.601562 106.199219 C 267.675781 133.273438 294.824219 160.351562 321.898438 187.5 C 285.976562 223.425781 249.976562 259.425781 214.050781 295.351562 L 187.5 268.800781 C 214.574219 241.726562 241.726562 214.574219 268.800781 187.5 Z M 187.5 268.800781 L 187.5 375 C 249.976562 312.523438 312.523438 249.976562 375 187.5 C 312.523438 125.023438 249.976562 62.476562 187.5 0 L 187.5 106.199219 C 160.425781 133.273438 133.273438 160.351562 106.199219 187.5 C 133.726562 215.023438 160.351562 241.574219 187.5 268.800781 Z M 187.5 268.800781 ",
19
+ "fillOpacity": "1",
20
+ "fillRule": "evenodd"
21
+ },
22
+ "children": []
23
+ },
24
+ {
25
+ "type": "path",
26
+ "props": {
27
+ "fill": "#000000",
28
+ "d": "M 53.101562 187.5 C 89.175781 151.425781 125.25 115.351562 161.398438 79.199219 L 161.398438 26.101562 C 107.625 79.875 53.773438 133.726562 0 187.5 C 53.773438 241.273438 107.625 295.125 161.398438 348.898438 L 161.398438 295.800781 C 125.324219 259.726562 89.175781 223.574219 53.101562 187.5 Z M 268.800781 187.5 L 242.25 160.949219 C 224.023438 179.175781 205.800781 197.398438 187.5 215.699219 L 159.300781 187.5 C 186.375 160.425781 213.523438 133.273438 240.601562 106.199219 C 267.675781 133.273438 294.824219 160.351562 321.898438 187.5 C 285.976562 223.425781 249.976562 259.425781 214.050781 295.351562 L 187.5 268.800781 C 214.574219 241.726562 241.726562 214.574219 268.800781 187.5 Z M 187.5 268.800781 L 187.5 375 C 249.976562 312.523438 312.523438 249.976562 375 187.5 C 312.523438 125.023438 249.976562 62.476562 187.5 0 L 187.5 106.199219 C 160.425781 133.273438 133.273438 160.351562 106.199219 187.5 C 133.726562 215.023438 160.351562 241.574219 187.5 268.800781 Z M 187.5 268.800781 ",
29
+ "fillOpacity": "1",
30
+ "fillRule": "evenodd"
31
+ },
32
+ "children": []
33
+ }
34
+ ]
35
+ .map(function(el) {
36
+ if (typeof el === 'string') return el;
37
+ return react_1.createElement(el.type, el.props, ...(el.children || []));
38
+ })
39
+ );
40
+ });
41
+ Glincker.displayName = 'Glincker';
42
+
43
+ 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,24 @@
1
+ // @thesvg/react — GLINCKER
2
+ // Auto-generated. Do not edit.
3
+
4
+ import { forwardRef } from 'react';
5
+ import type { SVGProps } from 'react';
6
+
7
+ const Glincker = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(
8
+ function Glincker({ viewBox = '0 0 375 374.999991', ...props }, ref) {
9
+ return (
10
+ <svg
11
+ ref={ref}
12
+ viewBox={viewBox}
13
+ fill="none"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ {...props}
16
+ >
17
+ <path fill="#ffffff" d="M 53.101562 187.5 C 89.175781 151.425781 125.25 115.351562 161.398438 79.199219 L 161.398438 26.101562 C 107.625 79.875 53.773438 133.726562 0 187.5 C 53.773438 241.273438 107.625 295.125 161.398438 348.898438 L 161.398438 295.800781 C 125.324219 259.726562 89.175781 223.574219 53.101562 187.5 Z M 268.800781 187.5 L 242.25 160.949219 C 224.023438 179.175781 205.800781 197.398438 187.5 215.699219 L 159.300781 187.5 C 186.375 160.425781 213.523438 133.273438 240.601562 106.199219 C 267.675781 133.273438 294.824219 160.351562 321.898438 187.5 C 285.976562 223.425781 249.976562 259.425781 214.050781 295.351562 L 187.5 268.800781 C 214.574219 241.726562 241.726562 214.574219 268.800781 187.5 Z M 187.5 268.800781 L 187.5 375 C 249.976562 312.523438 312.523438 249.976562 375 187.5 C 312.523438 125.023438 249.976562 62.476562 187.5 0 L 187.5 106.199219 C 160.425781 133.273438 133.273438 160.351562 106.199219 187.5 C 133.726562 215.023438 160.351562 241.574219 187.5 268.800781 Z M 187.5 268.800781 " fillOpacity="1" fillRule="evenodd"/><path fill="#000000" d="M 53.101562 187.5 C 89.175781 151.425781 125.25 115.351562 161.398438 79.199219 L 161.398438 26.101562 C 107.625 79.875 53.773438 133.726562 0 187.5 C 53.773438 241.273438 107.625 295.125 161.398438 348.898438 L 161.398438 295.800781 C 125.324219 259.726562 89.175781 223.574219 53.101562 187.5 Z M 268.800781 187.5 L 242.25 160.949219 C 224.023438 179.175781 205.800781 197.398438 187.5 215.699219 L 159.300781 187.5 C 186.375 160.425781 213.523438 133.273438 240.601562 106.199219 C 267.675781 133.273438 294.824219 160.351562 321.898438 187.5 C 285.976562 223.425781 249.976562 259.425781 214.050781 295.351562 L 187.5 268.800781 C 214.574219 241.726562 241.726562 214.574219 268.800781 187.5 Z M 187.5 268.800781 L 187.5 375 C 249.976562 312.523438 312.523438 249.976562 375 187.5 C 312.523438 125.023438 249.976562 62.476562 187.5 0 L 187.5 106.199219 C 160.425781 133.273438 133.273438 160.351562 106.199219 187.5 C 133.726562 215.023438 160.351562 241.574219 187.5 268.800781 Z M 187.5 268.800781 " fillOpacity="1" fillRule="evenodd"/>
18
+ </svg>
19
+ );
20
+ }
21
+ );
22
+ Glincker.displayName = 'Glincker';
23
+
24
+ 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.9.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,