@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Vault = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"
}), /*#__PURE__*/React.createElement("path", {
d: "M2 7.75A3.75 3.75 0 0 1 5.75 4h12.5A3.75 3.75 0 0 1 22 7.75v8.5A3.75 3.75 0 0 1 18.25 20H5.75A3.75 3.75 0 0 1 2 16.25v-8.5zM5.75 7a.75.75 0 0 0-.75.75v8.5a.75.75 0 0 0 1.5 0v-8.5A.75.75 0 0 0 5.75 7zm5.53 1.22a.75.75 0 1 0-1.06 1.06l1.2 1.2a2.99 2.99 0 0 0 0 3.04l-1.2 1.2a.75.75 0 1 0 1.06 1.06l1.2-1.2a2.99 2.99 0 0 0 3.04 0l1.2 1.2a.75.75 0 1 0 1.06-1.06l-1.2-1.2a2.99 2.99 0 0 0 0-3.04l1.2-1.2a.75.75 0 0 0-1.06-1.06l-1.2 1.2a2.99 2.99 0 0 0-3.04 0l-1.2-1.2z"
}));
});
Vault.displayName = 'Vault';
export var VaultDimensions = {
height: 24,
width: 24
};