UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.3 kB
"use strict"; 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 IconMaterialAutoAwesomeMotion = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutoAwesomeMotion', short_name: 'AutoAwesomeMotion', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3 14q-.425 0-.712-.288Q2 13.425 2 13V4q0-.825.588-1.413Q3.175 2 4 2h9q.425 0 .713.287Q14 2.575 14 3t-.287.712Q13.425 4 13 4H4v9q0 .425-.287.712Q3.425 14 3 14Zm4 4q-.425 0-.713-.288Q6 17.425 6 17V8q0-.825.588-1.412Q7.175 6 8 6h9q.425 0 .712.287Q18 6.575 18 7t-.288.713Q17.425 8 17 8H8v9q0 .425-.287.712Q7.425 18 7 18Zm13 4h-8q-.825 0-1.412-.587Q10 20.825 10 20v-8q0-.825.588-1.413Q11.175 10 12 10h8q.825 0 1.413.587Q22 11.175 22 12v8q0 .825-.587 1.413Q20.825 22 20 22Zm0-2v-8h-8v8Zm-8-8v8-8Z" }) }))); }); IconMaterialAutoAwesomeMotion.displayName = 'AmauiIconMaterialAutoAwesomeMotion'; exports.default = IconMaterialAutoAwesomeMotion;