iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 802 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 CircleHalfTiltBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M204.37 51.6A108.08 108.08 0 10236 128a108.09 108.09 0 00-31.63-76.4zM176 197a83.43 83.43 0 01-16 8.75V113l16-16zM68.6 68.58a84.08 84.08 0 01109.7-7.88L60.72 178.33A84.08 84.08 0 0168.6 68.58zM96 177v28.69a83.63 83.63 0 01-18.3-10.39zm24 34.62V153l16-16v74.64a84.68 84.68 0 01-16-.02zm80-40.27v-86.7a84.24 84.24 0 010 86.7z" }));
exports.default = CircleHalfTiltBold;