@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.4 kB
JavaScript
import t from"react";var i=({children:r,size:e=24,ariaLabel:l,color:a,ariaHidden:n=!0,style:m,mode:p="masked",maskId:s,...g})=>{let C=p!=="raw"&&!!s;return t.createElement("svg",{...g,"aria-hidden":n,role:n?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,...m}},l&&!n&&t.createElement("title",null,l),C?t.createElement(t.Fragment,null,t.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},t.createElement("rect",{width:"24",height:"24",fill:"#000"}),t.createElement("g",{fill:"none",style:{color:"#fff"}},r)),t.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):r)};import o from"react";var d=o.memo((r)=>{return o.createElement(i,{...r,ariaLabel:"settings-toggle-1",maskId:"square-outlined-radius-0-stroke-2-IconSettingsToggle1"},o.createElement("path",{d:"M2 12C2 8.68629 4.68629 6 8 6H16C19.3137 6 22 8.68629 22 12C22 15.3137 19.3137 18 16 18H8C4.68629 18 2 15.3137 2 12Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M13 12C13 10.3431 14.3431 9 16 9C17.6569 9 19 10.3431 19 12C19 13.6569 17.6569 15 16 15C14.3431 15 13 13.6569 13 12Z",stroke:"currentColor",strokeWidth:"2"}))}),w=d;export{w as default,d as IconSettingsToggle1};
//# debugId=BC72CBB94AA8189164756E2164756E21