UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.64 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 IconMaterialActionKeyW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ActionKeyW100Filled', short_name: 'ActionKey', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M644-192q-51.562 0-88.281-36.602-36.719-36.602-36.719-88t36.602-87.898q36.602-36.5 88-36.5t87.898 36.425Q768-368.15 768-317q0 21.922-7 41.461Q754-256 741-240l98 99q2 1.75 3 4.375t1 4.625q0 2-1 4.8t-3 5.2q-1.607 1.818-4.018 2.909Q832.571-118 830-118q-3.143 0-5.893-1.091T819-122l-98-97q-16 13-35.5 20t-41.5 7Zm-408 1q-51.15 0-87.575-36.5Q112-264 112-317q0-51.15 36.425-87.575Q184.85-441 236-441q53 0 89.5 36.425T362-317q0 53-36.5 89.5T236-191Zm408-28q39.6 0 67.8-28 28.2-28 28.2-70 0-39.6-28.2-67.8Q683.6-413 644-413q-42 0-70 28.2T546-317q0 42 28 70t70 28ZM236-597q-51.15 0-87.575-36.5Q112-670 112-723q0-51.15 36.425-87.575Q184.85-847 236-847q53 0 89.5 36.425T362-723q0 53-36.5 89.5T236-597Zm408 0q-53 0-89.5-36.5T518-723q0-51.15 36.5-87.575Q591-847 644-847q51.15 0 87.575 36.425Q768-774.15 768-723q0 53-36.425 89.5T644-597Z" }) }))); }); IconMaterialActionKeyW100Filled.displayName = 'AmauiIconMaterialActionKeyW100Filled'; exports.default = IconMaterialActionKeyW100Filled;