@central-icons-react/square-outlined-radius-0-stroke-2
Version:
A collection of square outlined React icons with 0px radius and 2px stroke width, designed for use in React applications.
2 lines • 1.19 kB
JavaScript
import r from"react";import s from"react";var l=({children:o,size:e=24,ariaLabel:n,color:c,ariaHidden:t=!0,style:p,...i})=>s.createElement("svg",{...i,"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:c,...p}},n&&!t&&s.createElement("title",null,n),o);var a=o=>r.createElement(l,{...o,ariaLabel:"request-closed"},r.createElement("circle",{cx:"6.5",cy:"6",r:"2",stroke:"currentColor",strokeWidth:"2"}),r.createElement("circle",{cx:"6.5",cy:"18",r:"2",stroke:"currentColor",strokeWidth:"2"}),r.createElement("circle",{cx:"17.5",cy:"18",r:"2",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M6.5 8V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement("path",{d:"M17.5 11V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement("path",{d:"M15.75 4.25L19.25 7.75M19.25 4.25L15.75 7.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),h=a;export{a as IconRequestClosed,h as default};
//# sourceMappingURL=index.mjs.map