box-ui-elements-mlh
Version:
31 lines (28 loc) • 1.57 kB
JavaScript
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 Unlock16 = function Unlock16(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: "M7.9.6c2.4 0 4.3 2 4.4 4.4 1 .2 1.7 1 1.7 2v5c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-1.9h7.2c0-1.9-1.6-3.4-3.4-3.4-.7 0-1.5.2-2.1.7-.2.2-.5.1-.7-.1-.1-.3-.1-.6.2-.8C5.9.9 6.9.6 7.9.6zM12 6H4c-.5 0-1 .5-1 1v5c0 .6.4 1 1 1h8c.5 0 1-.5 1-1V7c0-.6-.4-1-1-1zM9.5 9c.3 0 .5.2.5.5s-.2.5-.5.5h-3c-.3 0-.5-.2-.5-.5s.2-.5.5-.5z"
}));
};
export default Unlock16;
//# sourceMappingURL=Unlock16.js.map