@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.03 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 IconMaterialMetro = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Metro', short_name: 'Metro', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M120-180v-584q0-32 22-54t54-22h34q24 0 43.5 13t27.5 36l179 473 176-469q9-24 30-38.5t47-14.5h25q34 0 58 24t24 58v578q0 25-17.5 42.5T780-120q-25 0-42.5-17.5T720-180v-430L543-151q-5 14-17 22.5t-27 8.5h-38q-15 0-27-8.5T417-151L240-607v427q0 25-17.5 42.5T180-120q-25 0-42.5-17.5T120-180Z" }) })));
});
IconMaterialMetro.displayName = 'OnesyIconMaterialMetro';
exports.default = IconMaterialMetro;