iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Rotate = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.55 8.773C17.007 5.01 13.802 2.11 9.89 2.11c-3.094 0-5.744 1.823-6.994 4.44h4.216a.556.556 0 1 1 0 1.112H1.303c.005-.019.006-.04.011-.058a.545.545 0 0 1-.196-.175.552.552 0 0 1-.04-.06.538.538 0 0 1-.056-.19C1.018 7.153 1 7.133 1 7.106c0-.016.007-.029.009-.044V1.558a.556.556 0 0 1 1.11 0V5.62C3.63 2.872 6.534 1 9.89 1c4.53 0 8.26 3.392 8.806 7.772H17.55zm-7.66 8.882c3.094 0 5.744-1.822 6.994-4.44H12.67a.555.555 0 1 1 0-1.11H17.3v-.002h1.178c-.005.02-.007.04-.012.058.08.041.144.102.196.176.015.02.027.037.04.059.03.058.048.121.056.19.005.026.022.046.022.074 0 .015-.007.028-.008.043v5.505a.555.555 0 0 1-1.112 0v-4.063c-1.509 2.748-4.413 4.62-7.77 4.62-4.528 0-8.257-3.391-8.805-7.772H2.23c.543 3.762 3.748 6.662 7.66 6.662z", fill: "#000", fillRule: "evenodd" }));
exports.default = Rotate;