@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.02 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialAvgPaceW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AvgPaceW100', short_name: 'AvgPace', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M594.944 301Q584 301 576.5 293.444q-7.5-7.557-7.5-18.5 0-10.944 7.556-18.444 7.557-7.5 18.5-7.5 10.944 0 18.444 7.556 7.5 7.557 7.5 18.5 0 10.944-7.556 18.444-7.557 7.5-18.5 7.5Zm-3 602Q581 903 573.5 895.444q-7.5-7.557-7.5-18.5 0-10.944 7.556-18.444 7.557-7.5 18.5-7.5 10.944 0 18.444 7.556 7.5 7.557 7.5 18.5 0 10.944-7.556 18.444-7.557 7.5-18.5 7.5Zm160-474Q741 429 733.5 421.444q-7.5-7.557-7.5-18.5 0-10.944 7.556-18.444 7.557-7.5 18.5-7.5 10.944 0 18.444 7.556 7.5 7.557 7.5 18.5 0 10.944-7.556 18.444-7.557 7.5-18.5 7.5Zm-3 349Q738 778 730.5 770.444q-7.5-7.557-7.5-18.5 0-10.944 7.556-18.444 7.557-7.5 18.5-7.5 10.944 0 18.444 7.556 7.5 7.557 7.5 18.5 0 10.944-7.556 18.444-7.557 7.5-18.5 7.5Zm53-176Q791 602 783.5 594.444q-7.5-7.557-7.5-18.5 0-10.944 7.556-18.444 7.557-7.5 18.5-7.5 10.944 0 18.444 7.556 7.5 7.557 7.5 18.5 0 10.944-7.556 18.444-7.557 7.5-18.5 7.5ZM132 575.846Q132 436 228 335.5T463 228q7 0 12 4.107t5 10.179q0 5.714-5 9.714t-11 4q-128 6-216 98.5t-88 221.48Q160 706 248 798t216 98q6 0 11 4.211 5 4.21 5 9.824 0 5.965-5 9.965t-12 4q-139-7-235-107.654-96-100.653-96-240.5ZM480 630q-23 0-38.5-15.5T426 576q0-8 1.5-14.5T433 549l-67-68q-4-4-3.5-9.5t4.5-9.5q4-4 9-4t9 4l68 67q5-3 27-7 23 0 38.5 15.5T534 576q0 23-15.5 38.5T480 630Z" }) })));
});
IconMaterialAvgPaceW100.displayName = 'AmauiIconMaterialAvgPaceW100';
exports.default = IconMaterialAvgPaceW100;