UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.44 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var LockShield = /*#__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 12.5V16H8.75A4.75 4.75 0 0 0 4 20.75v18.5A4.75 4.75 0 0 0 8.75 44h22.5c.19 0 .38-.01.56-.03-.42-.3-.85-.66-1.29-1.05A12.89 12.89 0 0 1 26 33.25v-5.41a2.75 2.75 0 0 1 2.6-2.75 10.94 10.94 0 0 0 1.3-.13 8.23 8.23 0 0 0 1.94-.46 7.6 7.6 0 0 0 1.36-.96 18.32 18.32 0 0 0 .8-.72l.05-.04A2.74 2.74 0 0 1 36 22v-1.25A4.75 4.75 0 0 0 31.25 16H28v-3.5a8 8 0 1 0-16 0zM20 7a5.5 5.5 0 0 1 5.5 5.5V16h-11v-3.5A5.5 5.5 0 0 1 20 7zm3 23a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" }), /*#__PURE__*/React.createElement("path", { d: "M28 27.76v5.74c0 6.48 6.31 9.8 7.72 10.46.18.08.38.08.55 0C37.68 43.3 44 40 44 33.7v-5.95a.78.78 0 0 0-.76-.77c-.96-.03-2.63-.16-3.74-.59a10.46 10.46 0 0 1-2.93-2.14.83.83 0 0 0-1.14 0 10.5 10.5 0 0 1-2.93 2.14c-1.11.44-2.78.56-3.74.59a.78.78 0 0 0-.76.77z" })); }); LockShield.displayName = 'LockShield'; export var LockShieldDimensions = { height: 48, width: 48 };