@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableLock = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.25 6A6.25 6.25 0 0 0 6 12.25v4.25h10.5V6h-4.25ZM19 6v10.5h10V6H19Zm-2.5 13H6v10h10.5V19ZM19 29V19h10v9.42a5 5 0 0 0-1 .58h-9Zm18-7c1.96 0 3.73.8 5 2.1V19H31.5v5.67A6.99 6.99 0 0 1 37 22ZM26 33a5 5 0 0 1 .23-1.5H19V42h7v-9Zm-9.5-1.5H6v4.25C6 39.2 8.8 42 12.25 42h4.25V31.5Zm25.5-15v-4.25C42 8.8 39.2 6 35.75 6H31.5v10.5H42ZM32 30h-1a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V33a3 3 0 0 0-3-3h-1v-1a5 5 0 0 0-10 0v1Zm2.5-1a2.5 2.5 0 0 1 5 0v1h-5v-1Zm5.5 9a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
}));
});
TableLock.displayName = 'TableLock';
export var TableLockDimensions = {
height: 48,
width: 48
};