UNPKG

@fruits-chain/icons-react-native

Version:
32 lines • 1.38 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); } import React from 'react'; import { Svg, Path } from 'react-native-svg'; import { genOutlineIcon } from "./gen"; var IdentificationOutline = genOutlineIcon(function (_ref, props) { var size = _ref.size, color = _ref.color, strokeWidth = _ref.strokeWidth; return /*#__PURE__*/React.createElement(Svg, _extends({}, props, { viewBox: "0 0 24 24", fill: "none", width: size, height: size }), /*#__PURE__*/React.createElement(Path, { strokeLinejoin: "round", strokeLinecap: "round", strokeWidth: strokeWidth || 2, stroke: color, d: "M3 8V3h5M3 16v5h5M21 8V3h-5m5 13v5h-5" }), /*#__PURE__*/React.createElement(Path, { strokeLinejoin: "round", strokeWidth: strokeWidth || 2, stroke: color, d: "M12 7c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3Z" }), /*#__PURE__*/React.createElement(Path, { strokeLinecap: "round", strokeWidth: strokeWidth || 2, stroke: color, d: "M7 17.5C7 15 9 13 12 13s5 2 5 4.5" })); }); export default IdentificationOutline;