@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.04 kB
JavaScript
import r from"react";import s from"react";var p=({children:t,size:o=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...c})=>s.createElement("svg",{...c,"aria-hidden":e,role:e?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:l,...a}},n&&!e&&s.createElement("title",null,n),t);var i=t=>r.createElement(p,{...t,ariaLabel:"remove-background"},r.createElement("path",{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("circle",{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M14.5 9.5L19 5",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M9.5 14.5L5 19",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M4 11L11 4",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M13 20L20 13",stroke:"currentColor",strokeWidth:"2"})),C=i;export{i as IconRemoveBackground,C as default};
//# sourceMappingURL=index.mjs.map