UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 880 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 PublishedWithChanges = createIcon("PublishedWithChanges", [ [ "path", { d: "M18.6 19.5H21V21.5H15V15.5H17V18.23C18.83 16.76 20 14.52 20 12C20 7.93005 16.94 4.56005 13 4.07005V2.05005C18.05 2.55005 22 6.81005 22 12C22 14.99 20.68 17.67 18.6 19.5ZM4 12C4 9.48005 5.17 7.23005 7 5.77005V8.50005H9V2.50005H3V4.50005H5.4C3.32 6.33005 2 9.01005 2 12C2 17.19 5.95 21.4501 11 21.9501V19.93C7.06 19.4401 4 16.07 4 12ZM16.24 8.11005L10.58 13.77L7.75 10.94L6.34 12.35L10.58 16.59L17.65 9.52005L16.24 8.11005Z", key: "1yc40i" } ] ]); export { PublishedWithChanges as default }; //# sourceMappingURL=published_with_changes.js.map