UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 863 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialOpenInFullFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "OpenInFullFilled", short_name: "OpenInFull", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M160-120q-17 0-28.5-11.5T120-160v-240q0-17 11.5-28.5T160-440q17 0 28.5 11.5T200-400v144l504-504H560q-17 0-28.5-11.5T520-800q0-17 11.5-28.5T560-840h240q17 0 28.5 11.5T840-800v240q0 17-11.5 28.5T800-520q-17 0-28.5-11.5T760-560v-144L256-200h144q17 0 28.5 11.5T440-160q0 17-11.5 28.5T400-120H160Z" })); }); IconMaterialOpenInFullFilled.displayName = 'OnesyIconMaterialOpenInFullFilled'; export default IconMaterialOpenInFullFilled;