UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 873 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialUnfoldMoreW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "UnfoldMoreW100Filled", short_name: "UnfoldMore", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m480-198 116-116q4-4 9.5-4.5T616-314q5 5 5 10t-5 10L501-179q-5 5-10 7t-11 2q-6 0-11-2t-10-7L344-294q-4-4-4.5-9.5T344-314q5-5 10-5t10 5l116 116Zm0-564L364-646q-4 4-9.5 4.5T344-646q-5-5-5-10t5-10l115-115q5-5 10-7t11-2q6 0 11 2t10 7l115 115q4 4 4.5 9.5T616-646q-5 5-10 5t-10-5L480-762Z" })); }); IconMaterialUnfoldMoreW100Filled.displayName = 'OnesyIconMaterialUnfoldMoreW100Filled'; export default IconMaterialUnfoldMoreW100Filled;