UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 884 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStackOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StackOffW100Filled", short_name: "StackOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M828-244 484-588h284q25 0 42.5 17.5T828-528v284ZM272-800l-28-28h284q25 0 42.5 17.5T588-768v80h-28v-80q0-13-9.5-22.5T528-800H272Zm160 668q-26 0-43-17t-17-43v-356L160-760v360h112v28h-80q-26 0-43-17t-17-43v-356l-10-10q-4-4-4.5-9.5T122-818q5-5 10-5t10 5l676 676q4 4 4.5 9.5T818-122q-5 5-10 5t-10-5l-10-10H432Z" })); }); IconMaterialStackOffW100Filled.displayName = 'OnesyIconMaterialStackOffW100Filled'; export default IconMaterialStackOffW100Filled;