UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 360 B
import React from 'react'; export const GitCommit = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="M448 224h-68a128 128 0 0 0-247.9 0H64a32 32 0 0 0 0 64h68.05A128 128 0 0 0 380 288h68a32 32 0 0 0 0-64Zm-192 96a64 64 0 1 1 64-64 64.07 64.07 0 0 1-64 64Z"/> </svg>; };