0.2.0 • Published 2 years ago

@astropub/icons v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Radix Icons

Radix Icons for Astro

Radix Icons are a crisp set of 15×15 icons designed by the Modulz team.

npm install @astropub/icons

Usage

All of the icons are available from a single import, and only the icons that are used will be added to the page.

---
import * as Icon from '@astropub/icons'
---
<Icon.Sun />
<Icon.Moon />
<Icon.Star />
<Icon.LightningBolt size="60" fill="gold" />

The icons are also available as individual imports.

---
import SunIcon from '@astropub/icons/Sun'
import MoonIcon from '@astropub/icons/MoonIcon'
import StarIcon from '@astropub/icons/StarIcon'
import LightningBoltIcon from '@astropub/icons/LightningBolt'
---
<SunIcon />
<MoonIcon />
<StarIcon />
<LightningBoltIcon size="60" fill="gold" />

Prop Types

The following Props interface is available to every icon:

export interface Props {
  'fill'?: string;
  'fill-opacity'?: number | string;
  'fill-rule'?: "nonzero" | "evenodd" | "inherit";
  'height'?: number | string;
  'size'?: number | string;
  'stroke'?: string;
  'stroke-dasharray'?: string | number;
  'stroke-dashoffset'?: string | number;
  'stroke-linecap'?: "butt" | "round" | "square" | "inherit";
  'stroke-linejoin'?: "miter" | "round" | "bevel" | "inherit";
  'stroke-miterlimit'?: number | string;
  'stroke-opacity'?: number | string;
  'stroke-width'?: number | string;
  'viewBox'?: string;
  'width'?: number | string;
}
  • The Props interface additionally includes:
    • All HTML global attributes.
    • All WAI-ARIA attributes and the WAI-ARIA role attribute.
  • The title attribute transforms into a <title> element within the <svg>.
  • The size attribute transforms values like 1.5x into 1.5em.
  • The size attribute is used as the default values for width and height.

Icons

There are 297 icons included in this package.

