@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.86 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTextSelectJumpToEndW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TextSelectJumpToEndW100",
short_name: "TextSelectJumpToEnd",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M192-748q-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-748Zm144 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-748Zm144 0q-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-748Zm144 0q-8.5 0-14.25-5.75T604-768q0-8.5 5.75-14.25T624-788q8.5 0 14.25 5.75T644-768q0 8.5-5.75 14.25T624-748ZM192-172q-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-172Zm144 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-172Zm144 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-172Zm144 0q-8.5 0-14.25-5.75T604-192q0-8.5 5.75-14.25T624-212q8.5 0 14.25 5.75T644-192q0 8.5-5.75 14.25T624-172Zm136-14v-588q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v588q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98ZM186-466q-5.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-4h312l-79-80q-4-4-4.5-10t4.2-10.17Q423-598 429-597.5q6 .5 10 4.5l92 92q9 9 9 21t-9 21l-92 92q-4 4-10 4.5t-10.3-3.33Q414-370 414.5-376t4.5-10l79-80H186Z"
}));
});
IconMaterialTextSelectJumpToEndW100.displayName = 'OnesyIconMaterialTextSelectJumpToEndW100';
export default IconMaterialTextSelectJumpToEndW100;