@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEnhancedEncryptionW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EnhancedEncryptionW100",
short_name: "EnhancedEncryption",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6.8 20.7q-.625 0-1.062-.438Q5.3 19.825 5.3 19.2v-8.4q0-.625.438-1.063Q6.175 9.3 6.8 9.3h1.5v-2q0-1.55 1.075-2.625T12 3.6q1.55 0 2.625 1.075T15.7 7.3v2h1.5q.625 0 1.062.437.438.438.438 1.063v8.4q0 .625-.438 1.062-.437.438-1.062.438ZM9 9.3h6v-2q0-1.25-.875-2.125T12 4.3q-1.25 0-2.125.875T9 7.3ZM6.8 20h10.4q.35 0 .575-.225Q18 19.55 18 19.2v-8.4q0-.35-.225-.575Q17.55 10 17.2 10H6.8q-.35 0-.575.225Q6 10.45 6 10.8v8.4q0 .35.225.575Q6.45 20 6.8 20ZM6 10v10-10Zm6 8.35q.15 0 .25-.1t.1-.25v-2.65H15q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1h-2.65V12q0-.15-.1-.25t-.25-.1q-.15 0-.25.1t-.1.25v2.65H9q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h2.65V18q0 .15.1.25t.25.1Z"
}));
});
IconMaterialEnhancedEncryptionW100.displayName = 'AmauiIconMaterialEnhancedEncryptionW100';
export default IconMaterialEnhancedEncryptionW100;