UNPKG

@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.1 kB
"use strict"; 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 WebcamSlash = 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: "m216.88 207.93-160-176a12 12 0 1 0-17.76 16.14l14.81 16.29A84 84 0 0 0 116 187.13V196H32a12 12 0 0 0 0 24h163.42l3.7 4.07a12 12 0 0 0 17.76-16.14M68 104a59.8 59.8 0 0 1 3.52-20.29l12.91 14.2A44 44 0 0 0 128 148c.64 0 1.28 0 1.92-.05l12.9 14.19A60 60 0 0 1 68 104m72 92v-8.87a84.4 84.4 0 0 0 20.42-5.63L173.6 196ZM88.89 42.35a12 12 0 0 1 6.37-15.73 84 84 0 0 1 106.65 117.32 12 12 0 0 1-10.56 6.29 11.84 11.84 0 0 1-5.7-1.45 12 12 0 0 1-4.84-16.26 60 60 0 0 0-76.19-83.8 12 12 0 0 1-15.73-6.37M172 103.64a12 12 0 0 1-11.9 12.1h-.1a12 12 0 0 1-12-11.91 20 20 0 0 0-17.94-19.73 12 12 0 1 1 2.42-23.87A43.92 43.92 0 0 1 172 103.64" }) }); var _default = exports.default = WebcamSlash; //# sourceMappingURL=WebcamSlash.js.map