UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.44 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 IconMaterialNightShelterW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NightShelterW100Filled', short_name: 'NightShelter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M272-172q-24.75 0-42.37-17.63Q212-207.25 212-232v-312q0-14.25 6.38-27 6.37-12.75 17.62-21l208-157q15.68-12 35.84-12Q500-761 516-749l208 157q11.25 8.25 17.63 21 6.37 12.75 6.37 27v312q0 24.75-17.62 42.37Q712.75-172 688-172H272Zm80-144h256v32.5q0 6.5 4.5 11T624-268q7 0 11.5-4.5T640-284v-112q0-26.4-18.8-45.2Q602.4-460 576-460h-82q-12.75 0-21.37 8.62Q464-442.75 464-430v82H352v-128q0-7-4.5-11.5T336-492q-7 0-11.5 4.5T320-476v192q0 7 4.5 11.5T336-268q7 0 11.5-4.5t4.5-11V-316Zm56.14-48q16.86 0 28.36-11.64t11.5-28.5q0-16.86-11.64-28.36t-28.5-11.5q-16.86 0-28.36 11.64t-11.5 28.5q0 16.86 11.64 28.36t28.5 11.5Z" }) }))); }); IconMaterialNightShelterW100Filled.displayName = 'OnesyIconMaterialNightShelterW100Filled'; exports.default = IconMaterialNightShelterW100Filled;