@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CheckmarkLock = /*#__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: "M12 2a10 10 0 0 1 9.92 11.26A3.5 3.5 0 0 0 15 14v.05a2.5 2.5 0 0 0-2 2.45v5c0 .15.01.3.04.45A10 10 0 1 1 12 2Zm3.22 6.97-4.47 4.47-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5c.3.3.77.3 1.06 0l5-5a.75.75 0 1 0-1.06-1.06Zm3.28 2.53A2.5 2.5 0 0 1 21 14v1h.54c.81.02 1.46.69 1.46 1.5v5c0 .83-.67 1.5-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5h.5v-1a2.5 2.5 0 0 1 2.5-2.5Zm-.4 8.42a1 1 0 0 0 1.35-1.24 1 1 0 1 0-1.34 1.24ZM17.5 14v1h2v-1a1 1 0 1 0-2 0Z"
}));
});
CheckmarkLock.displayName = 'CheckmarkLock';
export var CheckmarkLockDimensions = {
height: 24,
width: 24
};