@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.8 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTextSelectMoveBackWordW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TextSelectMoveBackWordW100",
short_name: "TextSelectMoveBackWord",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M664-200h64q14 0 23-9t9-23v-496q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v496q0 14 9 23t23 9Zm0 28q-24.75 0-42.37-17.63Q604-207.25 604-232v-496q0-24.75 17.63-42.38Q639.25-788 664-788h64q24.75 0 42.38 17.62Q788-752.75 788-728v496q0 24.75-17.62 42.37Q752.75-172 728-172h-64Zm-184 0q-8.5 0-14.25-5.75T460-192q0-8.5 5.75-14.25T480-212q8.5 0 14.25 5.75T500-192q0 8.5-5.75 14.25T480-172Zm-144 0q-8.5 0-14.25-5.75T316-192q0-8.5 5.75-14.25T336-212q8.5 0 14.25 5.75T356-192q0 8.5-5.75 14.25T336-172Zm-144 0q-8.5 0-14.25-5.75T172-192q0-8.5 5.75-14.25T192-212q8.5 0 14.25 5.75T212-192q0 8.5-5.75 14.25T192-172Zm288-576q-8.5 0-14.25-5.75T460-768q0-8.5 5.75-14.25T480-788q8.5 0 14.25 5.75T500-768q0 8.5-5.75 14.25T480-748Zm-144 0q-8.5 0-14.25-5.75T316-768q0-8.5 5.75-14.25T336-788q8.5 0 14.25 5.75T356-768q0 8.5-5.75 14.25T336-748Zm-144 0q-8.5 0-14.25-5.75T172-768q0-8.5 5.75-14.25T192-788q8.5 0 14.25 5.75T212-768q0 8.5-5.75 14.25T192-748Zm34 282 79 80q4 4 4.5 10t-4.2 10.17Q301-362 295-362.5q-6-.5-10-4.5l-92-92q-9-9-9-21t9-21l93-93q4-4 9-4t10.22 4.17Q310-590 309.5-584t-4.5 10l-79 80h260q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H226Zm438 266h-32 128-96Z"
}));
});
IconMaterialTextSelectMoveBackWordW100.displayName = 'OnesyIconMaterialTextSelectMoveBackWordW100';
export default IconMaterialTextSelectMoveBackWordW100;