@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.37 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 IconMaterialAutoAwesomeMotionW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutoAwesomeMotionW100Filled', short_name: 'AutoAwesomeMotion', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.65 13q-.15 0-.25-.1t-.1-.25V4.8q0-.65.425-1.075Q4.15 3.3 4.8 3.3h7.85q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H4.8q-.35 0-.575.225Q4 4.45 4 4.8v7.85q0 .15-.1.25t-.25.1Zm4 4q-.15 0-.25-.1t-.1-.25V8.8q0-.65.425-1.075Q8.15 7.3 8.8 7.3h7.85q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H8.8q-.35 0-.575.225Q8 8.45 8 8.8v7.85q0 .15-.1.25t-.25.1Zm11.55 3.7h-6.4q-.65 0-1.075-.425-.425-.425-.425-1.075v-6.4q0-.65.425-1.075.425-.425 1.075-.425h6.4q.65 0 1.075.425.425.425.425 1.075v6.4q0 .65-.425 1.075-.425.425-1.075.425Z" }) })));
});
IconMaterialAutoAwesomeMotionW100Filled.displayName = 'AmauiIconMaterialAutoAwesomeMotionW100Filled';
exports.default = IconMaterialAutoAwesomeMotionW100Filled;