@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.33 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("@amaui/ui-react");
const IconMaterial1xMobiledataBadge = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: '1xMobiledataBadge', short_name: '1xMobiledataBadge', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M120 936q-33 0-56.5-23.5T40 856V296q0-33 23.5-56.5T120 216h720q33 0 56.5 23.5T920 296v560q0 33-23.5 56.5T840 936H120Zm0-80h720V296H120v560Zm0 0V296v560Zm160-400v280q0 17 11.5 28.5T320 776q17 0 28.5-11.5T360 736V416q0-17-11.5-28.5T320 376h-80q-17 0-28.5 11.5T200 416q0 17 11.5 28.5T240 456h40Zm330 193 60 109q5 8 13 13t18 5q20 0 30-17.5t0-34.5l-81-148 82-148q10-17-.5-34.5T701 376q-10 0-18 5t-13 13l-60 109-60-109q-5-8-13-13t-18-5q-20 0-30 17.5t0 34.5l81 148-82 148q-10 17 .5 34.5T519 776q10 0 18-5t13-13l60-109Z" }) })));
});
IconMaterial1xMobiledataBadge.displayName = 'AmauiIconMaterial1xMobiledataBadge';
exports.default = IconMaterial1xMobiledataBadge;