@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 • 712 B
JavaScript
import p from"react";import n from"react";var a=({children:r,size:t=24,ariaLabel:o,color:s,ariaHidden:e=!0,style:l,...i})=>n.createElement("svg",{...i,"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:s,...l}},o&&!e&&n.createElement("title",null,o),r);var c=r=>p.createElement(a,{...r,ariaLabel:"text-indicator"},p.createElement("path",{d:"M3 6H8M8 6H13M8 6V18M17 3H19M19 3H21M19 3V21M19 21H17M19 21H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),C=c;export{c as IconTextIndicator,C as default};
//# sourceMappingURL=index.mjs.map