@central-icons-react/square-outlined-radius-0-stroke-1.5
Version:
A collection of square outlined React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
2 lines • 1.11 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:"3.75",y:"3.75",width:"6.5",height:"6.5",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("rect",{x:"3.75",y:"13.75",width:"6.5",height:"6.5",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("path",{d:"M14.75 7.5L18 4L21.25 7.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.createElement("path",{d:"M21.25 16.5L18 20L14.75 16.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),t.createElement("path",{d:"M18 4.5V19.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),C=h;export{h as IconSortArrowUpDown,C as default};
//# sourceMappingURL=index.mjs.map