@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
17 lines (16 loc) • 3.38 kB
JavaScript
import { memo } from 'react';
import Svg, { G, Path } from 'react-native-svg';
const Flower5Line = /* @__PURE__ */ memo(function Flower5Line(_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="M8.57 4.326q.144.043.29.094c.225-.464.493-.884.802-1.24C10.244 2.511 11.04 2 12 2c1.372 0 2.387 1.018 3 2.148q.072.133.14.272a5.6 5.6 0 0 1 1.443-.31c.885-.062 1.81.14 2.488.819.97.97.968 2.408.603 3.64q-.043.146-.094.291c.464.225.884.493 1.24.802C21.489 10.244 22 11.04 22 12c0 1.372-1.018 2.387-2.148 3q-.133.072-.272.14c.169.486.277.973.31 1.443.062.885-.14 1.81-.819 2.488-.97.97-2.408.968-3.64.603a7 7 0 0 1-.291-.094 5.6 5.6 0 0 1-.802 1.24C13.757 21.489 12.96 22 12 22c-1.372 0-2.387-1.018-3-2.148a7 7 0 0 1-.14-.272 5.6 5.6 0 0 1-1.443.31c-.885.062-1.81-.14-2.488-.819-.97-.97-.968-2.408-.603-3.64q.043-.146.094-.291a5.6 5.6 0 0 1-1.24-.802C2.511 13.756 2 12.96 2 12c0-1.372 1.018-2.387 2.148-3q.133-.072.272-.14a5.6 5.6 0 0 1-.31-1.443c-.062-.885.14-1.81.819-2.488.97-.97 2.408-.968 3.64-.603m3.784 2.37a10.6 10.6 0 0 0-1.703-1.385c.16-.333.337-.608.52-.819.34-.388.629-.492.83-.492.285 0 .77.232 1.242 1.102.45.829.758 2.034.758 3.398q-.001.468-.049.818c-.189-.934-.777-1.8-1.597-2.621m-1.415 1.415c.222.221.4.425.544.613C10.69 8.198 9.661 8 8.5 8c-.757 0-1.494.078-2.184.224a3.7 3.7 0 0 1-.21-.947c-.036-.513.094-.791.237-.934.202-.202.708-.38 1.658-.1.904.269 1.974.903 2.938 1.868M8.5 10q.468.001.818.049c-.933.189-1.8.777-2.621 1.598a10.5 10.5 0 0 0-1.386 1.702 3.7 3.7 0 0 1-.819-.52C4.104 12.49 4 12.201 4 12c0-.285.232-.77 1.102-1.242C5.931 10.308 7.136 10 8.5 10m-.39 3.06q.332-.33.614-.543C8.198 13.31 8 14.339 8 15.5c0 .757.078 1.494.224 2.184a3.7 3.7 0 0 1-.947.21c-.513.037-.791-.094-.934-.237-.201-.202-.38-.708-.1-1.658.269-.904.903-1.974 1.868-2.938M10 15.5q.001-.468.049-.818c.189.933.777 1.8 1.598 2.621a10.5 10.5 0 0 0 1.702 1.386 3.7 3.7 0 0 1-.52.819c-.338.388-.627.492-.829.492-.285 0-.77-.232-1.242-1.102-.45-.829-.758-2.034-.758-3.398m3.06.39a6 6 0 0 1-.543-.614c.794.527 1.822.724 2.983.724.757 0 1.494-.078 2.184-.224.122.348.191.668.21.947.037.514-.094.791-.237.934-.202.201-.708.38-1.658.1-.904-.269-1.974-.903-2.938-1.868M15.5 14q-.468-.001-.818-.049c.933-.189 1.8-.777 2.621-1.598a10.5 10.5 0 0 0 1.386-1.702c.333.16.608.337.819.52.388.338.492.627.492.829 0 .285-.232.77-1.102 1.242-.829.45-2.034.758-3.398.758m.39-3.06a6 6 0 0 1-.614.543C15.803 10.69 16 9.661 16 8.5c0-.757-.078-1.494-.224-2.184a3.7 3.7 0 0 1 .947-.21c.514-.037.791.094.934.237.201.202.38.708.1 1.658-.269.904-.903 1.974-1.868 2.938M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2"/>
</G>
</Svg>);
});
/**
* MingCute Icon: Flower 5 Line
* @see {@link https://www.mingcute.com MingCute Icon Docs}
*/
export { Flower5Line };