google-material-icons
Version:
A google material icon library package for React applications
57 lines (53 loc) • 1.68 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 AutoMode = createIcon("AutoMode", [
[
"path",
{
d: "M19.0549 3.53539C17.3849 2.14539 15.3149 1.23539 13.0249 1.02539V3.03539C14.7549 3.22539 16.3349 3.91539 17.6349 4.95539L19.0549 3.53539Z",
key: "1yaple"
}
],
[
"path",
{
d: "M11.0249 3.03539V1.02539C8.7349 1.22539 6.6649 2.14539 4.9949 3.53539L6.4149 4.95539C7.7149 3.91539 9.2949 3.22539 11.0249 3.03539Z",
key: "x22u7a"
}
],
[
"path",
{
d: "M5.0049 6.36539L3.5849 4.94539C2.1949 6.61539 1.2849 8.68539 1.0749 10.9754H3.0849C3.2749 9.24539 3.9649 7.66539 5.0049 6.36539Z",
key: "1dfkzc"
}
],
[
"path",
{
d: "M20.9649 10.9754H22.9749C22.7649 8.68539 21.8549 6.61539 20.4649 4.94539L19.0449 6.36539C20.0849 7.66539 20.7749 9.24539 20.9649 10.9754Z",
key: "1nwtwy"
}
],
[
"path",
{
d: "M7.0249 11.9754L10.4649 13.5354L12.0249 16.9754L13.5849 13.5354L17.0249 11.9754L13.5849 10.4154L12.0249 6.97539L10.4649 10.4154L7.0249 11.9754Z",
key: "1nep3q"
}
],
[
"path",
{
d: "M12.0249 20.9754C8.9149 20.9754 6.1749 19.3854 4.5649 16.9754H7.0249V14.9754H1.0249V20.9754H3.0249V18.2754C5.0149 21.1154 8.2949 22.9754 12.0249 22.9754C16.8949 22.9754 21.0249 19.8054 22.4649 15.4154L20.5049 14.9654C19.2749 18.4554 15.9449 20.9754 12.0249 20.9754Z",
key: "7ld2xu"
}
]
]);
export { AutoMode as default };
//# sourceMappingURL=auto_mode.js.map