@ozen-ui/icons 0.73.0 → 0.74.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/VideoPlayIcon/VideoPlayIcon.d.ts +3 -0
- package/dist/cjs/VideoPlayIcon/VideoPlayIcon.js +19 -0
- package/dist/cjs/VideoPlayIcon/VideoPlayMIcon.d.ts +2 -0
- package/dist/cjs/VideoPlayIcon/VideoPlayMIcon.js +9 -0
- package/dist/cjs/VideoPlayIcon/VideoPlaySIcon.d.ts +2 -0
- package/dist/cjs/VideoPlayIcon/VideoPlaySIcon.js +9 -0
- package/dist/cjs/VideoPlayIcon/index.d.ts +1 -0
- package/dist/cjs/VideoPlayIcon/index.js +5 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +5 -3
- package/dist/esm/VideoPlayIcon/VideoPlayIcon.d.ts +3 -0
- package/dist/esm/VideoPlayIcon/VideoPlayIcon.js +16 -0
- package/dist/esm/VideoPlayIcon/VideoPlayMIcon.d.ts +2 -0
- package/dist/esm/VideoPlayIcon/VideoPlayMIcon.js +6 -0
- package/dist/esm/VideoPlayIcon/VideoPlaySIcon.d.ts +2 -0
- package/dist/esm/VideoPlayIcon/VideoPlaySIcon.js +6 -0
- package/dist/esm/VideoPlayIcon/index.d.ts +1 -0
- package/dist/esm/VideoPlayIcon/index.js +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/manifest.json +8 -0
- package/package.json +2 -2
- package/video_play_m_icon.svg +16 -0
- package/video_play_s_icon.svg +16 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VideoPlayIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
var VideoPlayMIcon_1 = require("./VideoPlayMIcon");
|
|
7
|
+
var VideoPlaySIcon_1 = require("./VideoPlaySIcon");
|
|
8
|
+
exports.VideoPlayIcon = (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(VideoPlaySIcon_1.VideoPlaySIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
13
|
+
case 'm':
|
|
14
|
+
return react_1.default.createElement(VideoPlayMIcon_1.VideoPlayMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
15
|
+
default:
|
|
16
|
+
return react_1.default.createElement(VideoPlayMIcon_1.VideoPlayMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
exports.VideoPlayIcon.displayName = 'VideoPlayIcon';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VideoPlayMIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.VideoPlayMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M10 9.37a.5.5 0 0 1 .752-.431l4.508 2.63a.5.5 0 0 1 0 .863l-4.508 2.63A.5.5 0 0 1 10 14.63z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M20.5 12c0-1.692-.05-2.918-.235-3.831-.182-.89-.477-1.395-.912-1.732-.463-.36-1.19-.612-2.412-.76C15.727 5.533 14.13 5.5 12 5.5c-2.192 0-3.821.032-5.048.179-1.235.147-1.948.4-2.391.752-.416.33-.694.827-.859 1.724C3.533 9.073 3.5 10.303 3.5 12s.033 2.927.202 3.845c.165.897.443 1.394.859 1.724.443.353 1.156.605 2.391.752 1.227.147 2.856.179 5.048.179s3.821-.032 5.048-.179c1.235-.147 1.948-.4 2.392-.752.415-.33.692-.827.858-1.724.17-.918.202-2.148.202-3.845m1.5 0c0 1.677-.03 3.042-.227 4.116-.202 1.095-.597 1.989-1.4 2.627-.775.616-1.828.911-3.147 1.069C15.898 19.97 14.183 20 12 20s-3.898-.03-5.226-.189c-1.319-.157-2.372-.452-3.147-1.068-.803-.638-1.198-1.532-1.4-2.627C2.03 15.042 2 13.677 2 12s.03-3.042.228-4.116c.201-1.095.596-1.989 1.399-2.627.775-.616 1.828-.911 3.147-1.069C8.102 4.03 9.817 4 12 4c2.12 0 3.805.031 5.121.19 1.309.157 2.364.451 3.15 1.061.815.631 1.24 1.518 1.464 2.62C21.955 8.95 22 10.316 22 12" }))); });
|
|
9
|
+
exports.VideoPlayMIcon.displayName = 'VideoPlayMIcon';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VideoPlaySIcon = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
var react_1 = tslib_1.__importStar(require("react"));
|
|
6
|
+
exports.VideoPlaySIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
|
|
7
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M6.5 6.402a.5.5 0 0 1 .765-.424l2.557 1.598a.5.5 0 0 1 0 .848l-2.557 1.598a.5.5 0 0 1-.765-.424z" }),
|
|
8
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M14.5 8c0-1.266-.017-2.148-.136-2.795-.113-.62-.299-.91-.557-1.1-.3-.22-.819-.393-1.796-.492C11.047 3.516 9.757 3.5 8 3.5s-3.047.016-4.01.113c-.979.099-1.497.271-1.797.491-.258.19-.444.482-.557 1.101C1.517 5.852 1.5 6.734 1.5 8s.017 2.148.136 2.795c.113.62.299.91.557 1.1.3.22.818.393 1.796.492.964.097 2.254.113 4.011.113s3.047-.016 4.01-.113c.979-.099 1.497-.271 1.797-.492.258-.19.444-.48.557-1.1.119-.647.136-1.529.136-2.795M16 8c0 1.234-.014 2.258-.161 3.065-.153.833-.467 1.542-1.146 2.04-.637.467-1.494.67-2.532.774C11.11 13.985 9.743 14 8 14s-3.11-.015-4.161-.121c-1.038-.105-1.895-.307-2.532-.774-.68-.498-.993-1.207-1.146-2.04C.014 10.259 0 9.234 0 8s.014-2.258.161-3.064c.153-.834.467-1.543 1.146-2.04.637-.468 1.494-.67 2.532-.775C4.89 2.015 6.257 2 8 2s3.11.015 4.161.121c1.038.105 1.895.307 2.532.775.68.497.993 1.206 1.146 2.04.147.806.161 1.83.161 3.064" }))); });
|
|
9
|
+
exports.VideoPlaySIcon.displayName = 'VideoPlaySIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VideoPlayIcon = void 0;
|
|
4
|
+
var VideoPlayIcon_1 = require("./VideoPlayIcon");
|
|
5
|
+
Object.defineProperty(exports, "VideoPlayIcon", { enumerable: true, get: function () { return VideoPlayIcon_1.VideoPlayIcon; } });
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -557,6 +557,7 @@ export { LoadingFailedIcon } from './LoadingFailedIcon';
|
|
|
557
557
|
export { TaxesIcon } from './TaxesIcon';
|
|
558
558
|
export { CustodialWalletIcon } from './CustodialWalletIcon';
|
|
559
559
|
export { DebtIcon } from './DebtIcon';
|
|
560
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
|
560
561
|
export { MainIcon } from './MainIcon';
|
|
561
562
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
562
563
|
export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
|
package/dist/cjs/index.js
CHANGED
|
@@ -11,9 +11,9 @@ exports.EuroIcon = exports.FrankIcon = exports.YuanIcon = exports.FrozenIcon = e
|
|
|
11
11
|
exports.FundFilledIcon = exports.FundIcon = exports.ProfileIcon = exports.TechChatIcon = exports.CommentIcon = 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.CanadianDollarIcon = exports.AustralianDollarIcon = exports.DollarIcon = void 0;
|
|
12
12
|
exports.ArrowRightCircleIcon = exports.TariffIcon = exports.CaseIcon = exports.CaseDiagramIcon = exports.BuildingIcon = 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 = void 0;
|
|
13
13
|
exports.CalculatorIcon = exports.CameraScanIcon = exports.UserStrokeCheckIcon = exports.GlobeIncomeIcon = exports.ArrowRightTopIcon = exports.ArrowRightBottomIcon = exports.LanguageIcon = exports.CallTerminatedIcon = exports.MultiAccountIcon = exports.KronaIcon = exports.GlassesIcon = exports.AtmIcon = exports.PlaneIcon = exports.LeafIcon = exports.ModeIcon = exports.CalendarMortgageIcon = exports.ArrowTransferDiagonalIcon = exports.CoinShareIcon = exports.DownloadFileIcon = exports.UploadFileIcon = exports.ShoppingBagIcon = 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 = void 0;
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = exports.BrGarminIcon = void 0;
|
|
14
|
+
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 = exports.ChevronSmallDownIcon = exports.ArrowSmallDownIcon = exports.ChevronSmallRightIcon = exports.ArrowSmallRightIcon = exports.ChevronSmallLeftIcon = exports.ArrowSmallLeftIcon = exports.MainIcon = exports.VideoPlayIcon = exports.DebtIcon = exports.CustodialWalletIcon = exports.TaxesIcon = exports.LoadingFailedIcon = exports.LikeIcon = exports.FlashDriverIcon = exports.SmsIcon = exports.TelemedicineIcon = exports.FineIcon = void 0;
|
|
15
|
+
exports.BrBerekeFilledColoredIcon = exports.BrN1BrokerIcon = exports.BrN1BrokernColoredIcon = exports.BrFacebookFilledColoredIcon = exports.BrFacebookFilledIcon = exports.BrFacebookColoredIcon = exports.BrFacebookIcon = exports.BrKoronaIcon = exports.BrKoronaColoredIcon = exports.BrInstagramOutlineColoredIcon = exports.BrInstagramFilledColoredIcon = exports.BrInstagramFilledIcon = exports.BrInstagramOutlineIcon = exports.BrFaceIdIcon = exports.BrFaceIdColoredIcon = exports.BrVisaAliasIcon = exports.BrVisaAliasColoredIcon = exports.BrSamsungPay2Icon = exports.BrSamsungPay2ColoredIcon = exports.BrCardMaestroIcon = exports.BrCardMastercardIcon = exports.BrCardMastercardColoredIcon = exports.BrCardVisaIcon = exports.BrCardVisaColoredIcon = exports.BrGoogleIcon = exports.BrGoogleColoredIcon = exports.BrVkIcon = exports.BrVkColoredIcon = exports.BrTwitterIcon = exports.BrTwitterColoredIcon = exports.BrWhatsAppIcon = exports.BrWhatsAppColoredIcon = exports.BrApplePayColoredIcon = exports.BrSamsungPayIcon = exports.BrSamsungPayColoredIcon = exports.BrGooglePayIcon = exports.BrGooglePayDarkColoredIcon = exports.BrGooglePayLightColoredIcon = exports.BrTelegramIcon = exports.BrTelegramColoredIcon = exports.BrCardMaestroColoredIcon = exports.ReloadCircleGhostColoredIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostColoredIcon = exports.WarningTriangleColoredIcon = exports.InfoCircleGhostColoredIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostColoredIcon = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostColoredIcon = void 0;
|
|
16
|
+
exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = exports.BrGarminIcon = exports.BrBerekeFilledIcon = void 0;
|
|
17
17
|
var tslib_1 = require("tslib");
|
|
18
18
|
var FlagUsIcon_1 = require("./FlagUsIcon");
|
|
19
19
|
Object.defineProperty(exports, "FlagUsIcon", { enumerable: true, get: function () { return FlagUsIcon_1.FlagUsIcon; } });
|
|
@@ -1133,6 +1133,8 @@ var CustodialWalletIcon_1 = require("./CustodialWalletIcon");
|
|
|
1133
1133
|
Object.defineProperty(exports, "CustodialWalletIcon", { enumerable: true, get: function () { return CustodialWalletIcon_1.CustodialWalletIcon; } });
|
|
1134
1134
|
var DebtIcon_1 = require("./DebtIcon");
|
|
1135
1135
|
Object.defineProperty(exports, "DebtIcon", { enumerable: true, get: function () { return DebtIcon_1.DebtIcon; } });
|
|
1136
|
+
var VideoPlayIcon_1 = require("./VideoPlayIcon");
|
|
1137
|
+
Object.defineProperty(exports, "VideoPlayIcon", { enumerable: true, get: function () { return VideoPlayIcon_1.VideoPlayIcon; } });
|
|
1136
1138
|
var MainIcon_1 = require("./MainIcon");
|
|
1137
1139
|
Object.defineProperty(exports, "MainIcon", { enumerable: true, get: function () { return MainIcon_1.MainIcon; } });
|
|
1138
1140
|
var ArrowSmallLeftIcon_1 = require("./ArrowSmallLeftIcon");
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { __assign, __rest } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
import { VideoPlayMIcon } from './VideoPlayMIcon';
|
|
4
|
+
import { VideoPlaySIcon } from './VideoPlaySIcon';
|
|
5
|
+
export var VideoPlayIcon = forwardRef(function (_a, ref) {
|
|
6
|
+
var size = _a.size, otherProps = __rest(_a, ["size"]);
|
|
7
|
+
switch (size) {
|
|
8
|
+
case 's':
|
|
9
|
+
return React.createElement(VideoPlaySIcon, __assign({}, otherProps, { ref: ref }));
|
|
10
|
+
case 'm':
|
|
11
|
+
return React.createElement(VideoPlayMIcon, __assign({}, otherProps, { ref: ref }));
|
|
12
|
+
default:
|
|
13
|
+
return React.createElement(VideoPlayMIcon, __assign({}, otherProps, { ref: ref }));
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
VideoPlayIcon.displayName = 'VideoPlayIcon';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
export var VideoPlayMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M10 9.37a.5.5 0 0 1 .752-.431l4.508 2.63a.5.5 0 0 1 0 .863l-4.508 2.63A.5.5 0 0 1 10 14.63z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M20.5 12c0-1.692-.05-2.918-.235-3.831-.182-.89-.477-1.395-.912-1.732-.463-.36-1.19-.612-2.412-.76C15.727 5.533 14.13 5.5 12 5.5c-2.192 0-3.821.032-5.048.179-1.235.147-1.948.4-2.391.752-.416.33-.694.827-.859 1.724C3.533 9.073 3.5 10.303 3.5 12s.033 2.927.202 3.845c.165.897.443 1.394.859 1.724.443.353 1.156.605 2.391.752 1.227.147 2.856.179 5.048.179s3.821-.032 5.048-.179c1.235-.147 1.948-.4 2.392-.752.415-.33.692-.827.858-1.724.17-.918.202-2.148.202-3.845m1.5 0c0 1.677-.03 3.042-.227 4.116-.202 1.095-.597 1.989-1.4 2.627-.775.616-1.828.911-3.147 1.069C15.898 19.97 14.183 20 12 20s-3.898-.03-5.226-.189c-1.319-.157-2.372-.452-3.147-1.068-.803-.638-1.198-1.532-1.4-2.627C2.03 15.042 2 13.677 2 12s.03-3.042.228-4.116c.201-1.095.596-1.989 1.399-2.627.775-.616 1.828-.911 3.147-1.069C8.102 4.03 9.817 4 12 4c2.12 0 3.805.031 5.121.19 1.309.157 2.364.451 3.15 1.061.815.631 1.24 1.518 1.464 2.62C21.955 8.95 22 10.316 22 12" }))); });
|
|
6
|
+
VideoPlayMIcon.displayName = 'VideoPlayMIcon';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import React, { forwardRef } from 'react';
|
|
3
|
+
export var VideoPlaySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
|
|
4
|
+
React.createElement("path", { fill: "currentColor", d: "M6.5 6.402a.5.5 0 0 1 .765-.424l2.557 1.598a.5.5 0 0 1 0 .848l-2.557 1.598a.5.5 0 0 1-.765-.424z" }),
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M14.5 8c0-1.266-.017-2.148-.136-2.795-.113-.62-.299-.91-.557-1.1-.3-.22-.819-.393-1.796-.492C11.047 3.516 9.757 3.5 8 3.5s-3.047.016-4.01.113c-.979.099-1.497.271-1.797.491-.258.19-.444.482-.557 1.101C1.517 5.852 1.5 6.734 1.5 8s.017 2.148.136 2.795c.113.62.299.91.557 1.1.3.22.818.393 1.796.492.964.097 2.254.113 4.011.113s3.047-.016 4.01-.113c.979-.099 1.497-.271 1.797-.492.258-.19.444-.48.557-1.1.119-.647.136-1.529.136-2.795M16 8c0 1.234-.014 2.258-.161 3.065-.153.833-.467 1.542-1.146 2.04-.637.467-1.494.67-2.532.774C11.11 13.985 9.743 14 8 14s-3.11-.015-4.161-.121c-1.038-.105-1.895-.307-2.532-.774-.68-.498-.993-1.207-1.146-2.04C.014 10.259 0 9.234 0 8s.014-2.258.161-3.064c.153-.834.467-1.543 1.146-2.04.637-.468 1.494-.67 2.532-.775C4.89 2.015 6.257 2 8 2s3.11.015 4.161.121c1.038.105 1.895.307 2.532.775.68.497.993 1.206 1.146 2.04.147.806.161 1.83.161 3.064" }))); });
|
|
6
|
+
VideoPlaySIcon.displayName = 'VideoPlaySIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -557,6 +557,7 @@ export { LoadingFailedIcon } from './LoadingFailedIcon';
|
|
|
557
557
|
export { TaxesIcon } from './TaxesIcon';
|
|
558
558
|
export { CustodialWalletIcon } from './CustodialWalletIcon';
|
|
559
559
|
export { DebtIcon } from './DebtIcon';
|
|
560
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
|
560
561
|
export { MainIcon } from './MainIcon';
|
|
561
562
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
562
563
|
export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
|
package/dist/esm/index.js
CHANGED
|
@@ -557,6 +557,7 @@ export { LoadingFailedIcon } from './LoadingFailedIcon';
|
|
|
557
557
|
export { TaxesIcon } from './TaxesIcon';
|
|
558
558
|
export { CustodialWalletIcon } from './CustodialWalletIcon';
|
|
559
559
|
export { DebtIcon } from './DebtIcon';
|
|
560
|
+
export { VideoPlayIcon } from './VideoPlayIcon';
|
|
560
561
|
export { MainIcon } from './MainIcon';
|
|
561
562
|
export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
|
|
562
563
|
export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
|
package/manifest.json
CHANGED
|
@@ -4230,6 +4230,14 @@
|
|
|
4230
4230
|
"colored": false,
|
|
4231
4231
|
"deprecated": false
|
|
4232
4232
|
},
|
|
4233
|
+
{
|
|
4234
|
+
"name": "video_play_icon",
|
|
4235
|
+
"size": ["s", "m"],
|
|
4236
|
+
"category": "Action",
|
|
4237
|
+
"componentName": "VideoPlayIcon",
|
|
4238
|
+
"colored": false,
|
|
4239
|
+
"deprecated": false
|
|
4240
|
+
},
|
|
4233
4241
|
{
|
|
4234
4242
|
"name": "main_icon",
|
|
4235
4243
|
"size": ["s", "m"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ozen-ui/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.74.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.74.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": ">=17.0.2 <19.0.0"
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
fill="none"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
d="M10 9.37a.5.5 0 0 1 .752-.431l4.508 2.63a.5.5 0 0 1 0 .863l-4.508 2.63A.5.5 0 0 1 10 14.63z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M20.5 12c0-1.692-.05-2.918-.235-3.831-.182-.89-.477-1.395-.912-1.732-.463-.36-1.19-.612-2.412-.76C15.727 5.533 14.13 5.5 12 5.5c-2.192 0-3.821.032-5.048.179-1.235.147-1.948.4-2.391.752-.416.33-.694.827-.859 1.724C3.533 9.073 3.5 10.303 3.5 12s.033 2.927.202 3.845c.165.897.443 1.394.859 1.724.443.353 1.156.605 2.391.752 1.227.147 2.856.179 5.048.179s3.821-.032 5.048-.179c1.235-.147 1.948-.4 2.392-.752.415-.33.692-.827.858-1.724.17-.918.202-2.148.202-3.845m1.5 0c0 1.677-.03 3.042-.227 4.116-.202 1.095-.597 1.989-1.4 2.627-.775.616-1.828.911-3.147 1.069C15.898 19.97 14.183 20 12 20s-3.898-.03-5.226-.189c-1.319-.157-2.372-.452-3.147-1.068-.803-.638-1.198-1.532-1.4-2.627C2.03 15.042 2 13.677 2 12s.03-3.042.228-4.116c.201-1.095.596-1.989 1.399-2.627.775-.616 1.828-.911 3.147-1.069C8.102 4.03 9.817 4 12 4c2.12 0 3.805.031 5.121.19 1.309.157 2.364.451 3.15 1.061.815.631 1.24 1.518 1.464 2.62C21.955 8.95 22 10.316 22 12"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
fill="none"
|
|
6
|
+
viewBox="0 0 16 16"
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
d="M6.5 6.402a.5.5 0 0 1 .765-.424l2.557 1.598a.5.5 0 0 1 0 .848l-2.557 1.598a.5.5 0 0 1-.765-.424z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
d="M14.5 8c0-1.266-.017-2.148-.136-2.795-.113-.62-.299-.91-.557-1.1-.3-.22-.819-.393-1.796-.492C11.047 3.516 9.757 3.5 8 3.5s-3.047.016-4.01.113c-.979.099-1.497.271-1.797.491-.258.19-.444.482-.557 1.101C1.517 5.852 1.5 6.734 1.5 8s.017 2.148.136 2.795c.113.62.299.91.557 1.1.3.22.818.393 1.796.492.964.097 2.254.113 4.011.113s3.047-.016 4.01-.113c.979-.099 1.497-.271 1.797-.492.258-.19.444-.48.557-1.1.119-.647.136-1.529.136-2.795M16 8c0 1.234-.014 2.258-.161 3.065-.153.833-.467 1.542-1.146 2.04-.637.467-1.494.67-2.532.774C11.11 13.985 9.743 14 8 14s-3.11-.015-4.161-.121c-1.038-.105-1.895-.307-2.532-.774-.68-.498-.993-1.207-1.146-2.04C.014 10.259 0 9.234 0 8s.014-2.258.161-3.064c.153-.834.467-1.543 1.146-2.04.637-.468 1.494-.67 2.532-.775C4.89 2.015 6.257 2 8 2s3.11.015 4.161.121c1.038.105 1.895.307 2.532.775.68.497.993 1.206 1.146 2.04.147.806.161 1.83.161 3.064"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|