iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 751 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 CircleHalfThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 28a100 100 0 10100 100A100.11 100.11 0 00128 28zm4 8.09a91.58 91.58 0 0124 4.27v175.28a91.58 91.58 0 01-24 4.27zm32 7.25a92.21 92.21 0 0124 15v139.35a92.21 92.21 0 01-24 15zM36 128a92.11 92.11 0 0188-91.91v183.82A92.11 92.11 0 0136 128zm160 61.9V66.1a91.83 91.83 0 010 123.8z" }));
exports.default = CircleHalfThin;