UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.29 kB
/** * @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 UpdateDisabled = createIcon("UpdateDisabled", [ [ "path", { d: "M21.6555 12.2901C21.5055 13.6701 21.0355 14.9601 20.3255 16.0801L18.8555 14.6101C19.2355 13.9001 19.5055 13.1201 19.6255 12.2901H21.6555ZM9.38547 5.1301C10.3755 4.6001 11.5155 4.2901 12.7155 4.2901C15.0855 4.2901 17.1855 5.4801 18.4555 7.2901H15.7155V9.2901H21.7155V3.2901H19.7155V5.6501C18.0655 3.6101 15.5455 2.2901 12.7155 2.2901C10.9555 2.2901 9.31547 2.8001 7.93547 3.6801L9.38547 5.1301ZM11.7155 6.2901V7.4601L13.7155 9.4601V6.2901H11.7155ZM20.4955 21.9001L17.4955 18.9001C16.1055 19.7701 14.4755 20.2901 12.7155 20.2901C7.74547 20.2901 3.71547 16.2601 3.71547 11.2901C3.71547 9.5301 4.22547 7.8901 5.10547 6.5101L2.10547 3.5101L3.51547 2.1001L21.8955 20.4801L20.4955 21.9001ZM16.0355 17.4401L6.55547 7.9601C6.02547 8.9501 5.71547 10.0901 5.71547 11.2901C5.71547 15.1501 8.85547 18.2901 12.7155 18.2901C13.9155 18.2901 15.0555 17.9801 16.0355 17.4401Z", key: "xbzutc" } ] ]); export { UpdateDisabled as default }; //# sourceMappingURL=update_disabled.js.map