@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 • 652 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,...m})=>n.createElement("svg",{...m,"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:"hashtag, #"},p.createElement("path",{d:"M9 4L7 20M17 4L15 20M4 8H20M20 16H4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),C=c;export{c as IconHashtag,C as default};
//# sourceMappingURL=index.mjs.map