react-native-eva-icons
Version:
Eva Icons for React Native
18 lines • 1.13 kB
JavaScript
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const React = __importStar(require("react"));
const Svg = __importStar(require("react-native-svg"));
exports.default = (props) => (React.createElement(Svg.Svg, Object.assign({}, props, { viewBox: '0 0 24 24' }),
React.createElement(Svg.G, { "data-name": 'Layer 2' },
React.createElement(Svg.G, { "data-name": 'lock' },
React.createElement(Svg.Rect, { width: '24', height: '24', opacity: '0' }),
React.createElement(Svg.Circle, { cx: '12', cy: '15', r: '1' }),
React.createElement(Svg.Path, { d: 'M17 8h-1V6.11a4 4 0 1 0-8 0V8H7a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3zm-7-1.89A2.06 2.06 0 0 1 12 4a2.06 2.06 0 0 1 2 2.11V8h-4zM12 18a3 3 0 1 1 3-3 3 3 0 0 1-3 3z' })))));
//# sourceMappingURL=Lock.js.map
;