iconoir-react
Version:
React library for Iconoir, the biggest open source icon library with tons of free icons.
2 lines (1 loc) • 1.2 kB
JavaScript
"use client";var p=Object.defineProperty;var s=Object.getOwnPropertySymbols;var m=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;var i=(t,o,r)=>o in t?p(t,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[o]=r,n=(t,o)=>{for(var r in o||(o={}))m.call(o,r)&&i(t,r,o[r]);if(s)for(var r of s(o))l.call(o,r)&&i(t,r,o[r]);return t};import*as e from"react";import{forwardRef as f}from"react";import{IconoirContext as C}from"../IconoirContext.mjs";const d=(t,o)=>{const r=e.useContext(C),c=n(n({},r),t);return e.createElement("svg",n({width:"1.5em",height:"1.5em",strokeWidth:1.5,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:"currentColor",ref:o},c),e.createElement("circle",{cx:12,cy:12,r:8,stroke:"currentColor",strokeWidth:1.5}),e.createElement("path",{d:"M17.4995 6.34835C19.7975 5.80967 21.4447 5.87208 21.8376 6.66002C22.5686 8.12616 18.6797 11.5491 13.1515 14.3053C7.62327 17.0616 2.5492 18.1074 1.81821 16.6413C1.4263 15.8553 2.36234 14.5067 4.16701 13.0001",stroke:"currentColor"}),e.createElement("path",{d:"M9.5 10.51L9.51 10.4989",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},u=f(d);var S=u;export{S as default};