@ozen-ui/icons 0.45.0 → 0.46.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.
- package/dist/cjs/LeafIcon/LeafIcon.d.ts +7 -0
- package/dist/cjs/LeafIcon/LeafIcon.js +19 -0
- package/dist/cjs/LeafIcon/LeafMIcon.d.ts +3 -0
- package/dist/cjs/LeafIcon/LeafMIcon.js +8 -0
- package/dist/cjs/LeafIcon/LeafSIcon.d.ts +3 -0
- package/dist/cjs/LeafIcon/LeafSIcon.js +8 -0
- package/dist/cjs/LeafIcon/index.d.ts +1 -0
- package/dist/cjs/LeafIcon/index.js +5 -0
- package/dist/cjs/ModeIcon/ModeIcon.d.ts +7 -0
- package/dist/cjs/ModeIcon/ModeIcon.js +19 -0
- package/dist/cjs/ModeIcon/ModeMIcon.d.ts +3 -0
- package/dist/cjs/ModeIcon/ModeMIcon.js +8 -0
- package/dist/cjs/ModeIcon/ModeSIcon.d.ts +3 -0
- package/dist/cjs/ModeIcon/ModeSIcon.js +8 -0
- package/dist/cjs/ModeIcon/index.d.ts +1 -0
- package/dist/cjs/ModeIcon/index.js +5 -0
- package/dist/cjs/index.d.ts +2 -0
- package/dist/cjs/index.js +6 -2
- package/dist/esm/LeafIcon/LeafIcon.d.ts +7 -0
- package/dist/esm/LeafIcon/LeafIcon.js +16 -0
- package/dist/esm/LeafIcon/LeafMIcon.d.ts +3 -0
- package/dist/esm/LeafIcon/LeafMIcon.js +5 -0
- package/dist/esm/LeafIcon/LeafSIcon.d.ts +3 -0
- package/dist/esm/LeafIcon/LeafSIcon.js +5 -0
- package/dist/esm/LeafIcon/index.d.ts +1 -0
- package/dist/esm/LeafIcon/index.js +1 -0
- package/dist/esm/ModeIcon/ModeIcon.d.ts +7 -0
- package/dist/esm/ModeIcon/ModeIcon.js +16 -0
- package/dist/esm/ModeIcon/ModeMIcon.d.ts +3 -0
- package/dist/esm/ModeIcon/ModeMIcon.js +5 -0
- package/dist/esm/ModeIcon/ModeSIcon.d.ts +3 -0
- package/dist/esm/ModeIcon/ModeSIcon.js +5 -0
- package/dist/esm/ModeIcon/index.d.ts +1 -0
- package/dist/esm/ModeIcon/index.js +1 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +2 -0
- package/leaf_m_icon.svg +8 -0
- package/leaf_s_icon.svg +8 -0
- package/manifest.json +14 -0
- package/mode_m_icon.svg +8 -0
- package/mode_s_icon.svg +8 -0
- package/package.json +2 -2
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LeafIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
var LeafMIcon_1 = require("./LeafMIcon");
|
|
7
|
+
var LeafSIcon_1 = require("./LeafSIcon");
|
|
8
|
+
exports.LeafIcon = (0, react_1.forwardRef)(function (_a, ref) {
|
|
9
|
+
var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
|
|
10
|
+
switch (size) {
|
|
11
|
+
case 's':
|
|
12
|
+
return react_1.default.createElement(LeafSIcon_1.LeafSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
13
|
+
case 'm':
|
|
14
|
+
return react_1.default.createElement(LeafMIcon_1.LeafMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
15
|
+
default:
|
|
16
|
+
return react_1.default.createElement(LeafMIcon_1.LeafMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
exports.LeafIcon.displayName = 'LeafIcon';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LeafMIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.LeafMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.407 4.849c-2.487.236-5.308.958-7.13 2.784-1.797 1.803-1.897 3.593-1.508 5.03.267.985.77 1.814 1.167 2.35l2.02-2.016-.138-3.753a.75.75 0 1 1 1.499-.056l.087 2.364 2.489-2.483.16-1.35a.75.75 0 1 1 1.49.177l-.078.657.65-.081a.75.75 0 1 1 .186 1.488l-1.346.168-2.486 2.48 2.356.084a.75.75 0 1 1-.054 1.499l-3.754-.133L9.01 16.06c.543.379 1.386.858 2.381 1.111 1.472.376 3.266.264 4.995-1.447 1.754-1.737 2.482-4.547 2.74-7.057a25 25 0 0 0 .085-3.858q-.28-.02-.668-.039c-.801-.034-1.909-.039-3.136.078m4.504-.726.745-.08v.003l.001.006.002.02a8 8 0 0 1 .03.36 26.222 26.222 0 0 1-.071 4.389c-.266 2.593-1.037 5.851-3.177 7.97-2.166 2.145-4.531 2.317-6.42 1.835-1.324-.337-2.418-.992-3.087-1.492L4.53 20.53a.75.75 0 1 1-1.06-1.062l3.395-3.388c-.509-.65-1.19-1.718-1.544-3.027-.51-1.888-.328-4.252 1.895-6.48 2.199-2.205 5.46-2.973 8.05-3.219a24.6 24.6 0 0 1 4.355-.016 14 14 0 0 1 .356.037l.02.002.006.001h.002s.002 0-.094.744m0 0 .096-.743a.75.75 0 0 1 .65.663z", clipRule: "evenodd" }))); });
|
|
8
|
+
exports.LeafMIcon.displayName = 'LeafMIcon';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LeafSIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.LeafSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.462 2.796c-1.885.141-3.964.645-5.27 1.955-1.28 1.282-1.326 2.568-1.02 3.625.187.647.51 1.209.791 1.61l1.292-1.29-.159-2.778a.75.75 0 1 1 1.498-.085l.082 1.446 1.535-1.53.094-.957a.75.75 0 1 1 1.493.148l-.03.308.303-.032a.75.75 0 0 1 .156 1.492l-.954.1-1.53 1.526 1.437.08a.75.75 0 1 1-.084 1.498l-2.78-.155-1.279 1.275c.406.268.974.574 1.627.753 1.088.297 2.377.24 3.604-.975 1.256-1.242 1.765-3.31 1.922-5.214a18.6 18.6 0 0 0 .015-2.783q-.168-.015-.377-.028a17.4 17.4 0 0 0-2.366.01m3.434-.662.744-.095v.007l.003.017a9 9 0 0 1 .029.28 20.114 20.114 0 0 1 .013 3.378c-.164 1.98-.706 4.517-2.362 6.156-1.686 1.668-3.566 1.762-5.055 1.354a7.4 7.4 0 0 1-2.31-1.122L2.53 14.531a.75.75 0 0 1-1.06-1.062l2.419-2.412c-.395-.522-.884-1.313-1.159-2.264C2.3 7.3 2.404 5.42 4.13 3.69 5.83 1.988 8.368 1.45 10.35 1.3a19 19 0 0 1 3.355.055l.277.034.017.002h.005l.001.001zm0 0 .11-.742a.75.75 0 0 1 .634.647z", clipRule: "evenodd" }))); });
|
|
8
|
+
exports.LeafSIcon.displayName = 'LeafSIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LeafIcon } from './LeafIcon';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModeIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
var ModeMIcon_1 = require("./ModeMIcon");
|
|
7
|
+
var ModeSIcon_1 = require("./ModeSIcon");
|
|
8
|
+
exports.ModeIcon = (0, react_1.forwardRef)(function (_a, ref) {
|
|
9
|
+
var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
|
|
10
|
+
switch (size) {
|
|
11
|
+
case 's':
|
|
12
|
+
return react_1.default.createElement(ModeSIcon_1.ModeSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
13
|
+
case 'm':
|
|
14
|
+
return react_1.default.createElement(ModeMIcon_1.ModeMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
15
|
+
default:
|
|
16
|
+
return react_1.default.createElement(ModeMIcon_1.ModeMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
exports.ModeIcon.displayName = 'ModeIcon';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModeMIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.ModeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.05 11.8a1.32 1.32 0 0 0-1.016.479l-.002.002-2.718 3.251a1.356 1.356 0 0 0 0 1.736l2.717 3.251.002.002a1.32 1.32 0 0 0 2.033 0l.002-.002 2.716-3.25.001-.001a1.36 1.36 0 0 0 0-1.736l-2.716-3.251-.001-.002A1.32 1.32 0 0 0 7.05 11.8m0 1.601L4.545 16.4l2.505 2.999L9.555 16.4zM16.95 3a4.05 4.05 0 1 0 0 8.1 4.05 4.05 0 0 0 0-8.1m-.976 1.694a2.551 2.551 0 1 0 1.953 4.714 2.551 2.551 0 0 0-1.953-4.714M16.4 12.35a1.4 1.4 0 0 0-1.236.743l-3.176 5.718-.002.003a1.5 1.5 0 0 0-.012 1.424A1.41 1.41 0 0 0 13.21 21h6.38a1.41 1.41 0 0 0 1.236-.762 1.5 1.5 0 0 0-.012-1.424l-3.178-5.721a1.4 1.4 0 0 0-1.236-.743m0 1.607L13.32 19.5h6.16zm3.096 5.59.004-.008zM4.484 3c-.315 0-.6.08-.84.24-.235.157-.383.36-.473.541a1.65 1.65 0 0 0-.17.67v5.166c0 .314.08.6.24.84.156.235.36.382.54.472a1.65 1.65 0 0 0 .67.17h.018l.008.001H9.62c.314 0 .599-.081.838-.24.235-.157.382-.36.472-.541a1.65 1.65 0 0 0 .171-.7V4.482c0-.314-.08-.6-.24-.84a1.4 1.4 0 0 0-.541-.472A1.65 1.65 0 0 0 9.65 3L9.65 3H9.63h.396zM4.5 4.5v5.1h5.1V4.5z", clipRule: "evenodd" }))); });
|
|
8
|
+
exports.ModeMIcon.displayName = 'ModeMIcon';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModeSIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.ModeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.75 1a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5m-1.237 2.013a1.75 1.75 0 1 1 2.476 2.476 1.75 1.75 0 0 1-2.476-2.476M2.306 1c-.27 0-.523.07-.737.213-.21.14-.341.321-.42.48A1.4 1.4 0 0 0 1 2.273v.03-.112 4.002c0 .27.069.523.212.738.14.21.321.34.48.42a1.4 1.4 0 0 0 .582.147h.017L2.3 7.5h.005-.112 4.003c.27 0 .522-.07.737-.213.21-.14.34-.321.42-.48a1.4 1.4 0 0 0 .148-.581v-.03.112-4.002c0-.27-.07-.523-.213-.738-.14-.21-.32-.34-.48-.42a1.4 1.4 0 0 0-.581-.147h-.018L6.201 1H2.306M2.5 2.5V6H6V2.5zM4.25 7.667a1.18 1.18 0 0 0-.908.426l-.001.002-2.06 2.463-.001.002a1.21 1.21 0 0 0 0 1.547v.001l2.058 2.462.002.002a1.183 1.183 0 0 0 1.82 0l.001-.002 2.057-2.462.001-.001a1.21 1.21 0 0 0 0-1.547L5.163 8.097l-.002-.002a1.19 1.19 0 0 0-.91-.428m0 1.678-1.662 1.988 1.662 1.989 1.661-1.989zM11.333 8.083a1.24 1.24 0 0 0-1.096.658l-2.405 4.33-.002.004a1.32 1.32 0 0 0-.011 1.25A1.25 1.25 0 0 0 8.914 15h4.8389999999999995a1.25 1.25 0 0 0 1.095-.674 1.32 1.32 0 0 0-.011-1.251L12.43 8.74a1.24 1.24 0 0 0-1.097-.658m2.024 5.417-2.024-3.643L9.31 13.5z", clipRule: "evenodd" }))); });
|
|
8
|
+
exports.ModeSIcon.displayName = 'ModeSIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ModeIcon } from './ModeIcon';
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -289,6 +289,8 @@ export { DownloadFileIcon } from './DownloadFileIcon';
|
|
|
289
289
|
export { CoinShareIcon } from './CoinShareIcon';
|
|
290
290
|
export { ArrowTransferDiagonalIcon } from './ArrowTransferDiagonalIcon';
|
|
291
291
|
export { CalendarMortgageIcon } from './CalendarMortgageIcon';
|
|
292
|
+
export { ModeIcon } from './ModeIcon';
|
|
293
|
+
export { LeafIcon } from './LeafIcon';
|
|
292
294
|
export { MainIcon } from './MainIcon';
|
|
293
295
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
294
296
|
export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
|
package/dist/cjs/index.js
CHANGED
|
@@ -5,8 +5,8 @@ exports.SearchIcon = exports.ChevronUpIcon = exports.ArrowRightIcon = exports.Ar
|
|
|
5
5
|
exports.DirhamIcon = exports.PledgeIcon = exports.DocumentSuccessIcon = exports.OverdueIcon = exports.MapPinFilledIcon = exports.MapPinIcon = exports.QrCodeIcon = exports.LogsIcon = exports.ForwardIcon = exports.PercentIcon = exports.SquareMetersIcon = exports.DeviceErrorIcon = exports.DeviceSuccessIcon = exports.DeviceIcon = exports.NewsIcon = exports.PowerOutlineIcon = exports.PauseOutlineIcon = exports.PlayOutlineIcon = exports.BetweenIcon = exports.SortUpIcon = exports.SortDownIcon = exports.SortDefaultIcon = exports.MonitorIcon = exports.HouseIcon = exports.ResizeIcon = exports.ChevronDownIcon = exports.CalendarIcon = exports.CallInIcon = exports.CallBackIcon = exports.CallIcon = exports.DeleteIcon = exports.RobotIcon = exports.DarkIcon = exports.EnterIcon = exports.ExitIcon = exports.ExternalLinkIcon = exports.CopyIcon = exports.EditIcon = exports.CrossCircleOutlineIcon = exports.RefreshIcon = exports.PlusIcon = exports.SortIcon = exports.MinusIcon = exports.SendIcon = exports.SmileIcon = exports.AttachmentIcon = exports.ChatMenuIcon = exports.ChatWarningIcon = exports.ChatWithLineIcon = exports.CrossIcon = void 0;
|
|
6
6
|
exports.ChatMessageIcon = exports.ChatInfoIcon = exports.LightIcon = exports.BoxIcon = exports.CallActiveIcon = exports.KeyboardMobileIcon = exports.TransferIcon = exports.CardGridIcon = exports.CatalogIcon = exports.ChatMessageFilledIcon = exports.ArrowDownIcon = exports.TurnRightIcon = exports.ArrowUpIcon = exports.RoubleCircleFilledIcon = exports.RoubleCircleOutlineIcon = exports.ImageIcon = exports.SecurityIcon = exports.ShareIcon = exports.FlameIcon = exports.BurgerIcon = exports.UploadCloudIcon = exports.SoundOffIcon = exports.SoundOnIcon = exports.VideoOffIcon = exports.VideoOnIcon = exports.MicOnIcon = exports.MicOffIcon = exports.RotateRightIcon = exports.RotateLeftIcon = exports.FilterClearIcon = exports.LocationIcon = exports.TasksIcon = exports.PlasticCardAddIcon = exports.PlasticCardSavedIcon = exports.PlasticCardFilledIcon = exports.PlasticCardActiveIcon = exports.PlasticCardIcon = exports.DigitalCardIcon = exports.LeadIcon = exports.FolderOpenIcon = exports.LiraIcon = exports.GbpIcon = exports.DollarIcon = exports.EuroIcon = exports.FrankIcon = exports.YuanIcon = exports.FrozenIcon = exports.SomIcon = exports.TengeIcon = exports.DramIcon = void 0;
|
|
7
7
|
exports.CartWheelFilledIcon = exports.CartWheelOutlineIcon = exports.BerekeIcon = exports.BoltIcon = exports.TextSharpIcon = exports.Number09Icon = exports.Number06Icon = exports.Number03Icon = exports.Number00Icon = exports.Number08Icon = exports.Number05Icon = exports.Number02Icon = exports.TextStarIcon = exports.Number07Icon = exports.Number04Icon = exports.Number01Icon = exports.CallEndIcon = exports.FingerprintIcon = exports.LabelIcon = exports.GiftIcon = exports.PromoIcon = exports.EventIcon = exports.WindowIcon = exports.DevicesIcon = exports.SupportIcon = exports.Face2Icon = exports.GroupUserIcon = exports.ImageGalleryIcon = exports.AccountIcon = exports.CartHandIcon = exports.BarcodeScanIcon = exports.CardScanIcon = exports.BarcodeIcon = exports.StatisticIcon = exports.WidgetIcon = exports.TemplatesIcon = exports.FilledNfcIcon = exports.BillIcon = exports.GlobeIcon = exports.RateIcon = exports.AlertOffIcon = exports.AlertOnIcon = exports.DashboardIcon = exports.LimitsIcon = exports.RequestIcon = exports.FundFilledIcon = exports.FundIcon = exports.ProfileIcon = exports.TechChatIcon = exports.CommentIcon = void 0;
|
|
8
|
-
exports.
|
|
9
|
-
exports.ReloadCircleGhostIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostIcon = exports.WarningTriangleColoredIcon = exports.InfoCircleGhostIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostIcon = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostIcon = exports.ErrorCircleColoredIcon = exports.UnlockIcon = exports.LockIcon = exports.FunnelFilledIcon = exports.FunnelIcon = exports.PinIcon = exports.UnpinIcon = exports.ScanIcon = exports.TrendsIcon = exports.Suitcase2Icon = exports.Suitcase1Icon = exports.UserFilledIcon = exports.UserIcon = exports.TimeFilledIcon = exports.TimeIcon = exports.TickDoubleIcon = exports.TickIcon = exports.Cart2FilledIcon = exports.Cart2OutlineIcon = exports.ShopIcon = exports.ScanCardIcon = exports.KeyboardIcon = exports.OpenEyesIcon = exports.FlashIcon = exports.ErrorCircleOutlineIcon = exports.ErrorCircleFilledIcon = exports.EqualizerIcon = exports.ArchiveIcon = exports.CloseIcon = exports.CloseEyesIcon = exports.BankIcon = void 0;
|
|
8
|
+
exports.ChevronSmallDownIcon = exports.ArrowSmallDownIcon = exports.ChevronSmallRightIcon = exports.ArrowSmallRightIcon = exports.ChevronSmallLeftIcon = exports.ArrowSmallLeftIcon = exports.MainIcon = exports.LeafIcon = exports.ModeIcon = exports.CalendarMortgageIcon = exports.ArrowTransferDiagonalIcon = exports.CoinShareIcon = exports.DownloadFileIcon = exports.UploadFileIcon = exports.ShoppingBagIcon = exports.AtmIcon = exports.KeyIcon = exports.BookPenIcon = exports.WashingIcon = exports.StudyIcon = exports.HammerIcon = exports.LampIcon = exports.BoatIcon = exports.UserStrokeIcon = exports.UserStrokePlusIcon = exports.UserGroupIcon = exports.ThreeLinesIcon = exports.TextIcon = exports.SafeIcon = exports.PlusSmallIcon = exports.PinOnIcon = exports.PinOffIcon = exports.PercentFilledIcon = exports.NumberIcon = exports.FlagIcon = exports.CoinDownIcon = exports.MapIcon = exports.ListIcon = exports.KeyboardDesktopIcon = exports.GridIcon = exports.CrossSmallIcon = exports.CircleFillIcon = exports.CarIcon = exports.BagIcon = exports.ArrowRightRectangleIcon = exports.ArrowRightCircleIcon = exports.TariffIcon = exports.CaseIcon = exports.CaseDiagramIcon = exports.BuildingIcon = void 0;
|
|
9
|
+
exports.ReloadCircleGhostIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostIcon = exports.WarningTriangleColoredIcon = exports.InfoCircleGhostIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostIcon = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostIcon = exports.ErrorCircleColoredIcon = exports.UnlockIcon = exports.LockIcon = exports.FunnelFilledIcon = exports.FunnelIcon = exports.PinIcon = exports.UnpinIcon = exports.ScanIcon = exports.TrendsIcon = exports.Suitcase2Icon = exports.Suitcase1Icon = exports.UserFilledIcon = exports.UserIcon = exports.TimeFilledIcon = exports.TimeIcon = exports.TickDoubleIcon = exports.TickIcon = exports.Cart2FilledIcon = exports.Cart2OutlineIcon = exports.ShopIcon = exports.ScanCardIcon = exports.KeyboardIcon = exports.OpenEyesIcon = exports.FlashIcon = exports.ErrorCircleOutlineIcon = exports.ErrorCircleFilledIcon = exports.EqualizerIcon = exports.ArchiveIcon = exports.CloseIcon = exports.CloseEyesIcon = exports.BankIcon = exports.ChevronSmallUpIcon = exports.ArrowSmallUpIcon = void 0;
|
|
10
10
|
var tslib_1 = require("tslib");
|
|
11
11
|
var HeartFilledIcon_1 = require("./HeartFilledIcon");
|
|
12
12
|
Object.defineProperty(exports, "HeartFilledIcon", { enumerable: true, get: function () { return HeartFilledIcon_1.HeartFilledIcon; } });
|
|
@@ -590,6 +590,10 @@ var ArrowTransferDiagonalIcon_1 = require("./ArrowTransferDiagonalIcon");
|
|
|
590
590
|
Object.defineProperty(exports, "ArrowTransferDiagonalIcon", { enumerable: true, get: function () { return ArrowTransferDiagonalIcon_1.ArrowTransferDiagonalIcon; } });
|
|
591
591
|
var CalendarMortgageIcon_1 = require("./CalendarMortgageIcon");
|
|
592
592
|
Object.defineProperty(exports, "CalendarMortgageIcon", { enumerable: true, get: function () { return CalendarMortgageIcon_1.CalendarMortgageIcon; } });
|
|
593
|
+
var ModeIcon_1 = require("./ModeIcon");
|
|
594
|
+
Object.defineProperty(exports, "ModeIcon", { enumerable: true, get: function () { return ModeIcon_1.ModeIcon; } });
|
|
595
|
+
var LeafIcon_1 = require("./LeafIcon");
|
|
596
|
+
Object.defineProperty(exports, "LeafIcon", { enumerable: true, get: function () { return LeafIcon_1.LeafIcon; } });
|
|
593
597
|
var MainIcon_1 = require("./MainIcon");
|
|
594
598
|
Object.defineProperty(exports, "MainIcon", { enumerable: true, get: function () { return MainIcon_1.MainIcon; } });
|
|
595
599
|
var ArrowSmallLeftIcon_1 = require("./ArrowSmallLeftIcon");
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { __assign, __rest } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
import { LeafMIcon } from './LeafMIcon';
|
|
4
|
+
import { LeafSIcon } from './LeafSIcon';
|
|
5
|
+
export var LeafIcon = forwardRef(function (_a, ref) {
|
|
6
|
+
var size = _a.size, otherProps = __rest(_a, ["size"]);
|
|
7
|
+
switch (size) {
|
|
8
|
+
case 's':
|
|
9
|
+
return React.createElement(LeafSIcon, __assign({}, otherProps, { ref: ref }));
|
|
10
|
+
case 'm':
|
|
11
|
+
return React.createElement(LeafMIcon, __assign({}, otherProps, { ref: ref }));
|
|
12
|
+
default:
|
|
13
|
+
return React.createElement(LeafMIcon, __assign({}, otherProps, { ref: ref }));
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
LeafIcon.displayName = 'LeafIcon';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
export var LeafMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.407 4.849c-2.487.236-5.308.958-7.13 2.784-1.797 1.803-1.897 3.593-1.508 5.03.267.985.77 1.814 1.167 2.35l2.02-2.016-.138-3.753a.75.75 0 1 1 1.499-.056l.087 2.364 2.489-2.483.16-1.35a.75.75 0 1 1 1.49.177l-.078.657.65-.081a.75.75 0 1 1 .186 1.488l-1.346.168-2.486 2.48 2.356.084a.75.75 0 1 1-.054 1.499l-3.754-.133L9.01 16.06c.543.379 1.386.858 2.381 1.111 1.472.376 3.266.264 4.995-1.447 1.754-1.737 2.482-4.547 2.74-7.057a25 25 0 0 0 .085-3.858q-.28-.02-.668-.039c-.801-.034-1.909-.039-3.136.078m4.504-.726.745-.08v.003l.001.006.002.02a8 8 0 0 1 .03.36 26.222 26.222 0 0 1-.071 4.389c-.266 2.593-1.037 5.851-3.177 7.97-2.166 2.145-4.531 2.317-6.42 1.835-1.324-.337-2.418-.992-3.087-1.492L4.53 20.53a.75.75 0 1 1-1.06-1.062l3.395-3.388c-.509-.65-1.19-1.718-1.544-3.027-.51-1.888-.328-4.252 1.895-6.48 2.199-2.205 5.46-2.973 8.05-3.219a24.6 24.6 0 0 1 4.355-.016 14 14 0 0 1 .356.037l.02.002.006.001h.002s.002 0-.094.744m0 0 .096-.743a.75.75 0 0 1 .65.663z", clipRule: "evenodd" }))); });
|
|
5
|
+
LeafMIcon.displayName = 'LeafMIcon';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
export var LeafSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.462 2.796c-1.885.141-3.964.645-5.27 1.955-1.28 1.282-1.326 2.568-1.02 3.625.187.647.51 1.209.791 1.61l1.292-1.29-.159-2.778a.75.75 0 1 1 1.498-.085l.082 1.446 1.535-1.53.094-.957a.75.75 0 1 1 1.493.148l-.03.308.303-.032a.75.75 0 0 1 .156 1.492l-.954.1-1.53 1.526 1.437.08a.75.75 0 1 1-.084 1.498l-2.78-.155-1.279 1.275c.406.268.974.574 1.627.753 1.088.297 2.377.24 3.604-.975 1.256-1.242 1.765-3.31 1.922-5.214a18.6 18.6 0 0 0 .015-2.783q-.168-.015-.377-.028a17.4 17.4 0 0 0-2.366.01m3.434-.662.744-.095v.007l.003.017a9 9 0 0 1 .029.28 20.114 20.114 0 0 1 .013 3.378c-.164 1.98-.706 4.517-2.362 6.156-1.686 1.668-3.566 1.762-5.055 1.354a7.4 7.4 0 0 1-2.31-1.122L2.53 14.531a.75.75 0 0 1-1.06-1.062l2.419-2.412c-.395-.522-.884-1.313-1.159-2.264C2.3 7.3 2.404 5.42 4.13 3.69 5.83 1.988 8.368 1.45 10.35 1.3a19 19 0 0 1 3.355.055l.277.034.017.002h.005l.001.001zm0 0 .11-.742a.75.75 0 0 1 .634.647z", clipRule: "evenodd" }))); });
|
|
5
|
+
LeafSIcon.displayName = 'LeafSIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LeafIcon } from './LeafIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LeafIcon } from './LeafIcon';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { __assign, __rest } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
import { ModeMIcon } from './ModeMIcon';
|
|
4
|
+
import { ModeSIcon } from './ModeSIcon';
|
|
5
|
+
export var ModeIcon = forwardRef(function (_a, ref) {
|
|
6
|
+
var size = _a.size, otherProps = __rest(_a, ["size"]);
|
|
7
|
+
switch (size) {
|
|
8
|
+
case 's':
|
|
9
|
+
return React.createElement(ModeSIcon, __assign({}, otherProps, { ref: ref }));
|
|
10
|
+
case 'm':
|
|
11
|
+
return React.createElement(ModeMIcon, __assign({}, otherProps, { ref: ref }));
|
|
12
|
+
default:
|
|
13
|
+
return React.createElement(ModeMIcon, __assign({}, otherProps, { ref: ref }));
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
ModeIcon.displayName = 'ModeIcon';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
export var ModeMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.05 11.8a1.32 1.32 0 0 0-1.016.479l-.002.002-2.718 3.251a1.356 1.356 0 0 0 0 1.736l2.717 3.251.002.002a1.32 1.32 0 0 0 2.033 0l.002-.002 2.716-3.25.001-.001a1.36 1.36 0 0 0 0-1.736l-2.716-3.251-.001-.002A1.32 1.32 0 0 0 7.05 11.8m0 1.601L4.545 16.4l2.505 2.999L9.555 16.4zM16.95 3a4.05 4.05 0 1 0 0 8.1 4.05 4.05 0 0 0 0-8.1m-.976 1.694a2.551 2.551 0 1 0 1.953 4.714 2.551 2.551 0 0 0-1.953-4.714M16.4 12.35a1.4 1.4 0 0 0-1.236.743l-3.176 5.718-.002.003a1.5 1.5 0 0 0-.012 1.424A1.41 1.41 0 0 0 13.21 21h6.38a1.41 1.41 0 0 0 1.236-.762 1.5 1.5 0 0 0-.012-1.424l-3.178-5.721a1.4 1.4 0 0 0-1.236-.743m0 1.607L13.32 19.5h6.16zm3.096 5.59.004-.008zM4.484 3c-.315 0-.6.08-.84.24-.235.157-.383.36-.473.541a1.65 1.65 0 0 0-.17.67v5.166c0 .314.08.6.24.84.156.235.36.382.54.472a1.65 1.65 0 0 0 .67.17h.018l.008.001H9.62c.314 0 .599-.081.838-.24.235-.157.382-.36.472-.541a1.65 1.65 0 0 0 .171-.7V4.482c0-.314-.08-.6-.24-.84a1.4 1.4 0 0 0-.541-.472A1.65 1.65 0 0 0 9.65 3L9.65 3H9.63h.396zM4.5 4.5v5.1h5.1V4.5z", clipRule: "evenodd" }))); });
|
|
5
|
+
ModeMIcon.displayName = 'ModeMIcon';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
export var ModeSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.75 1a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5m-1.237 2.013a1.75 1.75 0 1 1 2.476 2.476 1.75 1.75 0 0 1-2.476-2.476M2.306 1c-.27 0-.523.07-.737.213-.21.14-.341.321-.42.48A1.4 1.4 0 0 0 1 2.273v.03-.112 4.002c0 .27.069.523.212.738.14.21.321.34.48.42a1.4 1.4 0 0 0 .582.147h.017L2.3 7.5h.005-.112 4.003c.27 0 .522-.07.737-.213.21-.14.34-.321.42-.48a1.4 1.4 0 0 0 .148-.581v-.03.112-4.002c0-.27-.07-.523-.213-.738-.14-.21-.32-.34-.48-.42a1.4 1.4 0 0 0-.581-.147h-.018L6.201 1H2.306M2.5 2.5V6H6V2.5zM4.25 7.667a1.18 1.18 0 0 0-.908.426l-.001.002-2.06 2.463-.001.002a1.21 1.21 0 0 0 0 1.547v.001l2.058 2.462.002.002a1.183 1.183 0 0 0 1.82 0l.001-.002 2.057-2.462.001-.001a1.21 1.21 0 0 0 0-1.547L5.163 8.097l-.002-.002a1.19 1.19 0 0 0-.91-.428m0 1.678-1.662 1.988 1.662 1.989 1.661-1.989zM11.333 8.083a1.24 1.24 0 0 0-1.096.658l-2.405 4.33-.002.004a1.32 1.32 0 0 0-.011 1.25A1.25 1.25 0 0 0 8.914 15h4.8389999999999995a1.25 1.25 0 0 0 1.095-.674 1.32 1.32 0 0 0-.011-1.251L12.43 8.74a1.24 1.24 0 0 0-1.097-.658m2.024 5.417-2.024-3.643L9.31 13.5z", clipRule: "evenodd" }))); });
|
|
5
|
+
ModeSIcon.displayName = 'ModeSIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ModeIcon } from './ModeIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ModeIcon } from './ModeIcon';
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -289,6 +289,8 @@ export { DownloadFileIcon } from './DownloadFileIcon';
|
|
|
289
289
|
export { CoinShareIcon } from './CoinShareIcon';
|
|
290
290
|
export { ArrowTransferDiagonalIcon } from './ArrowTransferDiagonalIcon';
|
|
291
291
|
export { CalendarMortgageIcon } from './CalendarMortgageIcon';
|
|
292
|
+
export { ModeIcon } from './ModeIcon';
|
|
293
|
+
export { LeafIcon } from './LeafIcon';
|
|
292
294
|
export { MainIcon } from './MainIcon';
|
|
293
295
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
294
296
|
export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
|
package/dist/esm/index.js
CHANGED
|
@@ -289,6 +289,8 @@ export { DownloadFileIcon } from './DownloadFileIcon';
|
|
|
289
289
|
export { CoinShareIcon } from './CoinShareIcon';
|
|
290
290
|
export { ArrowTransferDiagonalIcon } from './ArrowTransferDiagonalIcon';
|
|
291
291
|
export { CalendarMortgageIcon } from './CalendarMortgageIcon';
|
|
292
|
+
export { ModeIcon } from './ModeIcon';
|
|
293
|
+
export { LeafIcon } from './LeafIcon';
|
|
292
294
|
export { MainIcon } from './MainIcon';
|
|
293
295
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
294
296
|
export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
|
package/leaf_m_icon.svg
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path
|
|
3
|
+
fill="currentColor"
|
|
4
|
+
fill-rule="evenodd"
|
|
5
|
+
d="M15.407 4.849c-2.487.236-5.308.958-7.13 2.784-1.797 1.803-1.897 3.593-1.508 5.03.267.985.77 1.814 1.167 2.35l2.02-2.016-.138-3.753a.75.75 0 1 1 1.499-.056l.087 2.364 2.489-2.483.16-1.35a.75.75 0 1 1 1.49.177l-.078.657.65-.081a.75.75 0 1 1 .186 1.488l-1.346.168-2.486 2.48 2.356.084a.75.75 0 1 1-.054 1.499l-3.754-.133L9.01 16.06c.543.379 1.386.858 2.381 1.111 1.472.376 3.266.264 4.995-1.447 1.754-1.737 2.482-4.547 2.74-7.057a25 25 0 0 0 .085-3.858q-.28-.02-.668-.039c-.801-.034-1.909-.039-3.136.078m4.504-.726.745-.08v.003l.001.006.002.02a8 8 0 0 1 .03.36 26.222 26.222 0 0 1-.071 4.389c-.266 2.593-1.037 5.851-3.177 7.97-2.166 2.145-4.531 2.317-6.42 1.835-1.324-.337-2.418-.992-3.087-1.492L4.53 20.53a.75.75 0 1 1-1.06-1.062l3.395-3.388c-.509-.65-1.19-1.718-1.544-3.027-.51-1.888-.328-4.252 1.895-6.48 2.199-2.205 5.46-2.973 8.05-3.219a24.6 24.6 0 0 1 4.355-.016 14 14 0 0 1 .356.037l.02.002.006.001h.002s.002 0-.094.744m0 0 .096-.743a.75.75 0 0 1 .65.663z"
|
|
6
|
+
clip-rule="evenodd"
|
|
7
|
+
/>
|
|
8
|
+
</svg>
|
package/leaf_s_icon.svg
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
+
<path
|
|
3
|
+
fill="currentColor"
|
|
4
|
+
fill-rule="evenodd"
|
|
5
|
+
d="M10.462 2.796c-1.885.141-3.964.645-5.27 1.955-1.28 1.282-1.326 2.568-1.02 3.625.187.647.51 1.209.791 1.61l1.292-1.29-.159-2.778a.75.75 0 1 1 1.498-.085l.082 1.446 1.535-1.53.094-.957a.75.75 0 1 1 1.493.148l-.03.308.303-.032a.75.75 0 0 1 .156 1.492l-.954.1-1.53 1.526 1.437.08a.75.75 0 1 1-.084 1.498l-2.78-.155-1.279 1.275c.406.268.974.574 1.627.753 1.088.297 2.377.24 3.604-.975 1.256-1.242 1.765-3.31 1.922-5.214a18.6 18.6 0 0 0 .015-2.783q-.168-.015-.377-.028a17.4 17.4 0 0 0-2.366.01m3.434-.662.744-.095v.007l.003.017a9 9 0 0 1 .029.28 20.114 20.114 0 0 1 .013 3.378c-.164 1.98-.706 4.517-2.362 6.156-1.686 1.668-3.566 1.762-5.055 1.354a7.4 7.4 0 0 1-2.31-1.122L2.53 14.531a.75.75 0 0 1-1.06-1.062l2.419-2.412c-.395-.522-.884-1.313-1.159-2.264C2.3 7.3 2.404 5.42 4.13 3.69 5.83 1.988 8.368 1.45 10.35 1.3a19 19 0 0 1 3.355.055l.277.034.017.002h.005l.001.001zm0 0 .11-.742a.75.75 0 0 1 .634.647z"
|
|
6
|
+
clip-rule="evenodd"
|
|
7
|
+
/>
|
|
8
|
+
</svg>
|
package/manifest.json
CHANGED
|
@@ -2037,6 +2037,20 @@
|
|
|
2037
2037
|
"colored": false,
|
|
2038
2038
|
"deprecated": false
|
|
2039
2039
|
},
|
|
2040
|
+
{
|
|
2041
|
+
"name": "mode_icon",
|
|
2042
|
+
"size": ["s", "m"],
|
|
2043
|
+
"componentName": "ModeIcon",
|
|
2044
|
+
"colored": false,
|
|
2045
|
+
"deprecated": false
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"name": "leaf_icon",
|
|
2049
|
+
"size": ["s", "m"],
|
|
2050
|
+
"componentName": "LeafIcon",
|
|
2051
|
+
"colored": false,
|
|
2052
|
+
"deprecated": false
|
|
2053
|
+
},
|
|
2040
2054
|
{
|
|
2041
2055
|
"name": "main_icon",
|
|
2042
2056
|
"size": ["s", "m"],
|
package/mode_m_icon.svg
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
|
|
2
|
+
<path
|
|
3
|
+
fill="currentColor"
|
|
4
|
+
fill-rule="evenodd"
|
|
5
|
+
d="M7.05 11.8a1.32 1.32 0 0 0-1.016.479l-.002.002-2.718 3.251a1.356 1.356 0 0 0 0 1.736l2.717 3.251.002.002a1.32 1.32 0 0 0 2.033 0l.002-.002 2.716-3.25.001-.001a1.36 1.36 0 0 0 0-1.736l-2.716-3.251-.001-.002A1.32 1.32 0 0 0 7.05 11.8m0 1.601L4.545 16.4l2.505 2.999L9.555 16.4zM16.95 3a4.05 4.05 0 1 0 0 8.1 4.05 4.05 0 0 0 0-8.1m-.976 1.694a2.551 2.551 0 1 0 1.953 4.714 2.551 2.551 0 0 0-1.953-4.714M16.4 12.35a1.4 1.4 0 0 0-1.236.743l-3.176 5.718-.002.003a1.5 1.5 0 0 0-.012 1.424A1.41 1.41 0 0 0 13.21 21h6.38a1.41 1.41 0 0 0 1.236-.762 1.5 1.5 0 0 0-.012-1.424l-3.178-5.721a1.4 1.4 0 0 0-1.236-.743m0 1.607L13.32 19.5h6.16zm3.096 5.59.004-.008zM4.484 3c-.315 0-.6.08-.84.24-.235.157-.383.36-.473.541a1.65 1.65 0 0 0-.17.67v5.166c0 .314.08.6.24.84.156.235.36.382.54.472a1.65 1.65 0 0 0 .67.17h.018l.008.001H9.62c.314 0 .599-.081.838-.24.235-.157.382-.36.472-.541a1.65 1.65 0 0 0 .171-.7V4.482c0-.314-.08-.6-.24-.84a1.4 1.4 0 0 0-.541-.472A1.65 1.65 0 0 0 9.65 3L9.65 3H9.63h.396zM4.5 4.5v5.1h5.1V4.5z"
|
|
6
|
+
clip-rule="evenodd"
|
|
7
|
+
/>
|
|
8
|
+
</svg>
|
package/mode_s_icon.svg
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
|
|
2
|
+
<path
|
|
3
|
+
fill="currentColor"
|
|
4
|
+
fill-rule="evenodd"
|
|
5
|
+
d="M11.75 1a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5m-1.237 2.013a1.75 1.75 0 1 1 2.476 2.476 1.75 1.75 0 0 1-2.476-2.476M2.306 1c-.27 0-.523.07-.737.213-.21.14-.341.321-.42.48A1.4 1.4 0 0 0 1 2.273v.03-.112 4.002c0 .27.069.523.212.738.14.21.321.34.48.42a1.4 1.4 0 0 0 .582.147h.017L2.3 7.5h.005-.112 4.003c.27 0 .522-.07.737-.213.21-.14.34-.321.42-.48a1.4 1.4 0 0 0 .148-.581v-.03.112-4.002c0-.27-.07-.523-.213-.738-.14-.21-.32-.34-.48-.42a1.4 1.4 0 0 0-.581-.147h-.018L6.201 1H2.306M2.5 2.5V6H6V2.5zM4.25 7.667a1.18 1.18 0 0 0-.908.426l-.001.002-2.06 2.463-.001.002a1.21 1.21 0 0 0 0 1.547v.001l2.058 2.462.002.002a1.183 1.183 0 0 0 1.82 0l.001-.002 2.057-2.462.001-.001a1.21 1.21 0 0 0 0-1.547L5.163 8.097l-.002-.002a1.19 1.19 0 0 0-.91-.428m0 1.678-1.662 1.988 1.662 1.989 1.661-1.989zM11.333 8.083a1.24 1.24 0 0 0-1.096.658l-2.405 4.33-.002.004a1.32 1.32 0 0 0-.011 1.25A1.25 1.25 0 0 0 8.914 15h4.8389999999999995a1.25 1.25 0 0 0 1.095-.674 1.32 1.32 0 0 0-.011-1.251L12.43 8.74a1.24 1.24 0 0 0-1.097-.658m2.024 5.417-2.024-3.643L9.31 13.5z"
|
|
6
|
+
clip-rule="evenodd"
|
|
7
|
+
/>
|
|
8
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ozen-ui/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.0",
|
|
4
4
|
"description": "A collection of icons",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"*.svg"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@ozen-ui/logger": "0.
|
|
24
|
+
"@ozen-ui/logger": "0.46.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": ">=17.0.2 <19.0.0"
|