UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.01 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 IconMaterialArticleShortcutW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArticleShortcutW100', short_name: 'ArticleShortcut', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-480Zm248 308H410q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h318q12 0 22-10t10-22v-496q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v136q0 5.95-4.035 9.975-4.035 4.025-10 4.025T176-582.025q-4-4.025-4-9.975v-136q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17Zm-88-294q5.95 0 9.975-4.035 4.025-4.035 4.025-10T649.975-490q-4.025-4-9.975-4H410q-5.95 0-9.975 4.035-4.025 4.035-4.025 10t4.025 9.965q4.025 4 9.975 4h230ZM520-306q5.95 0 9.975-4.035 4.025-4.035 4.025-10T529.975-330q-4.025-4-9.975-4H410q-5.95 0-9.975 4.035-4.025 4.035-4.025 10t4.025 9.965q4.025 4 9.975 4h110Zm120-320q5.95 0 9.975-4.035 4.025-4.035 4.025-10T649.975-650q-4.025-4-9.975-4H320q-5.95 0-9.975 4.035-4.025 4.035-4.025 10t4.025 9.965q4.025 4 9.975 4h320ZM296-132q-68.189 0-116.095-47.613Q132-227.226 132-295q0-53.51 31-95.755T242-450h-96q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h120q12.75 0 21.375 8.625T296-448v120q0 5.95-4.035 9.975-4.035 4.025-10 4.025T272-318.025q-4-4.025-4-9.975v-101q-47.012 9.935-77.506 47.19Q160-344.556 160-296.124 160-239 199.5-199.5 239-160 296-160q5.95 0 9.975 4.035 4.025 4.035 4.025 10T305.975-136q-4.025 4-9.975 4Z" }) }))); }); IconMaterialArticleShortcutW100.displayName = 'AmauiIconMaterialArticleShortcutW100'; exports.default = IconMaterialArticleShortcutW100;