google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 558 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 Replay = createIcon("Replay", [
[
"path",
{
d: "M12 6V2L7 7L12 12V8C15.31 8 18 10.69 18 14C18 17.31 15.31 20 12 20C8.69 20 6 17.31 6 14H4C4 18.42 7.58 22 12 22C16.42 22 20 18.42 20 14C20 9.58 16.42 6 12 6Z",
key: "1wrh7v"
}
]
]);
export { Replay as default };
//# sourceMappingURL=replay.js.map