iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 813 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 Progress = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.235 6.825v11.997a.924.924 0 01-.419.725l-.393.235c-1.961 1.135-3.687 2.134-5.431 3.14V9.948L5.759 3.454C7.703 2.338 9.64 1.211 11.586.1a.927.927 0 01.837 0l10.81 6.243v.482zm-8.741 4.562A9631.706 9631.706 0 006.8 6.943a.94.94 0 00-.837 0c-1.733 1.001-3.467 2-5.199 3.004l8.113 4.684V24c1.732-.999 3.46-2.006 5.197-2.995a.927.927 0 00.419-.724zM.765 19.317l5.613 3.241V16.07z" }));
exports.default = Progress;