@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LockMultiple = /*#__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: "M7.25 5.5a3.5 3.5 0 1 1 7 0v1h1c1.24 0 2.25 1 2.25 2.25v7.5c0 1.24-1 2.25-2.25 2.25h-9c-1.24 0-2.25-1-2.25-2.25v-7.5C4 7.51 5 6.5 6.25 6.5h1v-1Zm5.5 0a2 2 0 1 0-4 0v1h4v-1Zm-2 8.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5ZM7.63 19.5c.3.87 1.14 1.5 2.12 1.5h6C18.1 21 20 19.1 20 16.75v-4.5c0-.98-.63-1.81-1.5-2.12v6.62a2.75 2.75 0 0 1-2.75 2.75H7.63Z"
}));
});
LockMultiple.displayName = 'LockMultiple';
export var LockMultipleDimensions = {
height: 24,
width: 24
};