iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 818 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 CircleHalfTilt = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M201.54 54.46A104 104 0 0054.46 201.54 104 104 0 00201.54 54.46zM184 195.87a87.16 87.16 0 01-16 10.5V99.31l16-16zm-80-32.56l16-16v68.28a88.37 88.37 0 01-16-3zm-16 43.06a87 87 0 01-16.3-10.76l16.3-16.3zm48-75.06l16-16v97.32a88.37 88.37 0 01-16 3zM40 128a88 88 0 01144.3-67.61L60.38 184.31A87.34 87.34 0 0140 128zm160 50.59V77.41a88 88 0 010 101.18z" }));
exports.default = CircleHalfTilt;