@takeoff-icons/react 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.
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from 'react';
2
+ export interface TakeoffRocketIconFilledBevelProps extends SVGProps<SVGSVGElement> {
3
+ /** Accessible label. When set, the icon is exposed to assistive technology as an image with this name. */
4
+ title?: string;
5
+ }
6
+ export declare const TakeoffRocketIconFilledBevel: import("react").ForwardRefExoticComponent<Omit<TakeoffRocketIconFilledBevelProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // AUTO-GENERATED — DO NOT EDIT
3
+ import { forwardRef } from 'react';
4
+ export const TakeoffRocketIconFilledBevel = forwardRef(({ title, ...props }, ref) => {
5
+ const label = title ?? props['aria-label'];
6
+ return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ...props, role: label != null ? 'img' : undefined, "aria-label": label, "aria-hidden": label != null ? undefined : true, dangerouslySetInnerHTML: { __html: "<path fill=\"currentColor\" d=\"M12 2c2.5 1.5 4.5 4.5 4.5 8 0 1.6-.4 3.1-1 4.4l-1.3-.8c.5-1.1.8-2.3.8-3.6 0-2.6-1.3-4.9-3-6.2-1.7 1.3-3 3.6-3 6.2 0 1.3.3 2.5.8 3.6l-1.3.8c-.6-1.3-1-2.8-1-4.4 0-3.5 2-6.5 4.5-8m0 7.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 5.7 1.5 1v3.3L7.5 21v-4c0-.7.4-1.4 1-1.8m7 0c.6.4 1 1.1 1 1.8v4L14 19.5v-3.3z\"/>" } }));
7
+ });
8
+ TakeoffRocketIconFilledBevel.displayName = "TakeoffRocketIconFilledBevel";
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from 'react';
2
+ export interface TakeoffRocketIconFilledRoundedProps extends SVGProps<SVGSVGElement> {
3
+ /** Accessible label. When set, the icon is exposed to assistive technology as an image with this name. */
4
+ title?: string;
5
+ }
6
+ export declare const TakeoffRocketIconFilledRounded: import("react").ForwardRefExoticComponent<Omit<TakeoffRocketIconFilledRoundedProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // AUTO-GENERATED — DO NOT EDIT
3
+ import { forwardRef } from 'react';
4
+ export const TakeoffRocketIconFilledRounded = forwardRef(({ title, ...props }, ref) => {
5
+ const label = title ?? props['aria-label'];
6
+ return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ...props, role: label != null ? 'img' : undefined, "aria-label": label, "aria-hidden": label != null ? undefined : true, dangerouslySetInnerHTML: { __html: "<path fill=\"currentColor\" d=\"M12 2c2.5 1.5 4.5 4.5 4.5 8 0 1.6-.4 3.1-1 4.4l-1.3-.8c.5-1.1.8-2.3.8-3.6 0-2.6-1.3-4.9-3-6.2-1.7 1.3-3 3.6-3 6.2 0 1.3.3 2.5.8 3.6l-1.3.8c-.6-1.3-1-2.8-1-4.4 0-3.5 2-6.5 4.5-8m0 7.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 5.7 1.5 1v3.3L7.5 21v-4c0-.7.4-1.4 1-1.8m7 0c.6.4 1 1.1 1 1.8v4L14 19.5v-3.3z\"/>" } }));
7
+ });
8
+ TakeoffRocketIconFilledRounded.displayName = "TakeoffRocketIconFilledRounded";
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from 'react';
2
+ export interface TakeoffRocketIconFilledSharpProps extends SVGProps<SVGSVGElement> {
3
+ /** Accessible label. When set, the icon is exposed to assistive technology as an image with this name. */
4
+ title?: string;
5
+ }
6
+ export declare const TakeoffRocketIconFilledSharp: import("react").ForwardRefExoticComponent<Omit<TakeoffRocketIconFilledSharpProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // AUTO-GENERATED — DO NOT EDIT
3
+ import { forwardRef } from 'react';
4
+ export const TakeoffRocketIconFilledSharp = forwardRef(({ title, ...props }, ref) => {
5
+ const label = title ?? props['aria-label'];
6
+ return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ...props, role: label != null ? 'img' : undefined, "aria-label": label, "aria-hidden": label != null ? undefined : true, dangerouslySetInnerHTML: { __html: "<path fill=\"currentColor\" d=\"M12 2c2.5 1.5 4.5 4.5 4.5 8 0 1.6-.4 3.1-1 4.4l-1.3-.8c.5-1.1.8-2.3.8-3.6 0-2.6-1.3-4.9-3-6.2-1.7 1.3-3 3.6-3 6.2 0 1.3.3 2.5.8 3.6l-1.3.8c-.6-1.3-1-2.8-1-4.4 0-3.5 2-6.5 4.5-8m0 7.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 5.7 1.5 1v3.3L7.5 21v-4c0-.7.4-1.4 1-1.8m7 0c.6.4 1 1.1 1 1.8v4L14 19.5v-3.3z\"/>" } }));
7
+ });
8
+ TakeoffRocketIconFilledSharp.displayName = "TakeoffRocketIconFilledSharp";
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from 'react';
2
+ export interface TakeoffRocketIconFilledTkProps extends SVGProps<SVGSVGElement> {
3
+ /** Accessible label. When set, the icon is exposed to assistive technology as an image with this name. */
4
+ title?: string;
5
+ }
6
+ export declare const TakeoffRocketIconFilledTk: import("react").ForwardRefExoticComponent<Omit<TakeoffRocketIconFilledTkProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // AUTO-GENERATED — DO NOT EDIT
3
+ import { forwardRef } from 'react';
4
+ export const TakeoffRocketIconFilledTk = forwardRef(({ title, ...props }, ref) => {
5
+ const label = title ?? props['aria-label'];
6
+ return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ...props, role: label != null ? 'img' : undefined, "aria-label": label, "aria-hidden": label != null ? undefined : true, dangerouslySetInnerHTML: { __html: "<path fill=\"currentColor\" d=\"M12 2c2.5 1.5 4.5 4.5 4.5 8 0 1.6-.4 3.1-1 4.4l-1.3-.8c.5-1.1.8-2.3.8-3.6 0-2.6-1.3-4.9-3-6.2-1.7 1.3-3 3.6-3 6.2 0 1.3.3 2.5.8 3.6l-1.3.8c-.6-1.3-1-2.8-1-4.4 0-3.5 2-6.5 4.5-8m0 7.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 5.7 1.5 1v3.3L7.5 21v-4c0-.7.4-1.4 1-1.8m7 0c.6.4 1 1.1 1 1.8v4L14 19.5v-3.3z\"/>" } }));
7
+ });
8
+ TakeoffRocketIconFilledTk.displayName = "TakeoffRocketIconFilledTk";
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from 'react';
2
+ export interface TakeoffRocketIconOutlinedBevelProps extends SVGProps<SVGSVGElement> {
3
+ /** Accessible label. When set, the icon is exposed to assistive technology as an image with this name. */
4
+ title?: string;
5
+ }
6
+ export declare const TakeoffRocketIconOutlinedBevel: import("react").ForwardRefExoticComponent<Omit<TakeoffRocketIconOutlinedBevelProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // AUTO-GENERATED — DO NOT EDIT
3
+ import { forwardRef } from 'react';
4
+ export const TakeoffRocketIconOutlinedBevel = forwardRef(({ title, ...props }, ref) => {
5
+ const label = title ?? props['aria-label'];
6
+ return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ...props, role: label != null ? 'img' : undefined, "aria-label": label, "aria-hidden": label != null ? undefined : true, dangerouslySetInnerHTML: { __html: "<path fill=\"currentColor\" d=\"M12 2c2.5 1.5 4.5 4.5 4.5 8 0 1.6-.4 3.1-1 4.4l-1.3-.8c.5-1.1.8-2.3.8-3.6 0-2.6-1.3-4.9-3-6.2-1.7 1.3-3 3.6-3 6.2 0 1.3.3 2.5.8 3.6l-1.3.8c-.6-1.3-1-2.8-1-4.4 0-3.5 2-6.5 4.5-8m0 7.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 5.7 1.5 1v3.3L7.5 21v-4c0-.7.4-1.4 1-1.8m7 0c.6.4 1 1.1 1 1.8v4L14 19.5v-3.3z\"/>" } }));
7
+ });
8
+ TakeoffRocketIconOutlinedBevel.displayName = "TakeoffRocketIconOutlinedBevel";
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from 'react';
2
+ export interface TakeoffRocketIconOutlinedRoundedProps extends SVGProps<SVGSVGElement> {
3
+ /** Accessible label. When set, the icon is exposed to assistive technology as an image with this name. */
4
+ title?: string;
5
+ }
6
+ export declare const TakeoffRocketIconOutlinedRounded: import("react").ForwardRefExoticComponent<Omit<TakeoffRocketIconOutlinedRoundedProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // AUTO-GENERATED — DO NOT EDIT
3
+ import { forwardRef } from 'react';
4
+ export const TakeoffRocketIconOutlinedRounded = forwardRef(({ title, ...props }, ref) => {
5
+ const label = title ?? props['aria-label'];
6
+ return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ...props, role: label != null ? 'img' : undefined, "aria-label": label, "aria-hidden": label != null ? undefined : true, dangerouslySetInnerHTML: { __html: "<path fill=\"currentColor\" d=\"M12 2c2.5 1.5 4.5 4.5 4.5 8 0 1.6-.4 3.1-1 4.4l-1.3-.8c.5-1.1.8-2.3.8-3.6 0-2.6-1.3-4.9-3-6.2-1.7 1.3-3 3.6-3 6.2 0 1.3.3 2.5.8 3.6l-1.3.8c-.6-1.3-1-2.8-1-4.4 0-3.5 2-6.5 4.5-8m0 7.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 5.7 1.5 1v3.3L7.5 21v-4c0-.7.4-1.4 1-1.8m7 0c.6.4 1 1.1 1 1.8v4L14 19.5v-3.3z\"/>" } }));
7
+ });
8
+ TakeoffRocketIconOutlinedRounded.displayName = "TakeoffRocketIconOutlinedRounded";
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from 'react';
2
+ export interface TakeoffRocketIconOutlinedSharpProps extends SVGProps<SVGSVGElement> {
3
+ /** Accessible label. When set, the icon is exposed to assistive technology as an image with this name. */
4
+ title?: string;
5
+ }
6
+ export declare const TakeoffRocketIconOutlinedSharp: import("react").ForwardRefExoticComponent<Omit<TakeoffRocketIconOutlinedSharpProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // AUTO-GENERATED — DO NOT EDIT
3
+ import { forwardRef } from 'react';
4
+ export const TakeoffRocketIconOutlinedSharp = forwardRef(({ title, ...props }, ref) => {
5
+ const label = title ?? props['aria-label'];
6
+ return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ...props, role: label != null ? 'img' : undefined, "aria-label": label, "aria-hidden": label != null ? undefined : true, dangerouslySetInnerHTML: { __html: "<path fill=\"currentColor\" d=\"M12 2c2.5 1.5 4.5 4.5 4.5 8 0 1.6-.4 3.1-1 4.4l-1.3-.8c.5-1.1.8-2.3.8-3.6 0-2.6-1.3-4.9-3-6.2-1.7 1.3-3 3.6-3 6.2 0 1.3.3 2.5.8 3.6l-1.3.8c-.6-1.3-1-2.8-1-4.4 0-3.5 2-6.5 4.5-8m0 7.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 5.7 1.5 1v3.3L7.5 21v-4c0-.7.4-1.4 1-1.8m7 0c.6.4 1 1.1 1 1.8v4L14 19.5v-3.3z\"/>" } }));
7
+ });
8
+ TakeoffRocketIconOutlinedSharp.displayName = "TakeoffRocketIconOutlinedSharp";
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from 'react';
2
+ export interface TakeoffRocketIconOutlinedTkProps extends SVGProps<SVGSVGElement> {
3
+ /** Accessible label. When set, the icon is exposed to assistive technology as an image with this name. */
4
+ title?: string;
5
+ }
6
+ export declare const TakeoffRocketIconOutlinedTk: import("react").ForwardRefExoticComponent<Omit<TakeoffRocketIconOutlinedTkProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // AUTO-GENERATED — DO NOT EDIT
3
+ import { forwardRef } from 'react';
4
+ export const TakeoffRocketIconOutlinedTk = forwardRef(({ title, ...props }, ref) => {
5
+ const label = title ?? props['aria-label'];
6
+ return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ...props, role: label != null ? 'img' : undefined, "aria-label": label, "aria-hidden": label != null ? undefined : true, dangerouslySetInnerHTML: { __html: "<path fill=\"currentColor\" d=\"M12 2c2.5 1.5 4.5 4.5 4.5 8 0 1.6-.4 3.1-1 4.4l-1.3-.8c.5-1.1.8-2.3.8-3.6 0-2.6-1.3-4.9-3-6.2-1.7 1.3-3 3.6-3 6.2 0 1.3.3 2.5.8 3.6l-1.3.8c-.6-1.3-1-2.8-1-4.4 0-3.5 2-6.5 4.5-8m0 7.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-3.5 5.7 1.5 1v3.3L7.5 21v-4c0-.7.4-1.4 1-1.8m7 0c.6.4 1 1.1 1 1.8v4L14 19.5v-3.3z\"/>" } }));
7
+ });
8
+ TakeoffRocketIconOutlinedTk.displayName = "TakeoffRocketIconOutlinedTk";
@@ -0,0 +1,8 @@
1
+ export { TakeoffRocketIconFilledBevel } from './TakeoffRocketIconFilledBevel.js';
2
+ export { TakeoffRocketIconFilledRounded } from './TakeoffRocketIconFilledRounded.js';
3
+ export { TakeoffRocketIconFilledSharp } from './TakeoffRocketIconFilledSharp.js';
4
+ export { TakeoffRocketIconFilledTk } from './TakeoffRocketIconFilledTk.js';
5
+ export { TakeoffRocketIconOutlinedBevel } from './TakeoffRocketIconOutlinedBevel.js';
6
+ export { TakeoffRocketIconOutlinedRounded } from './TakeoffRocketIconOutlinedRounded.js';
7
+ export { TakeoffRocketIconOutlinedSharp } from './TakeoffRocketIconOutlinedSharp.js';
8
+ export { TakeoffRocketIconOutlinedTk } from './TakeoffRocketIconOutlinedTk.js';
@@ -0,0 +1,9 @@
1
+ // AUTO-GENERATED — DO NOT EDIT
2
+ export { TakeoffRocketIconFilledBevel } from './TakeoffRocketIconFilledBevel.js';
3
+ export { TakeoffRocketIconFilledRounded } from './TakeoffRocketIconFilledRounded.js';
4
+ export { TakeoffRocketIconFilledSharp } from './TakeoffRocketIconFilledSharp.js';
5
+ export { TakeoffRocketIconFilledTk } from './TakeoffRocketIconFilledTk.js';
6
+ export { TakeoffRocketIconOutlinedBevel } from './TakeoffRocketIconOutlinedBevel.js';
7
+ export { TakeoffRocketIconOutlinedRounded } from './TakeoffRocketIconOutlinedRounded.js';
8
+ export { TakeoffRocketIconOutlinedSharp } from './TakeoffRocketIconOutlinedSharp.js';
9
+ export { TakeoffRocketIconOutlinedTk } from './TakeoffRocketIconOutlinedTk.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeoff-icons/react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Tree-shakeable, typed React components for the takeoff-icons icon library.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -40,11 +40,11 @@
40
40
  "@types/react": "^18.3.14",
41
41
  "react": "^18.3.1",
42
42
  "typescript": "^5.7.3",
43
- "@takeoff-icons/core": "0.1.0"
43
+ "@takeoff-icons/core": "0.1.1"
44
44
  },
45
45
  "sideEffects": false,
46
46
  "scripts": {
47
- "build": "rimraf dist && tsc -p tsconfig.json",
47
+ "build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.json",
48
48
  "clean": "rimraf dist",
49
49
  "lint": "eslint . --ext .ts,.tsx,.js,.jsx,.mjs,.cjs"
50
50
  }