@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 IconMaterialAndroidW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AndroidW100Filled', short_name: 'Android', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.2 16.725q.2-2.15 1.325-3.95 1.125-1.8 3-2.85L6.05 7.375q-.125-.2-.062-.387.062-.188.262-.313.2-.1.375-.038.175.063.3.238L8.4 9.45q1.725-.725 3.6-.725t3.6.725l1.475-2.575q.125-.175.3-.238.175-.062.375.038.2.125.262.313.063.187-.062.387l-1.475 2.55q1.875 1.05 3 2.85t1.325 3.95Zm4.8-2.2q.425 0 .713-.287Q9 13.95 9 13.525t-.287-.713q-.288-.287-.713-.287t-.713.287Q7 13.1 7 13.525t.287.713q.288.287.713.287Zm8 0q.425 0 .712-.287.288-.288.288-.713t-.288-.713q-.287-.287-.712-.287t-.712.287Q15 13.1 15 13.525t.288.713q.287.287.712.287Z" }) })));
});
IconMaterialAndroidW100Filled.displayName = 'AmauiIconMaterialAndroidW100Filled';
exports.default = IconMaterialAndroidW100Filled;