UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.08 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 IconMaterialWarehouseW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WarehouseW100Filled', short_name: 'Warehouse', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M132-232v-372q0-19 10.5-34t27.5-22l288-115q11-5 22-5t22 5l288 115q17 7 27.5 22t10.5 34v372q0 25-17.5 42.5T768-172H640v-288q0-14-9-23t-23-9H352q-14 0-23 9t-9 23v288H192q-25 0-42.5-17.5T132-232Zm257 60v-56h56v56h-56Zm63-120v-56h56v56h-56Zm63 120v-56h56v56h-56Z" }) }))); }); IconMaterialWarehouseW100Filled.displayName = 'OnesyIconMaterialWarehouseW100Filled'; exports.default = IconMaterialWarehouseW100Filled;