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 f=Object.defineProperty;var s=Object.getOwnPropertySymbols;var h=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable;var l=(t,r,o)=>r in t?f(t,r,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[r]=o,n=(t,r)=>{for(var o in r||(r={}))h.call(r,o)&&l(t,o,r[o]);if(s)for(var o of s(r))m.call(r,o)&&l(t,o,r[o]);return t};import*as e from"react";import{forwardRef as c}from"react";import{IconoirContext as p}from"../IconoirContext.mjs";const C=(t,r)=>{const o=e.useContext(p),i=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},i),e.createElement("rect",{x:2,y:21,width:7,height:5,rx:.6,transform:"rotate(-90 2 21)",fill:"currentColor",stroke:"currentColor",strokeWidth:1.5}),e.createElement("rect",{x:17,y:15.5,width:7,height:5,rx:.6,transform:"rotate(-90 17 15.5)",fill:"currentColor",stroke:"currentColor",strokeWidth:1.5}),e.createElement("rect",{x:2,y:10,width:7,height:5,rx:.6,transform:"rotate(-90 2 10)",fill:"currentColor",stroke:"currentColor",strokeWidth:1.5}),e.createElement("path",{d:"M7 17.5H10.5C11.6046 17.5 12.5 16.6046 12.5 15.5V8.5C12.5 7.39543 11.6046 6.5 10.5 6.5H7",stroke:"currentColor"}),e.createElement("path",{d:"M12.5 12H17",stroke:"currentColor"}))},u=c(C);var a=u;export{a as default};