@brizy/ui-icons
Version:
10 lines (9 loc) • 726 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProgressBarStyle2 = void 0;
const react_1 = __importDefault(require("react"));
exports.ProgressBarStyle2 = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", d: "M3.5 14a2.5 2.5 0 1 1 0-5h9a2.5 2.5 0 1 1 0 5h-9Zm6.5-4v3h3v-3h-3ZM8 6V3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1Z" })));