@brizy/ui-icons
Version:
10 lines (9 loc) • 710 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.HoverRotate = void 0;
const react_1 = __importDefault(require("react"));
exports.HoverRotate = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "nonzero", d: "M12 9c0 2.206-1.794 4-4 4s-4-1.794-4-4 1.794-4 4-4v3l5-4-5-4v3C4.691 3 2 5.691 2 9s2.691 6 6 6 6-2.691 6-6h-2Z" })));