UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

17 lines (16 loc) 1.83 kB
import { memo } from 'react'; import Svg, { G, Path } from 'react-native-svg'; const Hat2Line = /* @__PURE__ */ memo(function Hat2Line(_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="M15.5 4a1.5 1.5 0 0 1 1.493 1.356L17 5.5v.082a8 8 0 0 1 4.995 7.131L22 13v2a1 1 0 0 1-.9.995q-.934.094-1.83.14C16.415 18.889 14.162 20 11.939 20c-1.144 0-2.198-.296-3.216-.693a30 30 0 0 1-1.535-.664l-1.06-.489-.533-.24c-.637-.283-1.048-.336-1.328-.33l-.152.007-.502.062a2 2 0 0 1-.22.011 1.52 1.52 0 0 1-1.1-.457 1 1 0 0 1 .002-1.416l.092-.08 3.615-2.812a8 8 0 0 1 7.752-7.895L14.085 5A1.5 1.5 0 0 1 15.5 4m-8 10.266-1.937 1.508q.386.111.843.312l.433.195 1.549.711c.361.163.71.314 1.061.451.904.353 1.695.557 2.489.557 1.144 0 2.478-.427 4.292-1.852-2.704-.13-5.297-.656-8.154-1.672zm9.93-6.19c.182.45.341.925.473 1.414.385 1.428.554 3.063.3 4.684a33 33 0 0 0 1.797-.09V13a6 6 0 0 0-2.57-4.923ZM14 7a6 6 0 0 0-5.963 5.33c2.902 1.102 5.464 1.668 8.141 1.813.268-1.37.147-2.823-.206-4.133-.344-1.278-.883-2.331-1.397-2.983A6 6 0 0 0 14 7"/> </G> </Svg>); }); /** * MingCute Icon: Hat 2 Line * @see {@link https://www.mingcute.com MingCute Icon Docs} */ export { Hat2Line };