UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 953 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialKeyboardDoubleArrowDownW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "KeyboardDoubleArrowDownW100Filled", short_name: "KeyboardDoubleArrowDown", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m480-278 174-174q4-4 9.5-4.5T674-452q5 5 5 10t-5 10L501-259q-5 5-10 7t-11 2q-6 0-11-2t-10-7L286-432q-4-4-4.5-9.5T286-452q5-5 10-5t10 5l174 174Zm0-238 174-174q4-4 9.5-4.5T674-690q5 5 5 10t-5 10L501-497q-5 5-10 7t-11 2q-6 0-11-2t-10-7L286-670q-4-4-4.5-9.5T286-690q5-5 10-5t10 5l174 174Z" })); }); IconMaterialKeyboardDoubleArrowDownW100Filled.displayName = 'OnesyIconMaterialKeyboardDoubleArrowDownW100Filled'; export default IconMaterialKeyboardDoubleArrowDownW100Filled;