import {Path, SVG} from '@wordpress/components';

export default function Icon() {
    return (
        <SVG width="22" height="18" xmlns="http://www.w3.org/2000/svg">
            <Path
                fill="currentColor"
                d="M20.427 3.18a1 1 0 011.245 1.56l-.099.08-8.345 5.84-.312.215-.257.17-.216.133-.188.101c-.119.06-.228.103-.345.14l-.184.05a2.999 2.999 0 01-1.451 0l-.185-.05a2.29 2.29 0 01-.345-.14l-.188-.101-.216-.133-.257-.17-.493-.34L.427 4.819a1 1 0 011.04-1.704l.106.066 8.65 6.05.236.153.112.066.086.044.07.026a1 1 0 00.515.009l.031-.009.07-.027.086-.043.112-.066.235-.153.486-.335 8.165-5.715z"
            />
            <Path
                fill="currentColor"
                d="M16.762 0H5.238l-.556.005-.249.006-.447.017c-.83.045-1.305.155-1.802.408A4 4 0 00.436 2.184c-.253.497-.363.972-.408 1.802l-.017.447-.009.517-.001.288v7.521l.004.557.006.25.017.446c.045.832.155 1.307.408 1.804a4 4 0 001.748 1.748l.189.09c.279.127.55.207.918.259l.26.03.296.022.338.016.387.01.443.006L5.8 18l11.185-.003.443-.006.387-.01.338-.016.296-.022.26-.03c.327-.046.578-.115.825-.218l.187-.084c.031-.015.063-.03.095-.047a4 4 0 001.748-1.748l.09-.189c.127-.279.207-.55.259-.918l.03-.26.022-.296.016-.338.01-.387.006-.443L22 12.2l-.003-7.185-.006-.443-.01-.387-.016-.338-.022-.296-.03-.26a3.213 3.213 0 00-.218-.826l-.084-.186A4 4 0 0019.816.436c-.497-.253-.972-.363-1.802-.408L17.567.01 17.05.002l-.288-.001zM5.012 2.003H16.99l.41.005.346.011.291.016.127.01.221.026.184.032c.139.03.246.068.339.116a2 2 0 01.874.874l.044.096.02.051.035.112.015.063.027.141.022.167.025.31.012.254.014.647L20 5.8v6.864l-.01.751-.008.299-.012.254-.025.31-.022.167-.027.141-.032.12a1.33 1.33 0 01-.018.055l-.041.1a2 2 0 01-.897.92l-.096.045a1.256 1.256 0 01-.05.02l-.113.035-.063.015-.141.027-.167.022-.31.025-.254.012-.647.014L16.2 16H5.336l-.751-.01-.299-.008-.254-.012-.31-.025-.167-.022-.141-.027-.12-.032-.106-.038-.096-.044a2 2 0 01-.874-.874 1.369 1.369 0 01-.116-.34l-.032-.183-.026-.221-.019-.267-.013-.318-.01-.592V5.01l.005-.41.011-.346.016-.291.01-.127.026-.221.032-.184c.03-.139.068-.245.116-.339a2 2 0 01.874-.874c.094-.048.2-.086.34-.116l.183-.032.221-.026.267-.019.318-.013.592-.01z"
            />
        </SVG>
    );
}
