import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="m10 4 1.95-.975a.11.11 0 0 1 .1 0L14 4M10 11l1.106.553a2 2 0 0 0 1.788 0L14 11M12 12v2M18.5 6.5l1.444.963a.126.126 0 0 1 .056.104V9.5M19.5 7.5l-1.5 1M5.5 6.5l-1.45.966a.113.113 0 0 0-.05.095V9.5M4 7.5l1.5 1M4 14.5v1.947c0 .033.017.064.044.082L5.5 17.5M10 20l1.952.976c.03.015.066.015.096 0L14 20M12 21v-2.5M18.5 17.5l1.461-.974a.087.087 0 0 0 .039-.073V14.5" /></svg>;
export default SvgComponent;