iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 755 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 CircleHalfLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 26a102 102 0 10102 102A102.12 102.12 0 00128 26zm6 12.2a89.86 89.86 0 0120 3.63v172.34a89.86 89.86 0 01-20 3.63zm32 8.23a90.48 90.48 0 0120 12.81v137.52a90.48 90.48 0 01-20 12.81zM38 128a90.12 90.12 0 0184-89.8v179.6A90.12 90.12 0 0138 128zm160 56.5v-113a89.81 89.81 0 010 113z" }));
exports.default = CircleHalfLight;