UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 453 B
import React from 'react'; export default function SourceCommitNextLocalIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-source-commit-next-local ${props.className}`} viewBox="0 0 24 24" > <path d="M17 12a5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 4-4.9V3h2v4.1a5 5 0 0 1 4 4.9m-5-3a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3m-1 12v-2h2v2h-2z" /> </svg> ); }