UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.89 kB
"use strict"; 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 IconMaterialVaccinesW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'VaccinesW100Filled', short_name: 'Vaccines', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M266-306h-92q-14 0-21-7t-7-21v-352h-26q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h146v-112h-46q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h120q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-46v112h146q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-26v352q0 14-7 21t-21 7h-92v180q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-180Zm-92-28h212v-102h-96q-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8 0-5.6 4.2-9.8 4.2-4.2 9.8-4.2h96v-92h-96q-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8 0-5.6 4.2-9.8 4.2-4.2 9.8-4.2h96v-102H174v352Zm400 228q-14 0-21-7t-7-21v-286q0-28.57 13-47.28Q572-486 583-498q10-11 16.5-20t6.5-22v-46h-26q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h200q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-26v46q0 13 6.5 22t16.5 20q11 12 24 30.5t13 47.14V-134q0 14-7 21t-21 7H574Zm0-278h212v-36q0-21-9-35t-22-28q-10.29-10.69-19.65-23.84Q726-520 726-540v-46h-92v46q0 19.71-9.5 32.86Q615-494 605-483q-13 14-22 28t-9 35v36Zm0 250h212v-102H574v102Z" }) }))); }); IconMaterialVaccinesW100Filled.displayName = 'OnesyIconMaterialVaccinesW100Filled'; exports.default = IconMaterialVaccinesW100Filled;