UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.18 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("@onesy/ui-react"); const IconMaterialKeyVerticalW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'KeyVerticalW100Filled', short_name: 'KeyVertical', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M481-620q25 0 42.5-17.5T541-680q0-25-17.5-42.5T481-740q-25 0-42.5 17.5T421-680q0 25 17.5 42.5T481-620Zm0 520q-6 0-11-2t-10-7l-49-48q-4-4-6-9t-3-10q-1-5 1-10.5t5-10.5l32-42-39-55q-3-4-4.5-8t-1.5-9q0-5 1.5-9t3.5-8l27-40v-144q-48-11-84-57.5T307-680q0-74 50-124t124-50q74 0 124 50t50 124q0 64-36 110.5T535-512v357q0 6-2 11.5t-7 10.5l-24 24q-5 5-10 7t-11 2Z" }) }))); }); IconMaterialKeyVerticalW100Filled.displayName = 'OnesyIconMaterialKeyVerticalW100Filled'; exports.default = IconMaterialKeyVerticalW100Filled;