@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.35 kB
JavaScript
import e from"react";var i=({children:t,size:r=24,ariaLabel:l,color:p,ariaHidden:n=!0,style:a,mode:m="masked",maskId:s,...c})=>{let d=m!=="raw"&&!!s;return e.createElement("svg",{...c,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},l&&!n&&e.createElement("title",null,l),d?e.createElement(e.Fragment,null,e.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},t)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):t)};import o from"react";var h=o.memo((t)=>{return o.createElement(i,{...t,ariaLabel:"people-voice, user, person",maskId:"square-outlined-radius-0-stroke-2-IconPeopleVoice"},o.createElement("path",{d:"M21 7V11M17 2V16M13 5V13M9 3V7",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M11 21H3C3 18.7909 4.79086 17 7 17C9.20914 17 11 18.7909 11 21Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement("circle",{cx:"7",cy:"12.25",r:"2",stroke:"currentColor",strokeWidth:"2"}))}),w=h;export{w as default,h as IconPeopleVoice};
//# debugId=DC3558525A619FCA64756E2164756E21