@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 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 IconMaterialEvMobiledataBadgeW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EvMobiledataBadgeW100Filled', short_name: 'EvMobiledataBadge', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M152-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h656q26 0 43 17t17 43v496q0 26-17 43t-43 17H152Zm262-134q6 0 10-4t4-10q0-6-4-10t-10-4H274v-132h100q6 0 10-4t4-10q0-6-4-10t-10-4H274v-132h140q6 0 10-4t4-10q0-6-4-10t-10-4H276q-13 0-21.5 8.5T246-624v288q0 13 8.5 21.5T276-306h138Zm202-44-93-294q-2-5-5-7.5t-8-2.5q-8 0-12 6t-2 13l101 318q2 5 5.5 8t8.5 3h10q5 0 8.5-3t5.5-8l101-319q2-7-2-12.5t-12-5.5q-5 0-8 2.5t-5 7.5l-93 294Z" }) })));
});
IconMaterialEvMobiledataBadgeW100Filled.displayName = 'OnesyIconMaterialEvMobiledataBadgeW100Filled';
exports.default = IconMaterialEvMobiledataBadgeW100Filled;
;