import * as React from "react"
import Svg, { SvgProps, Path } from "react-native-svg"
const BvnConsentSvgIcon = (props: SvgProps) => (
    <Svg
        width={241}
        height={240}
        viewBox="0 0 241 240"
        fill="none"
        {...props}
    >
        <Path
            fill="#151F72"
            d="m94.266 208.363.043-.025c.06-.025.127-.042.195-.076l51.272-29.453a10.645 10.645 0 0 0 4.797-8.939l-.034-132.449a4.568 4.568 0 0 0-.102-.695c-.68-4.91-6.549-7.65-11.032-5.072l-.076.043-.153.076-51.23 29.479a10.47 10.47 0 0 0-4.712 8.794l.094 131.982c0 .255.026.492.068.721.349 5.207 6.235 8.269 10.87 5.606v.008Z"
        />
        <Path
            fill="#151F72"
            d="M84.425 89.653c.579.33 1.046 1.068 1.046 1.645v5.953c0 .28-.102.467-.28.552l.935-.441.094-.043c.212-.085.349-.263.349-.576v-5.954c0-.576-.477-1.306-1.055-1.637-.28-.16-.477-.212-.664-.144l-.05.017s-.018.009-.026.017l-1.072.5c.187-.076.45-.042.74.12l-.017-.01Z"
        />
        <Path
            fill="#7FCBF5"
            d="M83.388 96.056v-5.953c0-.577.459-.772 1.037-.441.579.33 1.047 1.068 1.047 1.645v5.953c0 .577-.46.772-1.038.441-.578-.33-1.046-1.068-1.046-1.645Z"
        />
        <Path
            fill="#151F72"
            d="M84.477 102.747c.578.331 1.046 1.069 1.046 1.645v3.41c0 .279-.102.466-.28.551l.935-.441.094-.043c.212-.084.348-.262.348-.576v-3.409c0-.577-.476-1.306-1.054-1.646-.281-.161-.477-.212-.664-.144l-.05.017s-.018.009-.026.017l-1.072.5c.187-.076.45-.042.74.119h-.017Z"
        />
        <Path
            fill="#7FCBF5"
            d="M83.439 106.597v-3.409c0-.577.459-.772 1.037-.441.579.331 1.046 1.068 1.046 1.645v3.409c0 .577-.459.772-1.037.441-.579-.331-1.046-1.068-1.046-1.637v-.008Zm67.1-70.109.034 133.297a10.655 10.655 0 0 1-4.797 8.939L93.73 208.575c-2.994 1.323-6.583-.152-6.6-3.519l-.094-132.83a10.47 10.47 0 0 1 4.712-8.795l51.995-29.877c3.725-2.086 6.583-.195 6.796 2.926v.008Z"
        />
        <Path
            fill="#151F72"
            d="m126.153 44.91.06-.034c.323-.186.595.009.595.441 0 .433-.263.942-.587 1.137l-.059.034c-.323.186-.596-.009-.596-.441 0-.433.264-.942.587-1.137Zm-13.175 7.666 11.33-6.589c.323-.187.595 0 .595.441 0 .433-.263.941-.587 1.136l-11.329 6.59c-.323.186-.595-.009-.595-.441 0-.433.263-.942.586-1.137Z"
        />
        <Path
            fill="#000"
            d="m147.87 89.356 8.923 4.087s-.045.037-.083.082c-3.676 3.16-8.959 5.754-14.616 3.729-4.461-1.592-10.521-6.045-10.521-6.045.553.254 1.106.47 1.644.657 4.185 1.577 13.787-1.42 14.653-2.503v-.007Z"
        />
        <Path
            fill="#2D2B2A"
            d="m100.115 114.732 8.922 4.08v.217c.68 13.196 1.906 29.583 13.099 39.132-3.781-2.197-8.346-5.178-8.802-5.469-8.907-5.919-12.412-18.891-13.054-31.482-.098-1.756-.202-3.743-.165-6.261v-.217Z"
        />
        <Path
            fill="#000"
            d="M122.248 158.273c-.044-.037-.082-.075-.119-.105l2.01 1.166c-.658-.306-1.338-.59-1.891-1.053v-.008Zm2.293-71.286 8.96 4.326c0 .038-4.2 26.251-22.612 27.387-.605.037-1.218.104-1.853.119l-8.922-4.08a21.363 21.363 0 0 0 1.853-.119c11.74-.912 20.086-14.684 22.582-27.633h-.008Z"
        />
        <Path
            fill="#151F72"
            d="M133.315 91.17c4.715 4.767 9.198 6.224 12.957 6.202 6.157-.037 10.125-3.878 10.334-4.08-.321 52.934-26.101 66.579-27.461 67.296-21.042-2.137-20.332-39.925-20.295-41.912 19.294-.366 24.203-26.146 24.465-27.506Z"
        />
        <Path
            fill="#fff"
            fillRule="evenodd"
            d="M127.829 132.598v6.699l13.506-7.642v-6.666c-.021-4.245-3.037-5.989-6.753-3.895-3.717 2.094-6.732 7.236-6.753 11.504Z"
            clipRule="evenodd"
        />
        <Path fill="#fff" d="m137.531 111.454-5.898 3.34v6.746l5.898-3.341z" />
    </Svg>
)
export default BvnConsentSvgIcon
