@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.73 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 IconMaterialAppShortcutW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AppShortcutW100', short_name: 'AppShortcut', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m20.75 9.875-.2-.425-.425-.2q-.175-.075-.175-.25t.175-.25l.425-.2.2-.425q.075-.175.25-.175t.25.175l.2.425.425.2q.175.075.175.25t-.175.25l-.425.2-.2.425q-.075.175-.25.175t-.25-.175Zm-5.125 4.375-.575-1.3-1.3-.575q-.25-.125-.25-.375t.25-.375l1.3-.575.575-1.3q.125-.25.375-.25t.375.25l.575 1.3 1.3.575q.25.125.25.375t-.25.375l-1.3.575-.575 1.3q-.125.25-.375.25t-.375-.25Zm5.125 1.625-.2-.425-.425-.2q-.175-.075-.175-.25t.175-.25l.425-.2.2-.425q.075-.175.25-.175t.25.175l.2.425.425.2q.175.075.175.25t-.175.25l-.425.2-.2.425q-.075.175-.25.175t-.25-.175ZM17 19.35H7v.85q0 .35.225.575Q7.45 21 7.8 21h8.4q.35 0 .575-.225Q17 20.55 17 20.2Zm0-14.7V3.8q0-.35-.225-.575Q16.55 3 16.2 3H7.8q-.35 0-.575.225Q7 3.45 7 3.8v.85ZM7.8 21.7q-.625 0-1.062-.438Q6.3 20.825 6.3 20.2V3.8q0-.625.438-1.063Q7.175 2.3 7.8 2.3h8.4q.625 0 1.062.437.438.438.438 1.063v3.1H17V5.35H7v13.3h10V17.1h.7v3.1q0 .625-.438 1.062-.437.438-1.062.438ZM7 3v1.65V3Zm0 18v-1.65V21Z" }) })));
});
IconMaterialAppShortcutW100.displayName = 'AmauiIconMaterialAppShortcutW100';
exports.default = IconMaterialAppShortcutW100;