iconoir-react
Version:
React library for Iconoir, the biggest open source icon library with tons of free icons.
2 lines (1 loc) • 1.27 kB
JavaScript
"use client";var d=Object.defineProperty;var s=Object.getOwnPropertySymbols;var l=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var p=(t,o,r)=>o in t?d(t,o,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[o]=r,n=(t,o)=>{for(var r in o||(o={}))l.call(o,r)&&p(t,r,o[r]);if(s)for(var r of s(o))m.call(o,r)&&p(t,r,o[r]);return t};import*as e from"react";import{forwardRef as u}from"react";import{IconoirContext as C}from"../IconoirContext.mjs";const c=(t,o)=>{const r=e.useContext(C),i=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},i),e.createElement("path",{d:"M22 5V19C22 20.1046 21.1046 21 20 21H4C2.89543 21 2 20.1046 2 19V5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5Z",stroke:"currentColor"}),e.createElement("path",{d:"M2 12H6",stroke:"currentColor"}),e.createElement("path",{d:"M6 3V21",stroke:"currentColor"}),e.createElement("path",{d:"M15.5 11.5L12 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M17 10.01L17.01 9.99889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},f=u(c);var a=f;export{a as default};