UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.52 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 IconMaterialMedicationW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MedicationW100', short_name: 'Medication', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M466-412v86q0 5.83 4.12 9.92 4.12 4.08 10 4.08t9.88-4.08q4-4.09 4-9.92v-86h86q5.83 0 9.92-4.12 4.08-4.12 4.08-10t-4.08-9.88q-4.09-4-9.92-4h-86v-86q0-5.83-4.12-9.92-4.12-4.08-10-4.08t-9.88 4.08q-4 4.09-4 9.92v86h-86q-5.83 0-9.92 4.12-4.08 4.12-4.08 10t4.08 9.88q4.09 4 9.92 4h86ZM312-178q-24.75 0-42.37-17.63Q252-213.25 252-238v-376q0-24.75 17.63-42.38Q287.25-674 312-674h336q24.75 0 42.38 17.62Q708-638.75 708-614v376q0 24.75-17.62 42.37Q672.75-178 648-178H312Zm0-28h336q12 0 22-10t10-22v-376q0-12-10-22t-22-10H312q-12 0-22 10t-10 22v376q0 12 10 22t22 10Zm-34-548q-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-4h404q5.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 4H278Zm2 108v440-440Z" }) }))); }); IconMaterialMedicationW100.displayName = 'OnesyIconMaterialMedicationW100'; exports.default = IconMaterialMedicationW100;