1
0
Fork 0
freesewing/packages/freesewing.shared/components/logos/osi.js

8 lines
309 B
JavaScript
Raw Normal View History

2021-12-26 18:22:52 +01:00
const OsiLogo = ({ color='currentColor' }) => (
<svg viewBox="-0.5 -0.5 33 33" xmlns="http://www.w3.org/2000/svg">
<path d="m16 15.993m1.9113 4.9789a5.333 5.333 0 1 0-3.8226 0l-3.5923 9.3604a15.359 15.359 0 1 1 11.007 0z" fill="none" stroke={color} stroke-width="2"/>
</svg>
)
export default OsiLogo