@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.
2 lines • 1.2 kB
JavaScript
import r from"react";import s from"react";var c=({children:o,size:e=24,ariaLabel:n,color:l,ariaHidden:t=!0,style:p,...i})=>s.createElement("svg",{...i,"aria-hidden":t,role:t?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:l,...p}},n&&!t&&s.createElement("title",null,n),o);var a=o=>r.createElement(c,{...o,ariaLabel:"bike"},r.createElement("path",{d:"M7 7H10M8 7.5L12 13V15H5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M19 15L16 5H14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("circle",{cx:"19",cy:"15",r:"4",stroke:"currentColor",strokeWidth:"2"}),r.createElement("circle",{cx:"19",cy:"15",r:"4",stroke:"currentColor",strokeWidth:"2"}),r.createElement("circle",{cx:"5",cy:"15",r:"4",stroke:"currentColor",strokeWidth:"2"}),r.createElement("circle",{cx:"5",cy:"15",r:"4",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M12.5 12.5L16.5 8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),d=a;export{a as IconBike,d as default};
//# sourceMappingURL=index.mjs.map