@nant-design/nant-icons
Version:
8 lines (6 loc) • 696 B
JSX
import React from 'react';
export const GitNetwork = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M448 96a64 64 0 1 0-96.31 55.21c-1.79 20.87-11.47 38.1-28.87 51.29C305.07 216 280.09 224 256 224s-49.07-8-66.82-21.5c-17.4-13.19-27.08-30.42-28.87-51.29a64 64 0 1 0-64.11.29c2.08 40.87 21.17 76.87 54.31 102C171.3 269.26 197 280.19 224 285.09v75.52a64 64 0 1 0 64 0v-75.52c27-4.9 52.7-15.83 73.49-31.59 33.14-25.13 52.23-61.13 54.31-102A64 64 0 0 0 448 96ZM128 64a32 32 0 1 1-32 32 32 32 0 0 1 32-32Zm128 384a32 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>;
};