google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.9 kB
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 AppSettingsAlt = createIcon("AppSettingsAlt", [
[
"path",
{
d: "M20.3276 12.74L19.5076 12.11V11.89L20.3076 11.26C20.4676 11.14 20.5076 10.92 20.4076 10.75L19.5576 9.27C19.4876 9.14 19.3476 9.07 19.2076 9.07C19.1576 9.07 19.1076 9.08 19.0576 9.1L18.1076 9.48C18.0276 9.43 17.9976 9.41 17.9176 9.37L17.7676 8.36C17.7376 8.15 17.5676 8 17.3676 8H15.6576C15.4576 8 15.2876 8.15 15.2576 8.34L15.1176 9.35C15.0876 9.37 15.0476 9.38 15.0176 9.4L14.9276 9.46L13.9776 9.08C13.9276 9.06 13.8776 9.05 13.8276 9.05C13.6876 9.05 13.5576 9.12 13.4776 9.25L12.6276 10.73C12.5276 10.9 12.5676 11.12 12.7276 11.24L13.5276 11.87V12.1L12.7276 12.73C12.5676 12.85 12.5276 13.07 12.6276 13.24L13.4776 14.72C13.5476 14.85 13.6876 14.92 13.8276 14.92C13.8776 14.92 13.9276 14.91 13.9776 14.89L14.9276 14.52C15.0076 14.57 15.0476 14.59 15.1276 14.63L15.2776 15.64C15.3076 15.84 15.4776 15.98 15.6776 15.98H17.3876C17.5876 15.98 17.7576 15.83 17.7876 15.64L17.9376 14.63C17.9676 14.61 18.0076 14.6 18.0376 14.58L18.1276 14.52L19.0776 14.9C19.1276 14.92 19.1776 14.93 19.2276 14.93C19.3676 14.93 19.4976 14.86 19.5776 14.73L20.4276 13.25C20.5276 13.08 20.4876 12.86 20.3276 12.74ZM16.5176 13.5C15.6876 13.5 15.0176 12.83 15.0176 12C15.0176 11.17 15.6876 10.5 16.5176 10.5C17.3476 10.5 18.0176 11.17 18.0176 12C18.0176 12.83 17.3476 13.5 16.5176 13.5ZM15.5176 17H17.5176V21C17.5176 22.1 16.6176 23 15.5176 23H5.51758C4.41758 23 3.51758 22.1 3.51758 21V3C3.51758 1.9 4.41758 1 5.51758 1H15.5176C16.6176 1 17.5176 1.9 17.5176 3V7H15.5176V6H5.51758V18H15.5176V17Z",
key: "quwlsk"
}
]
]);
export { AppSettingsAlt as default };
//# sourceMappingURL=app_settings_alt.js.map