@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.35 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 IconMaterialFitWidthW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FitWidthW100', short_name: 'FitWidth', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-192v-576q0-8.5 5.75-14.25T192-788q8.5 0 14.25 5.75T212-768v576q0 8.5-5.75 14.25T192-172q-8.5 0-14.25-5.75T172-192Zm576 0v-576q0-8.5 5.75-14.25T768-788q8.5 0 14.25 5.75T788-768v576q0 8.5-5.75 14.25T768-172q-8.5 0-14.25-5.75T748-192ZM480-460q-8.5 0-14.25-5.75T460-480q0-8.5 5.75-14.25T480-500q8.5 0 14.25 5.75T500-480q0 8.5-5.75 14.25T480-460Zm-144 0q-8.5 0-14.25-5.75T316-480q0-8.5 5.75-14.25T336-500q8.5 0 14.25 5.75T356-480q0 8.5-5.75 14.25T336-460Zm288 0q-8.5 0-14.25-5.75T604-480q0-8.5 5.75-14.25T624-500q8.5 0 14.25 5.75T644-480q0 8.5-5.75 14.25T624-460Z" }) })));
});
IconMaterialFitWidthW100.displayName = 'OnesyIconMaterialFitWidthW100';
exports.default = IconMaterialFitWidthW100;
;