UNPKG

hand-drawn-icons

Version:

A set of hand drawn icons to import into your own projects via a react component

2 lines (1 loc) 351 B
import"react";import{jsx as r}from"react/jsx-runtime";var e=function(e){return r("svg",{id:"icon",viewBox:"0 0 100 100",fill:e.color,xmlns:"http://www.w3.org/2000/svg",style:{maxHeight:e.maxHeight||"100%",maxWidth:e.maxWidth||"100%"},children:r("use",{href:require("../src/Resources/regular/".concat(e.type,".svg"))+"#"+e.type})})};export{e as Icon};