@talismn/icons 0.0.0-pr1369-20240326000228 → 0.0.0-pr1371-20240326051927

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/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @talismn/icons
2
2
 
3
- ## 0.0.0-pr1369-20240326000228
3
+ ## 0.0.0-pr1371-20240326051927
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - 123647e: - Additional currencies support for token rate
8
8
  - New Dollar sign icon
9
9
  - f154121: feat: user sign in icon
10
+ - 0948b7a: caps lock icon
10
11
  - d7ddb22: feat: add history icon
11
12
  - 364496f: Add signet logo to icons package
12
13
 
@@ -1,4 +1,5 @@
1
1
  export { ReactComponent as BraveIcon } from "./icons/brave.svg";
2
+ export { ReactComponent as CapsLockIcon } from "./icons/caps-lock.svg";
2
3
  export { ReactComponent as ChainIcon } from "./icons/chain.svg";
3
4
  export { ReactComponent as CoinsIcon } from "./icons/coins.svg";
4
5
  export { ReactComponent as CommentIcon } from "./icons/comment.svg";
@@ -26,14 +26,14 @@ function _interopNamespace(e) {
26
26
 
27
27
  var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
28
 
29
- var _path$u, _path2$9, _path3$3, _g$6, _defs$5;
30
- function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
29
+ var _path$v, _path2$9, _path3$3, _g$6, _defs$5;
30
+ function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
31
31
  var SvgBrave = function SvgBrave(props) {
32
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
32
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
33
33
  viewBox: "0 0 21 24",
34
34
  fill: "none",
35
35
  xmlns: "http://www.w3.org/2000/svg"
36
- }, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
36
+ }, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
37
37
  fillRule: "evenodd",
38
38
  clipRule: "evenodd",
39
39
  d: "m19.727 5.757.562-1.381s-.716-.768-1.585-1.638c-.868-.87-2.708-.358-2.708-.358L13.9 0H6.54L4.446 2.38s-1.84-.512-2.708.358C.868 3.608.153 4.376.153 4.376l.562 1.381L0 7.804s2.104 7.98 2.35 8.955c.486 1.918.819 2.66 2.198 3.633 1.38.972 3.884 2.66 4.293 2.916.41.256.92.692 1.38.692.46 0 .971-.436 1.38-.692a186.42 186.42 0 0 0 4.293-2.916c1.38-.973 1.712-1.715 2.197-3.633.247-.975 2.351-8.955 2.351-8.955l-.715-2.047z",
@@ -94,6 +94,29 @@ var SvgBrave = function SvgBrave(props) {
94
94
  })))));
95
95
  };
96
96
 
97
+ var _path$u, _rect$4;
98
+ function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
99
+ var SvgCapsLock = function SvgCapsLock(props) {
100
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
101
+ viewBox: "0 0 24 24",
102
+ fill: "none",
103
+ xmlns: "http://www.w3.org/2000/svg"
104
+ }, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
105
+ d: "m7 12 4.813-3.85a.3.3 0 0 1 .374 0L17 12M17 16H7",
106
+ stroke: "currentColor",
107
+ strokeWidth: 1.4,
108
+ strokeLinecap: "round",
109
+ strokeLinejoin: "round"
110
+ })), _rect$4 || (_rect$4 = /*#__PURE__*/React__namespace.createElement("rect", {
111
+ x: 1.5,
112
+ y: 1.5,
113
+ width: 21,
114
+ height: 21,
115
+ rx: 1.5,
116
+ stroke: "currentColor"
117
+ })));
118
+ };
119
+
97
120
  var _path$t, _path2$8;
98
121
  function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
