@central-icons-react/round-outlined-radius-3-stroke-2
Version:
A collection of round outlined React icons with 3px radius and 2px stroke width, designed for use in React applications.
4 lines (2 loc) • 1.09 kB
JavaScript
import l from"react";var s=({children:t,size:o=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:c,...i})=>{return l.createElement("svg",{...i,"aria-hidden":e,role:e?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,...c}},n&&!e&&l.createElement("title",null,n),t)};import r from"react";var a=(t)=>{return r.createElement(s,{...t,ariaLabel:"list-bullets"},r.createElement("path",{d:"M10 6L20 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("circle",{cx:"4.5",cy:"6",r:"1.5",fill:"currentColor"}),r.createElement("path",{d:"M10 12L20 12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("circle",{cx:"4.5",cy:"12",r:"1.5",fill:"currentColor"}),r.createElement("path",{d:"M10 18L20 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement("circle",{cx:"4.5",cy:"18",r:"1.5",fill:"currentColor"}))},h=a;export{h as default,a as IconListBullets};
//# debugId=EA78400ACCE7423C64756E2164756E21