UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 629 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const Commit = createIcon("Commit", [ [ "path", { d: "M16.9 11C16.44 8.72 14.42 7 12 7C9.58 7 7.56 8.72 7.1 11H2V13H7.1C7.56 15.28 9.58 17 12 17C14.42 17 16.44 15.28 16.9 13H22V11H16.9ZM12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 9 12 9C13.66 9 15 10.34 15 12C15 13.66 13.66 15 12 15Z", key: "xpzsr4" } ] ]); export { Commit as default }; //# sourceMappingURL=commit.js.map