99
122
  var SvgChain = function SvgChain(props) {
@@ -2181,6 +2204,7 @@ Object.defineProperty(exports, 'DiamondIcon', {
2181
2204
  get: function () { return io5.IoDiamondOutline; }
2182
2205
  });
2183
2206
  exports.BraveIcon = SvgBrave;
2207
+ exports.CapsLockIcon = SvgCapsLock;
2184
2208
  exports.ChainIcon = SvgChain;
2185
2209
  exports.CoinsIcon = SvgCoins;
2186
2210
  exports.CommentIcon = SvgComment;
@@ -26,14 +26,14 @@ function _interopNamespace(e) {
26
26
 
27
27
  var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
28
 
29
- var _path$u, _path2$9, _path3$3, _g$6, _defs$5;
30
- function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
29
+ var _path$v, _path2$9, _path3$3, _g$6, _defs$5;
30
+ function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
31
31
  var SvgBrave = function SvgBrave(props) {
32
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
32
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
33
33
  viewBox: "0 0 21 24",
34
34
  fill: "none",
35
35
  xmlns: "http://www.w3.org/2000/svg"
36
- }, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
36
+ }, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
37
37
  fillRule: "evenodd",
38
38
  clipRule: "evenodd",
39
39
  d: "m19.727 5.757.562-1.381s-.716-.768-1.585-1.638c-.868-.87-2.708-.358-2.708-.358L13.9 0H6.54L4.446 2.38s-1.84-.512-2.708.358C.868 3.608.153 4.376.153 4.376l.562 1.381L0 7.804s2.104 7.98 2.35 8.955c.486 1.918.819 2.66 2.198 3.633 1.38.972 3.884 2.66 4.293 2.916.41.256.92.692 1.38.692.46 0 .971-.436 1.38-.692a186.42 186.42 0 0 0 4.293-2.916c1.38-.973 1.712-1.715 2.197-3.633.247-.975 2.351-8.955 2.351-8.955l-.715-2.047z",
@@ -94,6 +94,29 @@ var SvgBrave = function SvgBrave(props) {
94
94
  })))));
95
95
  };
96
96
 
97
+ var _path$u, _rect$4;
98
+ function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
99
+ var SvgCapsLock = function SvgCapsLock(props) {
100
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
101
+ viewBox: "0 0 24 24",
102
+ fill: "none",
103
+ xmlns: "http://www.w3.org/2000/svg"
104
+ }, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
105
+ d: "m7 12 4.813-3.85a.3.3 0 0 1 .374 0L17 12M17 16H7",
106
+ stroke: "currentColor",
107
+ strokeWidth: 1.4,
108
+ strokeLinecap: "round",
109
+ strokeLinejoin: "round"
110
+ })), _rect$4 || (_rect$4 = /*#__PURE__*/React__namespace.createElement("rect", {
111
+ x: 1.5,
112
+ y: 1.5,
113
+ width: 21,
114
+ height: 21,
115
+ rx: 1.5,
116
+ stroke: "currentColor"
117
+ })));
118
+ };
119
+
97
120
  var _path$t, _path2$8;
98
121
  function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
