phosphor-react-native
Version:
Flexible icons for React Native
39 lines (37 loc) • 1.3 kB
JavaScript
;
/* GENERATED FILE */
import { Path } from 'react-native-svg';
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export default new Map([['bold', /*#__PURE__*/_jsx(_Fragment, {
children: /*#__PURE__*/_jsx(Path, {
d: "M144 128a16 16 0 1 1-16-16 16 16 0 0 1 16 16"
})
})], ['duotone', ({
duotoneColor,
duotoneOpacity
}) => /*#__PURE__*/_jsxs(_Fragment, {
children: [/*#__PURE__*/_jsx(Path, {
d: "M176 128a48 48 0 1 1-48-48 48 48 0 0 1 48 48",
opacity: duotoneOpacity,
fill: duotoneColor
}), /*#__PURE__*/_jsx(Path, {
d: "M140 128a12 12 0 1 1-12-12 12 12 0 0 1 12 12"
})]
})], ['fill', /*#__PURE__*/_jsx(_Fragment, {
children: /*#__PURE__*/_jsx(Path, {
d: "M128 80a48 48 0 1 0 48 48 48 48 0 0 0-48-48m0 60a12 12 0 1 1 12-12 12 12 0 0 1-12 12"
})
})], ['light', /*#__PURE__*/_jsx(_Fragment, {
children: /*#__PURE__*/_jsx(Path, {
d: "M138 128a10 10 0 1 1-10-10 10 10 0 0 1 10 10"
})
})], ['regular', /*#__PURE__*/_jsx(_Fragment, {
children: /*#__PURE__*/_jsx(Path, {
d: "M140 128a12 12 0 1 1-12-12 12 12 0 0 1 12 12"
})
})], ['thin', /*#__PURE__*/_jsx(_Fragment, {
children: /*#__PURE__*/_jsx(Path, {
d: "M136 128a8 8 0 1 1-8-8 8 8 0 0 1 8 8"
})
})]]);
//# sourceMappingURL=Dot.js.map