@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
17 lines (16 loc) • 1.54 kB
JavaScript
import { memo } from 'react';
import Svg, { G, Path } from 'react-native-svg';
const BehanceFill = /* @__PURE__ */ memo(function BehanceFill(_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="M8 4.5a4.5 4.5 0 0 1 3.354 7.5A4.5 4.5 0 0 1 8 19.5H4A2.5 2.5 0 0 1 1.5 17V7A2.5 2.5 0 0 1 4 4.5zm9.5 4c2.943 0 5 2.657 5 5.5a1.5 1.5 0 0 1-1.356 1.493L21 15.5h-.496a1.5 1.5 0 0 1 1.019 2.598c-.896.833-2.186 1.402-4.023 1.402-2.943 0-5-2.657-5-5.5s2.057-5.5 5-5.5m-9.5 5H4.5v3H8a1.5 1.5 0 0 0 .144-2.993zm12.496 2H15.9c.397.645 1.028 1 1.6 1 1.163 0 1.698-.337 1.977-.598a1.5 1.5 0 0 1 1.018-.402m-2.996-4c-.572 0-1.203.355-1.6 1h3.2c-.397-.645-1.028-1-1.6-1M8 7.5H4.5v3H8a1.5 1.5 0 1 0 0-3m11-2a1.5 1.5 0 0 1 0 3h-3a1.5 1.5 0 0 1 0-3z"/>
</G>
</Svg>);
});
/**
* MingCute Icon: Behance Fill
* @see {@link https://www.mingcute.com MingCute Icon Docs}
*/
export { BehanceFill };