@aliimam/logos 0.1.6 → 0.1.7

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,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const Apple: IconComponent;
3
+ export default Apple;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.Apple = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Apple = React.forwardRef(function Apple({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M21.3636 8.1816C21.2211 8.2896 18.7052 9.6744 18.7052 12.7536C18.7052 16.3152 21.9066 17.5752 22.0025 17.6064C21.9877 17.6832 21.4939 19.332 20.3145 21.012C19.2629 22.4904 18.1646 23.9664 16.4939 23.9664C14.8231 23.9664 14.3931 23.0184 12.4644 23.0184C10.5848 23.0184 9.91646 23.9976 8.38821 23.9976C6.85995 23.9976 5.79361 22.6296 4.56757 20.9496C3.14742 18.9768 2 15.912 2 13.0032C2 8.3376 5.10565 5.8632 8.16216 5.8632C9.78624 5.8632 11.14 6.9048 12.1597 6.9048C13.1302 6.9048 14.6437 5.8008 16.4914 5.8008C17.1916 5.8008 19.7076 5.8632 21.3636 8.1816ZM15.6143 3.8256C16.3784 2.94 16.9189 1.7112 16.9189 0.4824C16.9189 0.312 16.9042 0.1392 16.8722 0C15.629 0.0456 14.1499 0.8088 13.258 1.8192C12.5577 2.5968 11.9042 3.8256 11.9042 5.0712C11.9042 5.2584 11.9361 5.4456 11.9509 5.5056C12.0295 5.52 12.1572 5.5368 12.285 5.5368C13.4005 5.5368 14.8034 4.8072 15.6143 3.8256Z", fill: "currentColor" }) }));
41
+ });
42
+ exports.Apple.displayName = "Apple";
43
+ exports.Apple.metadata = {
44
+ name: "Apple",
45
+ category: "icon/software",
46
+ tags: ["apple", "icon"],
47
+ description: "Apple icon from icon/software category",
48
+ type: ["stroke", "icon"],
49
+ };
50
+ exports.default = exports.Apple;
@@ -9,3 +9,4 @@ export { default as PNPM } from "./PNPM";
9
9
  export { default as Xbox } from "./Xbox";
10
10
  export { default as Playstation } from "./Playstation";
11
11
  export { default as V0 } from "./V0";
12
+ export { default as Apple } from "./Apple";
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.V0 = exports.Playstation = exports.Xbox = exports.PNPM = exports.Steam = exports.Android = exports.Notion = exports.LemonSqueezy = exports.Zoom = exports.Bento = exports.Polar = void 0;
6
+ exports.Apple = exports.V0 = exports.Playstation = exports.Xbox = exports.PNPM = exports.Steam = exports.Android = exports.Notion = exports.LemonSqueezy = exports.Zoom = exports.Bento = exports.Polar = void 0;
7
7
  var Polar_1 = require("./Polar");
8
8
  Object.defineProperty(exports, "Polar", { enumerable: true, get: function () { return __importDefault(Polar_1).default; } });
9
9
  var Bento_1 = require("./Bento");
@@ -26,3 +26,5 @@ var Playstation_1 = require("./Playstation");
26
26
  Object.defineProperty(exports, "Playstation", { enumerable: true, get: function () { return __importDefault(Playstation_1).default; } });
27
27
  var V0_1 = require("./V0");
28
28
  Object.defineProperty(exports, "V0", { enumerable: true, get: function () { return __importDefault(V0_1).default; } });
29
+ var Apple_1 = require("./Apple");
30
+ Object.defineProperty(exports, "Apple", { enumerable: true, get: function () { return __importDefault(Apple_1).default; } });
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const Nike: IconComponent;
3
+ export default Nike;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.Nike = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Nike = React.forwardRef(function Nike({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M2.64738 15.9967C1.93228 15.9702 1.34722 15.7871 0.88975 15.4472C0.802444 15.3823 0.594403 15.1876 0.524607 15.1055C0.339098 14.8873 0.212975 14.675 0.128853 14.4394C-0.130004 13.7142 0.00322037 12.7626 0.509914 11.7182C0.94375 10.8241 1.61318 9.93733 2.78109 8.70914C2.95313 8.52842 3.46546 7.99988 3.46877 7.99988C3.46999 7.99988 3.44207 8.04512 3.40693 8.1002C3.10326 8.57595 2.84342 9.13633 2.70187 9.62147C2.47448 10.3999 2.50191 11.0679 2.7822 11.5859C2.97554 11.9428 3.30701 12.2519 3.67975 12.4228C4.33228 12.7218 5.28762 12.7466 6.45431 12.4952C6.53464 12.4778 10.515 11.4895 15.2995 10.299C20.0841 9.10838 23.9994 8.13502 24 8.13582C24.0013 8.13685 12.8841 12.5862 7.11297 14.8945C6.19901 15.26 5.9546 15.3523 5.52493 15.4934C4.42656 15.8541 3.44268 16.0263 2.64738 15.9967Z", fill: "currentColor" }) }));
41
+ });
42
+ exports.Nike.displayName = "Nike";
43
+ exports.Nike.metadata = {
44
+ name: "Nike",
45
+ category: "icon/sports",
46
+ tags: ["nike", "icon"],
47
+ description: "Nike icon from icon/sports category",
48
+ type: ["stroke", "icon"],
49
+ };
50
+ exports.default = exports.Nike;
@@ -0,0 +1 @@
1
+ export { default as Nike } from "./Nike";
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.Nike = void 0;
7
+ var Nike_1 = require("./Nike");
8
+ Object.defineProperty(exports, "Nike", { enumerable: true, get: function () { return __importDefault(Nike_1).default; } });
@@ -3,6 +3,7 @@ export * from "./flags/flags";
3
3
  export * from "./wordmark/social";
4
4
  export * from "./wordmark/software";
5
5
  export * from "./wordmark/ai";
6
+ export * from "./icon/sports";
6
7
  export * from "./icon/social";
7
8
  export * from "./icon/software";
8
9
  export * from "./icon/google";
package/dist/cjs/index.js CHANGED
@@ -20,6 +20,7 @@ __exportStar(require("./flags/flags"), exports);
20
20
  __exportStar(require("./wordmark/social"), exports);
21
21
  __exportStar(require("./wordmark/software"), exports);
22
22
  __exportStar(require("./wordmark/ai"), exports);
23
+ __exportStar(require("./icon/sports"), exports);
23
24
  __exportStar(require("./icon/social"), exports);
24
25
  __exportStar(require("./icon/software"), exports);
25
26
  __exportStar(require("./icon/google"), exports);
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const Apple: IconComponent;
3
+ export default Apple;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ export const Apple = React.forwardRef(function Apple({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
4
+ return (_jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M21.3636 8.1816C21.2211 8.2896 18.7052 9.6744 18.7052 12.7536C18.7052 16.3152 21.9066 17.5752 22.0025 17.6064C21.9877 17.6832 21.4939 19.332 20.3145 21.012C19.2629 22.4904 18.1646 23.9664 16.4939 23.9664C14.8231 23.9664 14.3931 23.0184 12.4644 23.0184C10.5848 23.0184 9.91646 23.9976 8.38821 23.9976C6.85995 23.9976 5.79361 22.6296 4.56757 20.9496C3.14742 18.9768 2 15.912 2 13.0032C2 8.3376 5.10565 5.8632 8.16216 5.8632C9.78624 5.8632 11.14 6.9048 12.1597 6.9048C13.1302 6.9048 14.6437 5.8008 16.4914 5.8008C17.1916 5.8008 19.7076 5.8632 21.3636 8.1816ZM15.6143 3.8256C16.3784 2.94 16.9189 1.7112 16.9189 0.4824C16.9189 0.312 16.9042 0.1392 16.8722 0C15.629 0.0456 14.1499 0.8088 13.258 1.8192C12.5577 2.5968 11.9042 3.8256 11.9042 5.0712C11.9042 5.2584 11.9361 5.4456 11.9509 5.5056C12.0295 5.52 12.1572 5.5368 12.285 5.5368C13.4005 5.5368 14.8034 4.8072 15.6143 3.8256Z", fill: "currentColor" }) }));
5
+ });
6
+ Apple.displayName = "Apple";
7
+ Apple.metadata = {
8
+ name: "Apple",
9
+ category: "icon/software",
10
+ tags: ["apple", "icon"],
11
+ description: "Apple icon from icon/software category",
12
+ type: ["stroke", "icon"],
13
+ };
14
+ export default Apple;
@@ -9,3 +9,4 @@ export { default as PNPM } from "./PNPM";
9
9
  export { default as Xbox } from "./Xbox";
10
10
  export { default as Playstation } from "./Playstation";
11
11
  export { default as V0 } from "./V0";
12
+ export { default as Apple } from "./Apple";
@@ -9,3 +9,4 @@ export { default as PNPM } from "./PNPM";
9
9
  export { default as Xbox } from "./Xbox";
10
10
  export { default as Playstation } from "./Playstation";
11
11
  export { default as V0 } from "./V0";
12
+ export { default as Apple } from "./Apple";
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const Nike: IconComponent;
3
+ export default Nike;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ export const Nike = React.forwardRef(function Nike({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
4
+ return (_jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M2.64738 15.9967C1.93228 15.9702 1.34722 15.7871 0.88975 15.4472C0.802444 15.3823 0.594403 15.1876 0.524607 15.1055C0.339098 14.8873 0.212975 14.675 0.128853 14.4394C-0.130004 13.7142 0.00322037 12.7626 0.509914 11.7182C0.94375 10.8241 1.61318 9.93733 2.78109 8.70914C2.95313 8.52842 3.46546 7.99988 3.46877 7.99988C3.46999 7.99988 3.44207 8.04512 3.40693 8.1002C3.10326 8.57595 2.84342 9.13633 2.70187 9.62147C2.47448 10.3999 2.50191 11.0679 2.7822 11.5859C2.97554 11.9428 3.30701 12.2519 3.67975 12.4228C4.33228 12.7218 5.28762 12.7466 6.45431 12.4952C6.53464 12.4778 10.515 11.4895 15.2995 10.299C20.0841 9.10838 23.9994 8.13502 24 8.13582C24.0013 8.13685 12.8841 12.5862 7.11297 14.8945C6.19901 15.26 5.9546 15.3523 5.52493 15.4934C4.42656 15.8541 3.44268 16.0263 2.64738 15.9967Z", fill: "currentColor" }) }));
5
+ });
6
+ Nike.displayName = "Nike";
7
+ Nike.metadata = {
8
+ name: "Nike",
9
+ category: "icon/sports",
10
+ tags: ["nike", "icon"],
11
+ description: "Nike icon from icon/sports category",
12
+ type: ["stroke", "icon"],
13
+ };
14
+ export default Nike;
@@ -0,0 +1 @@
1
+ export { default as Nike } from "./Nike";
@@ -0,0 +1 @@
1
+ export { default as Nike } from "./Nike";
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export * from "./flags/flags";
3
3
  export * from "./wordmark/social";
4
4
  export * from "./wordmark/software";
5
5
  export * from "./wordmark/ai";
6
+ export * from "./icon/sports";
6
7
  export * from "./icon/social";
7
8
  export * from "./icon/software";
8
9
  export * from "./icon/google";
package/dist/index.js CHANGED
@@ -4,6 +4,7 @@ export * from "./flags/flags";
4
4
  export * from "./wordmark/social";
5
5
  export * from "./wordmark/software";
6
6
  export * from "./wordmark/ai";
7
+ export * from "./icon/sports";
7
8
  export * from "./icon/social";
8
9
  export * from "./icon/software";
9
10
  export * from "./icon/google";
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.3636 8.1816C21.2211 8.2896 18.7052 9.6744 18.7052 12.7536C18.7052 16.3152 21.9066 17.5752 22.0025 17.6064C21.9877 17.6832 21.4939 19.332 20.3145 21.012C19.2629 22.4904 18.1646 23.9664 16.4939 23.9664C14.8231 23.9664 14.3931 23.0184 12.4644 23.0184C10.5848 23.0184 9.91646 23.9976 8.38821 23.9976C6.85995 23.9976 5.79361 22.6296 4.56757 20.9496C3.14742 18.9768 2 15.912 2 13.0032C2 8.3376 5.10565 5.8632 8.16216 5.8632C9.78624 5.8632 11.14 6.9048 12.1597 6.9048C13.1302 6.9048 14.6437 5.8008 16.4914 5.8008C17.1916 5.8008 19.7076 5.8632 21.3636 8.1816ZM15.6143 3.8256C16.3784 2.94 16.9189 1.7112 16.9189 0.4824C16.9189 0.312 16.9042 0.1392 16.8722 0C15.629 0.0456 14.1499 0.8088 13.258 1.8192C12.5577 2.5968 11.9042 3.8256 11.9042 5.0712C11.9042 5.2584 11.9361 5.4456 11.9509 5.5056C12.0295 5.52 12.1572 5.5368 12.285 5.5368C13.4005 5.5368 14.8034 4.8072 15.6143 3.8256Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.64738 15.9967C1.93228 15.9702 1.34722 15.7871 0.88975 15.4472C0.802444 15.3823 0.594403 15.1876 0.524607 15.1055C0.339098 14.8873 0.212975 14.675 0.128853 14.4394C-0.130004 13.7142 0.00322037 12.7626 0.509914 11.7182C0.94375 10.8241 1.61318 9.93733 2.78109 8.70914C2.95313 8.52842 3.46546 7.99988 3.46877 7.99988C3.46999 7.99988 3.44207 8.04512 3.40693 8.1002C3.10326 8.57595 2.84342 9.13633 2.70187 9.62147C2.47448 10.3999 2.50191 11.0679 2.7822 11.5859C2.97554 11.9428 3.30701 12.2519 3.67975 12.4228C4.33228 12.7218 5.28762 12.7466 6.45431 12.4952C6.53464 12.4778 10.515 11.4895 15.2995 10.299C20.0841 9.10838 23.9994 8.13502 24 8.13582C24.0013 8.13685 12.8841 12.5862 7.11297 14.8945C6.19901 15.26 5.9546 15.3523 5.52493 15.4934C4.42656 15.8541 3.44268 16.0263 2.64738 15.9967Z" fill="currentColor"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliimam/logos",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "license": "MIT",
5
5
  "description": "Ali Imam React SVG Logo Set",
6
6
  "source": "./src/index.tsx",
@@ -0,0 +1,55 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ export const Apple: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
5
+ function Apple(
6
+ {
7
+ color = "currentColor",
8
+ fill,
9
+ size = 24,
10
+ strokeWidth,
11
+ strokeLinecap,
12
+ strokeLinejoin,
13
+ strokeDasharray,
14
+ opacity,
15
+ className,
16
+ ...props
17
+ },
18
+ forwardedRef,
19
+ ) {
20
+ return (
21
+ <svg
22
+ width={size}
23
+ height={size}
24
+ viewBox="0 0 24 24"
25
+ fill="none"
26
+ xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
33
+ {...props}
34
+ ref={forwardedRef}
35
+ >
36
+ <path
37
+ d="M21.3636 8.1816C21.2211 8.2896 18.7052 9.6744 18.7052 12.7536C18.7052 16.3152 21.9066 17.5752 22.0025 17.6064C21.9877 17.6832 21.4939 19.332 20.3145 21.012C19.2629 22.4904 18.1646 23.9664 16.4939 23.9664C14.8231 23.9664 14.3931 23.0184 12.4644 23.0184C10.5848 23.0184 9.91646 23.9976 8.38821 23.9976C6.85995 23.9976 5.79361 22.6296 4.56757 20.9496C3.14742 18.9768 2 15.912 2 13.0032C2 8.3376 5.10565 5.8632 8.16216 5.8632C9.78624 5.8632 11.14 6.9048 12.1597 6.9048C13.1302 6.9048 14.6437 5.8008 16.4914 5.8008C17.1916 5.8008 19.7076 5.8632 21.3636 8.1816ZM15.6143 3.8256C16.3784 2.94 16.9189 1.7112 16.9189 0.4824C16.9189 0.312 16.9042 0.1392 16.8722 0C15.629 0.0456 14.1499 0.8088 13.258 1.8192C12.5577 2.5968 11.9042 3.8256 11.9042 5.0712C11.9042 5.2584 11.9361 5.4456 11.9509 5.5056C12.0295 5.52 12.1572 5.5368 12.285 5.5368C13.4005 5.5368 14.8034 4.8072 15.6143 3.8256Z"
38
+ fill="currentColor"
39
+ />
40
+ </svg>
41
+ );
42
+ },
43
+ );
44
+
45
+ Apple.displayName = "Apple";
46
+
47
+ Apple.metadata = {
48
+ name: "Apple",
49
+ category: "icon/software",
50
+ tags: ["apple", "icon"],
51
+ description: "Apple icon from icon/software category",
52
+ type: ["stroke", "icon"],
53
+ } as IconMetadata;
54
+
55
+ export default Apple;
@@ -8,4 +8,5 @@ export { default as Steam } from "./Steam";
8
8
  export { default as PNPM } from "./PNPM";
9
9
  export { default as Xbox } from "./Xbox";
10
10
  export { default as Playstation } from "./Playstation";
11
- export { default as V0 } from "./V0";
11
+ export { default as V0 } from "./V0";
12
+ export { default as Apple } from "./Apple";
@@ -0,0 +1,55 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ export const Nike: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
5
+ function Nike(
6
+ {
7
+ color = "currentColor",
8
+ fill,
9
+ size = 24,
10
+ strokeWidth,
11
+ strokeLinecap,
12
+ strokeLinejoin,
13
+ strokeDasharray,
14
+ opacity,
15
+ className,
16
+ ...props
17
+ },
18
+ forwardedRef,
19
+ ) {
20
+ return (
21
+ <svg
22
+ width={size}
23
+ height={size}
24
+ viewBox="0 0 24 24"
25
+ fill="none"
26
+ xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
33
+ {...props}
34
+ ref={forwardedRef}
35
+ >
36
+ <path
37
+ d="M2.64738 15.9967C1.93228 15.9702 1.34722 15.7871 0.88975 15.4472C0.802444 15.3823 0.594403 15.1876 0.524607 15.1055C0.339098 14.8873 0.212975 14.675 0.128853 14.4394C-0.130004 13.7142 0.00322037 12.7626 0.509914 11.7182C0.94375 10.8241 1.61318 9.93733 2.78109 8.70914C2.95313 8.52842 3.46546 7.99988 3.46877 7.99988C3.46999 7.99988 3.44207 8.04512 3.40693 8.1002C3.10326 8.57595 2.84342 9.13633 2.70187 9.62147C2.47448 10.3999 2.50191 11.0679 2.7822 11.5859C2.97554 11.9428 3.30701 12.2519 3.67975 12.4228C4.33228 12.7218 5.28762 12.7466 6.45431 12.4952C6.53464 12.4778 10.515 11.4895 15.2995 10.299C20.0841 9.10838 23.9994 8.13502 24 8.13582C24.0013 8.13685 12.8841 12.5862 7.11297 14.8945C6.19901 15.26 5.9546 15.3523 5.52493 15.4934C4.42656 15.8541 3.44268 16.0263 2.64738 15.9967Z"
38
+ fill="currentColor"
39
+ />
40
+ </svg>
41
+ );
42
+ },
43
+ );
44
+
45
+ Nike.displayName = "Nike";
46
+
47
+ Nike.metadata = {
48
+ name: "Nike",
49
+ category: "icon/sports",
50
+ tags: ["nike", "icon"],
51
+ description: "Nike icon from icon/sports category",
52
+ type: ["stroke", "icon"],
53
+ } as IconMetadata;
54
+
55
+ export default Nike;
@@ -0,0 +1 @@
1
+ export { default as Nike } from "./Nike";
package/src/index.tsx CHANGED
@@ -5,6 +5,7 @@ export * from "./flags/flags";
5
5
  export * from "./wordmark/social";
6
6
  export * from "./wordmark/software";
7
7
  export * from "./wordmark/ai";
8
+ export * from "./icon/sports";
8
9
  export * from "./icon/social";
9
10
  export * from "./icon/software";
10
11
  export * from "./icon/google";