@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.47 kB
JavaScript
import r from"react";var i=({children:e,size:o=24,ariaLabel:s,color:p,ariaHidden:l=!0,style:m,mode:a="masked",maskId:n,...c})=>{let u=a!=="raw"&&!!n;return r.createElement("svg",{...c,"aria-hidden":l,role:l?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:p,...m}},s&&!l&&r.createElement("title",null,s),u?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"}},e)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import t from"react";var d=t.memo((e)=>{return t.createElement(i,{...e,ariaLabel:"list-bullets",maskId:"square-outlined-radius-0-stroke-2-IconListBullets"},t.createElement("path",{d:"M9 6L21 6",stroke:"currentColor",strokeWidth:"2"}),t.createElement("circle",{cx:"4.5",cy:"6",r:"1.5",fill:"currentColor"}),t.createElement("path",{d:"M9 12L21 12",stroke:"currentColor",strokeWidth:"2"}),t.createElement("circle",{cx:"4.5",cy:"12",r:"1.5",fill:"currentColor"}),t.createElement("path",{d:"M9 18L21 18",stroke:"currentColor",strokeWidth:"2"}),t.createElement("circle",{cx:"4.5",cy:"18",r:"1.5",fill:"currentColor"}))}),x=d;export{x as default,d as IconListBullets};
//# debugId=3F0351872D0FA83C64756E2164756E21