@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.06 kB
JavaScript
import t from"react";import s from"react";var p=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:i,...l})=>s.createElement("svg",{...l,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...i}},n&&!e&&s.createElement("title",null,n),o);var h=o=>t.createElement(p,{...o,ariaLabel:"sort-arrow-up-down"},t.createElement("rect",{x:"4",y:"4",width:"6",height:"6",stroke:"currentColor",strokeWidth:"2"}),t.createElement("rect",{x:"4",y:"14",width:"6",height:"6",stroke:"currentColor",strokeWidth:"2"}),t.createElement("path",{d:"M15 7L18 4L21 7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.createElement("path",{d:"M21 17L18 20L15 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),t.createElement("path",{d:"M18 4.5V19.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),C=h;export{h as IconSortArrowUpDown,C as default};
//# sourceMappingURL=index.mjs.map