UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 536 B
import React from 'react'; export const GitNetworkSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M384 32a64 64 0 0 0-57.67 91.73l-70.83 80.82-70.19-80.1A64 64 0 1 0 128 160c1.1 0 2.2 0 3.29-.08L224 265.7v94.91a64 64 0 1 0 64 0v-96.05l91.78-104.71c1.39.09 2.8.15 4.22.15a64 64 0 0 0 0-128ZM96 96a32 32 0 1 1 32 32 32 32 0 0 1-32-32Zm160 352a32 32 0 1 1 32-32 32 32 0 0 1-32 32Zm128-320a32 32 0 1 1 32-32 32 32 0 0 1-32 32Z"/> </svg>; };