UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialInventoryW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "InventoryW100Filled", short_name: "Inventory", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m620-240 218-218q4-4 9.5-4.5T858-458q5 5 5 10t-5 10L641-221q-9 9-21 9t-21-9L496-324q-4-4-4.5-9.5T496-344q5-5 10-5t10 5l104 104Zm-388 68q-24.75 0-42.37-17.63Q172-207.25 172-232v-496q0-24.75 17.63-42.38Q207.25-788 232-788h191q4-20 19.5-34t37.5-14q22 0 37.5 14t19.5 34h191q24.75 0 42.38 17.62Q788-752.75 788-728v154q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-154q0-12-10-22t-22-10H628v50q0 12.75-8.51 21.37-8.51 8.63-21.09 8.63H361.58q-12.58 0-21.08-8.63-8.5-8.62-8.5-21.37v-50H232q-12 0-22 10t-10 22v496q0 12 10 22t22 10h194q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H232Zm248.18-576q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5Z" })); }); IconMaterialInventoryW100Filled.displayName = 'OnesyIconMaterialInventoryW100Filled'; export default IconMaterialInventoryW100Filled;