@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.46 kB
JavaScript
import r from"react";var i=({children:e,size:o=24,ariaLabel:a,color:p,ariaHidden:s=!0,style:l,mode:m="masked",maskId:n,...d})=>{let h=m!=="raw"&&!!n;return r.createElement("svg",{...d,"aria-hidden":s,role:s?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...l}},a&&!s&&r.createElement("title",null,a),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 t from"react";var u=t.memo((e)=>{return t.createElement(i,{...e,ariaLabel:"arrow-top-bottom, sort 1, switch vertical",maskId:"square-outlined-radius-0-stroke-2-IconArrowTopBottom"},t.createElement("path",{d:"M3 8L7 4L11 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.createElement("path",{d:"M13 16L17 20L21 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.createElement("path",{d:"M7 5V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.createElement("path",{d:"M17 4V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))}),C=u;export{C as default,u as IconArrowTopBottom};
//# debugId=94B311BFE66820AF64756E2164756E21