@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.
4 lines (2 loc) • 1.52 kB
JavaScript
import r from"react";var l=({children:e,size:t=24,ariaLabel:i,color:p,ariaHidden:s=!0,style:a,mode:d="masked",maskId:n,...m})=>{let h=d!=="raw"&&!!n;return r.createElement("svg",{...m,"aria-hidden":s,role:s?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},i&&!s&&r.createElement("title",null,i),h?r.createElement(r.Fragment,null,r.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},e)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import o from"react";var k=o.memo((e)=>{return o.createElement(l,{...e,ariaLabel:"arrows-hide, collapse, minimize",maskId:"square-outlined-radius-0-stroke-2-IconArrowsHide"},o.createElement("path",{d:"M9 17L12 14L15 17",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M15 7L12 10L9 7",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M12 21V15",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M12 9V3",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M8 5H3V19H8",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M16 5H21V19H16",stroke:"currentColor",strokeWidth:"2"}))}),w=k;export{w as default,k as IconArrowsHide};
//# debugId=95C6CD2630F8EF7264756E2164756E21