iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 797 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 CircleHalfTiltLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200.12 55.88A102 102 0 1055.88 200.13 102 102 0 10200.12 55.88zM90 209.62a89.61 89.61 0 01-21.23-13.89L90 174.49zm32 8.16a90 90 0 01-20-3.58v-51.71l20-20zm32-3.58a89.8 89.8 0 01-20 3.58v-87.29l20-20zm32-17.4a89.45 89.45 0 01-20 12.83V98.49l20-20zm-125.73-9.56a90 90 0 01127-127zM198 184.57V71.43a90 90 0 010 113.14z" }));
exports.default = CircleHalfTiltLight;