@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.93 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("@onesy/ui-react");
const IconMaterialBusAlertW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BusAlertW100Filled', short_name: 'BusAlert', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M660-660q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-80q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v80q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Zm-.41 128Q598-532 555-575t-43-105.38Q512-742 555.04-785q43.04-43 105.37-43Q722-828 765-785t43 105q0 62-43.41 105t-105 43Zm.41-56q8 0 12.5-5t5.5-12q0-7.6-5-13.3-5-5.7-13-5.7t-13 5q-5 5-5 13t5 13q5 5 13 5ZM260.24-300q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm280 0q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5ZM213.88-132q-5.88 0-9.88-4.08-4-4.09-4-9.92v-74q-25-6-46.5-37.5T132-320v-360q0-51 57.5-76T381-786q20-1 31 14.5t6 35.5q-2 11-3.5 22t-2.5 22q-1 11-8.26 19.5-7.27 8.5-18.74 8.5H160v196h358q6 0 12.69 1.62 6.68 1.63 11.31 4.38 12 6 24.06 11.41 12.07 5.4 25.94 9.59 12 4 24 5.5t25 2.5q11 1 19 8.5t8 18.5v86q0 31-21.5 62.5T600-220v74q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-66H228v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08Z" }) })));
});
IconMaterialBusAlertW100Filled.displayName = 'OnesyIconMaterialBusAlertW100Filled';
exports.default = IconMaterialBusAlertW100Filled;
;