UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

10 lines (9 loc) 1.33 kB
import { memo } from 'react'; import Svg, { Path } from 'react-native-svg'; const RiseFull = /* @__PURE__ */ memo(function RiseFull(_props) { const { color = 'black', size = 24, ...props } = _props; return (<Svg fill={color} viewBox="0 0 53 17" width={size} height={size} {...props}> <Path d="M3.544 6.658 3.428.576H0v15.93h3.544v-6.267c.088-4.847 1.83-6.422 6.508-6.73V.329C5.87.329 4.33 2.027 3.661 6.658zM11.655 16.506H15.2V.576h-3.545zM24.38 17c4.241 0 6.74-1.852 6.74-4.97 0-2.378-1.424-3.736-4.358-4.415l-3.951-.896c-1.25-.308-1.947-.987-1.947-1.852 0-1.266 1.191-2.037 3.167-2.037 2.179 0 3.457 1.111 3.457 2.932h3.4c0-3.58-2.586-5.68-6.973-5.68-4.01 0-6.537 1.914-6.537 4.878 0 2.408 1.656 3.92 4.387 4.507l3.777.865c1.54.37 2.062.895 2.062 1.852 0 1.297-1.22 2.068-3.195 2.068-2.412 0-3.777-1.05-3.893-2.933h-3.487C17.145 14.962 19.76 17 24.38 17M47.195 8.016c0-4.384-2.818-7.934-7.408-7.934-4.62 0-7.67 3.21-7.67 8.397 0 5.619 3.108 8.521 7.844 8.521 3.34 0 6.653-2.13 7.118-6.051h-3.225c-.378 1.79-1.801 3.118-3.893 3.118-2.557 0-4.358-1.729-4.445-4.816h11.679zM39.64 3.015c2.354 0 3.893 1.543 4.068 4.106h-8.193c.174-2.717 1.917-4.106 4.125-4.106M53 2.445c0 1.35-1.03 2.446-2.301 2.446s-2.301-1.095-2.301-2.446c0-1.35 1.03-2.445 2.3-2.445C51.97 0 53 1.095 53 2.445"/> </Svg>); }); export { RiseFull };