@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TagLock = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15.95 4.08A4 4 0 0 1 18.68 3h6.82A3.5 3.5 0 0 1 29 6.5v6.76a4 4 0 0 1-1.17 2.83l-.47.46a5 5 0 0 0-9.28 1.56A4 4 0 0 0 15 22v6c0 .21.02.42.05.63a4.25 4.25 0 0 1-5.06-.72l-6.32-6.33a4.25 4.25 0 0 1 .1-6.1l12.18-11.4ZM22.5 12a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-3 7.5H19a2.5 2.5 0 0 0-2.5 2.5v6a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5v-6a2.5 2.5 0 0 0-2.5-2.5h-.5V19a3.5 3.5 0 1 0-7 0v.5Zm2-.5a1.5 1.5 0 0 1 3 0v.5h-3V19Zm3.5 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
}));
});
TagLock.displayName = 'TagLock';
export var TagLockDimensions = {
height: 32,
width: 32
};