UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

17 lines (16 loc) 2.17 kB
import { memo } from 'react'; import Svg, { G, Path } from 'react-native-svg'; const MetaFill = /* @__PURE__ */ memo(function MetaFill(_props) { const { color = 'black', size = 24, ...props } = _props; return (<Svg viewBox="0 0 24 24" width={size} height={size} {...props}> <G fill="none" fillRule="evenodd"> <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="M16.023 4.503c1.83-.126 3.244.942 4.185 2.174.948 1.243 1.601 2.866 1.96 4.462.357 1.596.453 3.311.156 4.773-.285 1.404-1.046 3.01-2.767 3.525-1.62.484-3.04-.22-4.052-1.072-1.016-.855-1.876-2.053-2.552-3.176a25 25 0 0 1-.89-1.616 25 25 0 0 1-.889 1.615c-.676 1.124-1.536 2.322-2.552 3.177-1.013.852-2.432 1.556-4.052 1.072-1.721-.515-2.482-2.12-2.767-3.525-.296-1.462-.2-3.177.157-4.773.358-1.596 1.011-3.22 1.96-4.462.94-1.232 2.354-2.3 4.184-2.174 1.716.12 2.963 1.283 3.74 2.269l.22.289.219-.29c.777-.985 2.024-2.149 3.74-2.268M7.896 7.496c-.42-.029-.97.186-1.592 1.002-.614.805-1.124 1.993-1.417 3.298s-.335 2.579-.144 3.52c.165.81.43 1.101.592 1.203l.068.034.027.01c.232.07.614.05 1.26-.494.645-.542 1.303-1.413 1.914-2.427.272-.453.525-.917.752-1.363l.26-.525.233-.497.206-.458.175-.407.143-.346a9 9 0 0 0-.663-1.119c-.644-.916-1.29-1.394-1.814-1.43Zm8.335 0c-.524.037-1.17.515-1.814 1.431a9 9 0 0 0-.663 1.119l.227.543.19.434.107.234.234.497.26.525c.227.446.479.91.751 1.363.611 1.014 1.27 1.885 1.913 2.427.601.506.973.558 1.21.507l.052-.013c.13-.04.483-.249.686-1.248.19-.94.149-2.214-.144-3.52-.292-1.304-.802-2.492-1.417-3.297-.623-.816-1.172-1.03-1.592-1.002"/> </G> </Svg>); }); /** * MingCute Icon: Meta Fill * @see {@link https://www.mingcute.com MingCute Icon Docs} */ export { MetaFill };