@central-icons-react/square-outlined-radius-0-stroke-2
Version:
A collection of square outlined React icons with 0px radius and 2px stroke width, designed for use in React applications.
2 lines • 1.25 kB
JavaScript
import r from"react";import n from"react";var a=({children:t,size:e=24,ariaLabel:s,color:p,ariaHidden:o=!0,style:i,...l})=>n.createElement("svg",{...l,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...i}},s&&!o&&n.createElement("title",null,s),t);var h=t=>r.createElement(a,{...t,ariaLabel:"chair, seat"},r.createElement("rect",{x:"6",y:"3",width:"12",height:"7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M19 14H5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M18 18L6 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M8 10V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M6 14V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M16 10V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M18 14V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),C=h;export{h as IconChair,C as default};
//# sourceMappingURL=index.mjs.map