@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
17 lines (16 loc) • 1.72 kB
JavaScript
import { memo } from 'react';
import Svg, { G, Path } from 'react-native-svg';
const AppleFill = /* @__PURE__ */ memo(function AppleFill(_props) {
const { color = 'black', size = 24, ...props } = _props;
return (<Svg viewBox="0 0 24 24" width={size} height={size} {...props}>
<G fill="none">
<Path d="M24 0v24H0V0zM12.593 23.258l-.011.002-.071.035-.02.004-.014-.004-.071-.035q-.016-.005-.024.005l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.017-.018m.265-.113-.013.002-.185.093-.01.01-.003.011.018.43.005.012.008.007.201.093q.019.005.029-.008l.004-.014-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014-.034.614q.001.018.017.024l.015-.002.201-.093.01-.008.004-.011.017-.43-.003-.012-.01-.01z"/>
<Path fill={color} d="m13.064 6.685.745-.306c.605-.24 1.387-.485 2.31-.33 1.891.318 3.195 1.339 3.972 2.693.3.522.058 1.21-.502 1.429a2.501 2.501 0 0 0 .133 4.706c.518.17.81.745.64 1.263-.442 1.342-1.078 2.581-1.831 3.581-.744.988-1.652 1.808-2.663 2.209-.66.26-1.368.163-2.045-.005l-.402-.107-.597-.173c-.271-.079-.55-.147-.824-.147-.275 0-.553.068-.824.147l-.597.173-.402.107c-.677.168-1.386.266-2.045.005-1.273-.504-2.396-1.68-3.245-3.067a13.5 13.5 0 0 1-1.784-4.986c-.227-1.554-.104-3.299.615-4.775.74-1.521 2.096-2.705 4.163-3.053.84-.141 1.562.048 2.14.265l.331.13.584.241c.4.157.715.249 1.064.249.348 0 .664-.092 1.064-.249m-1.296-3.917c.976-.977 2.475-1.061 2.828-.707.354.353.27 1.852-.707 2.828-.976.976-2.475 1.06-2.828.707-.354-.353-.27-1.852.707-2.828"/>
</G>
</Svg>);
});
/**
* MingCute Icon: Apple Fill
* @see {@link https://www.mingcute.com MingCute Icon Docs}
*/
export { AppleFill };