@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.64 kB
JavaScript
import r from"react";var i=({children:t,size:o=24,ariaLabel:s,color:a,ariaHidden:n=!0,style:c,mode:p="masked",maskId:l,...m})=>{let d=p!=="raw"&&!!l;return r.createElement("svg",{...m,"aria-hidden":n,role:n?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:a,...c}},s&&!n&&r.createElement("title",null,s),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:l,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(#${l})`})):t)};import e from"react";var h=e.memo((t)=>{return e.createElement(i,{...t,ariaLabel:"owl-face, learning, reading, research",maskId:"square-outlined-radius-0-stroke-2-IconOwlFace"},e.createElement("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),e.createElement("path",{d:"M12 12C12 9.51472 9.98528 7.5 7.5 7.5C5.01472 7.5 3 9.51472 3 12",stroke:"currentColor",strokeWidth:"2"}),e.createElement("path",{d:"M21 12C21 9.51472 18.9853 7.5 16.5 7.5C14.0147 7.5 12 9.51472 12 12",stroke:"currentColor",strokeWidth:"2"}),e.createElement("circle",{cx:"7.5",cy:"12",r:"1.25",fill:"currentColor"}),e.createElement("circle",{cx:"16.5",cy:"12",r:"1.25",fill:"currentColor"}),e.createElement("path",{d:"M12 12V15",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}))}),w=h;export{w as default,h as IconOwlFace};
//# debugId=BC6F4C0A1657CBEE64756E2164756E21