@icongo/fc
Version:
Flat Color Icons
33 lines (32 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCLockLandscape = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCLockLandscape = function FCLockLandscape(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474F",
d: "M7 10h34c2.2 0 4 1.8 4 4v20c0 2.2-1.8 4-4 4H7c-2.2 0-4-1.8-4-4V14c0-2.2 1.8-4 4-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#BBDEFB",
d: "M42 34V14c0-.6-.4-1-1-1H7c-.6 0-1 .4-1 1v20c0 .6.4 1 1 1h34c.6 0 1-.4 1-1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#3F51B5",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M29 31H19c-.6 0-1-.4-1-1v-6c0-.6.4-1 1-1h10c.6 0 1 .4 1 1v6c0 .6-.4 1-1 1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M24 17c-2.2 0-4 1.8-4 4v3h2v-3c0-1.1.9-2 2-2s2 .9 2 2v3h2v-3c0-2.2-1.8-4-4-4z"
})]
})]
}));
};
exports.FCLockLandscape = FCLockLandscape;