File: //var/www/html/bwcdev/wp-content/plugins/contact-widgets/includes/blocks/social/js/block-icons.js
const socialBlockIcons = {};
socialBlockIcons.social = <svg
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="20"
height="20"
viewBox="0 0 48 48"
style={{ enableBackground: 'new 0 0 40 40', fill: '#000000' }}>
<g>
<rect x="3.5" y="1.5" style={{ fill: '#E1EBF2' }} width="28" height="34"></rect>
<g>
<path style={{ fill: '#788B9C' }} d="M31,2v33H4V2H31 M32,1H3v35h29V1L32,1z"></path>
</g>
</g>
<g>
<rect x="6.5" y="4.5" style={{ fill: '#FFFFFF' }} width="28" height="34"></rect>
<g>
<path style={{ fill: '#788B9C' }} d="M34,5v33H7V5H34 M35,4H6v35h29V4L35,4z"></path>
</g>
</g>
<rect x="24" y="11" style={{ fill: '#C5D4DE' }} width="6" height="1"></rect>
<rect x="24" y="15" style={{ fill: '#C5D4DE' }} width="6" height="1"></rect>
<rect x="24" y="19" style={{ fill: '#C5D4DE' }} width="6" height="1"></rect>
<rect x="12" y="23" style={{ fill: '#C5D4DE' }} width="14" height="1"></rect>
<rect x="12" y="27" style={{ fill: '#C5D4DE' }} width="14" height="1"></rect>
<rect x="12" y="31" style={{ fill: '#C5D4DE' }} width="14" height="1"></rect>
<g>
<circle style={{ fill: '#FFEEA3' }} cx="17" cy="11" r="2.5"></circle>
<g>
<path style={{ fill: '#BA9B48' }} d="M17,9c1.1,0,2,0.9,2,2s-0.9,2-2,2s-2-0.9-2-2S15.9,9,17,9 M17,8c-1.7,0-3,1.3-3,3s1.3,3,3,3 s3-1.3,3-3S18.7,8,17,8L17,8z"></path>
</g>
</g>
<g>
<path style={{ fill: '#C2E8FF' }} d="M12.5,19.5c0.3-2.2,2.2-4,4.5-4s4.2,1.8,4.5,4H12.5z"></path>
<g>
<path style={{ fill: '#7496C4' }} d="M17,16c1.9,0,3.4,1.3,3.9,3h-7.7C13.6,17.3,15.1,16,17,16 M17,15c-2.8,0-5,2.2-5,5h10 C22,17.2,19.8,15,17,15L17,15z"></path>
</g>
</g>
<g>
<rect x="27.5" y="24.5" style={{ fill: '#DCD5F2' }} width="12" height="15"></rect>
<path style={{ fill: '#8B75A1' }} d="M39,25v14H28V25H39 M40,24H27v16h13V24L40,24z"></path>
</g>
<g>
<rect x="31" y="25" style={{ fill: '#F9F7FF' }} width="1" height="14"></rect>
</g>
<rect x="27" y="34" style={{ fill: '#8B75A1' }} width="13" height="1"></rect>
<rect x="27" y="29" style={{ fill: '#8B75A1' }} width="13" height="1"></rect>
</svg>;
socialBlockIcons.label = <svg
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="20"
height="20"
viewBox="0 0 48 48"
style={{ fill: '#000000' }}>
<g id="surface1">
<path style={{ fill: '#DD2C00' }} d="M 26.054688 13 L 11.171875 27.855469 C 9.609375 29.414063 9.609375 31.941406 11.171875 33.503906 L 21.515625 43.828125 C 23.078125 45.390625 25.609375 45.390625 27.171875 43.828125 L 42 28.972656 L 42 16.992188 C 42 14.789063 40.261719 13 38.054688 13 Z M 36 21 C 34.894531 21 34 20.105469 34 19 C 34 17.894531 34.894531 17 36 17 C 37.105469 17 38 17.894531 38 19 C 38 20.105469 37.105469 21 36 21 "></path>
<path style={{ fill: '#FF5722' }} d="M 22.027344 4 L 7.167969 18.855469 C 5.609375 20.414063 5.609375 22.941406 7.167969 24.503906 L 17.496094 34.828125 C 19.054688 36.390625 21.585938 36.390625 23.140625 34.828125 L 38 19.976563 L 38 7.992188 C 38 5.785156 36.210938 4 34.007813 4 Z M 32.027344 11.957031 C 30.921875 11.957031 30.027344 11.0625 30.027344 9.964844 C 30.027344 8.863281 30.921875 7.972656 32.027344 7.972656 C 33.128906 7.972656 34.027344 8.863281 34.027344 9.964844 C 34.027344 11.066406 33.113281 11.972656 32.007813 11.972656 "></path>
</g>
</svg>;
export default socialBlockIcons;