@central-icons-react/round-outlined-radius-3-stroke-2
Version:
A collection of round outlined React icons with 3px radius and 2px stroke width, designed for use in React applications.
2 lines • 434 B
JavaScript
import o from"react";var a=({children:n,size:t=24,ariaLabel:r,color:p,ariaHidden:e=!0,style:l,...s})=>o.createElement("svg",{...s,"aria-hidden":e,role:e?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,...l}},r&&!e&&o.createElement("title",null,r),n);export{a as CentralIconBase};
//# sourceMappingURL=index.mjs.map