@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 IconMaterialMoveSelectionLeftW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MoveSelectionLeftW100', short_name: 'MoveSelectionLeft', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-290q-24.75 0-42.37-17.63Q132-325.25 132-350v-260q0-24.75 17.63-42.38Q167.25-670 192-670h260q24.75 0 42.38 17.62Q512-634.75 512-610v260q0 24.75-17.62 42.37Q476.75-290 452-290H192Zm292-60v-260q0-14-9-23t-23-9H192q-14 0-23 9t-9 23v260q0 14 9 23t23 9h260q14 0 23-9t9-23Zm166 60q-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-290Zm158 0q-8.5 0-14.25-5.75T788-310q0-8.5 5.75-14.25T808-330q8.5 0 14.25 5.75T828-310q0 8.5-5.75 14.25T808-290Zm0-170q-8.5 0-14.25-5.75T788-480q0-8.5 5.75-14.25T808-500q8.5 0 14.25 5.75T828-480q0 8.5-5.75 14.25T808-460Zm0-170q-8.5 0-14.25-5.75T788-650q0-8.5 5.75-14.25T808-670q8.5 0 14.25 5.75T828-650q0 8.5-5.75 14.25T808-630Zm-158 0q-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-630ZM322-480Z" }) })));
});
IconMaterialMoveSelectionLeftW100.displayName = 'OnesyIconMaterialMoveSelectionLeftW100';
exports.default = IconMaterialMoveSelectionLeftW100;
;