@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
25 lines (23 loc) • 2.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _reactNativeSvg = _interopRequireWildcard(require("react-native-svg"));
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
/* Generated code. Do not edit.*/
const Snowflake = props => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.default, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
d: "M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m42.37 119.22 18.94-6.76a8 8 0 1 1 5.38 15.08l-15.48 5.52 4.52 16.87a8 8 0 0 1-5.66 9.8 8.2 8.2 0 0 1-2.07.27 8 8 0 0 1-7.73-5.93l-5.57-20.8-26.7-15.41v30.83l13.66 13.65a8 8 0 0 1-11.32 11.32L128 187.31l-10.34 10.35a8 8 0 0 1-11.32-11.32L120 172.69v-30.83l-26.7 15.41-5.57 20.8A8 8 0 0 1 80 184a8.2 8.2 0 0 1-2.07-.27 8 8 0 0 1-5.66-9.8l4.52-16.87-15.48-5.52a8 8 0 0 1 5.38-15.08l18.94 6.76L112 128l-26.37-15.22-18.94 6.76A8.2 8.2 0 0 1 64 120a8 8 0 0 1-2.69-15.54l15.48-5.52-4.52-16.87a8 8 0 0 1 15.46-4.14l5.57 20.8 26.7 15.41V83.31l-13.66-13.65a8 8 0 0 1 11.32-11.32L128 68.69l10.34-10.35a8 8 0 0 1 11.32 11.32L136 83.31v30.83l26.7-15.41 5.57-20.8a8 8 0 0 1 15.46 4.14l-4.52 16.87 15.48 5.52A8 8 0 0 1 192 120a8.2 8.2 0 0 1-2.69-.46l-18.94-6.76L144 128Z"
})
});
var _default = exports.default = Snowflake;
//# sourceMappingURL=Snowflake.js.map