Home Reference Source

src/assets/stickersSvgr/TeddyBearStickerSvgr.js

import * as React from 'react';
import Svg, {Circle, ClipPath, Defs, G, Path} from 'react-native-svg';

/**
 * SVGR component depicting a teaddy bear sticker.
 * @param {Object} props - Properties
 * @returns {Object} Image of a teaddy bear sticker
 */
const TeddyBearSticker = props => (
    <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 186 186" {...props}>
        <Defs>
            <ClipPath id="d">
                <Circle
                    cx={93}
                    cy={93}
                    r={87.5}
                    style={{
                        fill: '#faf0e9',
                    }}
                />
            </ClipPath>
        </Defs>
        <G id="b">
            <G id="c">
                <Circle
                    cx={93}
                    cy={93}
                    r={92.5}
                    style={{
                        fill: '#fff',
                        stroke: '#e6e6e6',
                        strokeMiterlimit: 10,
                    }}
                />
                <Circle
                    cx={93}
                    cy={93}
                    r={87.5}
                    style={{
                        fill: '#faf0e9',
                    }}
                />
                <G
                    style={{
                        clipPath: 'url(#d)',
                    }}>
                    <Path
                        d="M53.46 109.2c-1.22.85-2.43 1.78-3.22 3.04s-1.1 2.92-.42 4.24c.63 1.22 1.98 1.93 3.33 2.13s2.73-.05 4.07-.33a81.87 81.87 0 0 0 10.76-3.04c2.47-.88 4.93-1.91 7.01-3.52s3.74-3.89 4.13-6.48c.28-1.88-.18-5.34-2.41-5.87-1.9-.45-5.38 1.22-7.15 1.8a60.532 60.532 0 0 0-16.08 8.03ZM130.68 109.2c1.22.85 2.43 1.78 3.22 3.04s1.1 2.92.42 4.24c-.63 1.22-1.98 1.93-3.33 2.13s-2.73-.05-4.07-.33a81.87 81.87 0 0 1-10.76-3.04c-2.47-.88-4.93-1.91-7.01-3.52s-3.74-3.89-4.13-6.48c-.28-1.88.18-5.34 2.41-5.87 1.9-.45 5.38 1.22 7.15 1.8a60.532 60.532 0 0 1 16.08 8.03ZM66.3 132c-1.04-1.98-3.27-4.21-6.56-4.78s-6.85 1.21-8.35 4.18c-1.24 2.46-1.09 5.47.03 7.99 1.89 4.24 6.34 7.02 10.95 7.61 4.61.59 9.31-.79 13.34-3.09 4.04-2.3 9.91-5.49 13.2-8.77.54-.54-5.49-4.67-5.94-5.12-1.52-1.51-3.42-2.9-5.44-3.64-2.35-.86-3.02-1.32-4.74.21-2.19 1.96-4.29 3.49-6.5 5.42Z"
                        style={{
                            fill: '#ba896f',
                        }}
                    />
                    <Path
                        d="M54.99 131.32c-1.8 1.38-2.4 3.99-1.75 6.16s2.36 3.92 4.35 5.01c1.2.66 2.6 1.12 3.93.78 1.51-.38 2.64-1.77 2.98-3.29.35-1.52 0-3.13-.65-4.54-1.45-3.11-5.26-6.9-8.86-4.13Z"
                        style={{
                            fill: '#da9f86',
                        }}
                    />
                    <Path
                        d="M114.88 132c.73-2.42 3.27-4.21 6.56-4.78s6.85 1.21 8.35 4.18c1.24 2.46 1.09 5.47-.03 7.99-1.89 4.24-6.34 7.02-10.95 7.61-4.61.59-9.31-.79-13.34-3.09-4.04-2.3-9.91-5.49-13.2-8.77-.54-.54 5.49-4.67 5.94-5.12 1.52-1.51 3.42-2.9 5.44-3.64 2.35-.86 3.02-1.32 4.74.21 2.19 1.96 4.29 3.49 6.5 5.42Z"
                        style={{
                            fill: '#ba896f',
                        }}
                    />
                    <Path
                        d="M126.19 131.32c1.8 1.38 2.4 3.99 1.75 6.16s-2.36 3.92-4.35 5.01c-1.2.66-2.6 1.12-3.93.78-1.51-.38-2.64-1.77-2.98-3.29s0-3.13.65-4.54c1.45-3.11 5.26-6.9 8.86-4.13Z"
                        style={{
                            fill: '#da9f86',
                        }}
                    />
                    <Path
                        d="M79.27 48.6c-3.59-3.51-7.56-6.82-12.3-8.48-4.74-1.65-10.42-1.36-14.29 1.84-4.78 3.95-5.48 11.55-2.47 16.97 3.01 5.42 8.98 8.74 15.1 9.77 5.76-6.32 9.76-12.65 13.95-20.1Z"
                        style={{
                            fill: '#ba896f',
                        }}
                    />
                    <Path
                        d="M66.61 48.1c-2.27-1.27-5.02-1.91-7.5-1.13s-4.52 3.2-4.3 5.79c.26 3.02 3.14 5.01 5.74 6.57 1.94 1.16 4.25 2.36 6.35 1.51 1.54-.63 2.46-2.21 3.1-3.75.57-1.37 2.08-3.51 1.7-4.88-.41-1.45-3.87-3.43-5.09-4.11Z"
                        style={{
                            fill: '#da9f86',
                        }}
                    />
                    <Path
                        d="M106.73 48.6c3.59-3.51 7.56-6.82 12.3-8.48 4.74-1.65 10.42-1.36 14.29 1.84 4.78 3.95 5.48 11.55 2.47 16.97-3.01 5.42-8.98 8.74-15.1 9.77-5.76-6.32-9.76-12.65-13.95-20.1Z"
                        style={{
                            fill: '#ba896f',
                        }}
                    />
                    <Path
                        d="M119.39 48.1c2.27-1.27 5.02-1.91 7.5-1.13s4.52 3.2 4.3 5.79c-.26 3.02-3.14 5.01-5.74 6.57-1.94 1.16-4.25 2.36-6.35 1.51-1.54-.63-2.46-2.21-3.1-3.75-.57-1.37-2.08-3.51-1.7-4.88.41-1.45 3.87-3.43 5.09-4.11Z"
                        style={{
                            fill: '#da9f86',
                        }}
                    />
                    <Path
                        d="M73.92 48.15C63.73 55.03 57.97 67.92 59.63 80.1c.86 6.27 3.7 12.46 8.67 16.38 7.32 5.76 17.54 5.64 26.83 4.96 5.53-.4 11.14-.92 16.35-2.82 5.21-1.9 10.07-5.36 12.55-10.32 2.46-4.94 2.32-10.76 1.56-16.23-.79-5.7-2.23-11.4-5.19-16.33-8.96-14.86-32.93-16.73-46.48-7.58Z"
                        style={{
                            fill: '#b9896f',
                        }}
                    />
                    <Path
                        d="M87.83 76.48c-1.44 2-2.18 4.43-2.49 6.88-.27 2.13-.2 4.39.76 6.31 1.3 2.61 4.2 4.29 7.12 4.3s5.75-1.54 7.49-3.89c3.04-4.1 2.73-11.11-.49-15.13-3.29-4.12-9.67-2.25-12.4 1.54Z"
                        style={{
                            fill: '#da9f86',
                        }}
                    />
                    <Path
                        d="M90.79 78.69c-.12.76.23 1.53.74 2.1.73.83 1.83 1.33 2.93 1.31s2.2-.56 2.85-1.46c3.26-4.51-5.91-5.89-6.52-1.96ZM78.31 71.77c-1.32.04-2.57.9-3.09 2.11s-.26 2.71.62 3.69a3.49 3.49 0 0 0 2.19 1.11c1.32.14 2.69-.56 3.38-1.7 1.46-2.41-.29-5.3-3.1-5.21Z"
                        style={{
                            fill: '#5d4a40',
                        }}
                    />
                    <Path
                        d="M77.07 73.23c-.38.01-.74.26-.89.61s-.08.78.18 1.06c.16.18.39.29.63.32.38.04.78-.16.97-.49.42-.7-.08-1.53-.89-1.5Z"
                        style={{
                            fill: '#fff',
                        }}
                    />
                    <Path
                        d="M110.86 71.77c-1.32.04-2.57.9-3.09 2.11s-.26 2.71.62 3.69a3.49 3.49 0 0 0 2.19 1.11c1.32.14 2.69-.56 3.38-1.7 1.46-2.41-.29-5.3-3.1-5.21Z"
                        style={{
                            fill: '#5d4a40',
                        }}
                    />
                    <Path
                        d="M89.54 82.11c.55 2.32 2.92 4.06 5.3 3.89s4.47-2.25 4.67-4.62"
                        style={{
                            fill: 'none',
                            stroke: '#5d4a40',
                            strokeLinecap: 'round',
                            strokeMiterlimit: 10,
                            strokeWidth: '.81px',
                        }}
                    />
                    <Path
                        d="M69.32 120.48c.76 7.99 6.08 15.8 13.81 17.96 4.81 1.35 12.34 1.11 17.13-.32 4.22-1.26 6.14-3.7 8.87-7.17 3.73-4.75 3.67-11.35 3.43-17.38-.12-2.95-.24-5.94-1.06-8.78s-2.43-5.56-4.93-7.14c-2.3-1.45-5.1-1.81-7.82-1.97a69.1 69.1 0 0 0-13.56.53c-2.85.39-7.27.5-9.38 2.7-4.88 5.09-7.12 14.79-6.48 21.56Z"
                        style={{
                            fill: '#ba896f',
                        }}
                    />
                    <Path
                        d="M79.01 115.94c2.62-5.02 7.37-7.38 13.41-6.89 3.29.27 7.79 1.91 9.7 4.61 1.9 2.69 2.9 6.01 2.72 9.3-.16 2.96-.46 6.15-2.3 8.47-2.47 3.11-6.08 5.01-10.82 5.12-3.41.08-6.34-.51-7.71-1.35-2.72-1.68-3.89-2.05-5.31-4.45-2.41-4.08-1.9-10.6.3-14.82Z"
                        style={{
                            fill: '#da9f86',
                        }}
                    />
                    <Path
                        d="M109.95 73.23c-.38.01-.74.26-.89.61s-.08.78.18 1.06c.16.18.39.29.63.32.38.04.78-.16.97-.49.42-.7-.08-1.53-.89-1.5Z"
                        style={{
                            fill: '#fff',
                        }}
                    />
                    <Path
                        d="M61.91 127.88c3.96 1.68 6.28 6.37 5.61 10.57-.53-4.1-2.36-7.94-5.61-10.57ZM74.96 99.88c-4.13 7.68-6.41 16.87-4.17 25.47.23 1.23.77 2.43 1.13 3.63-4.92-9.17-2.78-20.83 3.05-29.09ZM119.58 127.67c-3.64 2.26-5.19 6.37-5.67 10.46-.73-4.18 1.37-9.21 5.67-10.46ZM108.77 99.36c5.33 6.94 5.79 22.02 1.59 29.61 3.13-7.97 2.74-22.16-1.59-29.61Z"
                        style={{
                            fill: '#5d4a40',
                        }}
                    />
                    <Path
                        d="M70.64 98.06c11.16 5.08 24.01 3.89 35.74 1.68 1.7-.37 3.39-.77 5.1-1.12-1.66.53-3.33 1.01-5.01 1.51-4.2 1.04-8.59 1.82-12.92 2.14-7.76.39-16.09-.17-22.92-4.21Z"
                        style={{
                            fill: '#5d4a40',
                        }}
                    />
                </G>
            </G>
        </G>
    </Svg>
);

export default TeddyBearSticker;