1.1.3 • Published 3 years ago

hand-drawn-icons v1.1.3

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

React hand drawn icons

This package contains an <Icon/> component which can be provided with a type prop and a color prop.

Demo hand-drawn-icons

Type

In this package the type corresponds to what type of icon you need. For example <Icon type="Star"/> would produce a playful hand-drawn star as a react component.

The available types are shown at the bottom.

Color

The color prop corresponds to the desired stroke colour of the icon. This prop take any type of color object.

For example, for a yellow star component, the react component could be;

  • <Icon type="Star" color="#FFFF00"/>

  • <Icon type="Star" color="rgb(255, 255, 0)"/>

  • <Icon type="Star" color="rgba(255, 255, 0, 1)"/>

maxWidth and maxHeight

These max size props do exactly the same as setting a max-width and max-height property in CSS.

Icon NamePreviewUsage
Attachmententer image description here<Icon type="Attachment"/>
Bar Graphenter image description here<Icon type="Bar Graph"/>
Bookenter image description here<Icon type="Book"/>
Bookmarkenter image description here<Icon type="Bookmark"/>
Briefcaseenter image description here<Icon type="Briefcase"/>
Browserenter image description here<Icon type="Browser"/>
Calendarenter image description here<Icon type="Calendar"/>
Cameraenter image description here<Icon type="Camera"/>
Cancelenter image description here<Icon type="Cancel"/>
Clockenter image description here<Icon type="Clock"/>
Comment Linesenter image description here<Icon type="Comment Lines"/>
Commententer image description here<Icon type="Comment"/>
Computerenter image description here<Icon type="Computer"/>
Controlsenter image description here<Icon type="Controls"/>
Conversationenter image description here<Icon type="Conversation"/>
Create Newenter image description here<Icon type="Create New"/>
Credit Cardenter image description here<Icon type="Credit Card"/>
Diaryenter image description here<Icon type="Diary"/>
Documententer image description here<Icon type="Document"/>
Down Arrowenter image description here<Icon type="Down Arrow"/>
Emailenter image description here<Icon type="Email"/>
Folderenter image description here<Icon type="Folder"/>
Forwardenter image description here<Icon type="Forward"/>
Heartenter image description here<Icon type="Heart"/>
Homeenter image description here<Icon type="Home"/>
Inboxenter image description here<Icon type="Inbox"/>
Layersenter image description here<Icon type="Layers"/>
Left Arrowenter image description here<Icon type="Left Arrow"/>
Linkenter image description here<Icon type="Link"/>
Listenter image description here<Icon type="List"/>
Location Markerenter image description here<Icon type="Location Marker"/>
Locationenter image description here<Icon type="Location"/>
Mapenter image description here<Icon type="Map"/>
Medalenter image description here<Icon type="Medal"/>
Menuenter image description here<Icon type="Menu"/>
Microphoneenter image description here<Icon type="Microphone"/>
Minusenter image description here<Icon type="Minus"/>
More Details 3enter image description here<Icon type="More Details 3"/>
More Details 4enter image description here<Icon type="More Details 4"/>
Musicenter image description here<Icon type="Music"/>
No Volumeenter image description here<Icon type="No Volume"/>
Notificationenter image description here<Icon type="Notification"/>
Padlockenter image description here<Icon type="Padlock"/>
Phoneenter image description here<Icon type="Phone"/>
Photoenter image description here<Icon type="Photo"/>
Pie Chartenter image description here<Icon type="Pie Chart"/>
Pinenter image description here<Icon type="Pin"/>
Plusenter image description here<Icon type="Plus"/>
Printerenter image description here<Icon type="Printer"/>
Profileenter image description here<Icon type="Profile"/>
Rearrangeenter image description here<Icon type="Rearrange"/>
Refreshenter image description here<Icon type="Refresh"/>
Replyenter image description here<Icon type="Reply"/>
Right Arrowenter image description here<Icon type="Right Arrow"/>
Saveenter image description here<Icon type="Save"/>
Searchenter image description here<Icon type="Search"/>
Settingsenter image description here<Icon type="Settings"/>
Shareenter image description here<Icon type="Share"/>
Shoppingenter image description here<Icon type="Shopping"/>
Signalenter image description here<Icon type="Signal"/>
Signalsenter image description here<Icon type="Signals"/>
Starenter image description here<Icon type="Star"/>
Tabletenter image description here<Icon type="Tablet"/>
Tagenter image description here<Icon type="Tag"/>
Tickenter image description here<Icon type="Tick"/>
Toggleenter image description here<Icon type="Toggle"/>
Trashenter image description here<Icon type="Trash"/>
Typing Commententer image description here<Icon type="Typing Comment"/>
Up Arrowenter image description here<Icon type="Up Arrow"/>
Userenter image description here<Icon type="User"/>
Usersenter image description here<Icon type="Users"/>
Video Cameraenter image description here<Icon type="Video Camera"/>
Videoenter image description here<Icon type="Video"/>
Viewenter image description here<Icon type="View"/>
Volumeenter image description here<Icon type="Volume"/>
Warningenter image description here<Icon type="Warning"/>
1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago