UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

14 lines (13 loc) 628 B
import { memo } from 'react'; import Svg, { Path } from 'react-native-svg'; const Ri4kFill = /* @__PURE__ */ memo(function Ri4kFill(_props) { const { color = 'black', size = 24, ...props } = _props; return (<Svg fill={color} viewBox="0 0 24 24" width={size} height={size} {...props}> <Path d="M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m8.5 10.5V12h-1V9H9v3H7.5V9H6v4.5h3V15h1.5v-1.5zM18 15l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5v-2.25L16.25 15z"/> </Svg>); }); /** * Remix Icon: 4k Fill * @see {@link https://remixicon.com/icon/4k-fill Remix Icon Docs} */ export { Ri4kFill };