UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

17 lines (16 loc) 2.07 kB
import { memo } from 'react'; import Svg, { G, Path } from 'react-native-svg'; const BowknotFill = /* @__PURE__ */ memo(function BowknotFill(_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="M19.09 4.668c.822.747 1.692 1.993 2.24 4.038s.418 3.558.079 4.617c-.518 1.617-2.209 1.902-3.353 1.668l-2.043-.418c.304.672.394 1.416.42 2.004.01.207.012.418.008.623l-.013.401-.022.375-.073.901a1 1 0 0 1-.475.797l-2.694 1.656a1 1 0 0 1-1.511-1.01c.108-.677.216-1.355.263-2.04-.552.631-1.206 1.143-1.827 1.7a1 1 0 0 1-.9.228l-3.076-.735a1 1 0 0 1-.355-1.782c.589-.426 1.177-.853 1.72-1.337.653-.582.998-1.118 1.284-1.94l-2.818.577c-1.144.234-2.835-.05-3.353-1.668-.339-1.059-.469-2.572.079-4.617s1.418-3.29 2.24-4.038c1.258-1.142 2.864-.543 3.738.232l2.505 2.221a3 3 0 0 1 1.694 0L15.352 4.9c.874-.775 2.48-1.374 3.737-.232Zm-6.08 9.679c.072.255.17.51.297.755l.137.243c.275.448.395.976.45 1.447.053.458.054.935.03 1.395l-.021.341.475-.291c.04-.449.084-.982.058-1.57-.036-.802-.204-1.316-.433-1.565l-.064-.061-.93-.694Zm-2.047.041c-.182.32-.329.671-.42 1.051-.121.511-.41.97-.705 1.342a8.5 8.5 0 0 1-.964 1.008l-.257.226.542.13c.345-.29.754-.635 1.151-1.07.591-.646.829-1.16.799-1.501-.035-.4-.067-.792-.146-1.186M12 9a1 1 0 0 0-1 1v1a1 1 0 0 0 2 0v-1a1 1 0 0 0-1-1"/> </G> </Svg>); }); /** * MingCute Icon: Bowknot Fill * @see {@link https://www.mingcute.com MingCute Icon Docs} */ export { BowknotFill };