@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.3 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 IconMaterialAirlineStopsFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirlineStopsFilled', short_name: 'AirlineStops', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M10 19q-.425 0-.712-.288Q9 18.425 9 18t.288-.712Q9.575 17 10 17h1q-.35-3.15-2.6-5.375T3 9.05q-.425-.05-.712-.338Q2 8.425 2 8t.3-.713Q2.6 7 3 7.05 6 7.325 8.375 9 10.75 10.675 12 13.3q1.05-2.25 2.713-3.8 1.662-1.55 3.262-2.5H15q-.425 0-.712-.287Q14 6.425 14 6t.288-.713Q14.575 5 15 5h5q.425 0 .712.287Q21 5.575 21 6v5q0 .425-.288.712Q20.425 12 20 12t-.712-.288Q19 11.425 19 11V8.7q-1.85 1.125-3.737 3.15Q13.375 13.875 13 17h1q.425 0 .713.288.287.287.287.712t-.287.712Q14.425 19 14 19Z" }) })));
});
IconMaterialAirlineStopsFilled.displayName = 'AmauiIconMaterialAirlineStopsFilled';
exports.default = IconMaterialAirlineStopsFilled;