UNPKG

@fruits-chain/react-native-xiaoshu

Version:
21 lines • 535 B
import Color from 'color'; import React from 'react'; import { Circle } from 'react-native-svg'; import { genIcon } from './helper/gen'; const IconCircleOutline = genIcon({ render: (color, _ref) => { let { disabled } = _ref; return /*#__PURE__*/React.createElement(Circle, { cx: "12", cy: "12", r: 11, fill: disabled ? Color(color).alpha(0.05).string() : 'none', stroke: color, strokeWidth: 1.4 }); } }); export default IconCircleOutline; //# sourceMappingURL=circle.js.map