@central-icons-react/square-filled-radius-0-stroke-1
Version:
A collection of square filled React icons with 0px radius and 1px stroke width, designed for use in React applications.
2 lines • 765 B
JavaScript
import l from"react";import n from"react";var a=({children:r,size:e=24,ariaLabel:t,color:p,ariaHidden:o=!0,style:s,...i})=>n.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:p,...s}},t&&!o&&n.createElement("title",null,t),r);var m=r=>l.createElement(a,{...r,ariaLabel:"compass-square, browser, safari, web, internet, navigation"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 21V3H21V21H3ZM9.78757 9.78753L15.3187 8.6813L14.2125 14.2125L8.68134 15.3187L9.78757 9.78753Z",fill:"currentColor"})),d=m;export{m as IconCompassSquare,d as default};
//# sourceMappingURL=index.mjs.map