trinil-react 1.1.1 → 1.1.2
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/index.d.ts +13 -13
- package/dist/index.js +49 -49
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1816,7 +1816,7 @@ interface IconProps$8P {
|
|
|
1816
1816
|
title?: string;
|
|
1817
1817
|
ariaLabel?: string;
|
|
1818
1818
|
}
|
|
1819
|
-
declare const
|
|
1819
|
+
declare const Cotton: React.FC<IconProps$8P>;
|
|
1820
1820
|
|
|
1821
1821
|
interface IconProps$8O {
|
|
1822
1822
|
size?: number;
|
|
@@ -1825,7 +1825,7 @@ interface IconProps$8O {
|
|
|
1825
1825
|
title?: string;
|
|
1826
1826
|
ariaLabel?: string;
|
|
1827
1827
|
}
|
|
1828
|
-
declare const
|
|
1828
|
+
declare const Coupon: React.FC<IconProps$8O>;
|
|
1829
1829
|
|
|
1830
1830
|
interface IconProps$8N {
|
|
1831
1831
|
size?: number;
|
|
@@ -1834,7 +1834,7 @@ interface IconProps$8N {
|
|
|
1834
1834
|
title?: string;
|
|
1835
1835
|
ariaLabel?: string;
|
|
1836
1836
|
}
|
|
1837
|
-
declare const
|
|
1837
|
+
declare const Cpu: React.FC<IconProps$8N>;
|
|
1838
1838
|
|
|
1839
1839
|
interface IconProps$8M {
|
|
1840
1840
|
size?: number;
|
|
@@ -1843,7 +1843,7 @@ interface IconProps$8M {
|
|
|
1843
1843
|
title?: string;
|
|
1844
1844
|
ariaLabel?: string;
|
|
1845
1845
|
}
|
|
1846
|
-
declare const
|
|
1846
|
+
declare const Credit: React.FC<IconProps$8M>;
|
|
1847
1847
|
|
|
1848
1848
|
interface IconProps$8L {
|
|
1849
1849
|
size?: number;
|
|
@@ -1852,7 +1852,7 @@ interface IconProps$8L {
|
|
|
1852
1852
|
title?: string;
|
|
1853
1853
|
ariaLabel?: string;
|
|
1854
1854
|
}
|
|
1855
|
-
declare const
|
|
1855
|
+
declare const CreditCard: React.FC<IconProps$8L>;
|
|
1856
1856
|
|
|
1857
1857
|
interface IconProps$8K {
|
|
1858
1858
|
size?: number;
|
|
@@ -1861,7 +1861,7 @@ interface IconProps$8K {
|
|
|
1861
1861
|
title?: string;
|
|
1862
1862
|
ariaLabel?: string;
|
|
1863
1863
|
}
|
|
1864
|
-
declare const
|
|
1864
|
+
declare const CreditCardCheck: React.FC<IconProps$8K>;
|
|
1865
1865
|
|
|
1866
1866
|
interface IconProps$8J {
|
|
1867
1867
|
size?: number;
|
|
@@ -1870,7 +1870,7 @@ interface IconProps$8J {
|
|
|
1870
1870
|
title?: string;
|
|
1871
1871
|
ariaLabel?: string;
|
|
1872
1872
|
}
|
|
1873
|
-
declare const
|
|
1873
|
+
declare const Crop: React.FC<IconProps$8J>;
|
|
1874
1874
|
|
|
1875
1875
|
interface IconProps$8I {
|
|
1876
1876
|
size?: number;
|
|
@@ -1879,7 +1879,7 @@ interface IconProps$8I {
|
|
|
1879
1879
|
title?: string;
|
|
1880
1880
|
ariaLabel?: string;
|
|
1881
1881
|
}
|
|
1882
|
-
declare const
|
|
1882
|
+
declare const Cross: React.FC<IconProps$8I>;
|
|
1883
1883
|
|
|
1884
1884
|
interface IconProps$8H {
|
|
1885
1885
|
size?: number;
|
|
@@ -1888,7 +1888,7 @@ interface IconProps$8H {
|
|
|
1888
1888
|
title?: string;
|
|
1889
1889
|
ariaLabel?: string;
|
|
1890
1890
|
}
|
|
1891
|
-
declare const
|
|
1891
|
+
declare const Crown: React.FC<IconProps$8H>;
|
|
1892
1892
|
|
|
1893
1893
|
interface IconProps$8G {
|
|
1894
1894
|
size?: number;
|
|
@@ -1897,7 +1897,7 @@ interface IconProps$8G {
|
|
|
1897
1897
|
title?: string;
|
|
1898
1898
|
ariaLabel?: string;
|
|
1899
1899
|
}
|
|
1900
|
-
declare const
|
|
1900
|
+
declare const Crutch: React.FC<IconProps$8G>;
|
|
1901
1901
|
|
|
1902
1902
|
interface IconProps$8F {
|
|
1903
1903
|
size?: number;
|
|
@@ -1906,7 +1906,7 @@ interface IconProps$8F {
|
|
|
1906
1906
|
title?: string;
|
|
1907
1907
|
ariaLabel?: string;
|
|
1908
1908
|
}
|
|
1909
|
-
declare const
|
|
1909
|
+
declare const Cup: React.FC<IconProps$8F>;
|
|
1910
1910
|
|
|
1911
1911
|
interface IconProps$8E {
|
|
1912
1912
|
size?: number;
|
|
@@ -1915,7 +1915,7 @@ interface IconProps$8E {
|
|
|
1915
1915
|
title?: string;
|
|
1916
1916
|
ariaLabel?: string;
|
|
1917
1917
|
}
|
|
1918
|
-
declare const
|
|
1918
|
+
declare const Cursor: React.FC<IconProps$8E>;
|
|
1919
1919
|
|
|
1920
1920
|
interface IconProps$8D {
|
|
1921
1921
|
size?: number;
|
|
@@ -6885,4 +6885,4 @@ interface IconProps {
|
|
|
6885
6885
|
}
|
|
6886
6886
|
declare const ZoomOut: React.FC<IconProps>;
|
|
6887
6887
|
|
|
6888
|
-
export { Adhesive, Advertisement, AiNetwork, AirplaneMode, AirplaneModeOff, Alarm, AlarmPlus, Album, AlignBottom, AlignCenter, AlignEnd, AlignMiddle, AlignStart, AlignTop, Ambulance, Analytics, Anchor, AnimalButterfly, AnimalRabbit, AnimalSheep, AntennaSignal, AppleLogo, Apps, Archive, Array, ArrowBarDown, ArrowBarLeft, ArrowBarRight, ArrowBarUp, ArrowBottomLeft, ArrowBottomRight, ArrowCollapse, ArrowCollapseVertical, ArrowDown, ArrowDownUp, ArrowExpand, ArrowExpandVertical, ArrowLeft, ArrowLeftRight, ArrowMaximize, ArrowMinimize, ArrowMove, ArrowRight, ArrowRotateLeft, ArrowRotateRight, ArrowTopLeft, ArrowTopRight, ArrowUTurnDown, ArrowUTurnLeft, ArrowUTurnRight, ArrowUTurnUp, ArrowUp, Arrows, ArrowsVertical, Artist, AssetBrowser, Assistance, Atom, Audio, AxisX, AxisY, AxisZ, Background, Bacteria, Bake, BakeAnimation, Bandage, Bank, BankArrowDown, BankArrowRight, BankArrowUp, BankCheck, BankCross, Barcode, Basket, BasketCheck, BasketCross, BasketMinus, BasketPlus, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, BatteryZero, BedLeveling, Bedroom, Bell, BellOff, Bevel, Bicycle, Bill, Biohazard, Bluetooth, BluetoothOff, BluetoothPaired, Boat, Bone, BoneDouble, BoneFracture, Book, BookPageTurn, Bookmark, Bottle, BoundingBox, Box, BoxExpedition, BoxOpen, BoxReturn, Boxes, Brain, BrainCheck, BrainCross, BrainNetwork, BrainSearch, Briefcase, BrightnessHigh, BrightnessLow, BrightnessMedium, Browser, Bucket, Budget, Bug, Building, BuildingAlt, BurgerMenu, Bus, Cable, Calandar, CalandarCheck, CalandarDots, CalandarEdit, CalandarMinus, CalandarNumber, CalandarPlus, CalandarSearch, CalandarSettings, Camera, Camera3d, CameraOff, CameraRangefinder, CameraTarget, Capsule, Capsules, Car, Cart, CartCheckout, CartCross, CartMinus, CartPlus, Cash, CashArrowDown, CashArrowRight, CashArrowUp, CashCross, CastAudio, CastTo, Charger, Chat, Check, CheckerTexture, Cheer, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Chromosome, Circle, CircleCheck, CircleCross, Clipboard, ClipboardCheck, ClipboardCheck1, Clock, Cloth3d, ClothTshirt, Cloud, CloudCheck, CloudCross, CloudDownload, CloudRain, CloudSnow, CloudSnowRain, CloudSun, CloudThunder, CloudUpload, Code, Coffee, CoffeeHot, Coin, Collection, Collision, ColorPalette, Comment, CommentFigma, Compass, Component, Cone, Contract, Contrast, Copy,
|
|
6888
|
+
export { Adhesive, Advertisement, AiNetwork, AirplaneMode, AirplaneModeOff, Alarm, AlarmPlus, Album, AlignBottom, AlignCenter, AlignEnd, AlignMiddle, AlignStart, AlignTop, Ambulance, Analytics, Anchor, AnimalButterfly, AnimalRabbit, AnimalSheep, AntennaSignal, AppleLogo, Apps, Archive, Array, ArrowBarDown, ArrowBarLeft, ArrowBarRight, ArrowBarUp, ArrowBottomLeft, ArrowBottomRight, ArrowCollapse, ArrowCollapseVertical, ArrowDown, ArrowDownUp, ArrowExpand, ArrowExpandVertical, ArrowLeft, ArrowLeftRight, ArrowMaximize, ArrowMinimize, ArrowMove, ArrowRight, ArrowRotateLeft, ArrowRotateRight, ArrowTopLeft, ArrowTopRight, ArrowUTurnDown, ArrowUTurnLeft, ArrowUTurnRight, ArrowUTurnUp, ArrowUp, Arrows, ArrowsVertical, Artist, AssetBrowser, Assistance, Atom, Audio, AxisX, AxisY, AxisZ, Background, Bacteria, Bake, BakeAnimation, Bandage, Bank, BankArrowDown, BankArrowRight, BankArrowUp, BankCheck, BankCross, Barcode, Basket, BasketCheck, BasketCross, BasketMinus, BasketPlus, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, BatteryZero, BedLeveling, Bedroom, Bell, BellOff, Bevel, Bicycle, Bill, Biohazard, Bluetooth, BluetoothOff, BluetoothPaired, Boat, Bone, BoneDouble, BoneFracture, Book, BookPageTurn, Bookmark, Bottle, BoundingBox, Box, BoxExpedition, BoxOpen, BoxReturn, Boxes, Brain, BrainCheck, BrainCross, BrainNetwork, BrainSearch, Briefcase, BrightnessHigh, BrightnessLow, BrightnessMedium, Browser, Bucket, Budget, Bug, Building, BuildingAlt, BurgerMenu, Bus, Cable, Calandar, CalandarCheck, CalandarDots, CalandarEdit, CalandarMinus, CalandarNumber, CalandarPlus, CalandarSearch, CalandarSettings, Camera, Camera3d, CameraOff, CameraRangefinder, CameraTarget, Capsule, Capsules, Car, Cart, CartCheckout, CartCross, CartMinus, CartPlus, Cash, CashArrowDown, CashArrowRight, CashArrowUp, CashCross, CastAudio, CastTo, Charger, Chat, Check, CheckerTexture, Cheer, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Chromosome, Circle, CircleCheck, CircleCross, Clipboard, ClipboardCheck, ClipboardCheck1, Clock, Cloth3d, ClothTshirt, Cloud, CloudCheck, CloudCross, CloudDownload, CloudRain, CloudSnow, CloudSnowRain, CloudSun, CloudThunder, CloudUpload, Code, Coffee, CoffeeHot, Coin, Collection, Collision, ColorPalette, Comment, CommentFigma, Compass, Component, Cone, Contract, Contrast, Copy, Cotton, Coupon, Cpu, Credit, CreditCard, CreditCardCheck, Crop, Cross, Crown, Crutch, Cup, Cursor, Curve, Cut, Cuttlery, Cylinder, Dance, Database, DatabaseCheck, DatabaseCross, DatabaseDownload, DatabaseEdit, DatabaseLock, DatabaseMinus, DatabasePlus, DatabaseSearch, DatabaseSettings, DatabaseUpload, Debug, Defibrilator, Deform, Delivery, Denoise, Desktop, Devices, Diamond, DiningRoom, Direction, Discount, Dislike, Display, DistributeHorizontal, DistributeVertical, Dna, Dollar, Door, DoorOpen, DopeSheet, Dot, DotsHorizontal, DotsVertical, Download, Dropper, EditPen, Elevator, EmergencyCross, Entrance, Epipen, Equalizer, Eraser, Error, Euro, Exclude, Export3d, ExternalLink, Extrude, EyeBlind, EyeClosed, EyeOff, EyeOpen, FaceId, Factory, Feather, Fight, File, File3d, FileCheck, FileCross, FileDownload, FileMinus, FilePlus, FileSearch, FileStl, FileText, FileUpload, Film, FilmRoll, Flag, FlagGolf, FlowerClover, FlowerDaisy, FlowerPot, FlowerPrimrose, FlowerSunflower, FlowerTulip, Folder, FolderCheck, FolderCross, FolderDownload, FolderMinus, FolderOpen, FolderPlus, FolderUpload, ForceField, Foreground, Frame, FrameFigma, FruitApple, FruitCherry, FruitPeach, FruitStrawberry, Fullscreen, Furniture, GalleryPicture, GameController, Gardeing, Gcode, Gear, Gift, GitBranch, GitCommit, GitFork, GitMerge, GitPull, Gizmo, Glass, Globe, Gps, Gpu, Graph, GraphBars, GraphBarsLarge, GraphPoll, GraphStroke, Gravity, Grid, H1, H2, H3, Hammer, Hashtag, Hdd, Hdri, Headphones, Heart, HeartMedical, HeartMedicalCheck, HeartMedicalCross, HeartMedicalSearch, Hexagon, Highlighter, Home, Hospital, Hourglass, HourglassEnd, HourglassStart, HouseSmall, Hurricane, ImagePicture, Import3d, Indent, Infill, Info, Inset, Instance, Intersect, IpAdress, IsometricView, JoysticClassic, Key, Keyboard, KeyframeAutobezier, KeyframeEaseIn, KeyframeEaseOut, KeyframeEasyEase, KeyframeHold, KeyframeHoldEaseIn, KeyframeHoldEaseOut, KeyframeHoldLinearIn, KeyframeHoldLinearOut, KeyframeLinear, Knife, LabFlask, Lamp, Lamp1, Laptop, Lattice, LayerHeight, Layers, Leather, Leave, Letter, LetterCheck, LetterEdit, LetterOpen, LetterPlus, LetterSearch, Letterminus, LightAera, LightBulbOff, LightBulbOn, LightPoint, LightSpot, Like, Link, LinkUnlinked, List, ListCheck, ListNumbered, Liver, LiverCheck, LiverCross, LiverSearch, LivingRoom, LocalSpace, Location, LocationCross, LocationPerson, LocationPin, LocationPlus, LockCheck, LockDoor, LockEuro, LockLocked, LockUnlocked, LogIn, LogOut, LoopAnimation, LoopCut, Lungs, LungsCheck, LungsCross, LungsSearch, Magnet, Map, Material, Material3d, MaterialSlot, McrophoneOff, Medal, MedalCheck, MedalStar, Medkit, Megaphone, MegaphoneSound, Mention, MenuBottom, MenuLeft, MenuRight, MenuTop, MergeVertices, Message, MessageBubble, MessageDots, Metalic, Microphone, Microscope, Minus, Mirror, Money, Moon, Mortarboard, Motherboard, Motorbike, Mouse, Move, Music, Navigation, Needle, Network, Newspaper, Next, Nfc, NodeGraph, Notebook, NotebookTabs, Notification, Nozzle, Office, Offline, Opacity, OrbitCamera, OrthographicView, Outdent, Outside, Overhang, Package, Paired, PaperPlane, Paperclip, Paragraph, ParticleSystem, Paste, Pause, Peace, Pen, Pencil, Pentagon, Perfusion, PersonInfo, PerspectiveView, Phone, Phone1, PhoneDown, PhoneOff, PhoneSound, PhoneUp, Physics, PiggyBank, Pill, Pills, Pint, Pivot, Plane, PlantPot, Play, Playlist, Plug, Plugins, Plus, Power, Presentation, Previous, Print3d, Printer, Printer3d, ProceduralNode, Proxy, Proxy3d, Psu, Pulse, PulseCircle, QrCode, Question, Quote, Radar, Radio, RadioAlt, Radioactive, Ram, RamStrips, Receipt, ReceiptCheck, Record, RectangleHorizontal, RectangleVertical, Recycle, Refresh, Reload, Render, RenderPreview, RenderRegion, Reply, Restart, RigidBody, Road, Rotate, Roughness, Route, Ruller, Run, SafeFrame, Save, Scale, ScaleUniform, Scan, Scene, Scissors, ScreenShare, Screwdriver, Search, Seed, SelectEdge, SelectFace, SelectVertex, Selection, Server, ServerAlt, SettingsHorizontal, SettingsVertical, Shader, ShadowHard, ShadowSoft, Share, SheetsDrying, Shield, ShieldCheck, ShieldCross, ShoppingBag, ShoppingBagCheck, ShoppingBagCross, ShoppingBagMinus, ShoppingBagPlus, Shuffle, Signal, Signpost, SignpostAlt, Skull, Slice, Slider, SmileyNeutral, SmileySad, SmileySmile, SnapGrid, SnapVertex, Snowflake, Sofa, SoftBody, Solidify, Sort, SortAscending, SortDescending, SoundWave, Sparkle, Speaker, SpeakerHigh, SpeakerLow, SpeakerMedium, SpeakerMute, Spellcheck, Sphere, Spinner, Square, SquareCheck, SquareCross, SquareRounded, Stairs, StairsDown, StairsUp, Stand, Star, Stethoscope, StickyNote, StickyNotes, Stomach, StomachCheck, StomachCross, StomachSearch, Stopwatch, StopwatchPlus, Store, Subdivide, SubdivisionSurface, Substract, Subtitles, Suitcase, SuitcaseStickers, Sun, Support, Syringe, Tablet, Tag, Target1, TargetBow, Teepee, Telescope, Terminal, TestTube, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, TextBolt, TextItalic, TextStrikethrough, TextUnderline, Textile, TextileSparkle, Texture, Thermos, Timeline, Timer, TimerPlus, ToggleOff, ToggleOn, ToiletPaper, Tools, Tooth, ToothCheck, ToothCross, ToothSearch, Torus, Train, Translate, Trash, TrashEmpty, TrashRestore, TreeOak, TreePine, Triangle, TripleStar, Trophy, Truck, Tv, TvRemote, Twister, Umbrella, Union, Upload, User, UserCheck, UserCircle, UserCross, UserEdit, UserGroup, UserGroupCheck, UserGroupCross, UserGroupEdit, UserGroupLock, UserGroupMinus, UserGroupPlus, UserGroupSettings, UserMinus, UserPlus, UserSettings, UserSettings1, Users, UsersCheck, UsersCross, UsersEdit, UsersLock, UsersMinus, UsersPlus, UsersSearch, UsersSettings, UvMap, UvUnwrap, Video, VideoOff, Virus, Volume, VolumeHigh, VolumeLow, VolumeMedium, VolumeMute, Vpn, Walk, Wallet, WalletCard, WalletCash, Warehouse, Warning, Watch, WaterDrop, WateringCan, Wave, WaveCosine, Waypoint, Wheelchair, Wifi, WifiCross, WifiLock, WifiLow, WifiMedium, WifiOff, WifiZero, Wind, WindowsLogo, WorldSpace, Wrench, ZoomCamera, ZoomIn, ZoomOut };
|
package/dist/index.js
CHANGED
|
@@ -5626,10 +5626,10 @@ var Copy = React201.memo((props) => {
|
|
|
5626
5626
|
});
|
|
5627
5627
|
Copy.displayName = "Copy";
|
|
5628
5628
|
|
|
5629
|
-
// src/icons/
|
|
5629
|
+
// src/icons/Cotton.tsx
|
|
5630
5630
|
import React202 from "react";
|
|
5631
5631
|
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
5632
|
-
var
|
|
5632
|
+
var Cotton = React202.memo((props) => {
|
|
5633
5633
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5634
5634
|
return /* @__PURE__ */ jsx202(
|
|
5635
5635
|
"svg",
|
|
@@ -5647,17 +5647,17 @@ var Corsor = React202.memo((props) => {
|
|
|
5647
5647
|
className,
|
|
5648
5648
|
role: "img",
|
|
5649
5649
|
"aria-label": ariaLabel,
|
|
5650
|
-
dangerouslySetInnerHTML: { __html: `<path d="M12
|
|
5650
|
+
dangerouslySetInnerHTML: { __html: `<path d="M12 20.5c2.495-1.386 3.403-4.172 2.725-6.578M12 20.5a5.64 5.64 0 0 1-2.668-3.234 5.83 5.83 0 0 1-.057-3.343M12 20.5c3.405.973 6.607-1.306 7.2-4.43M12 20.5c-3.405.973-6.607-1.306-7.2-4.43m9.925-2.148a5.6 5.6 0 0 0-2.252-3.13.84.84 0 0 0-.946 0 5.635 5.635 0 0 0-2.245 3.107l-.007.023m5.45 0a5.6 5.6 0 0 1 3.806-.62c.34.063.604.328.668.667.136.723.128 1.431.001 2.1m-9.924-2.146A5.6 5.6 0 0 0 5.47 13.3a.84.84 0 0 0-.669.668 5.6 5.6 0 0 0-.001 2.1m2.567-9.452A5.502 5.502 0 0 0 4.8 16.069m2.567-9.452a5.002 5.002 0 0 1 9.266 0m-9.266 0c.562-.104 1.81-.116 3.133.585m6.133-.585a5.502 5.502 0 0 1 2.567 9.452m-2.567-9.452c-.562-.104-1.81-.116-3.133.585"/>` },
|
|
5651
5651
|
children: title && /* @__PURE__ */ jsx202("title", { children: title })
|
|
5652
5652
|
}
|
|
5653
5653
|
);
|
|
5654
5654
|
});
|
|
5655
|
-
|
|
5655
|
+
Cotton.displayName = "Cotton";
|
|
5656
5656
|
|
|
5657
|
-
// src/icons/
|
|
5657
|
+
// src/icons/Coupon.tsx
|
|
5658
5658
|
import React203 from "react";
|
|
5659
5659
|
import { jsx as jsx203 } from "react/jsx-runtime";
|
|
5660
|
-
var
|
|
5660
|
+
var Coupon = React203.memo((props) => {
|
|
5661
5661
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5662
5662
|
return /* @__PURE__ */ jsx203(
|
|
5663
5663
|
"svg",
|
|
@@ -5675,17 +5675,17 @@ var Cotton = React203.memo((props) => {
|
|
|
5675
5675
|
className,
|
|
5676
5676
|
role: "img",
|
|
5677
5677
|
"aria-label": ariaLabel,
|
|
5678
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5678
|
+
dangerouslySetInnerHTML: { __html: `<path d="m15.5 8.5-7 7m1-7.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM3.586 15.414l-.293.293a1 1 0 0 0-.293.707V18a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-1.586a1 1 0 0 0-.293-.707l-.293-.293a4.83 4.83 0 0 1 0-6.828l.293-.293A1 1 0 0 0 21 7.586V6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v1.586a1 1 0 0 0 .293.707l.293.293a4.83 4.83 0 0 1 0 6.828Z"/>` },
|
|
5679
5679
|
children: title && /* @__PURE__ */ jsx203("title", { children: title })
|
|
5680
5680
|
}
|
|
5681
5681
|
);
|
|
5682
5682
|
});
|
|
5683
|
-
|
|
5683
|
+
Coupon.displayName = "Coupon";
|
|
5684
5684
|
|
|
5685
|
-
// src/icons/
|
|
5685
|
+
// src/icons/Cpu.tsx
|
|
5686
5686
|
import React204 from "react";
|
|
5687
5687
|
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
5688
|
-
var
|
|
5688
|
+
var Cpu = React204.memo((props) => {
|
|
5689
5689
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5690
5690
|
return /* @__PURE__ */ jsx204(
|
|
5691
5691
|
"svg",
|
|
@@ -5703,17 +5703,17 @@ var Coupon = React204.memo((props) => {
|
|
|
5703
5703
|
className,
|
|
5704
5704
|
role: "img",
|
|
5705
5705
|
"aria-label": ariaLabel,
|
|
5706
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5706
|
+
dangerouslySetInnerHTML: { __html: `<path d="M19 7.5V6a1 1 0 0 0-1-1h-1.5M19 7.5h2m-2 0v3m0 0h2m-2 0v3m0 0v3m0-3h2m-2 3V18a1 1 0 0 1-1 1h-1.5m2.5-2.5h2M7.5 5H6a1 1 0 0 0-1 1v1.5M7.5 5h3m-3 0V3m3 2h3m-3 0V3m3 2h3m-3 0V3m3 2V3m0 16h-3m3 0v2m-3-2h-3m3 0v2m-3-2h-3m3 0v2m-3-2H6a1 1 0 0 1-1-1v-1.5M7.5 19v2M5 16.5v-3m0 3H3m2-3v-3m0 3H3m2-3v-3m0 3H3m2-3H3M8 9v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1Z"/>` },
|
|
5707
5707
|
children: title && /* @__PURE__ */ jsx204("title", { children: title })
|
|
5708
5708
|
}
|
|
5709
5709
|
);
|
|
5710
5710
|
});
|
|
5711
|
-
|
|
5711
|
+
Cpu.displayName = "Cpu";
|
|
5712
5712
|
|
|
5713
|
-
// src/icons/
|
|
5713
|
+
// src/icons/Credit.tsx
|
|
5714
5714
|
import React205 from "react";
|
|
5715
5715
|
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
5716
|
-
var
|
|
5716
|
+
var Credit = React205.memo((props) => {
|
|
5717
5717
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5718
5718
|
return /* @__PURE__ */ jsx205(
|
|
5719
5719
|
"svg",
|
|
@@ -5731,17 +5731,17 @@ var Cpu = React205.memo((props) => {
|
|
|
5731
5731
|
className,
|
|
5732
5732
|
role: "img",
|
|
5733
5733
|
"aria-label": ariaLabel,
|
|
5734
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5734
|
+
dangerouslySetInnerHTML: { __html: `<path d="M20 11A8 8 0 0 0 5.577 6.23m0 0L5.5 2m.077 4.23H10M4 13a8 8 0 0 0 14.423 4.77m0 0L18.5 22m-.077-4.23H14M9.5 11v2m0-2h-1m1 0H12m-2.5 0a2.5 2.5 0 0 1 4.95-.5M9.5 13h-1m1 0H12m-2.5 0a2.5 2.5 0 0 0 4.95.5"/>` },
|
|
5735
5735
|
children: title && /* @__PURE__ */ jsx205("title", { children: title })
|
|
5736
5736
|
}
|
|
5737
5737
|
);
|
|
5738
5738
|
});
|
|
5739
|
-
|
|
5739
|
+
Credit.displayName = "Credit";
|
|
5740
5740
|
|
|
5741
|
-
// src/icons/
|
|
5741
|
+
// src/icons/CreditCard.tsx
|
|
5742
5742
|
import React206 from "react";
|
|
5743
5743
|
import { jsx as jsx206 } from "react/jsx-runtime";
|
|
5744
|
-
var
|
|
5744
|
+
var CreditCard = React206.memo((props) => {
|
|
5745
5745
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5746
5746
|
return /* @__PURE__ */ jsx206(
|
|
5747
5747
|
"svg",
|
|
@@ -5759,17 +5759,17 @@ var Credit = React206.memo((props) => {
|
|
|
5759
5759
|
className,
|
|
5760
5760
|
role: "img",
|
|
5761
5761
|
"aria-label": ariaLabel,
|
|
5762
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5762
|
+
dangerouslySetInnerHTML: { __html: `<path d="M21 9V7.5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2V9m18 0v7.5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9m18 0H3"/>` },
|
|
5763
5763
|
children: title && /* @__PURE__ */ jsx206("title", { children: title })
|
|
5764
5764
|
}
|
|
5765
5765
|
);
|
|
5766
5766
|
});
|
|
5767
|
-
|
|
5767
|
+
CreditCard.displayName = "CreditCard";
|
|
5768
5768
|
|
|
5769
|
-
// src/icons/
|
|
5769
|
+
// src/icons/CreditCardCheck.tsx
|
|
5770
5770
|
import React207 from "react";
|
|
5771
5771
|
import { jsx as jsx207 } from "react/jsx-runtime";
|
|
5772
|
-
var
|
|
5772
|
+
var CreditCardCheck = React207.memo((props) => {
|
|
5773
5773
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5774
5774
|
return /* @__PURE__ */ jsx207(
|
|
5775
5775
|
"svg",
|
|
@@ -5787,17 +5787,17 @@ var CreditCard = React207.memo((props) => {
|
|
|
5787
5787
|
className,
|
|
5788
5788
|
role: "img",
|
|
5789
5789
|
"aria-label": ariaLabel,
|
|
5790
|
-
dangerouslySetInnerHTML: { __html: `<path d="M21 9V7.5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2V9m18
|
|
5790
|
+
dangerouslySetInnerHTML: { __html: `<path d="M21 9V7.5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2V9m18 0H3m18 0v5M3 9v7.5a2 2 0 0 0 2 2h8.025M16 18l1.43 1.43a.1.1 0 0 0 .14 0L20 17m1-3a5 5 0 0 0-7.975 4.5M21 14a5 5 0 1 1-7.975 4.5"/>` },
|
|
5791
5791
|
children: title && /* @__PURE__ */ jsx207("title", { children: title })
|
|
5792
5792
|
}
|
|
5793
5793
|
);
|
|
5794
5794
|
});
|
|
5795
|
-
|
|
5795
|
+
CreditCardCheck.displayName = "CreditCardCheck";
|
|
5796
5796
|
|
|
5797
|
-
// src/icons/
|
|
5797
|
+
// src/icons/Crop.tsx
|
|
5798
5798
|
import React208 from "react";
|
|
5799
5799
|
import { jsx as jsx208 } from "react/jsx-runtime";
|
|
5800
|
-
var
|
|
5800
|
+
var Crop = React208.memo((props) => {
|
|
5801
5801
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5802
5802
|
return /* @__PURE__ */ jsx208(
|
|
5803
5803
|
"svg",
|
|
@@ -5815,17 +5815,17 @@ var CreditCardCheck = React208.memo((props) => {
|
|
|
5815
5815
|
className,
|
|
5816
5816
|
role: "img",
|
|
5817
5817
|
"aria-label": ariaLabel,
|
|
5818
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5818
|
+
dangerouslySetInnerHTML: { __html: `<path d="M2.5 6H6m0 0h11a1 1 0 0 1 1 1v11M6 6v11a1 1 0 0 0 1 1h11M6 6V2.5M18 18v3.5m0-3.5h3.5"/>` },
|
|
5819
5819
|
children: title && /* @__PURE__ */ jsx208("title", { children: title })
|
|
5820
5820
|
}
|
|
5821
5821
|
);
|
|
5822
5822
|
});
|
|
5823
|
-
|
|
5823
|
+
Crop.displayName = "Crop";
|
|
5824
5824
|
|
|
5825
|
-
// src/icons/
|
|
5825
|
+
// src/icons/Cross.tsx
|
|
5826
5826
|
import React209 from "react";
|
|
5827
5827
|
import { jsx as jsx209 } from "react/jsx-runtime";
|
|
5828
|
-
var
|
|
5828
|
+
var Cross = React209.memo((props) => {
|
|
5829
5829
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5830
5830
|
return /* @__PURE__ */ jsx209(
|
|
5831
5831
|
"svg",
|
|
@@ -5843,17 +5843,17 @@ var Crop = React209.memo((props) => {
|
|
|
5843
5843
|
className,
|
|
5844
5844
|
role: "img",
|
|
5845
5845
|
"aria-label": ariaLabel,
|
|
5846
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5846
|
+
dangerouslySetInnerHTML: { __html: `<path d="m4.5 4.5 7.5 7.501m0 0 7.5 7.5M12 12l-7.499 7.5m7.5-7.5L19.5 4.502"/>` },
|
|
5847
5847
|
children: title && /* @__PURE__ */ jsx209("title", { children: title })
|
|
5848
5848
|
}
|
|
5849
5849
|
);
|
|
5850
5850
|
});
|
|
5851
|
-
|
|
5851
|
+
Cross.displayName = "Cross";
|
|
5852
5852
|
|
|
5853
|
-
// src/icons/
|
|
5853
|
+
// src/icons/Crown.tsx
|
|
5854
5854
|
import React210 from "react";
|
|
5855
5855
|
import { jsx as jsx210 } from "react/jsx-runtime";
|
|
5856
|
-
var
|
|
5856
|
+
var Crown = React210.memo((props) => {
|
|
5857
5857
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5858
5858
|
return /* @__PURE__ */ jsx210(
|
|
5859
5859
|
"svg",
|
|
@@ -5871,17 +5871,17 @@ var Cross = React210.memo((props) => {
|
|
|
5871
5871
|
className,
|
|
5872
5872
|
role: "img",
|
|
5873
5873
|
"aria-label": ariaLabel,
|
|
5874
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5874
|
+
dangerouslySetInnerHTML: { __html: `<path d="M3 10.042V17a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-6.958a.1.1 0 0 0-.03-.071l-2.9-2.9a.1.1 0 0 0-.14 0L15.07 9.93a.1.1 0 0 1-.14 0l-2.86-2.86a.1.1 0 0 0-.14 0L9.07 9.93a.1.1 0 0 1-.14 0L6.07 7.07a.1.1 0 0 0-.14 0l-2.9 2.9a.1.1 0 0 0-.03.072Zm7.25 3.708a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Z" clip-rule="evenodd"/>` },
|
|
5875
5875
|
children: title && /* @__PURE__ */ jsx210("title", { children: title })
|
|
5876
5876
|
}
|
|
5877
5877
|
);
|
|
5878
5878
|
});
|
|
5879
|
-
|
|
5879
|
+
Crown.displayName = "Crown";
|
|
5880
5880
|
|
|
5881
|
-
// src/icons/
|
|
5881
|
+
// src/icons/Crutch.tsx
|
|
5882
5882
|
import React211 from "react";
|
|
5883
5883
|
import { jsx as jsx211 } from "react/jsx-runtime";
|
|
5884
|
-
var
|
|
5884
|
+
var Crutch = React211.memo((props) => {
|
|
5885
5885
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5886
5886
|
return /* @__PURE__ */ jsx211(
|
|
5887
5887
|
"svg",
|
|
@@ -5899,17 +5899,17 @@ var Crown = React211.memo((props) => {
|
|
|
5899
5899
|
className,
|
|
5900
5900
|
role: "img",
|
|
5901
5901
|
"aria-label": ariaLabel,
|
|
5902
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5902
|
+
dangerouslySetInnerHTML: { __html: `<path d="M19.5 15.367a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 0v-1a1 1 0 0 0-1-1H17m-12.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm0 0v-1a1 1 0 0 1 1-1H7M7 9H4a1 1 0 0 1-1-1V7a2 2 0 0 1 2-2h.587c.575 0 1.116.27 1.46.73L7.25 6a2.5 2.5 0 0 0 2 1H20a1 1 0 0 1 0 2h-3M7 9l5 2.184M7 9h10m0 4.367-5-2.183m5 2.183H7m5-2.183L17 9m-5 2.184-5 2.183"/>` },
|
|
5903
5903
|
children: title && /* @__PURE__ */ jsx211("title", { children: title })
|
|
5904
5904
|
}
|
|
5905
5905
|
);
|
|
5906
5906
|
});
|
|
5907
|
-
|
|
5907
|
+
Crutch.displayName = "Crutch";
|
|
5908
5908
|
|
|
5909
|
-
// src/icons/
|
|
5909
|
+
// src/icons/Cup.tsx
|
|
5910
5910
|
import React212 from "react";
|
|
5911
5911
|
import { jsx as jsx212 } from "react/jsx-runtime";
|
|
5912
|
-
var
|
|
5912
|
+
var Cup = React212.memo((props) => {
|
|
5913
5913
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5914
5914
|
return /* @__PURE__ */ jsx212(
|
|
5915
5915
|
"svg",
|
|
@@ -5927,17 +5927,17 @@ var Crutch = React212.memo((props) => {
|
|
|
5927
5927
|
className,
|
|
5928
5928
|
role: "img",
|
|
5929
5929
|
"aria-label": ariaLabel,
|
|
5930
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5930
|
+
dangerouslySetInnerHTML: { __html: `<path d="M7.117 3h9.766a1 1 0 0 1 .994 1.11l-1.778 16a1 1 0 0 1-.994.89h-6.21a1 1 0 0 1-.994-.89l-1.778-16A1 1 0 0 1 7.117 3Z"/>` },
|
|
5931
5931
|
children: title && /* @__PURE__ */ jsx212("title", { children: title })
|
|
5932
5932
|
}
|
|
5933
5933
|
);
|
|
5934
5934
|
});
|
|
5935
|
-
|
|
5935
|
+
Cup.displayName = "Cup";
|
|
5936
5936
|
|
|
5937
|
-
// src/icons/
|
|
5937
|
+
// src/icons/Cursor.tsx
|
|
5938
5938
|
import React213 from "react";
|
|
5939
5939
|
import { jsx as jsx213 } from "react/jsx-runtime";
|
|
5940
|
-
var
|
|
5940
|
+
var Cursor = React213.memo((props) => {
|
|
5941
5941
|
const { size = 24, color = "currentColor", className, title, ariaLabel } = props;
|
|
5942
5942
|
return /* @__PURE__ */ jsx213(
|
|
5943
5943
|
"svg",
|
|
@@ -5955,12 +5955,12 @@ var Cup = React213.memo((props) => {
|
|
|
5955
5955
|
className,
|
|
5956
5956
|
role: "img",
|
|
5957
5957
|
"aria-label": ariaLabel,
|
|
5958
|
-
dangerouslySetInnerHTML: { __html: `<path d="
|
|
5958
|
+
dangerouslySetInnerHTML: { __html: `<path d="M12 6v12m0-12a2.64 2.64 0 0 1 2.562-2H16m-4 2a2.64 2.64 0 0 0-2.562-2H8m4 14a2.64 2.64 0 0 1-2.562 2H8m4-2a2.64 2.64 0 0 0 2.562 2H16"/>` },
|
|
5959
5959
|
children: title && /* @__PURE__ */ jsx213("title", { children: title })
|
|
5960
5960
|
}
|
|
5961
5961
|
);
|
|
5962
5962
|
});
|
|
5963
|
-
|
|
5963
|
+
Cursor.displayName = "Cursor";
|
|
5964
5964
|
|
|
5965
5965
|
// src/icons/Curve.tsx
|
|
5966
5966
|
import React214 from "react";
|
|
@@ -21619,7 +21619,6 @@ export {
|
|
|
21619
21619
|
Contract,
|
|
21620
21620
|
Contrast,
|
|
21621
21621
|
Copy,
|
|
21622
|
-
Corsor,
|
|
21623
21622
|
Cotton,
|
|
21624
21623
|
Coupon,
|
|
21625
21624
|
Cpu,
|
|
@@ -21631,6 +21630,7 @@ export {
|
|
|
21631
21630
|
Crown,
|
|
21632
21631
|
Crutch,
|
|
21633
21632
|
Cup,
|
|
21633
|
+
Cursor,
|
|
21634
21634
|
Curve,
|
|
21635
21635
|
Cut,
|
|
21636
21636
|
Cuttlery,
|