@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.36 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialMoveSelectionLeftW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "MoveSelectionLeftW100Filled",
short_name: "MoveSelectionLeft",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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-290H192Zm458 0q-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-630Z"
}));
});
IconMaterialMoveSelectionLeftW100Filled.displayName = 'OnesyIconMaterialMoveSelectionLeftW100Filled';
export default IconMaterialMoveSelectionLeftW100Filled;