@geneui/icons 1.4.6 → 1.4.8

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 SvgPercent = function SvgPercent(_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 20 20",
15
+ fill: color,
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, props), /*#__PURE__*/React.createElement("path", {
18
+ d: "M13.75 10.833a2.917 2.917 0 1 1 0 5.834 2.917 2.917 0 0 1 0-5.834Zm0 1.25a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Zm.653-7.058a.625.625 0 0 1 .884.884l-8.545 8.544a.625.625 0 1 1-.883-.884l8.544-8.544Zm-7.32-1.692a2.917 2.917 0 1 1 0 5.834 2.917 2.917 0 0 1 0-5.834Zm0 1.25a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Z",
19
+ fill: color
20
+ }));
21
+ };
22
+
23
+ export { SvgPercent as S };
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.75 10.833a2.917 2.917 0 1 1 0 5.834 2.917 2.917 0 0 1 0-5.834Zm0 1.25a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Zm.653-7.058a.625.625 0 0 1 .884.884l-8.545 8.544a.625.625 0 1 1-.883-.884l8.544-8.544Zm-7.32-1.692a2.917 2.917 0 1 1 0 5.834 2.917 2.917 0 0 1 0-5.834Zm0 1.25a1.667 1.667 0 1 0 0 3.334 1.667 1.667 0 0 0 0-3.334Z" fill="#262627"/></svg>
package/index.d.ts CHANGED
@@ -168,6 +168,7 @@ export declare const OpenInNew: React.FC<IconProps>;
168
168
  export declare const Options: React.FC<IconProps>;
169
169
  export declare const Pencil: React.FC<IconProps>;
170
170
  export declare const PeopleFilled: React.FC<IconProps>;
171
+ export declare const Percent: React.FC<IconProps>;
171
172
  export declare const PersonBlocked: React.FC<IconProps>;
172
173
  export declare const PersonBlockedFilled: React.FC<IconProps>;
173
174
  export declare const PersonFilled: React.FC<IconProps>;
package/index.js CHANGED
@@ -162,6 +162,7 @@ export { S as OpenInNew } from './icons/OpenInNew.js';
162
162
  export { S as Options } from './icons/Options.js';
163
163
  export { S as Pencil } from './icons/Pencil.js';
164
164
  export { S as PeopleFilled } from './icons/PeopleFilled.js';
165
+ export { S as Percent } from './icons/Percent.js';
165
166
  export { S as PersonBlocked } from './icons/PersonBlocked.js';
166
167
  export { S as PersonBlockedFilled } from './icons/PersonBlockedFilled.js';
167
168
  export { S as PersonFilled } from './icons/PersonFilled.js';
package/metadata.js CHANGED
@@ -4951,6 +4951,37 @@ const metadata = {
4951
4951
  ],
4952
4952
  "creation_date": "2/3/2025, 4:41:30 PM"
4953
4953
  },
4954
+ "Percent": {
4955
+ "id": "PercentMajor",
4956
+ "name": "Percent",
4957
+ "set": "major",
4958
+ "type": "outline",
4959
+ "keywords": [
4960
+ "percent",
4961
+ "percentage",
4962
+ "discount",
4963
+ "sale",
4964
+ "rate",
4965
+ "ratio",
4966
+ "math",
4967
+ "finance",
4968
+ "pricing"
4969
+ ],
4970
+ "aliases": [
4971
+ ""
4972
+ ],
4973
+ "description": "The Percent icon represents a percentage symbol, commonly used to indicate discounts, rates, ratios, or percentage-based values in financial and analytical user interfaces.",
4974
+ "sizes": [
4975
+ 12,
4976
+ 16,
4977
+ 20,
4978
+ 24,
4979
+ 28,
4980
+ 32,
4981
+ 48
4982
+ ],
4983
+ "creation_date": "3/6/2026, 5:02:38 PM"
4984
+ },
4954
4985
  "PersonBlocked": {
4955
4986
  "id": "PersonBlockedMajor",
4956
4987
  "name": "PersonBlocked",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geneui/icons",
3
- "version": "1.4.6",
3
+ "version": "1.4.8",
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",