iconoir-react
Version:
React library for Iconoir, the biggest open source icon library with tons of free icons.
2 lines (1 loc) • 1.37 kB
JavaScript
"use client";var d=Object.defineProperty;var s=Object.getOwnPropertySymbols;var u=Object.prototype.hasOwnProperty,c=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={}))u.call(o,r)&&p(t,r,o[r]);if(s)for(var r of s(o))c.call(o,r)&&p(t,r,o[r]);return t};import*as e from"react";import{forwardRef as C}from"react";import{IconoirContext as l}from"../IconoirContext.mjs";const m=(t,o)=>{const r=e.useContext(l),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:"M6 9V19C6 20.1046 6.89543 21 8 21H17C18.1046 21 19 20.1046 19 19V14",stroke:"currentColor",strokeLinecap:"round"}),e.createElement("path",{d:"M9 5.6V7C9 8.10457 8.10457 9 7 9H5C3.89543 9 3 8.10457 3 7V5.6C3 5.26863 3.26863 5 3.6 5H8.4C8.73137 5 9 5.26863 9 5.6Z",stroke:"currentColor",strokeLinecap:"round"}),e.createElement("path",{d:"M4 5V3",stroke:"currentColor",strokeLinecap:"round"}),e.createElement("path",{d:"M8 5V3",stroke:"currentColor",strokeLinecap:"round"}),e.createElement("path",{d:"M18.1667 4L16.5 7H20.5L18.8333 10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},f=C(m);var w=f;export{w as default};