UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.3 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 IconMaterialLocalPharmacyW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LocalPharmacyW100Filled', short_name: 'LocalPharmacy', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M248-172q-31 0-49-25t-8-54l63-189-63-189q-10-29 8-54t49-25h400l47-131q2-5 7.5-7.5t10.5-.5q5 2 7.5 7.5t.5 10.5l-43 121h34q31 0 49 25t8 54l-63 189 63 189q10 29-8 54t-49 25H248Zm218-144h28v-110h110v-28H494v-110h-28v110H356v28h110v110ZM248-200h464q17 0 26-13t4-29l-66-198 66-198q5-16-4-29t-26-13H248q-17 0-26 13t-4 29l66 198-66 198q-5 16 4 29t26 13Zm0 0q-17 0-26-13t-4-29l66-198-66-198q-5-16 4-29t26-13h464q17 0 26 13t4 29l-66 198 66 198q5 16-4 29t-26 13H248Z" }) }))); }); IconMaterialLocalPharmacyW100Filled.displayName = 'OnesyIconMaterialLocalPharmacyW100Filled'; exports.default = IconMaterialLocalPharmacyW100Filled;