99
122
  var SvgChain = function SvgChain(props) {
@@ -2181,6 +2204,7 @@ Object.defineProperty(exports, 'DiamondIcon', {
2181
2204
  get: function () { return io5.IoDiamondOutline; }
2182
2205
  });
2183
2206
  exports.BraveIcon = SvgBrave;
2207
+ exports.CapsLockIcon = SvgCapsLock;
2184
2208
  exports.ChainIcon = SvgChain;
2185
2209
  exports.CoinsIcon = SvgCoins;
2186
2210
  exports.CommentIcon = SvgComment;
@@ -2,14 +2,14 @@ import * as React from 'react';
2
2
  export { FiActivity as ActivityIcon, FiAirplay as AirplayIcon, FiAlertCircle as AlertCircleIcon, FiAlertOctagon as AlertOctagonIcon, FiAlertTriangle as AlertTriangleIcon, FiAlignCenter as AlignCenterIcon, FiAlignJustify as AlignJustifyIcon, FiAlignLeft as AlignLeftIcon, FiAlignRight as AlignRightIcon, FiAnchor as AnchorIcon, FiAperture as ApertureIcon, FiArchive as ArchiveIcon, FiArrowDownCircle as ArrowDownCircleIcon, FiArrowDown as ArrowDownIcon, FiArrowDownLeft as ArrowDownLeftIcon, FiArrowDownRight as ArrowDownRightIcon, FiArrowLeftCircle as ArrowLeftCircleIcon, FiArrowLeft as ArrowLeftIcon, FiArrowRightCircle as ArrowRightCircleIcon, FiArrowRight as ArrowRightIcon, FiArrowUpCircle as ArrowUpCircleIcon, FiArrowUp as ArrowUpIcon, FiArrowUpLeft as ArrowUpLeftIcon, FiArrowUpRight as ArrowUpRightIcon, FiAtSign as AtSignIcon, FiAward as AwardIcon, FiBarChart2 as BarChart2Icon, FiBarChart as BarChartIcon, FiBatteryCharging as BatteryChargingIcon, FiBattery as BatteryIcon, FiBell as BellIcon, FiBellOff as BellOffIcon, FiBluetooth as BluetoothIcon, FiBold as BoldIcon, FiBook as BookIcon, FiBookOpen as BookOpenIcon, FiBookmark as BookmarkIcon, FiBox as BoxIcon, FiBriefcase as BriefcaseIcon, FiCalendar as CalendarIcon, FiCamera as CameraIcon, FiCameraOff as CameraOffIcon, FiCast as CastIcon, FiCheckCircle as CheckCircleIcon, FiCheck as CheckIcon, FiCheckSquare as CheckSquareIcon, FiChevronDown as ChevronDownIcon, FiChevronLeft as ChevronLeftIcon, FiChevronRight as ChevronRightIcon, FiChevronUp as ChevronUpIcon, FiChevronsDown as ChevronsDownIcon, FiChevronsLeft as ChevronsLeftIcon, FiChevronsRight as ChevronsRightIcon, FiChevronsUp as ChevronsUpIcon, FiChrome as ChromeIcon, FiCircle as CircleIcon, FiClipboard as ClipboardIcon, FiClock as ClockIcon, FiCloudDrizzle as CloudDrizzleIcon, FiCloud as CloudIcon, FiCloudLightning as CloudLightningIcon, FiCloudOff as CloudOffIcon, FiCloudRain as CloudRainIcon, FiCloudSnow as CloudSnowIcon, FiCode as CodeIcon, FiCodepen as CodepenIcon, FiCodesandbox as CodesandboxIcon, FiCoffee as CoffeeIcon, FiColumns as ColumnsIcon, FiCommand as CommandIcon, FiCompass as CompassIcon, FiCopy as CopyIcon, FiCornerDownLeft as CornerDownLeftIcon, FiCornerDownRight as CornerDownRightIcon, FiCornerLeftDown as CornerLeftDownIcon, FiCornerLeftUp as CornerLeftUpIcon, FiCornerRightDown as CornerRightDownIcon, FiCornerRightUp as CornerRightUpIcon, FiCornerUpLeft as CornerUpLeftIcon, FiCornerUpRight as CornerUpRightIcon, FiCpu as CpuIcon, FiCreditCard as CreditCardIcon, FiCrop as CropIcon, FiCrosshair as CrosshairIcon, FiDatabase as DatabaseIcon, FiDelete as DeleteIcon, FiDisc as DiscIcon, FiDivideCircle as DivideCircleIcon, FiDivide as DivideIcon, FiDivideSquare as DivideSquareIcon, FiDollarSign as DollarSignIcon, FiDownloadCloud as DownloadCloudIcon, FiDownload as DownloadIcon, FiDribbble as DribbbleIcon, FiDroplet as DropletIcon, FiEdit2 as Edit2Icon, FiEdit3 as Edit3Icon, FiEdit as EditIcon, FiExternalLink as ExternalLinkIcon, FiEye as EyeIcon, FiEyeOff as EyeOffIcon, FiFacebook as FacebookIcon, FiFastForward as FastForwardIcon, FiFeather as FeatherIcon, FiFigma as FigmaIcon, FiFile as FileIcon, FiFileMinus as FileMinusIcon, FiFilePlus as FilePlusIcon, FiFileText as FileTextIcon, FiFilm as FilmIcon, FiFilter as FilterIcon, FiFlag as FlagIcon, FiFolder as FolderIcon, FiFolderMinus as FolderMinusIcon, FiFolderPlus as FolderPlusIcon, FiFramer as FramerIcon, FiFrown as FrownIcon, FiGift as GiftIcon, FiGitBranch as GitBranchIcon, FiGitCommit as GitCommitIcon, FiGitMerge as GitMergeIcon, FiGitPullRequest as GitPullRequestIcon, FiGithub as GithubIcon, FiGitlab as GitlabIcon, FiGlobe as GlobeIcon, FiGrid as GridIcon, FiHardDrive as HardDriveIcon, FiHash as HashIcon, FiHeadphones as HeadphonesIcon, FiHeart as HeartIcon, FiHelpCircle as HelpCircleIcon, FiHexagon as HexagonIcon, FiHome as HomeIcon, FiImage as ImageIcon, FiInbox as InboxIcon, FiInfo as InfoIcon, FiInstagram as InstagramIcon, FiItalic as ItalicIcon, FiKey as KeyIcon, FiLayers as LayersIcon, FiLayout as LayoutIcon, FiLifeBuoy as LifeBuoyIcon, FiLink2 as Link2Icon, FiLink as LinkIcon, FiLinkedin as LinkedinIcon, FiList as ListIcon, FiLoader as LoaderIcon, FiLock as LockIcon, FiLogIn as LogInIcon, FiLogOut as LogOutIcon, FiMail as MailIcon, FiMap as MapIcon, FiMapPin as MapPinIcon, FiMaximize2 as Maximize2Icon, FiMaximize as MaximizeIcon, FiMeh as MehIcon, FiMenu as MenuIcon, FiMessageCircle as MessageCircleIcon, FiMessageSquare as MessageSquareIcon, FiMic as MicIcon, FiMicOff as MicOffIcon, FiMinimize2 as Minimize2Icon, FiMinimize as MinimizeIcon, FiMinusCircle as MinusCircleIcon, FiMinus as MinusIcon, FiMinusSquare as MinusSquareIcon, FiMonitor as MonitorIcon, FiMoon as MoonIcon, FiMoreHorizontal as MoreHorizontalIcon, FiMoreVertical as MoreVerticalIcon, FiMousePointer as MousePointerIcon, FiMove as MoveIcon, FiMusic as MusicIcon, FiNavigation2 as Navigation2Icon, FiNavigation as NavigationIcon, FiOctagon as OctagonIcon, FiPackage as PackageIcon, FiPaperclip as PaperclipIcon, FiPauseCircle as PauseCircleIcon, FiPause as PauseIcon, FiPenTool as PenToolIcon, FiPercent as PercentIcon, FiPhoneCall as PhoneCallIcon, FiPhoneForwarded as PhoneForwardedIcon, FiPhone as PhoneIcon, FiPhoneIncoming as PhoneIncomingIcon, FiPhoneMissed as PhoneMissedIcon, FiPhoneOff as PhoneOffIcon, FiPhoneOutgoing as PhoneOutgoingIcon, FiPieChart as PieChartIcon, FiPlayCircle as PlayCircleIcon, FiPlay as PlayIcon, FiPlusCircle as PlusCircleIcon, FiPlus as PlusIcon, FiPlusSquare as PlusSquareIcon, FiPocket as PocketIcon, FiPower as PowerIcon, FiPrinter as PrinterIcon, FiRadio as RadioIcon, FiRefreshCcw as RefreshCcwIcon, FiRefreshCw as RefreshCwIcon, FiRepeat as RepeatIcon, FiRewind as RewindIcon, FiRotateCcw as RotateCcwIcon, FiRotateCw as RotateCwIcon, FiRss as RssIcon, FiSave as SaveIcon, FiScissors as ScissorsIcon, FiSearch as SearchIcon, FiSend as SendIcon, FiServer as ServerIcon, FiSettings as SettingsIcon, FiShare2 as Share2Icon, FiShare as ShareIcon, FiShield as ShieldIcon, FiShieldOff as ShieldOffIcon, FiShoppingBag as ShoppingBagIcon, FiShoppingCart as ShoppingCartIcon, FiShuffle as ShuffleIcon, FiSidebar as SidebarIcon, FiSkipBack as SkipBackIcon, FiSkipForward as SkipForwardIcon, FiSlack as SlackIcon, FiSlash as SlashIcon, FiSliders as SlidersIcon, FiSmartphone as SmartphoneIcon, FiSmile as SmileIcon, FiSpeaker as SpeakerIcon, FiSquare as SquareIcon, FiStar as StarIcon, FiStopCircle as StopCircleIcon, FiSun as SunIcon, FiSunrise as SunriseIcon, FiSunset as SunsetIcon, FiTablet as TabletIcon, FiTag as TagIcon, FiTarget as TargetIcon, FiTerminal as TerminalIcon, FiThermometer as ThermometerIcon, FiThumbsDown as ThumbsDownIcon, FiThumbsUp as ThumbsUpIcon, FiToggleLeft as ToggleLeftIcon, FiToggleRight as ToggleRightIcon, FiTool as ToolIcon, FiTrash2 as Trash2Icon, FiTrash as TrashIcon, FiTrello as TrelloIcon, FiTrendingDown as TrendingDownIcon, FiTrendingUp as TrendingUpIcon, FiTriangle as TriangleIcon, FiTruck as TruckIcon, FiTv as TvIcon, FiTwitch as TwitchIcon, FiTwitter as TwitterIcon, FiType as TypeIcon, FiUmbrella as UmbrellaIcon, FiUnderline as UnderlineIcon, FiUnlock as UnlockIcon, FiUploadCloud as UploadCloudIcon, FiUpload as UploadIcon, FiUserCheck as UserCheckIcon, FiUser as UserIcon, FiUserMinus as UserMinusIcon, FiUserPlus as UserPlusIcon, FiUserX as UserXIcon, FiUsers as UsersIcon, FiVideo as VideoIcon, FiVideoOff as VideoOffIcon, FiVoicemail as VoicemailIcon, FiVolume1 as Volume1Icon, FiVolume2 as Volume2Icon, FiVolume as VolumeIcon, FiVolumeX as VolumeXIcon, FiWatch as WatchIcon, FiWifi as WifiIcon, FiWifiOff as WifiOffIcon, FiWind as WindIcon, FiXCircle as XCircleIcon, FiX as XIcon, FiXOctagon as XOctagonIcon, FiXSquare as XSquareIcon, FiYoutube as YoutubeIcon, FiZap as ZapIcon, FiZapOff as ZapOffIcon, FiZoomIn as ZoomInIcon, FiZoomOut as ZoomOutIcon } from 'react-icons/fi';
3
3
  export { IoDiamondOutline as DiamondIcon } from 'react-icons/io5';
4
4
 
5
- var _path$u, _path2$9, _path3$3, _g$6, _defs$5;
6
- function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
5
+ var _path$v, _path2$9, _path3$3, _g$6, _defs$5;
6
+ function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
7
7
  var SvgBrave = function SvgBrave(props) {
8
- return /*#__PURE__*/React.createElement("svg", _extends$z({
8
+ return /*#__PURE__*/React.createElement("svg", _extends$A({
9
9
  viewBox: "0 0 21 24",
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg"
12
- }, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
12
+ }, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
13
13
  fillRule: "evenodd",
14
14
  clipRule: "evenodd",
15
15
  d: "m19.727 5.757.562-1.381s-.716-.768-1.585-1.638c-.868-.87-2.708-.358-2.708-.358L13.9 0H6.54L4.446 2.38s-1.84-.512-2.708.358C.868 3.608.153 4.376.153 4.376l.562 1.381L0 7.804s2.104 7.98 2.35 8.955c.486 1.918.819 2.66 2.198 3.633 1.38.972 3.884 2.66 4.293 2.916.41.256.92.692 1.38.692.46 0 .971-.436 1.38-.692a186.42 186.42 0 0 0 4.293-2.916c1.38-.973 1.712-1.715 2.197-3.633.247-.975 2.351-8.955 2.351-8.955l-.715-2.047z",
@@ -70,6 +70,29 @@ var SvgBrave = function SvgBrave(props) {
70
70
  })))));
71
71
  };