IconImportPreview
Activity Log@astropub/icons/ActivityLogActivity Log
Align Baseline@astropub/icons/AlignBaselineAlign Baseline
Align Bottom@astropub/icons/AlignBottomAlign Bottom
Align Center Horizontally@astropub/icons/AlignCenterHorizontallyAlign Center Horizontally
Align Center Vertically@astropub/icons/AlignCenterVerticallyAlign Center Vertically
Align Left@astropub/icons/AlignLeftAlign Left
Align Right@astropub/icons/AlignRightAlign Right
Align Top@astropub/icons/AlignTopAlign Top
All Sides@astropub/icons/AllSidesAll Sides
Angle@astropub/icons/AngleAngle
Archive@astropub/icons/ArchiveArchive
Arrow Bottom Left@astropub/icons/ArrowBottomLeftArrow Bottom Left
Arrow Bottom Right@astropub/icons/ArrowBottomRightArrow Bottom Right
Arrow Down@astropub/icons/ArrowDownArrow Down
Arrow Left@astropub/icons/ArrowLeftArrow Left
Arrow Right@astropub/icons/ArrowRightArrow Right
Arrow Top Left@astropub/icons/ArrowTopLeftArrow Top Left
Arrow Top Right@astropub/icons/ArrowTopRightArrow Top Right
Arrow Up@astropub/icons/ArrowUpArrow Up
Aspect Ratio@astropub/icons/AspectRatioAspect Ratio
Avatar@astropub/icons/AvatarAvatar
Backpack@astropub/icons/BackpackBackpack
Badge@astropub/icons/BadgeBadge
Bar Chart@astropub/icons/BarChartBar Chart
Bell@astropub/icons/BellBell
Blending Mode@astropub/icons/BlendingModeBlending Mode
Bookmark@astropub/icons/BookmarkBookmark
Border All@astropub/icons/BorderAllBorder All
Border Bottom@astropub/icons/BorderBottomBorder Bottom
Border Dashed@astropub/icons/BorderDashedBorder Dashed
Border Dotted@astropub/icons/BorderDottedBorder Dotted
Border Left@astropub/icons/BorderLeftBorder Left
Border None@astropub/icons/BorderNoneBorder None
Border Right@astropub/icons/BorderRightBorder Right
Border Solid@astropub/icons/BorderSolidBorder Solid
Border Split@astropub/icons/BorderSplitBorder Split
Border Style@astropub/icons/BorderStyleBorder Style
Border Top@astropub/icons/BorderTopBorder Top
Box Model@astropub/icons/BoxModelBox Model
Box@astropub/icons/BoxBox
Button@astropub/icons/ButtonButton
Calendar@astropub/icons/CalendarCalendar
Camera@astropub/icons/CameraCamera
Card Stack Minus@astropub/icons/CardStackMinusCard Stack Minus
Card Stack Plus@astropub/icons/CardStackPlusCard Stack Plus
Card Stack@astropub/icons/CardStackCard Stack
Caret Down@astropub/icons/CaretDownCaret Down
Caret Left@astropub/icons/CaretLeftCaret Left
Caret Right@astropub/icons/CaretRightCaret Right
Caret Sort@astropub/icons/CaretSortCaret Sort
Caret Up@astropub/icons/CaretUpCaret Up
Chat Bubble@astropub/icons/ChatBubbleChat Bubble
Check Circled@astropub/icons/CheckCircledCheck Circled
Check@astropub/icons/CheckCheck
Checkbox@astropub/icons/CheckboxCheckbox
Chevron Down@astropub/icons/ChevronDownChevron Down
Chevron Left@astropub/icons/ChevronLeftChevron Left
Chevron Right@astropub/icons/ChevronRightChevron Right
Chevron Up@astropub/icons/ChevronUpChevron Up
Circle Backslash@astropub/icons/CircleBackslashCircle Backslash
Circle@astropub/icons/CircleCircle
Clipboard Copy@astropub/icons/ClipboardCopyClipboard Copy
Clipboard@astropub/icons/ClipboardClipboard
Clock@astropub/icons/ClockClock
Code@astropub/icons/CodeCode
CodeSandbox Logo@astropub/icons/CodeSandboxLogoCodeSandbox Logo
Column Spacing@astropub/icons/ColumnSpacingColumn Spacing
Columns@astropub/icons/ColumnsColumns
Commit@astropub/icons/CommitCommit
Component 1@astropub/icons/Component1Component 1
Component 2@astropub/icons/Component2Component 2
Component Boolean@astropub/icons/ComponentBooleanComponent Boolean
Component Instance@astropub/icons/ComponentInstanceComponent Instance
Component None@astropub/icons/ComponentNoneComponent None
Component Placeholder@astropub/icons/ComponentPlaceholderComponent Placeholder
Container@astropub/icons/ContainerContainer
Cookie@astropub/icons/CookieCookie
Copy@astropub/icons/CopyCopy
Corner Bottom Left@astropub/icons/CornerBottomLeftCorner Bottom Left
Corner Bottom Right@astropub/icons/CornerBottomRightCorner Bottom Right
Corner Top Left@astropub/icons/CornerTopLeftCorner Top Left
Corner Top Right@astropub/icons/CornerTopRightCorner Top Right
Corners@astropub/icons/CornersCorners
Countdown Timer@astropub/icons/CountdownTimerCountdown Timer
Counter Clockwise Clock@astropub/icons/CounterClockwiseClockCounter Clockwise Clock
Crop@astropub/icons/CropCrop
Cross 1@astropub/icons/Cross1Cross 1
Cross 2@astropub/icons/Cross2Cross 2
Cross Circled@astropub/icons/CrossCircledCross Circled
Crosshair 1@astropub/icons/Crosshair1Crosshair 1
Crosshair 2@astropub/icons/Crosshair2Crosshair 2
Crumpled Paper@astropub/icons/CrumpledPaperCrumpled Paper
Cube@astropub/icons/CubeCube
Cursor Arrow@astropub/icons/CursorArrowCursor Arrow
Cursor Text@astropub/icons/CursorTextCursor Text
Dash@astropub/icons/DashDash
Dashboard@astropub/icons/DashboardDashboard
Dimensions@astropub/icons/DimensionsDimensions
Disc@astropub/icons/DiscDisc
Divider Horizontal@astropub/icons/DividerHorizontalDivider Horizontal
Divider Vertical@astropub/icons/DividerVerticalDivider Vertical
Dot Filled@astropub/icons/DotFilledDot Filled
Dot@astropub/icons/DotDot
Dots Horizontal@astropub/icons/DotsHorizontalDots Horizontal
Dots Vertical@astropub/icons/DotsVerticalDots Vertical
Double Arrow Down@astropub/icons/DoubleArrowDownDouble Arrow Down
Double Arrow Left@astropub/icons/DoubleArrowLeftDouble Arrow Left
Double Arrow Right@astropub/icons/DoubleArrowRightDouble Arrow Right
Double Arrow Up@astropub/icons/DoubleArrowUpDouble Arrow Up
Download@astropub/icons/DownloadDownload
Drag Handle Dots 1@astropub/icons/DragHandleDots1Drag Handle Dots 1
Drag Handle Dots 2@astropub/icons/DragHandleDots2Drag Handle Dots 2
Drag Handle Horizontal@astropub/icons/DragHandleHorizontalDrag Handle Horizontal
Drag Handle Vertical@astropub/icons/DragHandleVerticalDrag Handle Vertical
Drawing Pin Filled@astropub/icons/DrawingPinFilledDrawing Pin Filled
Drawing Pin@astropub/icons/DrawingPinDrawing Pin
Dropdown Menu@astropub/icons/DropdownMenuDropdown Menu
Enter Full Screen@astropub/icons/EnterFullScreenEnter Full Screen
Enter@astropub/icons/EnterEnter
Envelope Closed@astropub/icons/EnvelopeClosedEnvelope Closed
Envelope Open@astropub/icons/EnvelopeOpenEnvelope Open
Exclamation Triangle@astropub/icons/ExclamationTriangleExclamation Triangle
Exit Full Screen@astropub/icons/ExitFullScreenExit Full Screen
Exit@astropub/icons/ExitExit
External Link@astropub/icons/ExternalLinkExternal Link
Eye Closed@astropub/icons/EyeClosedEye Closed
Eye None@astropub/icons/EyeNoneEye None
Eye Open@astropub/icons/EyeOpenEye Open
Face@astropub/icons/FaceFace
Figma Logo@astropub/icons/FigmaLogoFigma Logo
File Minus@astropub/icons/FileMinusFile Minus
File Plus@astropub/icons/FilePlusFile Plus
File Text@astropub/icons/FileTextFile Text
File@astropub/icons/FileFile
Font Bold@astropub/icons/FontBoldFont Bold
Font Family@astropub/icons/FontFamilyFont Family
Font Italic@astropub/icons/FontItalicFont Italic
Font Roman@astropub/icons/FontRomanFont Roman
Font Size@astropub/icons/FontSizeFont Size
Font Style@astropub/icons/FontStyleFont Style
Frame@astropub/icons/FrameFrame
Framer Logo@astropub/icons/FramerLogoFramer Logo
Gear@astropub/icons/GearGear
GitHub Logo@astropub/icons/GitHubLogoGitHub Logo
Globe@astropub/icons/GlobeGlobe
Grid@astropub/icons/GridGrid
Group@astropub/icons/GroupGroup
Half 1@astropub/icons/Half1Half 1
Half 2@astropub/icons/Half2Half 2
Hamburger Menu@astropub/icons/HamburgerMenuHamburger Menu
Hand@astropub/icons/HandHand
Heading@astropub/icons/HeadingHeading
Height@astropub/icons/HeightHeight
Home@astropub/icons/HomeHome
IconJar Logo@astropub/icons/IconJarLogoIconJar Logo
Id Card@astropub/icons/IdCardId Card
Image@astropub/icons/ImageImage
Info Circled@astropub/icons/InfoCircledInfo Circled
Input@astropub/icons/InputInput
Lap Timer@astropub/icons/LapTimerLap Timer
Layers@astropub/icons/LayersLayers
Layout@astropub/icons/LayoutLayout
Letter Case Capitalize@astropub/icons/LetterCaseCapitalizeLetter Case Capitalize
Letter Case Lowercase@astropub/icons/LetterCaseLowercaseLetter Case Lowercase
Letter Case Toggle@astropub/icons/LetterCaseToggleLetter Case Toggle
Letter Case Uppercase@astropub/icons/LetterCaseUppercaseLetter Case Uppercase
Letter Spacing@astropub/icons/LetterSpacingLetter Spacing
Lightning Bolt@astropub/icons/LightningBoltLightning Bolt
Line Height@astropub/icons/LineHeightLine Height
Link 1@astropub/icons/Link1Link 1
Link 2@astropub/icons/Link2Link 2
Link Break 1@astropub/icons/LinkBreak1Link Break 1
Link Break 2@astropub/icons/LinkBreak2Link Break 2
Link None 1@astropub/icons/LinkNone1Link None 1
Link None 2@astropub/icons/LinkNone2Link None 2
List Bullet@astropub/icons/ListBulletList Bullet
Lock Closed@astropub/icons/LockClosedLock Closed
Lock Open 1@astropub/icons/LockOpen1Lock Open 1
Lock Open 2@astropub/icons/LockOpen2Lock Open 2
Loop@astropub/icons/LoopLoop
Magic Wand@astropub/icons/MagicWandMagic Wand
Magnifying Glass@astropub/icons/MagnifyingGlassMagnifying Glass
Margin@astropub/icons/MarginMargin
Mask Off@astropub/icons/MaskOffMask Off
Mask On@astropub/icons/MaskOnMask On
Minus Circled@astropub/icons/MinusCircledMinus Circled
Minus@astropub/icons/MinusMinus
Mix@astropub/icons/MixMix
Mixer Horizontal@astropub/icons/MixerHorizontalMixer Horizontal
Mixer Vertical@astropub/icons/MixerVerticalMixer Vertical
Modulz Logo@astropub/icons/ModulzLogoModulz Logo
Moon@astropub/icons/MoonMoon
Move@astropub/icons/MoveMove
Notion Logo@astropub/icons/NotionLogoNotion Logo
Opacity@astropub/icons/OpacityOpacity
Overline@astropub/icons/OverlineOverline
Padding@astropub/icons/PaddingPadding
Paper Plane@astropub/icons/PaperPlanePaper Plane
Pause@astropub/icons/PausePause
Pencil 1@astropub/icons/Pencil1Pencil 1
Pencil 2@astropub/icons/Pencil2Pencil 2
Person@astropub/icons/PersonPerson
Pie Chart@astropub/icons/PieChartPie Chart
Pilcrow@astropub/icons/PilcrowPilcrow
Pin Bottom@astropub/icons/PinBottomPin Bottom
Pin Left@astropub/icons/PinLeftPin Left
Pin Right@astropub/icons/PinRightPin Right
Pin Top@astropub/icons/PinTopPin Top
Play@astropub/icons/PlayPlay
Plus Circled@astropub/icons/PlusCircledPlus Circled
Plus@astropub/icons/PlusPlus
Question Mark Circled@astropub/icons/QuestionMarkCircledQuestion Mark Circled
Question Mark@astropub/icons/QuestionMarkQuestion Mark
Quote@astropub/icons/QuoteQuote
Radiobutton@astropub/icons/RadiobuttonRadiobutton
Reader@astropub/icons/ReaderReader
Reload@astropub/icons/ReloadReload
Reset@astropub/icons/ResetReset
Resume@astropub/icons/ResumeResume
Rocket@astropub/icons/RocketRocket
Rotate Counter Clockwise@astropub/icons/RotateCounterClockwiseRotate Counter Clockwise
Row Spacing@astropub/icons/RowSpacingRow Spacing
Rows@astropub/icons/RowsRows
Ruler Horizontal@astropub/icons/RulerHorizontalRuler Horizontal
Ruler Square@astropub/icons/RulerSquareRuler Square
Section@astropub/icons/SectionSection
Sewing Pin Filled@astropub/icons/SewingPinFilledSewing Pin Filled
Sewing Pin@astropub/icons/SewingPinSewing Pin
Shadow Inner@astropub/icons/ShadowInnerShadow Inner
Shadow None@astropub/icons/ShadowNoneShadow None
Shadow Outer@astropub/icons/ShadowOuterShadow Outer
Shadow@astropub/icons/ShadowShadow
Share 1@astropub/icons/Share1Share 1
Share 2@astropub/icons/Share2Share 2
Shuffle@astropub/icons/ShuffleShuffle
Size@astropub/icons/SizeSize
Sketch Logo@astropub/icons/SketchLogoSketch Logo
Slash@astropub/icons/SlashSlash
Slider@astropub/icons/SliderSlider
Space Between Horizontally@astropub/icons/SpaceBetweenHorizontallySpace Between Horizontally
Space Between Vertically@astropub/icons/SpaceBetweenVerticallySpace Between Vertically
Space Evenly Horizontally@astropub/icons/SpaceEvenlyHorizontallySpace Evenly Horizontally
Space Evenly Vertically@astropub/icons/SpaceEvenlyVerticallySpace Evenly Vertically
Speaker Loud@astropub/icons/SpeakerLoudSpeaker Loud
Speaker Moderate@astropub/icons/SpeakerModerateSpeaker Moderate
Speaker Off@astropub/icons/SpeakerOffSpeaker Off
Speaker Quiet@astropub/icons/SpeakerQuietSpeaker Quiet
Square@astropub/icons/SquareSquare
Stack@astropub/icons/StackStack
Star Filled@astropub/icons/StarFilledStar Filled
Star@astropub/icons/StarStar
Stitches Logo@astropub/icons/StitchesLogoStitches Logo
Stop@astropub/icons/StopStop
Stopwatch@astropub/icons/StopwatchStopwatch
Stretch Horizontally@astropub/icons/StretchHorizontallyStretch Horizontally
Stretch Vertically@astropub/icons/StretchVerticallyStretch Vertically
Strikethrough@astropub/icons/StrikethroughStrikethrough
Sun@astropub/icons/SunSun
Switch@astropub/icons/SwitchSwitch
Symbol@astropub/icons/SymbolSymbol
Table@astropub/icons/TableTable
Target@astropub/icons/TargetTarget
Text Align Center@astropub/icons/TextAlignCenterText Align Center
Text Align Justify@astropub/icons/TextAlignJustifyText Align Justify
Text Align Left@astropub/icons/TextAlignLeftText Align Left
Text Align Right@astropub/icons/TextAlignRightText Align Right
Text None@astropub/icons/TextNoneText None
Text@astropub/icons/TextText
Thick Arrow Down@astropub/icons/ThickArrowDownThick Arrow Down
Thick Arrow Left@astropub/icons/ThickArrowLeftThick Arrow Left
Thick Arrow Right@astropub/icons/ThickArrowRightThick Arrow Right
Thick Arrow Up@astropub/icons/ThickArrowUpThick Arrow Up
Timer@astropub/icons/TimerTimer
Tokens@astropub/icons/TokensTokens
Track Next@astropub/icons/TrackNextTrack Next
Track Previous@astropub/icons/TrackPreviousTrack Previous
Transparency Grid@astropub/icons/TransparencyGridTransparency Grid
Trash@astropub/icons/TrashTrash
Triangle Down@astropub/icons/TriangleDownTriangle Down
Triangle Left@astropub/icons/TriangleLeftTriangle Left
Triangle Right@astropub/icons/TriangleRightTriangle Right
Triangle Up@astropub/icons/TriangleUpTriangle Up
Twitter Logo@astropub/icons/TwitterLogoTwitter Logo
Underline@astropub/icons/UnderlineUnderline
Update@astropub/icons/UpdateUpdate
Upload@astropub/icons/UploadUpload
Value None@astropub/icons/ValueNoneValue None
Value@astropub/icons/ValueValue
Vercel Logo@astropub/icons/VercelLogoVercel Logo
Video@astropub/icons/VideoVideo
View Grid@astropub/icons/ViewGridView Grid
View Horizontal@astropub/icons/ViewHorizontalView Horizontal
View None@astropub/icons/ViewNoneView None
View Vertical@astropub/icons/ViewVerticalView Vertical
Width@astropub/icons/WidthWidth
Zoom In@astropub/icons/ZoomInZoom In
Zoom Out@astropub/icons/ZoomOutZoom Out

License

Licensed under the MIT License. Copyright © 2020–present Modulz.