@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 • 679 B
JavaScript
import l from"react";import n from"react";var a=({children:r,size:e=24,ariaLabel:o,color:s,ariaHidden:t=!0,style:p,...m})=>n.createElement("svg",{...m,"aria-hidden":t,role:t?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:s,...p}},o&&!t&&n.createElement("title",null,o),r);var c=r=>l.createElement(a,{...r,ariaLabel:"plus-small, add small"},l.createElement("path",{d:"M12 6.75V12M12 12V17.25M12 12H6.75M12 12H17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),d=c;export{c as IconPlusSmall,d as default};
//# sourceMappingURL=index.mjs.map