@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.25 kB
JavaScript
;
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 IconMaterialWarehouseW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WarehouseW100', short_name: 'Warehouse', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-754 180-634q-9 4-14.5 12t-5.5 18v372q0 11 10.5 21.5T192-200h100v-260q0-25 17.5-42.5T352-520h256q25 0 42.5 17.5T668-460v260h100q11 0 21.5-10.5T800-232v-372q0-10-5.5-18T780-634L480-754ZM132-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-56ZM352-520h256-256Z" }) })));
});
IconMaterialWarehouseW100.displayName = 'OnesyIconMaterialWarehouseW100';
exports.default = IconMaterialWarehouseW100;