UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

17 lines (16 loc) 2.57 kB
import { memo } from 'react'; import Svg, { G, Path } from 'react-native-svg'; const LemonSqueezyLine = /* @__PURE__ */ memo(function LemonSqueezyLine(_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="M7.25 4.75a.75.75 0 0 1 1.5 0c0 .083-.043.345-.178.81-.142.492-.35 1.093-.572 1.693-.222-.6-.43-1.201-.572-1.693-.135-.465-.178-.727-.178-.81M8 2a2.75 2.75 0 0 0-2.75 2.75c0 .4.125.912.257 1.365.141.49.33 1.046.528 1.589.395 1.086.84 2.176 1.037 2.667a1 1 0 0 0 1.856 0c.197-.49.642-1.581 1.037-2.667a26 26 0 0 0 .528-1.589c.132-.453.257-.965.257-1.365A2.75 2.75 0 0 0 8 2m5.48 4.71a.75.75 0 1 1 1.06 1.06c-.058.059-.273.213-.697.447-.449.247-1.021.525-1.602.793.267-.582.545-1.154.792-1.603.234-.423.388-.639.447-.698m2.475-1.415a2.75 2.75 0 0 0-3.889 0c-.283.283-.556.733-.784 1.147-.246.446-.505.974-.75 1.497-.488 1.046-.944 2.133-1.153 2.619a1 1 0 0 0 1.313 1.313c.877-.376 1.755-.75 2.62-1.153.522-.245 1.05-.504 1.496-.75.414-.228.864-.501 1.147-.784a2.75 2.75 0 0 0 0-3.889m1.295 7.955a.75.75 0 0 0-.75-.75c-.083 0-.345.043-.81.178-.492.142-1.093.35-1.693.572.6.222 1.201.43 1.693.572.465.135.727.178.81.178a.75.75 0 0 0 .75-.75m-.75-2.75a2.75 2.75 0 1 1 0 5.5c-.4 0-.912-.125-1.365-.257a26 26 0 0 1-1.589-.528c-1.085-.394-2.176-.84-2.667-1.037a1 1 0 0 1 0-1.857c.49-.196 1.581-.641 2.667-1.036a26 26 0 0 1 1.589-.528c.453-.132.965-.257 1.365-.257m-1.96 8.23a.75.75 0 0 1-1.06 1.06c-.059-.058-.213-.274-.447-.698a26 26 0 0 1-.792-1.602 26 26 0 0 1 1.601.793c.425.234.64.388.699.447m1.415 2.475a2.75 2.75 0 0 0 0-3.89c-.283-.282-.733-.555-1.147-.783a26 26 0 0 0-1.497-.75c-1.047-.489-2.133-.945-2.619-1.153a1 1 0 0 0-1.313 1.313c.208.486.665 1.572 1.153 2.619.245.523.504 1.05.75 1.497.228.414.501.864.784 1.147a2.75 2.75 0 0 0 3.889 0"/> </G> </Svg>); }); /** * MingCute Icon: Lemon Squeezy Line * @see {@link https://www.mingcute.com MingCute Icon Docs} */ export { LemonSqueezyLine };