iconoir-react
Version:
React library for Iconoir, the biggest open source icon library with tons of free icons.
2 lines (1 loc) • 1.28 kB
JavaScript
"use client";var h=Object.defineProperty;var l=Object.getOwnPropertySymbols;var c=Object.prototype.hasOwnProperty,f=Object.prototype.propertyIsEnumerable;var i=(t,r,o)=>r in t?h(t,r,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[r]=o,n=(t,r)=>{for(var o in r||(r={}))c.call(r,o)&&i(t,o,r[o]);if(l)for(var o of l(r))f.call(r,o)&&i(t,o,r[o]);return t};import*as e from"react";import{forwardRef as m}from"react";import{IconoirContext as p}from"../IconoirContext.mjs";const C=(t,r)=>{const o=e.useContext(p),s=n(n({},o),t);return e.createElement("svg",n({width:"1.5em",height:"1.5em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",color:"currentColor",ref:r},s),e.createElement("rect",{x:3,y:2,width:7,height:5,rx:.6,fill:"currentColor",stroke:"currentColor",strokeWidth:1.5}),e.createElement("rect",{x:8.5,y:17,width:7,height:5,rx:.6,fill:"currentColor",stroke:"currentColor",strokeWidth:1.5}),e.createElement("rect",{x:14,y:2,width:7,height:5,rx:.6,fill:"currentColor",stroke:"currentColor",strokeWidth:1.5}),e.createElement("path",{d:"M6.5 7V10.5C6.5 11.6046 7.39543 12.5 8.5 12.5H15.5C16.6046 12.5 17.5 11.6046 17.5 10.5V7",stroke:"currentColor"}),e.createElement("path",{d:"M12 12.5V17",stroke:"currentColor"}))},u=m(C);var V=u;export{V as default};