@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 • 1.34 kB
JavaScript
import r from"react";import s from"react";var i=({children:e,size:o=24,ariaLabel:n,color:c,ariaHidden:t=!0,style:p,...l})=>s.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:c,...p}},n&&!t&&s.createElement("title",null,n),e);var u=e=>r.createElement(i,{...e,ariaLabel:"request-closed"},r.createElement("circle",{cx:"6.5",cy:"6",r:"2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("circle",{cx:"6.5",cy:"18",r:"2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("circle",{cx:"17.5",cy:"18",r:"2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M6.5 8V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M17.5 11V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement("path",{d:"M15.75 4.25L19.25 7.75M19.25 4.25L15.75 7.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),L=u;export{u as IconRequestClosed,L as default};
//# sourceMappingURL=index.mjs.map