UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.18 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialUnfoldMoreDoubleW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "UnfoldMoreDoubleW100", short_name: "UnfoldMoreDouble", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m481-114 116-116q4-4 9.5-4.5T617-230q5 5 5 10t-5 10L502-95q-5 5-10 7t-11 2q-6 0-11-2t-10-7L344-210q-5-4-5-9.5t5-10.5q5-5 10-4.5t10 4.5l117 116Zm0-200 116-116q4-4 9.5-4.5T617-430q5 5 5 10t-5 10L502-295q-5 5-10 7t-11 2q-6 0-11-2t-10-7L344-410q-5-4-5-9.5t5-10.5q5-5 10-4.5t10 4.5l117 116Zm-1-332L364-530q-5 5-10 4.5t-10-5.5q-4-5-4.5-10t4.5-10l115-115q5-5 10-7t11-2q6 0 11 2t10 7l116 116q4 4 4.5 9.5T617-530q-5 5-10 4.5t-10-4.5L480-646Zm0-200L364-730q-5 5-10 4.5t-10-5.5q-4-5-4.5-10t4.5-10l115-115q5-5 10-7t11-2q6 0 11 2t10 7l116 116q4 4 4.5 9.5T617-730q-5 5-10 4.5t-10-4.5L480-846Z" })); }); IconMaterialUnfoldMoreDoubleW100.displayName = 'OnesyIconMaterialUnfoldMoreDoubleW100'; export default IconMaterialUnfoldMoreDoubleW100;