google-material-icons
Version:
A google material icon library package for React applications
57 lines (53 loc) • 1.71 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.0554 3.53539C17.3854 2.14539 15.3154 1.23539 13.0254 1.02539V3.03539C14.7554 3.22539 16.3354 3.91539 17.6354 4.95539L19.0554 3.53539Z",
key: "t0wm90"
}
],
[
"path",
{
d: "M11.0254 3.03539V1.02539C8.73539 1.22539 6.66539 2.14539 4.99539 3.53539L6.41539 4.95539C7.71539 3.91539 9.29539 3.22539 11.0254 3.03539Z",
key: "657kh2"
}
],
[
"path",
{
d: "M5.00539 6.36539L3.58539 4.94539C2.19539 6.61539 1.28539 8.68539 1.07539 10.9754H3.08539C3.27539 9.24539 3.96539 7.66539 5.00539 6.36539Z",
key: "6ku1q1"
}
],
[
"path",
{
d: "M20.9654 10.9754H22.9754C22.7654 8.68539 21.8554 6.61539 20.4654 4.94539L19.0454 6.36539C20.0854 7.66539 20.7754 9.24539 20.9654 10.9754Z",
key: "a17588"
}
],
[
"path",
{
d: "M7.02539 11.9754L10.4654 13.5354L12.0254 16.9754L13.5854 13.5354L17.0254 11.9754L13.5854 10.4154L12.0254 6.97539L10.4654 10.4154L7.02539 11.9754Z",
key: "1r3fuu"
}
],
[
"path",
{
d: "M12.0254 20.9754C8.91539 20.9754 6.17539 19.3854 4.56539 16.9754H7.02539V14.9754H1.02539V20.9754H3.02539V18.2754C5.01539 21.1154 8.29539 22.9754 12.0254 22.9754C16.8954 22.9754 21.0254 19.8054 22.4654 15.4154L20.5054 14.9654C19.2754 18.4554 15.9454 20.9754 12.0254 20.9754Z",
key: "1p77om"
}
]
]);
export { AutoMode as default };
//# sourceMappingURL=auto_mode.js.map