@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 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 IconMaterialSecurityKeyW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SecurityKeyW100', short_name: 'SecurityKey', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M422-92q-26 0-43-17t-17-43v-117h-10q-26 0-43-17t-17-43v-479q0-26 17-43t43-17h256q26 0 43 17t17 43v479q0 26-17 43t-43 17h-10v117q0 26-17 43t-43 17H422Zm58-393q35 0 59.5-24t24.5-59q0-35-24.5-60T480-653q-35 0-59.5 25T396-568q0 35 24.5 59t59.5 24Zm-66 365h133q10 0 17-7t7-17v-125H390v125q0 10 7 17t17 7Zm-70-177h272q10 0 17-7t7-17v-495q0-10-7-17t-17-7H344q-10 0-17 7t-7 17v495q0 10 7 17t17 7Zm136-216q-23 0-39-16t-16-39q0-23 16-40t39-17q23 0 40 17t17 40q0 23-17 39t-40 16ZM344-297h-24 320-296Z" }) })));
});
IconMaterialSecurityKeyW100.displayName = 'OnesyIconMaterialSecurityKeyW100';
exports.default = IconMaterialSecurityKeyW100;
;