@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
17 lines (16 loc) • 1.51 kB
JavaScript
import { memo } from 'react';
import Svg, { G, Path } from 'react-native-svg';
const NotionFill = /* @__PURE__ */ memo(function NotionFill(_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.594 23.258l-.012.002-.071.035-.02.004-.014-.004-.071-.036q-.016-.004-.024.006l-.004.01-.017.428.005.02.01.013.104.074.015.004.012-.004.104-.074.012-.016.004-.017-.017-.427q-.004-.016-.016-.018m.264-.113-.014.002-.184.093-.01.01-.003.011.018.43.005.012.008.008.201.092q.019.005.029-.008l.004-.014-.034-.614q-.005-.019-.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.003-.011.018-.43-.003-.012-.01-.01z"/>
<Path fill={color} d="m17.94 2.434.19.117 1.98 1.32a2 2 0 0 1 .883 1.498l.007.166v12.539a2 2 0 0 1-1.692 1.976l-.155.018-11.529.887a2 2 0 0 1-1.646-.663l-.107-.131L3.6 17.133a3 3 0 0 1-.592-1.584L3 15.333V4.926A2 2 0 0 1 4.692 2.95l.155-.018 11.388-.876a3 3 0 0 1 1.704.378ZM19 7.08 8 7.926V18.92l11-.846zM16 8.5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-.5a1 1 0 0 1-.852-.476L12 12.72V17a1 1 0 1 1-2 0v-7a1 1 0 0 1 1-1h.5a1 1 0 0 1 .852.476L15 13.779V9.5a1 1 0 0 1 1-1m.388-4.45-10.143.78 1.137 1.137 10.998-.845-1.36-.907a1 1 0 0 0-.632-.165"/>
</G>
</Svg>);
});
/**
* MingCute Icon: Notion Fill
* @see {@link https://www.mingcute.com MingCute Icon Docs}
*/
export { NotionFill };