google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.1 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 RotateRight = createIcon("RotateRight", [
[
"path",
{
d: "M15.5852 7.08516L11.0352 2.53516V5.60516C7.09516 6.09516 4.03516 9.45516 4.03516 13.5352C4.03516 17.6152 7.08516 20.9752 11.0352 21.4652V19.4452C8.19516 18.9652 6.03516 16.5052 6.03516 13.5352C6.03516 10.5652 8.19516 8.10516 11.0352 7.62516V11.5352L15.5852 7.08516ZM19.9652 12.5352C19.7952 11.1452 19.2452 9.80516 18.3452 8.64516L16.9252 10.0652C17.4652 10.8152 17.8052 11.6652 17.9452 12.5352H19.9652ZM13.0352 19.4352V21.4552C14.4252 21.2852 15.7752 20.7452 16.9352 19.8452L15.4952 18.4052C14.7452 18.9452 13.9052 19.2952 13.0352 19.4352ZM16.9252 17.0152L18.3452 18.4252C19.2452 17.2652 19.7952 15.9252 19.9652 14.5352H17.9452C17.8052 15.4052 17.4652 16.2552 16.9252 17.0152Z",
key: "1qoo4x"
}
]
]);
export { RotateRight as default };
//# sourceMappingURL=rotate_right.js.map