@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.77 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("@onesy/ui-react");
const IconMaterialArticleShortcutW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArticleShortcutW100Filled', short_name: 'ArticleShortcut', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M320-626h320q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H320q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4Zm106 454q-12.75 0-21.37-8.63Q396-189.25 396-202v-104h124q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H396v-132h244q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H388q-14-37-46.94-60.5T266-578h-64q-12.75 0-21.37-8.63Q172-595.25 172-608v-120q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17H426Zm-130 40q-68.19 0-116.09-47.61Q132-227.23 132-295q0-53.51 31-95.76Q194-433 242-450h-96q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h120q12.75 0 21.38 8.62Q296-460.75 296-448v120q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-101q-47.01 9.93-77.51 47.19Q160-344.56 160-296.12q0 57.12 39.5 96.62Q239-160 296-160q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4Z" }) })));
});
IconMaterialArticleShortcutW100Filled.displayName = 'OnesyIconMaterialArticleShortcutW100Filled';
exports.default = IconMaterialArticleShortcutW100Filled;
;