@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.87 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTextSelectStartW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TextSelectStartW100",
short_name: "TextSelectStart",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-748q-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-748Zm144 0q-8.5 0-14.25-5.75T748-768q0-8.5 5.75-14.25T768-788q8.5 0 14.25 5.75T788-768q0 8.5-5.75 14.25T768-748Zm0 144q-8.5 0-14.25-5.75T748-624q0-8.5 5.75-14.25T768-644q8.5 0 14.25 5.75T788-624q0 8.5-5.75 14.25T768-604Zm0 144q-8.5 0-14.25-5.75T748-480q0-8.5 5.75-14.25T768-500q8.5 0 14.25 5.75T788-480q0 8.5-5.75 14.25T768-460Zm0 144q-8.5 0-14.25-5.75T748-336q0-8.5 5.75-14.25T768-356q8.5 0 14.25 5.75T788-336q0 8.5-5.75 14.25T768-316ZM480-172q-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-172Zm144 0q-8.5 0-14.25-5.75T748-192q0-8.5 5.75-14.25T768-212q8.5 0 14.25 5.75T788-192q0 8.5-5.75 14.25T768-172Zm-582 0q-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-4h66v-560h-66q-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-4h160q5.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 4h-66v560h66q5.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 4H186Z"
}));
});
IconMaterialTextSelectStartW100.displayName = 'OnesyIconMaterialTextSelectStartW100';
export default IconMaterialTextSelectStartW100;