@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 935 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LockOpen = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M13.29 2h.21a4.5 4.5 0 0 1 4.49 4.2.75.75 0 1 1-1.5.1 3 3 0 0 0-5.98.02l-.01.18v3h9.25c1.24 0 2.25 1 2.25 2.25v12C22 25 21 26 19.75 26H7.25C6 26 5 25 5 23.75v-12C5 10.51 6 9.5 7.25 9.5H9v-3A4.5 4.5 0 0 1 13.29 2h.21-.21zm.21 14a1.62 1.62 0 1 0 0 3.25 1.62 1.62 0 0 0 0-3.25z"
}));
});
LockOpen.displayName = 'LockOpen';
export var LockOpenDimensions = {
height: 28,
width: 28
};