google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 881 B
JavaScript
/**
* @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: "M17.66 9.53005L10.59 16.6L6.35 12.36L7.76 10.95L10.59 13.78L16.25 8.12005L17.66 9.53005ZM4 12C4 9.67005 5.02 7.58005 6.62 6.12005L9 8.50005V2.50005H3L5.2 4.70005C3.24 6.52005 2 9.11005 2 12C2 17.19 5.95 21.4501 11 21.9501V19.93C7.06 19.4401 4 16.07 4 12ZM22 12C22 6.81005 18.05 2.55005 13 2.05005V4.07005C16.94 4.56005 20 7.93005 20 12C20 14.33 18.98 16.42 17.38 17.88L15 15.5V21.5H21L18.8 19.3C20.76 17.48 22 14.89 22 12Z",
key: "14h3a4"
}
]
]);
export { PublishedWithChanges as default };
//# sourceMappingURL=published_with_changes.js.map