@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 2.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialRemoveSelectionW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "RemoveSelectionW100Filled",
short_name: "RemoveSelection",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M632-309 500-177q-5 5-10.5 4.5T479-177q-5-4-4.5-9.5T480-197l132-132-132-132q-5-5-4.5-10t4.5-10q4-5 9.5-5t10.5 5l132 132 132-132q5-5 10-4t10 5q5 4 5 9t-5 10L652-329l132 132q5 5 4 10.5t-5 10.5q-4 5-9 4.5t-10-5.5L632-309ZM192-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-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-748ZM336-172q-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-172ZM192-604q-8.5 0-14.25-5.75T172-624q0-8.5 5.75-14.25T192-644q8.5 0 14.25 5.75T212-624q0 8.5-5.75 14.25T192-604Zm0 144q-8.5 0-14.25-5.75T172-480q0-8.5 5.75-14.25T192-500q8.5 0 14.25 5.75T212-480q0 8.5-5.75 14.25T192-460Zm0 144q-8.5 0-14.25-5.75T172-336q0-8.5 5.75-14.25T192-356q8.5 0 14.25 5.75T212-336q0 8.5-5.75 14.25T192-316Zm0 144q-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-172Zm576-432q-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-604Z"
}));
});
IconMaterialRemoveSelectionW100Filled.displayName = 'OnesyIconMaterialRemoveSelectionW100Filled';
export default IconMaterialRemoveSelectionW100Filled;