@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.66 kB
JavaScript
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 IconMaterialMoveSelectionDownW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MoveSelectionDownW100', short_name: 'MoveSelectionDown', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M350-132q-24.75 0-42.37-17.63Q290-167.25 290-192v-260q0-24.75 17.63-42.38Q325.25-512 350-512h260q24.75 0 42.38 17.62Q670-476.75 670-452v260q0 24.75-17.62 42.37Q634.75-132 610-132H350Zm260-352H350q-14 0-23 9t-9 23v260q0 14 9 23t23 9h260q14 0 23-9t9-23v-260q0-14-9-23t-23-9Zm40-146q-8.5 0-14.25-5.75T630-650q0-8.5 5.75-14.25T650-670q8.5 0 14.25 5.75T670-650q0 8.5-5.75 14.25T650-630Zm0-158q-8.5 0-14.25-5.75T630-808q0-8.5 5.75-14.25T650-828q8.5 0 14.25 5.75T670-808q0 8.5-5.75 14.25T650-788Zm-170 0q-8.5 0-14.25-5.75T460-808q0-8.5 5.75-14.25T480-828q8.5 0 14.25 5.75T500-808q0 8.5-5.75 14.25T480-788Zm-170 0q-8.5 0-14.25-5.75T290-808q0-8.5 5.75-14.25T310-828q8.5 0 14.25 5.75T330-808q0 8.5-5.75 14.25T310-788Zm0 158q-8.5 0-14.25-5.75T290-650q0-8.5 5.75-14.25T310-670q8.5 0 14.25 5.75T330-650q0 8.5-5.75 14.25T310-630Zm170 308Z" }) })));
});
IconMaterialMoveSelectionDownW100.displayName = 'OnesyIconMaterialMoveSelectionDownW100';
exports.default = IconMaterialMoveSelectionDownW100;
;