bbm-component-library-test
Version:
React based component library for all BBM web applications
36 lines (30 loc) • 2.19 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _react = require("react");
var _react2 = _interopRequireDefault(_react);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function Lock() {
return _react2.default.createElement(
"svg",
{
width: "18px",
height: "17px",
viewBox: "0 0 18 17",
version: "1.1",
xmlns: "http://www.w3.org/2000/svg"
},
_react2.default.createElement(
"g",
{ fill: "currentColor", fillRule: "nonzero" },
_react2.default.createElement("path", {
d: "M13.6404554,5.90927625 L12.2811664,5.90927625 L12.2811664,4.19673802 C12.2811664,2.42711519 10.8195654,1 9.00718016,1 C7.1947949,1 5.73319389,2.42711519 5.73319389,4.19673802 L5.73319389,5.90927625 L4.37390495,5.90927625 C3.61387242,5.90927625 3,6.50866463 3,7.25076453 L3,13.6585117 C3,14.4006116 3.61387242,15 4.37390495,15 L13.6258394,15 C14.3858719,15 14.9997443,14.4006116 14.9997443,13.6585117 L14.9997443,7.25076453 C15.0143603,6.50866463 14.4004879,5.90927625 13.6404554,5.90927625 Z M6.96093874,4.19673802 C6.96093874,3.09785933 7.88174738,2.19877676 9.00718016,2.19877676 C10.1326129,2.19877676 11.0534216,3.09785933 11.0534216,4.19673802 L11.0534216,5.90927625 L6.96093874,5.90927625 L6.96093874,4.19673802 Z M13.7866155,13.6585117 C13.7866155,13.7441386 13.7135354,13.8012232 13.6404554,13.8012232 L4.37390495,13.8012232 C4.28620889,13.8012232 4.22774485,13.7298675 4.22774485,13.6585117 L4.22774485,7.25076453 C4.22774485,7.16513761 4.3008249,7.10805301 4.37390495,7.10805301 L13.6258394,7.10805301 C13.7135354,7.10805301 13.7719995,7.17940877 13.7719995,7.25076453 L13.7719995,13.6585117 L13.7866155,13.6585117 Z",
stroke: "currentColor",
strokeWidth: "0.2"
}),
_react2.default.createElement("path", { d: "M8.99421965,9 C8.43930636,9 8,9.47560976 8,10.0487805 C8,10.4268293 8.19653179,10.7682927 8.48554913,10.9512195 L8.48554913,12 L9.51445087,12 L9.51445087,10.9512195 C9.80346821,10.7682927 10,10.4390244 10,10.0487805 C9.98843931,9.46341463 9.54913295,9 8.99421965,9 Z" })
)
);
}
exports.default = Lock;