@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.
2 lines • 886 B
JavaScript
import o from"react";import p from"react";var s=({children:t,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:l,...C})=>p.createElement("svg",{...C,"aria-hidden":e,role:e?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:a,...l}},n&&!e&&p.createElement("title",null,n),t);var m=t=>o.createElement(s,{...t,ariaLabel:"pause"},o.createElement("path",{d:"M5 6C5 4.89543 5.89543 4 7 4C8.10457 4 9 4.89543 9 6V18C9 19.1046 8.10457 20 7 20C5.89543 20 5 19.1046 5 18V6Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6V18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18V6Z",stroke:"currentColor",strokeWidth:"2"})),h=m;export{m as IconPause,h as default};
//# sourceMappingURL=index.mjs.map