@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.24 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialRemoveSelectionW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RemoveSelectionW100', short_name: 'RemoveSelection', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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" }) })));
});
IconMaterialRemoveSelectionW100.displayName = 'OnesyIconMaterialRemoveSelectionW100';
exports.default = IconMaterialRemoveSelectionW100;
;