File: /var/www/html/bwcdev/wp-content/plugins/contact-widgets/includes/blocks/contact/js/block-icons.js
const contactBlockIcons = {};
contactBlockIcons.map = <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: '#1C9957' }} d="M 42 39 L 42 9 C 42 7.34375 40.65625 6 39 6 L 9 6 C 7.34375 6 6 7.34375 6 9 L 6 39 C 6 40.65625 7.34375 42 9 42 L 39 42 C 40.65625 42 42 40.65625 42 39 Z "></path>
<path style={{ fill: '#3E7BF1' }} d="M 9 42 L 39 42 C 40.65625 42 24 26 24 26 C 24 26 7.34375 42 9 42 Z "></path>
<path style={{ fill: '#CBCCC9' }} d="M 42 39 L 42 9 C 42 7.34375 26 24 26 24 C 26 24 42 40.65625 42 39 Z "></path>
<path style={{ fill: '#EFEFEF' }} d="M 39 42 C 40.65625 42 42 40.65625 42 39 L 42 38.753906 L 26.246094 23 L 23 26.246094 L 38.753906 42 Z "></path>
<path style={{ fill: '#FFD73D' }} d="M 42 9 C 42 7.34375 40.65625 6 39 6 L 38.753906 6 L 6 38.753906 L 6 39 C 6 40.65625 7.34375 42 9 42 L 9.246094 42 L 42 9.246094 Z "></path>
<path style={{ fill: '#D73F35' }} d="M 36 2 C 30.476563 2 26 6.476563 26 12 C 26 18.8125 33.664063 21.296875 35.332031 31.851563 C 35.441406 32.53125 35.449219 33 36 33 C 36.550781 33 36.558594 32.53125 36.667969 31.851563 C 38.335938 21.296875 46 18.8125 46 12 C 46 6.476563 41.523438 2 36 2 Z "></path>
<path style={{ fill: '#752622' }} d="M 39.5 12 C 39.5 13.933594 37.933594 15.5 36 15.5 C 34.066406 15.5 32.5 13.933594 32.5 12 C 32.5 10.066406 34.066406 8.5 36 8.5 C 37.933594 8.5 39.5 10.066406 39.5 12 Z "></path>
<path style={{ fill: '#FFFFFF' }} d="M 14.492188 12.53125 L 14.492188 14.632813 L 17.488281 14.632813 C 17.09375 15.90625 16.03125 16.816406 14.492188 16.816406 C 12.660156 16.816406 11.175781 15.332031 11.175781 13.5 C 11.175781 11.664063 12.660156 10.179688 14.492188 10.179688 C 15.316406 10.179688 16.070313 10.484375 16.648438 10.980469 L 18.195313 9.433594 C 17.21875 8.542969 15.921875 8 14.492188 8 C 11.453125 8 8.992188 10.464844 8.992188 13.5 C 8.992188 16.535156 11.453125 19 14.492188 19 C 19.304688 19 20.128906 14.683594 19.675781 12.539063 Z "></path>
</g>
</svg>;
contactBlockIcons.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 contactBlockIcons;