@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 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 IconMaterialWidthW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WidthW100', short_name: 'Width', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m225-466 79 80q4 3.75 4 9.37 0 5.63-3.73 9.46-4.07 4.17-9.67 4.17t-9.6-4l-91.71-91.66Q188-464 186-469.54q-2-5.55-2-11.46 0-5 2-10.5t7.29-10.79L285-594q3.75-4 9.38-4 5.62 0 10.62 4 4 5 4 10.5t-4 9.5l-79 80h508l-79-80q-4-3.75-4-9.38 0-5.62 4.07-9.79 3.73-3.83 9.33-3.83t9.6 4l91.66 91.71Q771-496 773-490.5q2 5.5 2 11t-2 11q-2 5.5-7.29 10.79L674-366q-3.75 4-9.37 4-5.63 0-9.8-4.07-3.83-3.73-3.83-9.33t4-9.6l79-81H225Z" }) })));
});
IconMaterialWidthW100.displayName = 'OnesyIconMaterialWidthW100';
exports.default = IconMaterialWidthW100;
;