iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.07 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 Rewind10 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M4 18A12 12 0 1 0 16 6h-4V1L6 7l6 6V8h4A10 10 0 1 1 6 18z" }),
React.createElement("path", { d: "M10.63 22.68V21.5h2v-5.19l-1.86 1.05-.55-1.06 2.31-1.3H14v6.5h1.78v1.18zm9 .13a2.84 2.84 0 0 1-1.28-.27 2.35 2.35 0 0 1-.89-.77 3.6 3.6 0 0 1-.52-1.24 8.44 8.44 0 0 1 0-3.37 3.51 3.51 0 0 1 .52-1.24 2.38 2.38 0 0 1 .89-.78 2.84 2.84 0 0 1 1.28-.27 2.42 2.42 0 0 1 2.16 1.05 5.17 5.17 0 0 1 .7 2.92 5.2 5.2 0 0 1-.7 2.93 2.44 2.44 0 0 1-2.16 1.04zm0-1.22a1.07 1.07 0 0 0 1-.55 3.31 3.31 0 0 0 .29-1.5v-1.39a3.31 3.31 0 0 0-.29-1.5 1.23 1.23 0 0 0-2.06 0 3.31 3.31 0 0 0-.29 1.5v1.39A3.31 3.31 0 0 0 18.6 21a1.06 1.06 0 0 0 1.03.59z" }));
exports.default = Rewind10;