UNPKG

box-ui-elements-mlh

Version:
31 lines (28 loc) 1.64 kB
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } /* eslint-disable react/jsx-sort-props */ import * as React from 'react'; import * as vars from '../../styles/variables'; import AccessibleSVG from '../../components/accessible-svg/AccessibleSVG'; /** * This is an auto-generated component and should not be edited * manually in contributor pull requests. * * If you have problems with this component: * - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md * * If there are missing features in this component: * - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md */ var Lock16 = function Lock16(props) { return /*#__PURE__*/React.createElement(AccessibleSVG, _extends({ width: 16, height: 16, viewBox: "0 0 16 16" }, props), /*#__PURE__*/React.createElement("path", { fill: vars.bdlGray, fillRule: "evenodd", d: "M8 1a4.48 4.48 0 014.49 4.198A2.471 2.471 0 0114 7.5v4c0 1.4-1.1 2.5-2.5 2.5h-7C3.1 14 2 12.9 2 11.5v-4c0-1.047.615-1.926 1.51-2.303A4.479 4.479 0 018 1zm3.5 5h-7l-.14.007C3.62 6.083 3 6.747 3 7.5v4c0 .8.7 1.5 1.5 1.5h7c.8 0 1.5-.7 1.5-1.5v-4c0-.8-.7-1.5-1.5-1.5zm-2 3c.3 0 .5.2.5.5s-.3.5-.5.5h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h3zM8 2l-.189.005C6.163 2.098 4.778 3.39 4.537 5h6.926C11.213 3.327 9.73 2 8 2z" })); }; export default Lock16; //# sourceMappingURL=Lock16.js.map