google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.09 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 RotateLeft = createIcon("RotateLeft", [
[
"path",
{
d: "M7.07516 10.0652L5.66516 8.64516C4.76516 9.80516 4.20516 11.1452 4.03516 12.5352H6.05516C6.19516 11.6652 6.54516 10.8152 7.07516 10.0652ZM6.05516 14.5352H4.03516C4.20516 15.9252 4.75516 17.2652 5.65516 18.4252L7.06516 17.0052C6.54516 16.2552 6.19516 15.4152 6.05516 14.5352ZM7.06516 19.8552C8.22516 20.7552 9.57516 21.2952 10.9652 21.4652V19.4352C10.0952 19.2852 9.25516 18.9452 8.50516 18.4052L7.06516 19.8552ZM12.9652 5.60516V2.53516L8.41516 7.08516L12.9652 11.5352V7.62516C15.8052 8.10516 17.9652 10.5652 17.9652 13.5352C17.9652 16.5052 15.8052 18.9652 12.9652 19.4452V21.4652C16.9152 20.9752 19.9652 17.6152 19.9652 13.5352C19.9652 9.45516 16.9152 6.09516 12.9652 5.60516Z",
key: "1j9s2b"
}
]
]);
export { RotateLeft as default };
//# sourceMappingURL=rotate_left.js.map