@talismn/icons 0.0.0-pr1002.045a7406
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/.eslintrc.cjs +5 -0
- package/.svgrrc.js +16 -0
- package/.turbo/turbo-build.log +0 -0
- package/README.md +1 -0
- package/package.json +30 -0
- package/src/components/Activity.tsx +33 -0
- package/src/components/Airplay.tsx +34 -0
- package/src/components/AlertCircle.tsx +36 -0
- package/src/components/AlertOctagon.tsx +36 -0
- package/src/components/AlertTriangle.tsx +36 -0
- package/src/components/AlignCenter.tsx +30 -0
- package/src/components/AlignJustify.tsx +30 -0
- package/src/components/AlignLeft.tsx +30 -0
- package/src/components/AlignRight.tsx +30 -0
- package/src/components/Anchor.tsx +41 -0
- package/src/components/Aperture.tsx +45 -0
- package/src/components/Archive.tsx +29 -0
- package/src/components/ArrowDown.tsx +28 -0
- package/src/components/ArrowDownCircle.tsx +35 -0
- package/src/components/ArrowDownLeft.tsx +28 -0
- package/src/components/ArrowDownRight.tsx +28 -0
- package/src/components/ArrowLeft.tsx +28 -0
- package/src/components/ArrowLeftCircle.tsx +35 -0
- package/src/components/ArrowRight.tsx +28 -0
- package/src/components/ArrowRightCircle.tsx +35 -0
- package/src/components/ArrowUp.tsx +28 -0
- package/src/components/ArrowUpCircle.tsx +35 -0
- package/src/components/ArrowUpLeft.tsx +28 -0
- package/src/components/ArrowUpRight.tsx +28 -0
- package/src/components/AtSign.tsx +40 -0
- package/src/components/Award.tsx +40 -0
- package/src/components/BarChart.tsx +29 -0
- package/src/components/BarChart2.tsx +29 -0
- package/src/components/Battery.tsx +34 -0
- package/src/components/BatteryCharging.tsx +35 -0
- package/src/components/Bell.tsx +33 -0
- package/src/components/BellOff.tsx +35 -0
- package/src/components/Bluetooth.tsx +33 -0
- package/src/components/Bold.tsx +40 -0
- package/src/components/Book.tsx +40 -0
- package/src/components/BookOpen.tsx +40 -0
- package/src/components/Bookmark.tsx +33 -0
- package/src/components/Box.tsx +41 -0
- package/src/components/Box1.tsx +41 -0
- package/src/components/Briefcase.tsx +40 -0
- package/src/components/Calculate.tsx +33 -0
- package/src/components/Calendar.tsx +36 -0
- package/src/components/Camera.tsx +40 -0
- package/src/components/CameraOff.tsx +35 -0
- package/src/components/Cast.tsx +40 -0
- package/src/components/Check.tsx +27 -0
- package/src/components/CheckCircle.tsx +40 -0
- package/src/components/CheckSquare.tsx +34 -0
- package/src/components/ChevronDown.tsx +27 -0
- package/src/components/ChevronLeft.tsx +27 -0
- package/src/components/ChevronRight.tsx +27 -0
- package/src/components/ChevronUp.tsx +27 -0
- package/src/components/ChevronsDown.tsx +28 -0
- package/src/components/ChevronsLeft.tsx +28 -0
- package/src/components/ChevronsRight.tsx +28 -0
- package/src/components/ChevronsUp.tsx +28 -0
- package/src/components/Chrome.tsx +49 -0
- package/src/components/Circle.tsx +33 -0
- package/src/components/Clipboard.tsx +40 -0
- package/src/components/Clock.tsx +34 -0
- package/src/components/Cloud.tsx +40 -0
- package/src/components/CloudDrizzle.tsx +40 -0
- package/src/components/CloudLightning.tsx +35 -0
- package/src/components/CloudOff.tsx +35 -0
- package/src/components/CloudRain.tsx +37 -0
- package/src/components/CloudSnow.tsx +40 -0
- package/src/components/Code.tsx +28 -0
- package/src/components/Codepen.tsx +37 -0
- package/src/components/Codesandbox.tsx +62 -0
- package/src/components/Coffee.tsx +43 -0
- package/src/components/Columns.tsx +33 -0
- package/src/components/Command.tsx +33 -0
- package/src/components/Compass.tsx +40 -0
- package/src/components/Copy.tsx +40 -0
- package/src/components/CornerDownLeft.tsx +34 -0
- package/src/components/CornerDownRight.tsx +34 -0
- package/src/components/CornerLeftDown.tsx +34 -0
- package/src/components/CornerLeftUp.tsx +34 -0
- package/src/components/CornerRightDown.tsx +34 -0
- package/src/components/CornerRightUp.tsx +34 -0
- package/src/components/CornerUpLeft.tsx +34 -0
- package/src/components/CornerUpRight.tsx +34 -0
- package/src/components/Cpu.tsx +43 -0
- package/src/components/CreditCard.tsx +34 -0
- package/src/components/Crop.tsx +35 -0
- package/src/components/Crosshair.tsx +37 -0
- package/src/components/Database.tsx +47 -0
- package/src/components/Delete.tsx +35 -0
- package/src/components/Disc.tsx +40 -0
- package/src/components/DollarSign.tsx +34 -0
- package/src/components/Download.tsx +35 -0
- package/src/components/DownloadCloud.tsx +36 -0
- package/src/components/Drag.tsx +28 -0
- package/src/components/DragAlt.tsx +68 -0
- package/src/components/Droplet.tsx +33 -0
- package/src/components/Earn.tsx +33 -0
- package/src/components/Edit.tsx +40 -0
- package/src/components/Edit2.tsx +33 -0
- package/src/components/Edit3.tsx +34 -0
- package/src/components/Ethereum.tsx +30 -0
- package/src/components/ExternalLink.tsx +35 -0
- package/src/components/Eye.tsx +40 -0
- package/src/components/EyeOff.tsx +35 -0
- package/src/components/EyePlus.tsx +45 -0
- package/src/components/Facebook.tsx +33 -0
- package/src/components/FastForward.tsx +28 -0
- package/src/components/Feather.tsx +35 -0
- package/src/components/Figma.tsx +61 -0
- package/src/components/File.tsx +34 -0
- package/src/components/FileCheck.tsx +41 -0
- package/src/components/FileMinus.tsx +35 -0
- package/src/components/FilePlus.tsx +36 -0
- package/src/components/FileText.tsx +37 -0
- package/src/components/FileX.tsx +48 -0
- package/src/components/Film.tsx +40 -0
- package/src/components/Filter.tsx +33 -0
- package/src/components/Flag.tsx +34 -0
- package/src/components/Folder.tsx +33 -0
- package/src/components/FolderMinus.tsx +34 -0
- package/src/components/FolderPlus.tsx +35 -0
- package/src/components/Framer.tsx +33 -0
- package/src/components/Frown.tsx +42 -0
- package/src/components/Gift.tsx +43 -0
- package/src/components/GitBranch.tsx +48 -0
- package/src/components/GitCommit.tsx +35 -0
- package/src/components/GitMerge.tsx +47 -0
- package/src/components/GitPullRequest.tsx +48 -0
- package/src/components/Github.tsx +40 -0
- package/src/components/Gitlab.tsx +40 -0
- package/src/components/Globe.tsx +41 -0
- package/src/components/Grid.tsx +30 -0
- package/src/components/HardDrive.tsx +35 -0
- package/src/components/Hash.tsx +30 -0
- package/src/components/Headphones.tsx +40 -0
- package/src/components/Heart.tsx +33 -0
- package/src/components/HelpCircle.tsx +36 -0
- package/src/components/Hexagon.tsx +33 -0
- package/src/components/Home.tsx +34 -0
- package/src/components/Image.tsx +41 -0
- package/src/components/Inbox.tsx +40 -0
- package/src/components/Info.tsx +36 -0
- package/src/components/Instagram.tsx +35 -0
- package/src/components/Italic.tsx +29 -0
- package/src/components/Key.tsx +33 -0
- package/src/components/Layers.tsx +35 -0
- package/src/components/Layout.tsx +35 -0
- package/src/components/LifeBuoy.tsx +75 -0
- package/src/components/Link.tsx +40 -0
- package/src/components/Link2.tsx +35 -0
- package/src/components/Linkedin.tsx +41 -0
- package/src/components/List.tsx +39 -0
- package/src/components/Loader.tsx +58 -0
- package/src/components/Lock.tsx +40 -0
- package/src/components/LogIn.tsx +35 -0
- package/src/components/LogOut.tsx +35 -0
- package/src/components/Mail.tsx +34 -0
- package/src/components/Map.tsx +35 -0
- package/src/components/MapPin.tsx +40 -0
- package/src/components/Maximize.tsx +33 -0
- package/src/components/Maximize2.tsx +30 -0
- package/src/components/Meh.tsx +36 -0
- package/src/components/Menu.tsx +29 -0
- package/src/components/MessageCircle.tsx +33 -0
- package/src/components/MessageSquare.tsx +33 -0
- package/src/components/Mic.tsx +42 -0
- package/src/components/MicOff.tsx +38 -0
- package/src/components/Minimize.tsx +33 -0
- package/src/components/Minimize2.tsx +30 -0
- package/src/components/Minus.tsx +27 -0
- package/src/components/MinusCircle.tsx +34 -0
- package/src/components/MinusSquare.tsx +34 -0
- package/src/components/Monitor.tsx +35 -0
- package/src/components/Moon.tsx +33 -0
- package/src/components/MoreHorizontal.tsx +50 -0
- package/src/components/MoreVertical.tsx +47 -0
- package/src/components/MousePointer.tsx +34 -0
- package/src/components/Move.tsx +32 -0
- package/src/components/Music.tsx +34 -0
- package/src/components/Navigation.tsx +33 -0
- package/src/components/Navigation2.tsx +33 -0
- package/src/components/Octagon.tsx +33 -0
- package/src/components/Package.tsx +42 -0
- package/src/components/Paperclip.tsx +33 -0
- package/src/components/Pause.tsx +28 -0
- package/src/components/PauseCircle.tsx +35 -0
- package/src/components/PenTool.tsx +42 -0
- package/src/components/Percent.tsx +41 -0
- package/src/components/Phone.tsx +33 -0
- package/src/components/PhoneCall.tsx +33 -0
- package/src/components/PhoneForwarded.tsx +35 -0
- package/src/components/PhoneIncoming.tsx +35 -0
- package/src/components/PhoneMissed.tsx +35 -0
- package/src/components/PhoneOff.tsx +35 -0
- package/src/components/PhoneOutgoing.tsx +35 -0
- package/src/components/PieChart.tsx +40 -0
- package/src/components/Play.tsx +27 -0
- package/src/components/PlayCircle.tsx +34 -0
- package/src/components/Plus.tsx +28 -0
- package/src/components/PlusCircle.tsx +35 -0
- package/src/components/PlusSquare.tsx +35 -0
- package/src/components/Pocket.tsx +34 -0
- package/src/components/Polkadot.tsx +46 -0
- package/src/components/Power.tsx +34 -0
- package/src/components/Printer.tsx +35 -0
- package/src/components/Radio.tsx +40 -0
- package/src/components/RefreshCcw.tsx +35 -0
- package/src/components/RefreshCw.tsx +35 -0
- package/src/components/Repeat.tsx +42 -0
- package/src/components/Rewind.tsx +28 -0
- package/src/components/Rocket.tsx +32 -0
- package/src/components/RotateCcw.tsx +34 -0
- package/src/components/RotateCw.tsx +34 -0
- package/src/components/Rss.tsx +47 -0
- package/src/components/Save.tsx +35 -0
- package/src/components/Scissors.tsx +43 -0
- package/src/components/Search.tsx +34 -0
- package/src/components/Send.tsx +34 -0
- package/src/components/Server.tsx +35 -0
- package/src/components/Settings.tsx +35 -0
- package/src/components/Share.tsx +35 -0
- package/src/components/Share2.tsx +61 -0
- package/src/components/Shield.tsx +33 -0
- package/src/components/ShieldOff.tsx +36 -0
- package/src/components/ShoppingBag.tsx +41 -0
- package/src/components/ShoppingCart.tsx +47 -0
- package/src/components/Shuffle.tsx +31 -0
- package/src/components/Sidebar.tsx +34 -0
- package/src/components/SkipBack.tsx +34 -0
- package/src/components/SkipForward.tsx +28 -0
- package/src/components/Slack.tsx +90 -0
- package/src/components/Slash.tsx +40 -0
- package/src/components/Sliders.tsx +35 -0
- package/src/components/Smartphone.tsx +34 -0
- package/src/components/Smile.tsx +42 -0
- package/src/components/Speaker.tsx +35 -0
- package/src/components/Square.tsx +33 -0
- package/src/components/Star.tsx +33 -0
- package/src/components/StopCircle.tsx +34 -0
- package/src/components/Sun.tsx +42 -0
- package/src/components/Sunrise.tsx +52 -0
- package/src/components/Sunset.tsx +52 -0
- package/src/components/Tablet.tsx +33 -0
- package/src/components/Tag.tsx +40 -0
- package/src/components/TalismanHand.tsx +36 -0
- package/src/components/Target.tsx +47 -0
- package/src/components/Terminal.tsx +28 -0
- package/src/components/Thermometer.tsx +40 -0
- package/src/components/ThumbsDown.tsx +33 -0
- package/src/components/ThumbsUp.tsx +33 -0
- package/src/components/ToggleLeft.tsx +40 -0
- package/src/components/ToggleRight.tsx +40 -0
- package/src/components/Tool.tsx +33 -0
- package/src/components/Trash.tsx +34 -0
- package/src/components/Trash2.tsx +36 -0
- package/src/components/Trello.tsx +35 -0
- package/src/components/TrendingDown.tsx +34 -0
- package/src/components/TrendingUp.tsx +34 -0
- package/src/components/Triangle.tsx +33 -0
- package/src/components/Truck.tsx +48 -0
- package/src/components/Tv.tsx +34 -0
- package/src/components/Twitter.tsx +33 -0
- package/src/components/Type.tsx +29 -0
- package/src/components/Umbrella.tsx +33 -0
- package/src/components/Underline.tsx +34 -0
- package/src/components/Union.tsx +36 -0
- package/src/components/Unknown.tsx +30 -0
- package/src/components/Unlock.tsx +40 -0
- package/src/components/Upload.tsx +35 -0
- package/src/components/UploadCloud.tsx +37 -0
- package/src/components/User.tsx +40 -0
- package/src/components/UserCheck.tsx +41 -0
- package/src/components/UserMinus.tsx +41 -0
- package/src/components/UserPlus.tsx +42 -0
- package/src/components/UserX.tsx +42 -0
- package/src/components/Users.tsx +54 -0
- package/src/components/Video.tsx +34 -0
- package/src/components/VideoOff.tsx +35 -0
- package/src/components/Voicemail.tsx +41 -0
- package/src/components/Volume.tsx +33 -0
- package/src/components/Volume1.tsx +40 -0
- package/src/components/Volume2.tsx +40 -0
- package/src/components/VolumeX.tsx +35 -0
- package/src/components/Wallet.tsx +33 -0
- package/src/components/Watch.tsx +41 -0
- package/src/components/Wifi.tsx +37 -0
- package/src/components/WifiOff.tsx +40 -0
- package/src/components/Wind.tsx +33 -0
- package/src/components/X.tsx +28 -0
- package/src/components/XCircle.tsx +35 -0
- package/src/components/XOctagon.tsx +35 -0
- package/src/components/XSquare.tsx +35 -0
- package/src/components/Youtube.tsx +40 -0
- package/src/components/Zap.tsx +33 -0
- package/src/components/ZapOff.tsx +37 -0
- package/src/components/ZapPlus.tsx +30 -0
- package/src/components/ZoomIn.tsx +36 -0
- package/src/components/ZoomOut.tsx +35 -0
- package/src/components/index.ts +297 -0
- package/src/context.ts +3 -0
- package/src/index.ts +1 -0
- package/src/svgs/activity.svg +3 -0
- package/src/svgs/airplay.svg +10 -0
- package/src/svgs/alert-circle.svg +18 -0
- package/src/svgs/alert-octagon.svg +18 -0
- package/src/svgs/alert-triangle.svg +18 -0
- package/src/svgs/align-center.svg +6 -0
- package/src/svgs/align-justify.svg +6 -0
- package/src/svgs/align-left.svg +6 -0
- package/src/svgs/align-right.svg +6 -0
- package/src/svgs/anchor.svg +17 -0
- package/src/svgs/aperture.svg +15 -0
- package/src/svgs/archive.svg +5 -0
- package/src/svgs/arrow-down-circle.svg +11 -0
- package/src/svgs/arrow-down-left.svg +4 -0
- package/src/svgs/arrow-down-right.svg +4 -0
- package/src/svgs/arrow-down.svg +4 -0
- package/src/svgs/arrow-left-circle.svg +11 -0
- package/src/svgs/arrow-left.svg +4 -0
- package/src/svgs/arrow-right-circle.svg +11 -0
- package/src/svgs/arrow-right.svg +4 -0
- package/src/svgs/arrow-up-circle.svg +11 -0
- package/src/svgs/arrow-up-left.svg +4 -0
- package/src/svgs/arrow-up-right.svg +4 -0
- package/src/svgs/arrow-up.svg +4 -0
- package/src/svgs/at-sign.svg +16 -0
- package/src/svgs/award.svg +16 -0
- package/src/svgs/bar-chart-2.svg +5 -0
- package/src/svgs/bar-chart.svg +5 -0
- package/src/svgs/battery-charging.svg +11 -0
- package/src/svgs/battery.svg +10 -0
- package/src/svgs/bell-off.svg +17 -0
- package/src/svgs/bell.svg +9 -0
- package/src/svgs/bluetooth.svg +9 -0
- package/src/svgs/bold.svg +16 -0
- package/src/svgs/book-open.svg +16 -0
- package/src/svgs/book.svg +16 -0
- package/src/svgs/bookmark.svg +9 -0
- package/src/svgs/box-1.svg +17 -0
- package/src/svgs/box.svg +17 -0
- package/src/svgs/briefcase.svg +16 -0
- package/src/svgs/calculate.svg +3 -0
- package/src/svgs/calendar.svg +12 -0
- package/src/svgs/camera-off.svg +17 -0
- package/src/svgs/camera.svg +16 -0
- package/src/svgs/cast.svg +16 -0
- package/src/svgs/check-circle.svg +10 -0
- package/src/svgs/check-square.svg +10 -0
- package/src/svgs/check.svg +3 -0
- package/src/svgs/chevron-down.svg +3 -0
- package/src/svgs/chevron-left.svg +3 -0
- package/src/svgs/chevron-right.svg +3 -0
- package/src/svgs/chevron-up.svg +3 -0
- package/src/svgs/chevrons-down.svg +4 -0
- package/src/svgs/chevrons-left.svg +4 -0
- package/src/svgs/chevrons-right.svg +4 -0
- package/src/svgs/chevrons-up.svg +4 -0
- package/src/svgs/chrome.svg +19 -0
- package/src/svgs/circle.svg +9 -0
- package/src/svgs/clipboard.svg +16 -0
- package/src/svgs/clock.svg +10 -0
- package/src/svgs/cloud-drizzle.svg +22 -0
- package/src/svgs/cloud-lightning.svg +17 -0
- package/src/svgs/cloud-off.svg +17 -0
- package/src/svgs/cloud-rain.svg +19 -0
- package/src/svgs/cloud-snow.svg +16 -0
- package/src/svgs/cloud.svg +16 -0
- package/src/svgs/code.svg +4 -0
- package/src/svgs/codepen.svg +13 -0
- package/src/svgs/codesandbox.svg +26 -0
- package/src/svgs/coffee.svg +19 -0
- package/src/svgs/columns.svg +9 -0
- package/src/svgs/command.svg +9 -0
- package/src/svgs/compass.svg +16 -0
- package/src/svgs/copy.svg +16 -0
- package/src/svgs/corner-down-left.svg +10 -0
- package/src/svgs/corner-down-right.svg +10 -0
- package/src/svgs/corner-left-down.svg +10 -0
- package/src/svgs/corner-left-up.svg +10 -0
- package/src/svgs/corner-right-down.svg +10 -0
- package/src/svgs/corner-right-up.svg +10 -0
- package/src/svgs/corner-up-left.svg +10 -0
- package/src/svgs/corner-up-right.svg +10 -0
- package/src/svgs/cpu.svg +25 -0
- package/src/svgs/credit-card.svg +10 -0
- package/src/svgs/crop.svg +23 -0
- package/src/svgs/crosshair.svg +13 -0
- package/src/svgs/database.svg +23 -0
- package/src/svgs/delete.svg +11 -0
- package/src/svgs/disc.svg +16 -0
- package/src/svgs/dollar-sign.svg +10 -0
- package/src/svgs/download-cloud.svg +18 -0
- package/src/svgs/download.svg +11 -0
- package/src/svgs/drag-alt.svg +44 -0
- package/src/svgs/drag.svg +4 -0
- package/src/svgs/droplet.svg +9 -0
- package/src/svgs/earn.svg +3 -0
- package/src/svgs/edit-2.svg +3 -0
- package/src/svgs/edit-3.svg +4 -0
- package/src/svgs/edit.svg +16 -0
- package/src/svgs/ethereum.svg +11 -0
- package/src/svgs/external-link.svg +11 -0
- package/src/svgs/eye-off.svg +17 -0
- package/src/svgs/eye-plus.svg +21 -0
- package/src/svgs/eye.svg +16 -0
- package/src/svgs/facebook.svg +9 -0
- package/src/svgs/fast-forward.svg +4 -0
- package/src/svgs/feather.svg +11 -0
- package/src/svgs/figma.svg +37 -0
- package/src/svgs/file-check.svg +5 -0
- package/src/svgs/file-minus.svg +11 -0
- package/src/svgs/file-plus.svg +12 -0
- package/src/svgs/file-text.svg +13 -0
- package/src/svgs/file-x.svg +6 -0
- package/src/svgs/file.svg +10 -0
- package/src/svgs/film.svg +16 -0
- package/src/svgs/filter.svg +9 -0
- package/src/svgs/flag.svg +10 -0
- package/src/svgs/folder-minus.svg +10 -0
- package/src/svgs/folder-plus.svg +11 -0
- package/src/svgs/folder.svg +9 -0
- package/src/svgs/framer.svg +9 -0
- package/src/svgs/frown.svg +18 -0
- package/src/svgs/gift.svg +19 -0
- package/src/svgs/git-branch.svg +24 -0
- package/src/svgs/git-commit.svg +11 -0
- package/src/svgs/git-merge.svg +23 -0
- package/src/svgs/git-pull-request.svg +24 -0
- package/src/svgs/github.svg +16 -0
- package/src/svgs/gitlab.svg +16 -0
- package/src/svgs/globe.svg +17 -0
- package/src/svgs/grid.svg +6 -0
- package/src/svgs/hard-drive.svg +17 -0
- package/src/svgs/hash.svg +6 -0
- package/src/svgs/headphones.svg +16 -0
- package/src/svgs/heart.svg +9 -0
- package/src/svgs/help-circle.svg +24 -0
- package/src/svgs/hexagon.svg +9 -0
- package/src/svgs/home.svg +10 -0
- package/src/svgs/image.svg +17 -0
- package/src/svgs/inbox.svg +10 -0
- package/src/svgs/info.svg +18 -0
- package/src/svgs/instagram.svg +23 -0
- package/src/svgs/italic.svg +5 -0
- package/src/svgs/key.svg +9 -0
- package/src/svgs/layers.svg +5 -0
- package/src/svgs/layout.svg +11 -0
- package/src/svgs/life-buoy.svg +27 -0
- package/src/svgs/link-2.svg +17 -0
- package/src/svgs/link.svg +16 -0
- package/src/svgs/linkedin.svg +17 -0
- package/src/svgs/list.svg +15 -0
- package/src/svgs/loader.svg +16 -0
- package/src/svgs/lock.svg +16 -0
- package/src/svgs/log-in.svg +11 -0
- package/src/svgs/log-out.svg +11 -0
- package/src/svgs/mail.svg +10 -0
- package/src/svgs/map-pin.svg +16 -0
- package/src/svgs/map.svg +11 -0
- package/src/svgs/maximize-2.svg +6 -0
- package/src/svgs/maximize.svg +9 -0
- package/src/svgs/meh.svg +12 -0
- package/src/svgs/menu.svg +5 -0
- package/src/svgs/message-circle.svg +9 -0
- package/src/svgs/message-square.svg +9 -0
- package/src/svgs/mic-off.svg +26 -0
- package/src/svgs/mic.svg +18 -0
- package/src/svgs/minimize-2.svg +6 -0
- package/src/svgs/minimize.svg +9 -0
- package/src/svgs/minus-circle.svg +10 -0
- package/src/svgs/minus-square.svg +10 -0
- package/src/svgs/minus.svg +3 -0
- package/src/svgs/monitor.svg +11 -0
- package/src/svgs/moon.svg +9 -0
- package/src/svgs/more-horizontal.svg +26 -0
- package/src/svgs/more-vertical.svg +23 -0
- package/src/svgs/mouse-pointer.svg +10 -0
- package/src/svgs/move.svg +8 -0
- package/src/svgs/music.svg +10 -0
- package/src/svgs/navigation-2.svg +9 -0
- package/src/svgs/navigation.svg +9 -0
- package/src/svgs/octagon.svg +9 -0
- package/src/svgs/package.svg +18 -0
- package/src/svgs/paperclip.svg +9 -0
- package/src/svgs/pause-circle.svg +11 -0
- package/src/svgs/pause.svg +4 -0
- package/src/svgs/pen-tool.svg +18 -0
- package/src/svgs/percent.svg +17 -0
- package/src/svgs/phone-call.svg +9 -0
- package/src/svgs/phone-forwarded.svg +11 -0
- package/src/svgs/phone-incoming.svg +11 -0
- package/src/svgs/phone-missed.svg +11 -0
- package/src/svgs/phone-off.svg +17 -0
- package/src/svgs/phone-outgoing.svg +11 -0
- package/src/svgs/phone.svg +9 -0
- package/src/svgs/pie-chart.svg +16 -0
- package/src/svgs/play-circle.svg +10 -0
- package/src/svgs/play.svg +3 -0
- package/src/svgs/plus-circle.svg +11 -0
- package/src/svgs/plus-square.svg +11 -0
- package/src/svgs/plus.svg +4 -0
- package/src/svgs/pocket.svg +10 -0
- package/src/svgs/polkadot.svg +15 -0
- package/src/svgs/power.svg +10 -0
- package/src/svgs/printer.svg +11 -0
- package/src/svgs/radio.svg +16 -0
- package/src/svgs/refresh-ccw.svg +11 -0
- package/src/svgs/refresh-cw.svg +11 -0
- package/src/svgs/repeat.svg +18 -0
- package/src/svgs/rewind.svg +4 -0
- package/src/svgs/rocket.svg +8 -0
- package/src/svgs/rotate-ccw.svg +10 -0
- package/src/svgs/rotate-cw.svg +10 -0
- package/src/svgs/rss.svg +23 -0
- package/src/svgs/save.svg +11 -0
- package/src/svgs/scissors.svg +19 -0
- package/src/svgs/search.svg +10 -0
- package/src/svgs/send.svg +10 -0
- package/src/svgs/server.svg +23 -0
- package/src/svgs/settings.svg +23 -0
- package/src/svgs/share-2.svg +31 -0
- package/src/svgs/share.svg +11 -0
- package/src/svgs/shield-off.svg +24 -0
- package/src/svgs/shield.svg +9 -0
- package/src/svgs/shopping-bag.svg +17 -0
- package/src/svgs/shopping-cart.svg +23 -0
- package/src/svgs/shuffle.svg +7 -0
- package/src/svgs/sidebar.svg +10 -0
- package/src/svgs/skip-back.svg +4 -0
- package/src/svgs/skip-forward.svg +4 -0
- package/src/svgs/slack.svg +66 -0
- package/src/svgs/slash.svg +16 -0
- package/src/svgs/sliders.svg +11 -0
- package/src/svgs/smartphone.svg +10 -0
- package/src/svgs/smile.svg +18 -0
- package/src/svgs/speaker.svg +23 -0
- package/src/svgs/square.svg +9 -0
- package/src/svgs/star.svg +9 -0
- package/src/svgs/stop-circle.svg +10 -0
- package/src/svgs/sun.svg +36 -0
- package/src/svgs/sunrise.svg +22 -0
- package/src/svgs/sunset.svg +22 -0
- package/src/svgs/tablet.svg +9 -0
- package/src/svgs/tag.svg +16 -0
- package/src/svgs/talisman-hand.svg +12 -0
- package/src/svgs/target.svg +23 -0
- package/src/svgs/terminal.svg +4 -0
- package/src/svgs/thermometer.svg +16 -0
- package/src/svgs/thumbs-down.svg +9 -0
- package/src/svgs/thumbs-up.svg +9 -0
- package/src/svgs/toggle-left.svg +16 -0
- package/src/svgs/toggle-right.svg +16 -0
- package/src/svgs/tool.svg +9 -0
- package/src/svgs/trash-2.svg +12 -0
- package/src/svgs/trash.svg +10 -0
- package/src/svgs/trello.svg +11 -0
- package/src/svgs/trending-down.svg +10 -0
- package/src/svgs/trending-up.svg +10 -0
- package/src/svgs/triangle.svg +9 -0
- package/src/svgs/truck.svg +18 -0
- package/src/svgs/tv.svg +10 -0
- package/src/svgs/twitter.svg +9 -0
- package/src/svgs/type.svg +5 -0
- package/src/svgs/umbrella.svg +9 -0
- package/src/svgs/underline.svg +10 -0
- package/src/svgs/union.svg +12 -0
- package/src/svgs/unknown.svg +6 -0
- package/src/svgs/unlock.svg +16 -0
- package/src/svgs/upload-cloud.svg +19 -0
- package/src/svgs/upload.svg +11 -0
- package/src/svgs/user-check.svg +17 -0
- package/src/svgs/user-minus.svg +17 -0
- package/src/svgs/user-plus.svg +18 -0
- package/src/svgs/user-x.svg +18 -0
- package/src/svgs/user.svg +16 -0
- package/src/svgs/users.svg +30 -0
- package/src/svgs/video-off.svg +17 -0
- package/src/svgs/video.svg +10 -0
- package/src/svgs/voicemail.svg +17 -0
- package/src/svgs/volume-1.svg +10 -0
- package/src/svgs/volume-2.svg +10 -0
- package/src/svgs/volume-x.svg +5 -0
- package/src/svgs/volume.svg +3 -0
- package/src/svgs/wallet.svg +5 -0
- package/src/svgs/watch.svg +17 -0
- package/src/svgs/wifi-off.svg +46 -0
- package/src/svgs/wifi.svg +31 -0
- package/src/svgs/wind.svg +9 -0
- package/src/svgs/x-circle.svg +11 -0
- package/src/svgs/x-octagon.svg +11 -0
- package/src/svgs/x-square.svg +11 -0
- package/src/svgs/x.svg +4 -0
- package/src/svgs/youtube.svg +16 -0
- package/src/svgs/zap-off.svg +19 -0
- package/src/svgs/zap-plus.svg +5 -0
- package/src/svgs/zap.svg +9 -0
- package/src/svgs/zoom-in.svg +12 -0
- package/src/svgs/zoom-out.svg +11 -0
- package/src/utils.ts +1 -0
- package/svgo.config.js +15 -0
- package/template.js +17 -0
- package/tsconfig.json +10 -0
package/.eslintrc.cjs
ADDED
package/.svgrrc.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
outDir: 'src/components',
|
|
3
|
+
typescript: true,
|
|
4
|
+
prettier: true,
|
|
5
|
+
ref: true,
|
|
6
|
+
replaceAttrValues: {
|
|
7
|
+
'#000': 'currentcolor',
|
|
8
|
+
'#121212': 'currentcolor',
|
|
9
|
+
black: 'currentcolor',
|
|
10
|
+
},
|
|
11
|
+
template: require('./template'),
|
|
12
|
+
svgProps: {
|
|
13
|
+
width: '{props.size ?? iconContext.size ?? 24}',
|
|
14
|
+
height: '{props.size ?? iconContext.size ?? 24}',
|
|
15
|
+
},
|
|
16
|
+
}
|
|
File without changes
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# icons
|
package/package.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@talismn/icons",
|
|
3
|
+
"version": "0.0.0-pr1002.045a7406",
|
|
4
|
+
"main": "build/commonjs/index.js",
|
|
5
|
+
"exports": {
|
|
6
|
+
".": "./build/index.js",
|
|
7
|
+
"./utils": "./build/utils.js"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"dev": "tsc --build --watch tsconfig.json",
|
|
11
|
+
"build": "rm -rf build && tsc --build tsconfig.json",
|
|
12
|
+
"codegen": "npx @svgr/cli -- src/svgs",
|
|
13
|
+
"lint": "eslint src",
|
|
14
|
+
"check-types": "tsc --noEmit"
|
|
15
|
+
},
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@svgr/cli": "^8.0.1",
|
|
18
|
+
"@talismn/eslint-config": "^0.0.0",
|
|
19
|
+
"@talismn/tsconfig": "^0.0.0",
|
|
20
|
+
"@types/react": "^18.0.28",
|
|
21
|
+
"eslint": "^8.37.0",
|
|
22
|
+
"react": "^18.2.0",
|
|
23
|
+
"react-dom": "^18.2.0",
|
|
24
|
+
"typescript": "^5.0.2"
|
|
25
|
+
},
|
|
26
|
+
"peerDependencies": {
|
|
27
|
+
"react": "18.x"
|
|
28
|
+
},
|
|
29
|
+
"stableVersion": "0.0.0"
|
|
30
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgActivity = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
stroke="currentcolor"
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
strokeWidth={2}
|
|
27
|
+
d="M22 12h-4l-3 9L9 3l-3 9H2"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
const ForwardRef = forwardRef(SvgActivity)
|
|
33
|
+
export default ForwardRef
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAirplay = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
stroke="currentcolor"
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
strokeWidth={2}
|
|
27
|
+
d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"
|
|
28
|
+
/>
|
|
29
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m12 15 5 6H7l5-6Z" />
|
|
30
|
+
</svg>
|
|
31
|
+
)
|
|
32
|
+
}
|
|
33
|
+
const ForwardRef = forwardRef(SvgAirplay)
|
|
34
|
+
export default ForwardRef
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAlertCircle = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<g stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} clipPath="url(#a)">
|
|
23
|
+
<path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" />
|
|
24
|
+
<path d="M12 8v4" />
|
|
25
|
+
<path d="M12 16h.01" />
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="a">
|
|
29
|
+
<path fill="#fff" d="M0 0h24v24H0z" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>
|
|
33
|
+
)
|
|
34
|
+
}
|
|
35
|
+
const ForwardRef = forwardRef(SvgAlertCircle)
|
|
36
|
+
export default ForwardRef
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAlertOctagon = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<g stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} clipPath="url(#a)">
|
|
23
|
+
<path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2Z" />
|
|
24
|
+
<path d="M12 16h.01" />
|
|
25
|
+
<path d="M12 8v4" />
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="a">
|
|
29
|
+
<path fill="#fff" d="M0 0h24v24H0z" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>
|
|
33
|
+
)
|
|
34
|
+
}
|
|
35
|
+
const ForwardRef = forwardRef(SvgAlertOctagon)
|
|
36
|
+
export default ForwardRef
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAlertTriangle = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<g stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} clipPath="url(#a)">
|
|
23
|
+
<path d="M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0v0Z" />
|
|
24
|
+
<path d="M12 17h.01" />
|
|
25
|
+
<path d="M12 9v4" />
|
|
26
|
+
</g>
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id="a">
|
|
29
|
+
<path fill="#fff" d="M0 0h24v24H0z" />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>
|
|
33
|
+
)
|
|
34
|
+
}
|
|
35
|
+
const ForwardRef = forwardRef(SvgAlertTriangle)
|
|
36
|
+
export default ForwardRef
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAlignCenter = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M18 10H6" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 6H3" />
|
|
24
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 14H3" />
|
|
25
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M18 18H6" />
|
|
26
|
+
</svg>
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
const ForwardRef = forwardRef(SvgAlignCenter)
|
|
30
|
+
export default ForwardRef
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAlignJustify = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 10H3" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 6H3" />
|
|
24
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 14H3" />
|
|
25
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 18H3" />
|
|
26
|
+
</svg>
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
const ForwardRef = forwardRef(SvgAlignJustify)
|
|
30
|
+
export default ForwardRef
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAlignLeft = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 10H3" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 6H3" />
|
|
24
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 14H3" />
|
|
25
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 18H3" />
|
|
26
|
+
</svg>
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
const ForwardRef = forwardRef(SvgAlignLeft)
|
|
30
|
+
export default ForwardRef
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAlignRight = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 10H7" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 6H3" />
|
|
24
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 14H3" />
|
|
25
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 18H7" />
|
|
26
|
+
</svg>
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
const ForwardRef = forwardRef(SvgAlignRight)
|
|
30
|
+
export default ForwardRef
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAnchor = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
stroke="currentcolor"
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
strokeWidth={2}
|
|
27
|
+
d="M12 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
|
|
28
|
+
/>
|
|
29
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 22V8" />
|
|
30
|
+
<path
|
|
31
|
+
stroke="currentcolor"
|
|
32
|
+
strokeLinecap="round"
|
|
33
|
+
strokeLinejoin="round"
|
|
34
|
+
strokeWidth={2}
|
|
35
|
+
d="M5 12H2a10 10 0 0 0 20 0h-3"
|
|
36
|
+
/>
|
|
37
|
+
</svg>
|
|
38
|
+
)
|
|
39
|
+
}
|
|
40
|
+
const ForwardRef = forwardRef(SvgAnchor)
|
|
41
|
+
export default ForwardRef
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgAperture = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
stroke="currentcolor"
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
strokeWidth={2}
|
|
27
|
+
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"
|
|
28
|
+
/>
|
|
29
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m14.31 8 5.74 9.94" />
|
|
30
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9.69 8h11.48" />
|
|
31
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m7.38 12 5.74-9.94" />
|
|
32
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9.69 16 3.95 6.06" />
|
|
33
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M14.31 16H2.83" />
|
|
34
|
+
<path
|
|
35
|
+
stroke="currentcolor"
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
strokeLinejoin="round"
|
|
38
|
+
strokeWidth={2}
|
|
39
|
+
d="m16.62 12-5.74 9.94"
|
|
40
|
+
/>
|
|
41
|
+
</svg>
|
|
42
|
+
)
|
|
43
|
+
}
|
|
44
|
+
const ForwardRef = forwardRef(SvgAperture)
|
|
45
|
+
export default ForwardRef
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgArchive = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M21 8v13H3V8" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M23 3H1v5h22V3Z" />
|
|
24
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 12h4" />
|
|
25
|
+
</svg>
|
|
26
|
+
)
|
|
27
|
+
}
|
|
28
|
+
const ForwardRef = forwardRef(SvgArchive)
|
|
29
|
+
export default ForwardRef
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgArrowDown = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 5v14" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m19 12-7 7-7-7" />
|
|
24
|
+
</svg>
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
const ForwardRef = forwardRef(SvgArrowDown)
|
|
28
|
+
export default ForwardRef
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgArrowDownCircle = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path
|
|
23
|
+
stroke="currentcolor"
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
strokeWidth={2}
|
|
27
|
+
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"
|
|
28
|
+
/>
|
|
29
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m8 12 4 4 4-4" />
|
|
30
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 8v8" />
|
|
31
|
+
</svg>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
34
|
+
const ForwardRef = forwardRef(SvgArrowDownCircle)
|
|
35
|
+
export default ForwardRef
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgArrowDownLeft = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 7 7 17" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 17H7V7" />
|
|
24
|
+
</svg>
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
const ForwardRef = forwardRef(SvgArrowDownLeft)
|
|
28
|
+
export default ForwardRef
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgArrowDownRight = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m7 7 10 10" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M17 7v10H7" />
|
|
24
|
+
</svg>
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
const ForwardRef = forwardRef(SvgArrowDownRight)
|
|
28
|
+
export default ForwardRef
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react'
|
|
2
|
+
import type { SVGProps } from 'react'
|
|
3
|
+
import { Ref, forwardRef } from 'react'
|
|
4
|
+
import { IconContext } from '../context'
|
|
5
|
+
const SvgArrowLeft = (
|
|
6
|
+
props: Omit<SVGProps<SVGSVGElement>, 'width' | 'height'> & {
|
|
7
|
+
size?: number | string
|
|
8
|
+
},
|
|
9
|
+
ref: Ref<SVGSVGElement>
|
|
10
|
+
) => {
|
|
11
|
+
const iconContext = React.useContext(IconContext)
|
|
12
|
+
return (
|
|
13
|
+
<svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size ?? iconContext.size ?? 24}
|
|
16
|
+
height={props.size ?? iconContext.size ?? 24}
|
|
17
|
+
fill="none"
|
|
18
|
+
viewBox="0 0 24 24"
|
|
19
|
+
ref={ref}
|
|
20
|
+
{...props}
|
|
21
|
+
>
|
|
22
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M19 12H5" />
|
|
23
|
+
<path stroke="currentcolor" strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="m12 19-7-7 7-7" />
|
|
24
|
+
</svg>
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
const ForwardRef = forwardRef(SvgArrowLeft)
|
|
28
|
+
export default ForwardRef
|