google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.08 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 Rotate90DegreesCcw = createIcon("Rotate90DegreesCcw", [
[
"path",
{
d: "M7.90969 7.03086L1.42969 13.5209L7.91969 20.0009L14.4097 13.5209L7.90969 7.03086ZM4.25969 13.5209L7.91969 9.86086L11.5697 13.5209L7.90969 17.1809L4.25969 13.5209ZM19.9297 7.26086C18.1797 5.50086 15.8697 4.62086 13.5697 4.62086V1.38086L9.32969 5.62086L13.5697 9.86086V6.62086C15.3597 6.62086 17.1497 7.30086 18.5197 8.67086C21.2497 11.4009 21.2497 15.8409 18.5197 18.5709C17.1497 19.9409 15.3597 20.6209 13.5697 20.6209C12.5997 20.6209 11.6297 20.4109 10.7297 20.0109L9.23969 21.5009C10.5897 22.2409 12.0797 22.6209 13.5697 22.6209C15.8697 22.6209 18.1797 21.7409 19.9297 19.9809C23.4497 16.4709 23.4497 10.7709 19.9297 7.26086Z",
key: "nvxccx"
}
]
]);
export { Rotate90DegreesCcw as default };
//# sourceMappingURL=rotate_90_degrees_ccw.js.map