iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 815 B
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 CircleHalfTiltThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M198.71 57.29A100 100 0 1057.29 198.71 100 100 0 10198.71 57.29zM188 197.72a91.35 91.35 0 01-24 15v-115l24-24zm-88-36.06l24-24v82.24a91.91 91.91 0 01-24-4.24zm-8 51a91.69 91.69 0 01-26.15-16.89L92 169.66zm40-83l24-24v110a91.76 91.76 0 01-24 4.24zM36 128a92 92 0 01154.16-67.81l-130 130A91.34 91.34 0 0136 128zm160 62V66a92 92 0 010 124z" }));
exports.default = CircleHalfTiltThin;