@geneui/icons 1.4.3 → 1.4.4

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,23 @@
1
+ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
2
+ import React from 'react';
3
+
4
+ var _excluded = ["size", "color"];
5
+ var SvgPlaySquare = function SvgPlaySquare(_ref) {
6
+ var _ref$size = _ref.size,
7
+ size = _ref$size === void 0 ? 24 : _ref$size,
8
+ _ref$color = _ref.color,
9
+ color = _ref$color === void 0 ? "currentColor" : _ref$color,
10
+ props = _objectWithoutProperties(_ref, _excluded);
11
+ return /*#__PURE__*/React.createElement("svg", _extends({
12
+ width: size,
13
+ height: size,
14
+ viewBox: "0 0 24 24",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M2 6.25a3.25 3.25 0 0 1 3.25-3.25h13.5a3.25 3.25 0 0 1 3.25 3.25v11.5a3.25 3.25 0 0 1-3.25 3.25h-13.5a3.25 3.25 0 0 1-3.25-3.25v-11.5Zm3.25-1.75a1.75 1.75 0 0 0-1.75 1.75v11.5c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75v-11.5a1.75 1.75 0 0 0-1.75-1.75h-13.5Zm3.75 4.75v5.5a1 1 0 0 0 1.482.876l5-2.75a1 1 0 0 0 0-1.752l-5-2.75a1 1 0 0 0-1.482.877Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgPlaySquare as S };
@@ -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 6.25a3.25 3.25 0 0 1 3.25-3.25h13.5a3.25 3.25 0 0 1 3.25 3.25v11.5a3.25 3.25 0 0 1-3.25 3.25h-13.5a3.25 3.25 0 0 1-3.25-3.25v-11.5Zm3.25-1.75a1.75 1.75 0 0 0-1.75 1.75v11.5c0 .966.784 1.75 1.75 1.75h13.5a1.75 1.75 0 0 0 1.75-1.75v-11.5a1.75 1.75 0 0 0-1.75-1.75h-13.5Zm3.75 4.75v5.5a1 1 0 0 0 1.482.876l5-2.75a1 1 0 0 0 0-1.752l-5-2.75a1 1 0 0 0-1.482.877Z" fill="#262627"/></svg>
package/index.d.ts CHANGED
@@ -171,6 +171,7 @@ export declare const PhoneMobile: React.FC<IconProps>;
171
171
  export declare const Pin: React.FC<IconProps>;
172
172
  export declare const PinFilled: React.FC<IconProps>;
173
173
  export declare const Play: React.FC<IconProps>;
174
+ export declare const PlaySquare: React.FC<IconProps>;
174
175
  export declare const Plus: React.FC<IconProps>;
175
176
  export declare const Power: React.FC<IconProps>;
176
177
  export declare const Puzzle: React.FC<IconProps>;
package/index.js CHANGED
@@ -165,6 +165,7 @@ export { S as PhoneMobile } from './icons/PhoneMobile.js';
165
165
  export { S as Pin } from './icons/Pin.js';
166
166
  export { S as PinFilled } from './icons/PinFilled.js';
167
167
  export { S as Play } from './icons/Play.js';
168
+ export { S as PlaySquare } from './icons/PlaySquare.js';
168
169
  export { S as Plus } from './icons/Plus.js';
169
170
  export { S as Power } from './icons/Power.js';
170
171
  export { S as Puzzle } from './icons/Puzzle.js';
package/metadata.js CHANGED
@@ -492,8 +492,7 @@ const metadata = {
492
492
  "next",
493
493
  "navigate",
494
494
  "direction",
495
- "move",
496
- "forward"
495
+ "move"
497
496
  ],
498
497
  "aliases": [
499
498
  ""
@@ -914,8 +913,7 @@ const metadata = {
914
913
  "equation",
915
914
  "addition",
916
915
  "minus",
917
- "plus",
918
- ""
916
+ "plus"
919
917
  ],
920
918
  "aliases": [
921
919
  ""
@@ -1115,8 +1113,7 @@ const metadata = {
1115
1113
  "arrow",
1116
1114
  "navigation",
1117
1115
  "back",
1118
- "previous",
1119
- ""
1116
+ "previous"
1120
1117
  ],
1121
1118
  "aliases": [
1122
1119
  ""
@@ -1171,7 +1168,6 @@ const metadata = {
1171
1168
  "keywords": [
1172
1169
  "Caret",
1173
1170
  "right",
1174
- "",
1175
1171
  "arrow",
1176
1172
  "navigation",
1177
1173
  "forward",
@@ -1744,8 +1740,7 @@ const metadata = {
1744
1740
  "notification"
1745
1741
  ],
1746
1742
  "aliases": [
1747
- "help",
1748
- ""
1743
+ "help"
1749
1744
  ],
1750
1745
  "description": " \"The Circle Info icon represents information enclosed in a circular design, commonly used to provide details, guidance, or notifications in applications and interfaces.\",",
1751
1746
  "sizes": [
@@ -2039,8 +2034,7 @@ const metadata = {
2039
2034
  "clone",
2040
2035
  "copy button",
2041
2036
  "copy action",
2042
- "replicate",
2043
- ""
2037
+ "replicate"
2044
2038
  ],
2045
2039
  "aliases": [
2046
2040
  ""
@@ -3389,8 +3383,7 @@ const metadata = {
3389
3383
  "search",
3390
3384
  "trending",
3391
3385
  "label",
3392
- "number",
3393
- ""
3386
+ "number"
3394
3387
  ],
3395
3388
  "aliases": [
3396
3389
  ""
@@ -3535,8 +3528,7 @@ const metadata = {
3535
3528
  "File",
3536
3529
  "Photo Gallery",
3537
3530
  "Content",
3538
- "Graphic",
3539
- ""
3531
+ "Graphic"
3540
3532
  ],
3541
3533
  "aliases": [
3542
3534
  ""
@@ -3627,8 +3619,7 @@ const metadata = {
3627
3619
  "Input",
3628
3620
  "Directional",
3629
3621
  "Arcade",
3630
- "Movement",
3631
- ""
3622
+ "Movement"
3632
3623
  ],
3633
3624
  "aliases": [
3634
3625
  ""
@@ -3872,8 +3863,7 @@ const metadata = {
3872
3863
  "solution",
3873
3864
  "concept",
3874
3865
  "energy",
3875
- "illumination",
3876
- ""
3866
+ "illumination"
3877
3867
  ],
3878
3868
  "aliases": [
3879
3869
  ""
@@ -4401,8 +4391,7 @@ const metadata = {
4401
4391
  "document",
4402
4392
  "comment",
4403
4393
  "communication",
4404
- "writing",
4405
- ""
4394
+ "writing"
4406
4395
  ],
4407
4396
  "aliases": [
4408
4397
  ""
@@ -4897,6 +4886,34 @@ const metadata = {
4897
4886
  ],
4898
4887
  "creation_date": "2/20/2025, 1:36:20 PM"
4899
4888
  },
4889
+ "PlaySquare": {
4890
+ "id": "PlaySquaremajor",
4891
+ "name": "PlaySquare",
4892
+ "set": "major",
4893
+ "type": "outline",
4894
+ "keywords": [
4895
+ "\"play\"",
4896
+ "\"start\"",
4897
+ "\"video\"",
4898
+ "\"media\"",
4899
+ "\"player\"",
4900
+ "\"button\"",
4901
+ "\"square\""
4902
+ ],
4903
+ "aliases": [
4904
+ ""
4905
+ ],
4906
+ "description": "\"A square-framed play control that signals starting or resuming media playback, ideal for video players, previews, or any start action on media items.\"",
4907
+ "sizes": [
4908
+ 16,
4909
+ 20,
4910
+ 24,
4911
+ 28,
4912
+ 32,
4913
+ 48
4914
+ ],
4915
+ "creation_date": "11/13/2025, 12:45:18 PM"
4916
+ },
4900
4917
  "Plus": {
4901
4918
  "id": "PlusMajor",
4902
4919
  "name": "Plus",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geneui/icons",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "Gene UI icons distributed as SVG React components.",
5
5
  "author": "SoftConstruct",
6
6
  "homepage": "https://github.com/softconstruct/gene-ui-icons#readme",