google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 803 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 Rotate90DegreesCw = createIcon("Rotate90DegreesCw", [
[
"path",
{
d: "M4.14 19.868C7.17 22.898 11.81 23.308 15.29 21.118L13.83 19.658C11.17 21.088 7.79 20.688 5.55 18.448C2.82 15.718 2.82 11.278 5.55 8.54805C6.92 7.18805 8.71 6.52805 10.5 6.52805V9.49805L14.5 5.49805L10.5 1.49805V4.50805C8.2 4.50805 5.89 5.37805 4.14 7.13805C0.62 10.648 0.62 16.348 4.14 19.868ZM10.5 13.498L16.5 19.498L22.5 13.498L16.5 7.49805L10.5 13.498Z",
key: "zxvi1m"
}
]
]);
export { Rotate90DegreesCw as default };
//# sourceMappingURL=rotate_90_degrees_cw.js.map