@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.28 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 IconMaterialResizeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ResizeW100', short_name: 'Resize', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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-748ZM192-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-460Zm576 0q-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-8-446v-110q0-14-9-23t-23-9H618q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h110q24.75 0 42.38 17.62Q788-752.75 788-728v110q0 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.97ZM172-232v-110q0-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.98v110q0 14 9 23t23 9h110q5.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 4H232q-24.75 0-42.37-17.63Q172-207.25 172-232Z" }) })));
});
IconMaterialResizeW100.displayName = 'OnesyIconMaterialResizeW100';
exports.default = IconMaterialResizeW100;
;