@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 • 853 B
JavaScript
import t from"react";import s from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:l,...i})=>s.createElement("svg",{...i,"aria-hidden":o,role:o?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:a,...l}},n&&!o&&s.createElement("title",null,n),r);var c=r=>t.createElement(p,{...r,ariaLabel:"boolean-group-exclude"},t.createElement("rect",{x:"9",y:"3",width:"12",height:"12",rx:"3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"}),t.createElement("rect",{x:"3",y:"9",width:"12",height:"12",rx:"3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"})),d=c;export{c as IconBooleanGroupExclude,d as default};
//# sourceMappingURL=index.mjs.map