UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.34 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialMoveDownFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MoveDownFilled', short_name: 'MoveDown', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M120-520q0 72 46 127t117 69l-31-31q-11-11-11-27.5t11-28.5q12-12 28.5-12t28.5 12l103 103q12 12 12 28t-12 28L308-148q-11 11-28 11t-29-12q-11-11-11-27t11-28l36-38q-106-12-176.5-91.5T40-520q0-117 81.5-198.5T320-800h80q17 0 28.5 11.5T440-760q0 17-11.5 28.5T400-720h-80q-83 0-141.5 58.5T120-520Zm440 360q-17 0-28.5-11.5T520-200v-200q0-17 11.5-28.5T560-440h280q17 0 28.5 11.5T880-400v200q0 17-11.5 28.5T840-160H560Zm0-360q-17 0-28.5-11.5T520-560v-200q0-17 11.5-28.5T560-800h280q17 0 28.5 11.5T880-760v200q0 17-11.5 28.5T840-520H560Zm40-80h200v-120H600v120Z" }) }))); }); IconMaterialMoveDownFilled.displayName = 'OnesyIconMaterialMoveDownFilled'; exports.default = IconMaterialMoveDownFilled;