@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.
4 lines (2 loc) • 1.69 kB
JavaScript
import r from"react";var l=({children:t,size:e=24,ariaLabel:i,color:a,ariaHidden:s=!0,style:p,mode:m="masked",maskId:n,...u})=>{let c=m!=="raw"&&!!n;return r.createElement("svg",{...u,"aria-hidden":s,role:s?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,...p}},i&&!s&&r.createElement("title",null,i),c?r.createElement(r.Fragment,null,r.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},t)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):t)};import o from"react";var d=o.memo((t)=>{return o.createElement(l,{...t,ariaLabel:"pin-focus, zoom, select",maskId:"square-outlined-radius-0-stroke-2-IconPinFocus"},o.createElement("path",{d:"M4 8V4H8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement("path",{d:"M16 4H20V8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement("path",{d:"M8 20H4V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement("path",{d:"M16 20H20V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement("circle",{cx:"12",cy:"11",r:"1",fill:"currentColor"}),o.createElement("path",{d:"M15.5 11C15.5 13.433 12 16.25 12 16.25C12 16.25 8.5 13.433 8.5 11C8.5 9.067 10.067 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11Z",stroke:"currentColor",strokeWidth:"2"}))}),w=d;export{w as default,d as IconPinFocus};
//# debugId=6C4E1A8867F4BD6264756E2164756E21