72
72
 
73
+ var _path$u, _rect$4;
74
+ function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
75
+ var SvgCapsLock = function SvgCapsLock(props) {
76
+ return /*#__PURE__*/React.createElement("svg", _extends$z({
77
+ viewBox: "0 0 24 24",
78
+ fill: "none",
79
+ xmlns: "http://www.w3.org/2000/svg"
80
+ }, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
81
+ d: "m7 12 4.813-3.85a.3.3 0 0 1 .374 0L17 12M17 16H7",
82
+ stroke: "currentColor",
83
+ strokeWidth: 1.4,
84
+ strokeLinecap: "round",
85
+ strokeLinejoin: "round"
86
+ })), _rect$4 || (_rect$4 = /*#__PURE__*/React.createElement("rect", {
87
+ x: 1.5,
88
+ y: 1.5,
89
+ width: 21,
90
+ height: 21,
91
+ rx: 1.5,
92
+ stroke: "currentColor"
93
+ })));
94
+ };
95
+
73
96
  var _path$t, _path2$8;
74
97
  function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
75
98
  var SvgChain = function SvgChain(props) {
@@ -1008,4 +1031,4 @@ var SvgVote = function SvgVote(props) {
1008
1031
  })));
1009
1032
  };
1010
1033
 
1011
- export { SvgBrave as BraveIcon, SvgChain as ChainIcon, SvgCoins as CoinsIcon, SvgComment as CommentIcon, SvgCursorClick as CursorClickIcon, SvgCustomTokenGeneric as CustomTokenGenericIcon, SvgDcent as DcentIcon, SvgDeposit as DepositIcon, SvgDownloadAlert as DownloadAlertIcon, SvgDrag as DragIcon, SvgExtensionButton as ExtensionButtonIcon, SvgEyePlus as EyePlusIcon, SvgFileCheck as FileCheckIcon, SvgFileX as FileXIcon, SvgHamburgerMenu as HamburgerMenuIcon, SvgHistory as HistoryIcon, SvgNetworkUsageDecreasing as NetworkUsageDecreasingIcon, SvgNetworkUsageHigh as NetworkUsageHighIcon, SvgNetworkUsageIdle as NetworkUsageIdleIcon, SvgNetworkUsageIncreasing as NetworkUsageIncreasingIcon, SvgPin as PinIcon, SvgPolkadotVault as PolkadotVaultIcon, SvgPopup as PopupIcon, SvgQr as QrIcon, SvgRocket as RocketIcon, SvgSecret as SecretIcon, SvgShieldSuccess as ShieldSuccessIcon, SvgSignet as SignetIcon, SvgStars as StarsIcon, SvgSwap as SwapIcon, SvgTable as TableIcon, SvgTalismanHand as TalismanHandIcon, SvgTryIt as TryItIcon, SvgUsb as UsbIcon, SvgUserRight as UserRightIcon, SvgVote as VoteIcon };
1034
+ export { SvgBrave as BraveIcon, SvgCapsLock as CapsLockIcon, SvgChain as ChainIcon, SvgCoins as CoinsIcon, SvgComment as CommentIcon, SvgCursorClick as CursorClickIcon, SvgCustomTokenGeneric as CustomTokenGenericIcon, SvgDcent as DcentIcon, SvgDeposit as DepositIcon, SvgDownloadAlert as DownloadAlertIcon, SvgDrag as DragIcon, SvgExtensionButton as ExtensionButtonIcon, SvgEyePlus as EyePlusIcon, SvgFileCheck as FileCheckIcon, SvgFileX as FileXIcon, SvgHamburgerMenu as HamburgerMenuIcon, SvgHistory as HistoryIcon, SvgNetworkUsageDecreasing as NetworkUsageDecreasingIcon, SvgNetworkUsageHigh as NetworkUsageHighIcon, SvgNetworkUsageIdle as NetworkUsageIdleIcon, SvgNetworkUsageIncreasing as NetworkUsageIncreasingIcon, SvgPin as PinIcon, SvgPolkadotVault as PolkadotVaultIcon, SvgPopup as PopupIcon, SvgQr as QrIcon, SvgRocket as RocketIcon, SvgSecret as SecretIcon, SvgShieldSuccess as ShieldSuccessIcon, SvgSignet as SignetIcon, SvgStars as StarsIcon, SvgSwap as SwapIcon, SvgTable as TableIcon, SvgTalismanHand as TalismanHandIcon, SvgTryIt as TryItIcon, SvgUsb as UsbIcon, SvgUserRight as UserRightIcon, SvgVote as VoteIcon };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/icons",
3
- "version": "0.0.0-pr1369-20240326000228",
3
+ "version": "0.0.0-pr1371-20240326051927",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -29,7 +29,7 @@
29
29
  "react-icons": "^4.12.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@talismn/eslint-config": "0.0.0-pr1369-20240326000228",
32
+ "@talismn/eslint-config": "0.0.0-pr1371-20240326051927",
33
33
  "@talismn/tsconfig": "0.0.2",
34
34
  "@types/jest": "^27.5.1",
35
35
  "@types/react": "18.0.14",