UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWarehouseW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WarehouseW100", short_name: "Warehouse", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialWarehouseW100;