phosphor-react-native
Version:
Flexible icons for React Native
114 lines (106 loc) • 5.36 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
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); }
function HandsClapping(props) {
return /*#__PURE__*/React.createElement(_reactNativeSvg.default, _extends({
id: "Raw",
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(_reactNativeSvg.Rect, {
width: 256,
height: 256,
fill: "none"
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M76.988,93.50979l-8-13.8564a17.92489,17.92489,0,0,0-9.12085-7.79857l-.00017.00051L57.52388,67.797a18,18,0,1,1,31.17691-18L99.04433,67.71252l.0004-.001A18.00053,18.00053,0,0,0,76.988,93.50979",
opacity: 0.2
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M156.22214,94.745a18.00053,18.00053,0,0,0-22.05725,25.79811l-26-45.03332a17.92489,17.92489,0,0,0-9.12016-7.7983l-.0004.001-2.34352-4.0591a18,18,0,1,1,31.1769-18l28.3439,49.09309Z",
opacity: 0.2
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M153.87771,90.68671a18,18,0,1,1,31.17691-18l17,29.44486a72.02623,72.02623,0,0,1-14.0179,89.38343l.00006,0a71.83347,71.83347,0,0,0-5.695-59.527l-17-29.44487a17.925,17.925,0,0,0-9.11967-7.79811l-.00053.00148Z",
opacity: 0.2
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M51.81106,121.9021a18,18,0,1,0-31.17691,18l37,64.08588a72,72,0,0,0,124.70766-72l-17-29.44487a18,18,0,0,0-31.17692,18",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M106.988,145.47132l-38-65.81793a18,18,0,0,0-31.17692,18l38,65.81793",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M150.16489,148.25593l-42-72.74614a18,18,0,0,0-31.17691,18",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M99.04433,67.71252,88.70079,49.797a18,18,0,1,0-31.17691,18L59.867,71.85533",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M188.03672,191.515a72.02623,72.02623,0,0,0,14.0179-89.38343l-17-29.44486a18,18,0,1,0-31.17691,18",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Path, {
d: "M156.22161,94.74648l-28.3439-49.09309a18,18,0,0,0-31.17692,18",
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Line, {
x1: 176.84663,
y1: 11.27112,
x2: 172.70552,
y2: 26.72593,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Line, {
x1: 207.06334,
y1: 25.3614,
x2: 197.88611,
y2: 38.46784,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}), /*#__PURE__*/React.createElement(_reactNativeSvg.Line, {
x1: 230.6386,
y1: 48.93666,
x2: 217.53216,
y2: 58.11389,
fill: "none",
stroke: props.color,
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 12
}));
}
var _default = HandsClapping;
exports.default = _default;
//# sourceMappingURL=HandsClapping.js.map