@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.58 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 IconMaterialMoveSelectionUpW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MoveSelectionUpW100Filled', short_name: 'MoveSelectionUp', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M350-448q-24.75 0-42.37-17.63Q290-483.25 290-508v-260q0-24.75 17.63-42.38Q325.25-828 350-828h260q24.75 0 42.38 17.62Q670-792.75 670-768v260q0 24.75-17.62 42.37Q634.75-448 610-448H350Zm-40 158q-8.5 0-14.25-5.75T290-310q0-8.5 5.75-14.25T310-330q8.5 0 14.25 5.75T330-310q0 8.5-5.75 14.25T310-290Zm0 158q-8.5 0-14.25-5.75T290-152q0-8.5 5.75-14.25T310-172q8.5 0 14.25 5.75T330-152q0 8.5-5.75 14.25T310-132Zm170 0q-8.5 0-14.25-5.75T460-152q0-8.5 5.75-14.25T480-172q8.5 0 14.25 5.75T500-152q0 8.5-5.75 14.25T480-132Zm170 0q-8.5 0-14.25-5.75T630-152q0-8.5 5.75-14.25T650-172q8.5 0 14.25 5.75T670-152q0 8.5-5.75 14.25T650-132Zm0-158q-8.5 0-14.25-5.75T630-310q0-8.5 5.75-14.25T650-330q8.5 0 14.25 5.75T670-310q0 8.5-5.75 14.25T650-290Z" }) })));
});
IconMaterialMoveSelectionUpW100Filled.displayName = 'OnesyIconMaterialMoveSelectionUpW100Filled';
exports.default = IconMaterialMoveSelectionUpW100Filled;
;