google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 852 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 RestartAlt = createIcon("RestartAlt", [
[
"path",
{
d: "M12 5.53516V2.53516L8 6.53516L12 10.5352V7.53516C15.31 7.53516 18 10.2252 18 13.5352C18 16.5052 15.83 18.9652 13 19.4452V21.4652C16.95 20.9752 20 17.6152 20 13.5352C20 9.11516 16.42 5.53516 12 5.53516Z",
key: "e85mnw"
}
],
[
"path",
{
d: "M6 13.5352C6 11.8852 6.67 10.3852 7.76 9.29516L6.34 7.87516C4.9 9.32516 4 11.3252 4 13.5352C4 17.6152 7.05 20.9752 11 21.4652V19.4452C8.17 18.9652 6 16.5052 6 13.5352Z",
key: "1qd27s"
}
]
]);
export { RestartAlt as default };
//# sourceMappingURL=restart_alt.js.map