UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 836 B
"use strict"; 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 RefreshCwOff = (props) => React.createElement("svg", { className: "lucide lucide-refresh-cw-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M21 8l-2.26-2.26A9.75 9.75 0 0012 3c-1 0-1.97.16-2.87.47M8 16H3v5M3 12c0-2.49 1-4.74 2.64-6.36" }), React.createElement("path", { d: "M3 16l2.26 2.26A9.75 9.75 0 0012 21c2.49 0 4.74-1 6.36-2.64M21 12c0 1-.16 1.97-.47 2.87M21 3v5h-5M22 22L2 2" })); exports.default = RefreshCwOff;