iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 827 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 CircleHalfTiltDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M195.88 195.88a96 96 0 01-135.76 0L195.88 60.12a96 96 0 010 135.76z", opacity: ".2" }),
React.createElement("path", { d: "M201.54 54.46A104 104 0 0054.46 201.54 104 104 0 00201.54 54.46zM65.78 65.77a88.08 88.08 0 01118.52-5.38L60.38 184.31a88 88 0 015.4-118.54zm124.44 124.46a88.1 88.1 0 01-118.52 5.38L195.62 71.69a88 88 0 01-5.4 118.54z" }));
exports.default = CircleHalfTiltDuotone;