Commit 85b548c8 authored by Pietro Albini's avatar Pietro Albini

Add pictograms to static

parent d1dffdc8
......@@ -22,7 +22,7 @@
DIRS_JS = js themes
DIRS_CSS = themes fonts
DIRS_FONTS = fonts
DIRS_IMAGES = themes
DIRS_IMAGES = themes pictograms
DIR_BUILD = build
......@@ -41,12 +41,13 @@ fonts_eot = $(patsubst %.ttf,%.eot,$(fonts_ttf))
fonts_woff = $(patsubst %.ttf,%.woff,$(fonts_ttf))
images_png = $(patsubst %,$(DIR_BUILD)/%,$(shell find $(DIRS_IMAGES) -type f -name "*.png"))
images_jpg = $(patsubst %,$(DIR_BUILD)/%,$(shell find $(DIRS_IMAGES) -type f -name "*.jpg"))
images_svg = $(patsubst %,$(DIR_BUILD)/%,$(shell find $(DIRS_IMAGES) -type f -name "*.svg"))
.PHONY: build clean
build: $(js) $(css) $(fonts_ttf) $(fonts_eot) $(fonts_woff) $(images_png) $(images_jpg)
build: $(js) $(css) $(fonts_ttf) $(fonts_eot) $(fonts_woff) $(images_png) $(images_jpg) $(images_svg)
clean:
@rm -rf $(DIR_BUILD)
......@@ -80,3 +81,7 @@ $(DIR_BUILD)/%.png: %.png
$(DIR_BUILD)/%.jpg: %.jpg
@mkdir -p $(dir $@)
@cp $< $@
$(DIR_BUILD)/%.svg: %.svg
@mkdir -p $(dir $@)
@cp $< $@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M100,287.4h12.5v12.5H100V287.4z M149.8,287.4h-12.5v12.5h12.5V287.4z M400,200C400,89.7,310.3,0,200,0 c-21.7,0-42.5,3.5-62.1,9.9v152.2h24.5c6.9,0,12.5,5.6,12.5,12.5v87.5h-12.5v75h-75v-75H74.9v-87.5c0-6.9,5.6-12.5,12.5-12.5h25.5 V20C46.1,52.4,0,120.9,0,200c0,110.3,89.7,200,200,200c17.4,0,34.2-2.2,50.3-6.4v-98c-7.5-4.3-12.5-12.4-12.5-21.6v-54.4 c-22.3-9.6-38-31.7-38-57.5c0-34.5,28-62.5,62.5-62.5c34.5,0,62.5,28,62.5,62.5c0,25.4-15.2,47.3-37,57V274c0,9.2-5,17.3-12.5,21.6 v89.6C348.4,355.5,400,283.7,400,200L400,200z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,400C89.7,400,0,310.3,0,200C0,89.7,89.7,0,200,0c110.3,0,200,89.7,200,200C400,310.3,310.3,400,200,400z M200,50c-82.7,0-150,67.3-150,150s67.3,150,150,150c82.7,0,150-67.3,150-150S282.7,50,200,50z M274.7,175h-49.8v-50 c0-13.8-11.2-25-25-25s-25,11.2-25,25v50h-50.2c-13.8,0-25,11.2-25,25c0,13.8,11.2,25,25,25h50.2v50c0,13.8,11.2,25,25,25 c13.8,0,25-11.2,25-25v-50h49.8c13.8,0,25-11.2,25-25C299.7,186.2,288.5,175,274.7,175L274.7,175z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M341.4,58.6C303.6,20.8,253.4,0,200,0C146.6,0,96.4,20.8,58.6,58.6C20.8,96.4,0,146.6,0,200 c0,53.4,20.8,103.6,58.6,141.4c37.8,37.8,88,58.6,141.4,58.6c53.4,0,103.6-20.8,141.4-58.6c37.8-37.8,58.6-88,58.6-141.4 S379.2,96.4,341.4,58.6z M320,340c0,2.8-2.2,5-5,5H85c-2.8,0-5-2.2-5-5V60c0-2.8,2.2-5,5-5h230c2.8,0,5,2.2,5,5L320,340L320,340z M300,122.5H100v-25h200V122.5z M300,172.5H100v-25h200V172.5z M300,222.5H100v-25h200V222.5z M230,272.5H100v-25h130V272.5z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M341.5,58.6C303.7,20.8,253.4,0,200,0C146.6,0,96.3,20.8,58.5,58.6c-78,78-78,204.9,0,282.8 c37.8,37.8,88,58.6,141.5,58.6h0c53.4,0,103.7-20.8,141.5-58.6C419.5,263.4,419.5,136.6,341.5,58.6z M200,277.3 c0,3.1-1.9,5.9-4.7,7.1c-0.9,0.4-1.9,0.6-2.9,0.6c-2,0-3.9-0.8-5.4-2.2L150.5,246H77.6c-4.2,0-7.6-3.4-7.6-7.7v-76.7 c0-4.2,3.4-7.7,7.6-7.7h72.9l36.5-36.8c2.2-2.2,5.4-2.8,8.3-1.7c2.8,1.2,4.7,4,4.7,7.1L200,277.3L200,277.3L200,277.3z M232.8,235.4c19.5-19.5,19.5-51.2,0-70.7l17.7-17.7c29.3,29.3,29.3,76.9,0,106.1L232.8,235.4L232.8,235.4z M268.2,270.7 c39-39,39-102.5,0-141.5l17.7-17.7c48.8,48.8,48.8,128.1,0,176.9L268.2,270.7L268.2,270.7z M321.2,323.8l-17.7-17.7 c58.5-58.5,58.5-153.7,0-212.2l17.7-17.7C389.5,144.5,389.5,255.5,321.2,323.8L321.2,323.8z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <g> <path class="st0" d="M216.9,118.6l14-5.8c6.4-2.6,9.4-10,6.8-16.3c-2.6-6.4-10-9.4-16.3-6.8l-14.1,5.8 c-3.4-10.6-5.6-21.7-6.6-33.1H320l-84.3,84.3C228.4,138,222.1,128.6,216.9,118.6"></path> <path class="st0" d="M337.6,199.3c-32-2.7-61.1-15.4-84.3-35L337.6,80V199.3z M395.1,244.7c-20.4,88.9-100,155.2-195,155.3 C89.6,400,0,310.4,0,199.9c0-95.1,66.3-174.6,155.1-195v0c-3.3,14.4-5.1,29.4-5.1,44.8c0,110.3,89.8,200.1,200.1,200.1 C365.6,249.8,380.7,248.1,395.1,244.7L395.1,244.7L395.1,244.7z M362.7,83.3c22,30.6,35.6,67.7,37.3,107.9l0,0 c-11.8,4.2-24.3,6.9-37.3,8L362.7,83.3L362.7,83.3L362.7,83.3z M200.7,37.3c1.1-13,3.8-25.5,8-37.3l0,0 c39.7,1.7,76.4,14.9,106.8,36.4l1.1,0.9H200.7z"></path> </g> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.5,0,0,89.5,0,200s89.5,200,200,200c110.5,0,200-89.5,200-200S310.5,0,200,0z M201.4,315.7 L201.4,315.7C201.4,315.7,201.4,315.7,201.4,315.7C201.4,315.7,201.4,315.7,201.4,315.7L201.4,315.7c-41.2-41.1-107.9-41.1-149,0 V98.5c41.2-41.2,107.9-41.2,149,0c7.5-7.5,15.9-13.6,24.8-18.4v148.8c0,10.3,8.3,18.6,18.6,18.6s18.6-8.3,18.6-18.6V68.4 c31-3.7,63.2,6.4,87,30.1l0,217.3C309.3,274.6,242.6,274.6,201.4,315.7L201.4,315.7z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M81.5,67.3H60.2c0-5.9,4.8-10.6,10.6-10.6C76.7,56.7,81.5,61.5,81.5,67.3z M127.6,70.9 c0-31.3-25.4-56.7-56.7-56.7c-31.3,0-56.7,25.4-56.7,56.7c0,16.2,6.8,30.8,17.7,41.1V70.9c0-2,1.6-3.5,3.5-3.5H39v-3.4h7.1v3.4h7.1 c0-9.8,8-17.7,17.7-17.7s17.7,7.9,17.7,17.7h7.1v-3.4h7.1v3.4h3.5c2,0,3.5,1.6,3.5,3.5V112C120.7,101.7,127.6,87,127.6,70.9z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M301.2,27.6L301.2,27.6L213.9,200c-2.6,5.2-7.8,8.3-13.4,8.3l0,0c-5.6,0-10.8-3.1-13.4-8.3L100.4,26.6l0,0 C40.4,61.2,0,126,0,200c0,110.3,89.7,200,200,200s200-89.7,200-200C400,126.6,360.3,62.4,301.2,27.6L301.2,27.6z M149.9,301.3 c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5c6.9,0,12.5,5.6,12.5,12.5C162.4,295.7,156.8,301.3,149.9,301.3z M149.9,250.5 c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5c6.9,0,12.5,5.6,12.5,12.5C162.4,244.9,156.8,250.5,149.9,250.5z M341,200 h-35.4l-35.8-0.1c-2,0-3.9-1.1-4.9-2.8c-1.1-1.7-1.2-3.9-0.3-5.7l35.8-71.1c1-2,3-3.2,5.2-3.2c2.2,0,4.2,1.2,5.2,3.2l35.4,71.2 c0.9,1.8,0.8,3.9-0.2,5.7C344.9,199,343,200,341,200L341,200z M248.4,5.9l-18.6,35.8v0L252,87.8v-0.3l-42.1,82.1 c-1.8,3.6-5.4,5.8-9.3,5.8h0c-3.9,0-7.5-2.2-9.3-5.8l-41.4-81.9V88l22.3-45.5l-19-36.9v0C168.2,1.9,183.9,0,200,0 C216.7,0,232.9,2.1,248.4,5.9"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <g> <path class="st0" d="M156.3,316.1c-2.7,0-5.6-0.2-8.7-0.5c-3.1-0.4-6-0.8-8.9-1.5c-2.9-0.6-5.4-1.3-7.8-2s-4.2-1.4-5.5-2l4.4-18.9 c2.6,1.1,6,2.3,10.1,3.6c4.1,1.3,9.2,1.9,15.3,1.9c7,0,12.2-1.3,15.4-4c3.3-2.6,4.9-6.2,4.9-10.7c0-2.7-0.6-5.1-1.8-6.9 c-1.2-1.9-2.8-3.4-4.8-4.6c-2-1.2-4.5-2-7.3-2.4c-2.8-0.5-5.8-0.7-8.9-0.7h-8.9v-18.3h10.1c2.2,0,4.4-0.2,6.5-0.6 c2.1-0.4,3.9-1.1,5.6-2.1c1.6-1,2.9-2.3,3.9-4c1-1.7,1.4-3.8,1.4-6.3c0-1.9-0.4-3.6-1.2-5c-0.8-1.4-1.9-2.6-3.1-3.5 c-1.3-0.9-2.8-1.6-4.4-2.1c-1.7-0.5-3.4-0.7-5.1-0.7c-4.4,0-8.4,0.7-12.1,2c-3.7,1.3-7.1,3-10.1,4.9l-8.1-16.6 c1.6-1,3.5-2.1,5.7-3.2c2.2-1.1,4.6-2.1,7.3-3c2.6-0.9,5.5-1.7,8.5-2.3c3-0.6,6.2-0.9,9.5-0.9c6.2,0,11.6,0.7,16.1,2.2 c4.5,1.5,8.3,3.6,11.2,6.2c2.9,2.7,5.1,5.8,6.6,9.4c1.4,3.6,2.1,7.5,2.1,11.8c0,4.2-1.2,8.2-3.5,12.1c-2.3,3.9-5.5,6.9-9.5,8.9 c5.5,2.2,9.7,5.6,12.7,10c3,4.4,4.5,9.8,4.5,16c0,4.9-0.8,9.4-2.4,13.5c-1.6,4.1-4.2,7.7-7.6,10.7c-3.5,3-7.9,5.4-13.2,7 C170,315.3,163.7,316.1,156.3,316.1L156.3,316.1z M211.3,230c3-1.2,6-2.6,9.2-4.2c3.2-1.6,6.3-3.3,9.4-5.2c3.1-1.9,6-3.9,8.8-6 c2.8-2.1,5.3-4.3,7.6-6.6h15.9v105.8h-22.7v-76.2c-3,2-6.5,3.9-10.2,5.6c-3.8,1.7-7.4,3.1-11,4.4L211.3,230L211.3,230z M200,0 C89.5,0,0,89.5,0,200c0,62.1,28.3,117.6,72.7,154.3V101.6H119v23.1h-11.7v23.1h46.3v-23.2h-11.4v-23.1h46.3v23.1h-11.7v23.1h46.3 v-23.2h-11.5v-23.1h46.3v23.1h-11.7v23.1h46.3v-23.2h-11.5v-23.1h46.2v252.7C371.7,317.6,400,262.1,400,200 C400,89.5,310.5,0,200,0z"></path> </g> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.5,0,0,89.5,0,200s89.5,200,200,200c110.5,0,200-89.5,200-200S310.5,0,200,0L200,0z M333.3,280.1 c0,14.7-11.9,26.7-26.7,26.7H93.3c-14.7,0-26.7-11.9-26.7-26.7v-160c0-14.7,11.9-26.7,26.7-26.7h86.3V80.1c0-7.4,6-13.3,13.3-13.3 h13.3c7.4,0,13.3,6,13.3,13.3v13.3h87c14.7,0,26.7,11.9,26.7,26.7L333.3,280.1L333.3,280.1L333.3,280.1z M173.3,120.1 c-44.1,0-80,35.9-80,80c0,44.1,35.9,80,80,80c44.1,0,80-35.9,80-80C253.3,155.9,217.4,120.1,173.3,120.1L173.3,120.1z M173.3,226.7 c-14.7,0-26.7-12-26.7-26.7c0-14.7,12-26.7,26.7-26.7c14.7,0,26.7,12,26.7,26.7C200,214.8,188,226.7,173.3,226.7L173.3,226.7z M306.8,133.3v13.3c0,7.4-6,13.3-13.3,13.3h-13.3c-7.4,0-13.3-6-13.3-13.3v-13.3c0-7.4,6-13.3,13.3-13.3h13.3 C300.8,119.9,306.8,125.9,306.8,133.3L306.8,133.3z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M337.2,300.3h35.7C338.2,359.9,273.7,400,200,400c-73.7,0-138.2-40.1-172.9-99.6h72.7 c10.4,0,18.8-8.4,18.8-18.8s-8.4-18.7-18.8-18.7H10.2c-1.8-5.5-3.4-11-4.7-16.7h94.4c10.4,0,18.8-8.4,18.8-18.7 c0-10.4-8.4-18.7-18.8-18.7H0.2C0.1,205.8,0,202.9,0,200c0-2.7,0.1-5.3,0.2-8h99.6c10.4,0,18.8-8.4,18.8-18.8s-8.4-18.7-18.8-18.7 H5.3c1.3-5.7,2.9-11.2,4.7-16.7h89.9c10.4,0,18.8-8.4,18.8-18.8c0-10.3-8.4-18.7-18.8-18.7H26.7C61.3,40.4,126,0,200,0 c74,0,138.7,40.4,173.3,100.3h-36.1l0.2,0H168.5c-10.4,0-18.8,8.4-18.8,18.7c0,10.4,8.4,18.8,18.8,18.8h90.7 c-4.1,5.2-7.8,10.7-10.8,16.7v0h-79.8c-10.4,0-18.8,8.4-18.8,18.7c0,10.4,8.4,18.8,18.8,18.8h69c-0.2,2.7-0.3,5.5-0.3,8.3 c0,2.8,0.1,5.6,0.4,8.4h-69c-10.4,0-18.8,8.4-18.8,18.7c0,10.4,8.4,18.7,18.8,18.7h79.9v0c3.1,5.9,6.7,11.5,10.9,16.7h-90.7 c-10.4,0-18.8,8.4-18.8,18.7c0,10.4,8.4,18.8,18.8,18.8h168.9L337.2,300.3L337.2,300.3z M385.8,178.1c-7.3,7.4-19.2,7.4-26.5,0.1 c-5.9-5.9-13.7-9.1-22-9.1c-17.2,0-31.3,14-31.3,31.2c0,10.4-8.4,18.8-18.7,18.8c-10.4,0-18.8-8.4-18.8-18.8 c0-37.9,30.8-68.7,68.8-68.7c18.3,0,35.5,7.1,48.5,20C393,158.8,393.1,170.7,385.8,178.1L385.8,178.1z M299.8,200.3 c0-6.9-5.6-12.5-12.5-12.5c-6.9,0-12.5,5.6-12.5,12.5c0,6.9,5.6,12.5,12.5,12.5C294.2,212.8,299.8,207.2,299.8,200.3L299.8,200.3z M109.8,118.7c0-5.2-4.2-9.4-9.4-9.4c-5.2,0-9.4,4.2-9.4,9.4c0,5.2,4.2,9.4,9.4,9.4C105.6,128,109.8,123.8,109.8,118.7 M109.8,172.7c0-5.2-4.2-9.4-9.4-9.4c-5.2,0-9.4,4.2-9.4,9.4s4.2,9.4,9.4,9.4C105.6,182.1,109.8,177.9,109.8,172.7 M109.8,226.7 c0-5.2-4.2-9.4-9.4-9.4c-5.2,0-9.4,4.2-9.4,9.4c0,5.2,4.2,9.4,9.4,9.4C105.6,236.1,109.8,231.9,109.8,226.7 M109.8,280.8 c0-5.2-4.2-9.4-9.4-9.4c-5.2,0-9.4,4.2-9.4,9.4c0,5.2,4.2,9.4,9.4,9.4C105.6,290.2,109.8,286,109.8,280.8"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7s25.4,56.7,56.7,56.7c31.3,0,56.7-25.4,56.7-56.7S102.1,14.2,70.9,14.2z M70.9,95.7c-13.7,0-24.8-11.1-24.8-24.8c0-13.7,11.1-24.8,24.8-24.8c13.7,0,24.8,11.1,24.8,24.8C95.7,84.5,84.5,95.7,70.9,95.7z M70.9,53.1c-9.8,0-17.7,7.9-17.7,17.7c0,9.8,7.9,17.7,17.7,17.7s17.7-7.9,17.7-17.7C88.6,61.1,80.6,53.1,70.9,53.1z M70.9,81.5 c-5.9,0-10.6-4.8-10.6-10.6S65,60.2,70.9,60.2c5.9,0,10.6,4.8,10.6,10.6C81.5,76.7,76.7,81.5,70.9,81.5z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="110px" height="110px" viewBox="0 0 110 110" style="enable-background:new 0 0 110 110;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} .st1{display:none;} </style> <g id="Comp"> <g> <path class="st0" d="M70.9,78.1c-21.5,0-39.1-17.5-39.1-39.1C31.9,17.5,49.4,0,70.9,0S110,17.5,110,39.1 C110,60.6,92.5,78.1,70.9,78.1"></path> <path class="st0" d="M27.1,41.9C28,56,35.6,68.3,46.7,75.7l0,0L19.5,91.3l7.2-26.7L0,57.5L27.1,41.9 C27.1,41.9,27.1,41.9,27.1,41.9z"></path> <path class="st0" d="M51.4,78.4c5.9,2.9,12.5,4.6,19.5,4.6c7,0,13.6-1.7,19.5-4.6l0,0v31.4L70.9,90.3l-19.5,19.5L51.4,78.4 C51.4,78.4,51.4,78.4,51.4,78.4z"></path> </g> </g> <g id="Grid" class="st1"> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7s25.4,56.7,56.7,56.7s56.7-25.4,56.7-56.7 C127.6,39.6,102.1,14.2,70.9,14.2z M97.4,86.8H44.3c-8.8,0-15.9-7.1-15.9-15.9c0-8.5,6.6-15.4,15-15.9c-3.7-7.5-1-16.7,6.3-20.9 c7.3-4.2,16.6-2,21.3,5c4.6-7,13.9-9.2,21.3-5c7.3,4.2,10,13.4,6.3,20.9c8.3,0.5,15,7.4,15,15.9C113.4,79.6,106.2,86.8,97.4,86.8z M53.2,64.1c0,2-1.6,3.5-3.5,3.5s-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5C51.6,60.6,53.2,62.1,53.2,64.1z M63.8,64.1c0,2-1.6,3.5-3.5,3.5 s-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5S63.8,62.1,63.8,64.1z M74.4,64.1c0,2-1.6,3.5-3.5,3.5s-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5 S74.4,62.1,74.4,64.1z M85,64.1c0,2-1.6,3.5-3.5,3.5c-2,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5C83.5,60.6,85,62.1,85,64.1z M95.7,64.1 c0,2-1.6,3.5-3.5,3.5c-2,0-3.5-1.6-3.5-3.5s1.6-3.5,3.5-3.5C94.1,60.6,95.7,62.1,95.7,64.1z M53.2,74.7c0,2-1.6,3.5-3.5,3.5 s-3.5-1.6-3.5-3.5c0-2,1.6-3.5,3.5-3.5C51.6,71.2,53.2,72.8,53.2,74.7z M60.2,78.3c-2,0-3.5-1.6-3.5-3.5c0-2,1.6-3.5,3.5-3.5h21.3 c2,0,3.5,1.6,3.5,3.5c0,2-1.6,3.5-3.5,3.5H60.2z M95.7,74.7c0,2-1.6,3.5-3.5,3.5c-2,0-3.5-1.6-3.5-3.5c0-2,1.6-3.5,3.5-3.5 C94.1,71.2,95.7,72.8,95.7,74.7z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.7,0,0,89.7,0,200s89.7,200,200,200s200-89.7,200-200C400,89.7,310.3,0,200,0z M293.7,256.1H106.3 c-31.1,0-56.2-25.2-56.2-56.2c0-29.9,23.3-54.3,52.8-56.1C89.6,117.4,99.1,84.9,125,70c25.9-14.9,58.7-7,75,17.6 C216.3,63,249.1,55,275,70c25.9,14.9,35.4,47.4,22.2,73.8c29.5,1.8,52.8,26.2,52.8,56.1C350,230.9,324.8,256.1,293.7,256.1 L293.7,256.1z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M319,39.3H81C31.9,75.8,0,134.2,0,200c0,110.3,89.7,200,200,200s200-89.7,200-200 C400,134.2,368.1,75.8,319,39.3z M27,200.6c-4.5-7.7-4.5-17.2,0-25c20.1-34.7,57.4-56.2,97.3-56.2c28.3,0,55.3,10.8,75.8,29.4 L200,149c20.5-18.6,47.5-29.5,75.8-29.5c13.8,0,24.9,11.2,24.9,24.9c0,13.8-11.2,24.9-24.9,24.9c-17,0-33.1,7-44.7,18.8 c11.6,11.9,27.7,18.8,44.7,18.8c13.8,0,24.9,11.2,24.9,24.9c0,13.8-11.2,24.9-24.9,24.9c-28.3,0-55.3-10.8-75.8-29.5v0 c-20.5,18.6-47.4,29.4-75.7,29.4C84.3,256.8,47,235.3,27,200.6L27,200.6z M311.6,319.5c-10,17.3-28.7,28.1-48.7,28.1 c-14.2,0-27.6-5.4-37.9-14.7l0,0c-10.2,9.3-23.7,14.8-37.9,14.8c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5 c8.5,0,16.5-3.5,22.3-9.4c-5.8-5.9-13.9-9.4-22.3-9.4c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5c14.2,0,27.7,5.4,38,14.8 l-0.1-0.1c10.2-9.3,23.7-14.7,37.9-14.7c20,0,38.6,10.8,48.7,28.1C313.8,310.9,313.8,315.6,311.6,319.5L311.6,319.5z M293.9,307.1 c0,6.9-5.6,12.5-12.5,12.5c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5C288.3,294.6,293.9,300.2,293.9,307.1L293.9,307.1z M112.3,175.9c0,13.8-11.2,25-25,25c-13.8,0-25-11.2-25-25c0-13.8,11.2-25,25-25C101.1,150.9,112.3,162.1,112.3,175.9L112.3,175.9z "></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7s25.4,56.7,56.7,56.7s56.7-25.4,56.7-56.7 C127.6,39.6,102.2,14.2,70.9,14.2z M70.9,41.3c6.9,0,12.4,5.6,12.4,12.4c0,6.9-5.6,12.4-12.4,12.4c-6.8,0-12.4-5.6-12.4-12.4 C58.5,46.8,64,41.3,70.9,41.3z M95.7,100.5H46.1c-2,0-3.5-1.6-3.5-3.5c0-15.6,12.7-28.3,28.3-28.3s28.3,12.7,28.3,28.3 C99.2,98.9,97.6,100.5,95.7,100.5z M80.8,87c0,5.5-4.5,9.9-9.9,9.9c-5.5,0-9.9-4.4-9.9-9.9c0-5.1,3.9-9.4,8.9-9.9v-2.9 c0-0.4,0.2-0.8,0.6-0.9c0.4-0.2,0.8-0.1,1.1,0.2l4.9,4.9c0.4,0.4,0.4,1,0,1.4l-4.9,4.9c-0.2,0.2-0.4,0.3-0.7,0.3 c-0.1,0-0.3,0-0.4-0.1c-0.4-0.2-0.6-0.5-0.6-0.9v-2.8c-2.8,0.5-4.9,2.9-4.9,5.9c0,3.3,2.7,6,6,6s6-2.7,6-6c0-1.1,0.9-2,2-2 S80.8,85.9,80.8,87z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.5,0,0,89.5,0,200s89.5,200,200,200s200-89.5,200-200C400,89.5,310.5,0,200,0z M200,95.6 c24.2,0,43.8,19.6,43.8,43.7c0,24.2-19.6,43.8-43.8,43.8c-24.2,0-43.8-19.6-43.8-43.8C156.2,115.2,175.8,95.6,200,95.6z M287.5,304.4h-175c-6.9,0-12.5-5.6-12.5-12.5c0-55.1,44.9-100,100-100s100,44.9,100,100C300,298.8,294.4,304.4,287.5,304.4 L287.5,304.4z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{display:none;} .st1{display:inline;fill:#FFFFFF;} .st2{fill:#E95420;} </style> <g id="BK" class="st0"> <rect x="-4600" y="-580" class="st1" width="5100" height="4060"></rect> </g> <g id="Comp"> <g id="_x36_1"> <path class="st2" d="M237.2,228.3c5.2,0,9.4,4.2,9.4,9.4c0,5.2-4.2,9.4-9.4,9.4c-5.2,0-9.4-4.2-9.4-9.4 C227.9,232.5,232.1,228.3,237.2,228.3L237.2,228.3z M289.9,200h-78.8L97.7,125l4.7-11.3l85.5,17.6l0.3-64.8l43.6,50.5L302.5,40 l10.5,6.2l-34.4,101.4l103.7-30C350.8,48.4,280.9,0.1,200,0.1C89.7,0.1,0,89.8,0,200.1c0,60.1,26.7,114.2,68.8,150.9v-38.2 c0-10.4,8.4-18.7,18.8-18.7c10.4,0,18.8,8.4,18.8,18.7v64c4.1,2.2,8.3,4.2,12.5,6.1v-70.1c0-10.4,8.4-18.7,18.7-18.7 c10.4,0,18.8,8.4,18.8,18.7v82.5c4.1,0.9,8.3,1.7,12.5,2.4v-84.9c0-10.4,8.4-18.7,18.8-18.7s18.7,8.4,18.7,18.7v87 c0,0.1,0,0.1,0,0.2c4.2-0.1,8.4-0.4,12.5-0.8V237.7c0-10.4,8.4-18.7,18.7-18.7s18.7,8.4,18.7,18.7V392 C339.3,367.6,400,290.8,400,200.1c0-23.1-3.9-45.2-11.1-65.8L289.9,200L289.9,200z"></path> </g> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M341.5,58.6C303.7,20.8,253.5,0,200.1,0S96.4,20.8,58.6,58.6C20.8,96.4,0,146.6,0,200s20.8,103.6,58.6,141.4 c37.8,37.8,88,58.6,141.5,58.6c53.4,0,103.7-20.8,141.4-58.6C419.5,263.4,419.5,136.6,341.5,58.6L341.5,58.6z M37.5,213.1 c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5c6.9,0,12.5,5.6,12.5,12.5C50,207.5,44.4,213.1,37.5,213.1L37.5,213.1z M199.9,25.7c6.9,0,12.5,5.6,12.5,12.5c0,6.9-5.6,12.5-12.5,12.5c-6.9,0-12.5-5.6-12.5-12.5C187.4,31.3,193,25.7,199.9,25.7 L199.9,25.7z M76.2,76.9c4.9-4.9,12.8-4.9,17.7,0c4.9,4.9,4.9,12.8,0,17.7c-4.9,4.9-12.8,4.9-17.7,0C71.3,89.7,71.3,81.8,76.2,76.9 L76.2,76.9z M93.9,324.2c-4.9,4.9-12.8,4.9-17.7,0c-4.9-4.9-4.9-12.8,0-17.7c4.9-4.9,12.8-4.9,17.7,0 C98.8,311.4,98.8,319.3,93.9,324.2L93.9,324.2z M199.9,375.4c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5 c6.9,0,12.5,5.6,12.5,12.5C212.4,369.9,206.8,375.5,199.9,375.4L199.9,375.4z M244.4,245c-11.8,11.8-27.5,18.3-44.2,18.3 c-16.7,0-32.4-6.5-44.2-18.3c-11.8-11.8-18.3-27.5-18.3-44.2c0-8,1.5-15.8,4.4-23l-30.6-30.6c-9.8-9.8-9.8-25.6,0-35.4 c9.8-9.8,25.6-9.8,35.4,0l30.7,30.7c7.1-2.8,14.8-4.3,22.6-4.3c16.7,0,32.4,6.5,44.2,18.3c11.8,11.8,18.3,27.5,18.3,44.2 C262.7,217.5,256.2,233.2,244.4,245L244.4,245z M323.6,324.2c-4.9,4.9-12.8,4.9-17.7,0c-4.9-4.9-4.9-12.8,0-17.7 c4.9-4.9,12.8-4.9,17.7,0C328.5,311.4,328.5,319.3,323.6,324.2z M323.6,94.6c-4.9,4.9-12.8,4.9-17.7,0c-4.9-4.9-4.9-12.8,0-17.7 c4.9-4.9,12.8-4.9,17.7,0C328.5,81.8,328.5,89.7,323.6,94.6z M362.3,213.1c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5 c6.9,0,12.5,5.6,12.5,12.5C374.8,207.5,369.2,213.1,362.3,213.1L362.3,213.1z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,400c-53.4,0-103.6-20.8-141.4-58.6C20.8,303.6,0,253.4,0,200C0,146.6,20.8,96.4,58.6,58.6S146.6,0,200,0 c53.4,0,103.6,20.8,141.4,58.6S400,146.6,400,200s-20.8,103.7-58.6,141.4C303.6,379.2,253.4,400,200,400L200,400z M200,50 c-40.1,0-77.7,15.6-106.1,43.9C65.6,122.3,50,159.9,50,200c0,40.1,15.6,77.7,43.9,106.1c28.3,28.3,66,43.9,106.1,43.9 c40.1,0,77.7-15.6,106.1-43.9c28.3-28.3,43.9-66,43.9-106.1s-15.6-77.7-43.9-106.1C277.7,65.6,240.1,50,200,50L200,50z M235.2,200.2l35.4-35.4c9.8-9.8,9.8-25.6,0-35.4c-9.8-9.8-25.6-9.8-35.4,0l-35.4,35.4l-35.4-35.4c-9.8-9.8-25.6-9.8-35.4,0 c-9.8,9.8-9.8,25.6,0,35.4l35.4,35.4l-35.4,35.4c-9.8,9.8-9.8,25.6,0,35.4c4.9,4.9,11.3,7.3,17.7,7.3c6.4,0,12.8-2.4,17.7-7.3 l35.4-35.4l35.4,35.4c4.9,4.9,11.3,7.3,17.7,7.3c6.4,0,12.8-2.4,17.7-7.3c9.8-9.8,9.8-25.6,0-35.4L235.2,200.2L235.2,200.2z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7s25.4,56.7,56.7,56.7c31.3,0,56.7-25.4,56.7-56.7S102.1,14.2,70.9,14.2z M53.1,93.9c-3.9,0-7.1-3.2-7.1-7.1s3.2-7.1,7.1-7.1s7.1,3.2,7.1,7.1S57.1,93.9,53.1,93.9z M88.5,93.9c-3.9,0-7.1-3.2-7.1-7.1 s3.2-7.1,7.1-7.1c3.9,0,7.1,3.2,7.1,7.1S92.4,93.9,88.5,93.9z M99.1,86.7c-0.1-5.8-4.8-10.5-10.6-10.5c-5.9,0-10.6,4.7-10.6,10.6 H63.8c0-5.9-4.8-10.6-10.6-10.6c-5.8,0-10.5,4.7-10.6,10.5c-8-0.9-14.1-7.6-14.1-15.8c0-8.5,6.6-15.4,15-15.9 c-3.7-7.5-1-16.7,6.3-20.9c7.3-4.2,16.6-2,21.3,5c4.6-7,13.9-9.2,21.3-5c7.3,4.2,10,13.4,6.3,20.9c8.3,0.5,15,7.4,15,15.9 C113.4,79.1,107.2,85.9,99.1,86.7z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M235.4,164.5c9.4,9.4,14.6,22,14.6,35.4s-5.2,25.9-14.6,35.4s-22,14.6-35.3,14.6c-13.4,0-25.9-5.2-35.4-14.6 c-9.4-9.4-14.6-22-14.6-35.4c0-13.4,5.2-25.9,14.6-35.4c9.4-9.4,22-14.6,35.4-14.6C213.4,149.9,225.9,155.1,235.4,164.5 L235.4,164.5z M341.4,341.4c-78.1,78.1-204.7,78.1-282.8,0c-78.1-78.1-78.1-204.7,0-282.8c78.1-78.1,204.7-78.1,282.8,0 C419.5,136.7,419.5,263.3,341.4,341.4L341.4,341.4z M349.9,224.6v-50h-53.1c-2.4-9.1-6-17.7-10.8-25.8l37.6-37.6l-35.4-35.3 l-37.7,37.7c-8-4.7-16.6-8.3-25.7-10.6V49.6h-50v53.5c-9,2.3-17.6,5.9-25.6,10.6l-37.8-37.8l-35.4,35.4l37.8,37.8 c-4.8,8-8.3,16.6-10.7,25.6H49.9v50h53.2c2.3,9.1,5.9,17.8,10.6,25.8L76.1,288l35.4,35.4l37.4-37.4c8.1,4.8,16.8,8.5,25.9,10.8 v52.9h50v-52.8c9.2-2.3,17.9-6,26-10.8l37.3,37.3l35.4-35.4l-37.4-37.4c4.8-8.1,8.4-16.9,10.7-26L349.9,224.6L349.9,224.6 L349.9,224.6z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M307.4,368.8c-31.8,20.3-68.7,31.2-107.2,31.2c-38.7,0-75.6-10.9-107.4-31.3c4.6-4.6,7.2-10.9,7.2-17.6v-51.6 H87.3c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5H100v-50.1h62.6c13.4,0,24.4-10.6,25-23.8c0-0.4,0-0.9,0-1.3 c0-71.1-37.2-133.6-93.1-169.2C125.9,10.5,162.2,0,200.1,0c37.9,0,74.1,10.5,105.4,30c-56,35.6-93.2,98.1-93.2,169.2 c0,0.4,0,0.8,0,1.3c0.6,13.3,11.6,23.8,25,23.8h62.6v50.1h12.7c6.9,0,12.5,5.6,12.5,12.5c0,6.9-5.6,12.5-12.5,12.5h-12.7v51.6 C300.1,357.9,302.7,364.2,307.4,368.8L307.4,368.8z M350.3,136.5c0-6.9-5.6-12.5-12.5-12.5c-6.9,0-12.5,5.6-12.5,12.5 s5.6,12.5,12.5,12.5C344.7,149,350.3,143.4,350.3,136.5L350.3,136.5z M62.2,124c-6.9,0-12.5,5.6-12.5,12.5S55.3,149,62.2,149 s12.5-5.6,12.5-12.5S69.2,124,62.2,124z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.7,0,0,89.7,0,200c0,110.3,89.7,200,200,200c110.3,0,200-89.7,200-200C400,89.7,310.3,0,200,0L200,0z M270,240.9l-61.2,61.2c-4.9,4.9-12.8,4.9-17.7,0l-60.6-60.6c-2.6-2.3-4.3-5.7-4.3-9.4c0-6.9,5.6-12.5,12.5-12.5H175V119.2 c0-13.8,11.2-25,25-25c13.8,0,25,11.2,25,25v100.4h36.2c5,0,9.6,3,11.5,7.7C274.7,232,273.6,237.4,270,240.9L270,240.9z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M109.8,112V35.4H95.7v7.1h3.5v7.1H85v-7.1h3.6v-7.1H74.4v7.1h3.5v7.1H63.8v-7.1h3.6v-7.1H53.2v7.1h3.5v7.1H42.5 v-7.1h3.6v-7.1H31.9V112C21,101.7,14.2,87,14.2,70.9c0-31.3,25.4-56.7,56.7-56.7c31.3,0,56.7,25.4,56.7,56.7 C127.6,87,120.7,101.7,109.8,112z M70.9,102.8c9.8,0,17.7-7.9,17.7-17.7h-7.1c0,5.9-4.8,10.6-10.6,10.6s-10.6-4.8-10.6-10.6h-7.1 C53.2,94.8,61.1,102.8,70.9,102.8L70.9,102.8z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M74.4,127.4v-24.9c15.9-1.7,28.4-15.3,28.4-31.7v-7.1h-7.1V39.1c0-3.9-3.2-7.1-7.1-7.1s-7.1,3.2-7.1,7.1v24.7 H60.4V39.1c0-3.9-3.2-7.1-7.1-7.1s-7.1,3.2-7.1,7.1v24.7H39v7.1c0,16.4,12.4,29.9,28.3,31.7v24.9c-29.6-1.9-53.1-26.5-53.1-56.6 c0-31.3,25.4-56.7,56.7-56.7c31.3,0,56.7,25.4,56.7,56.7C127.6,101,104,125.6,74.4,127.4z M70.9,95.7c9.8,0,17.7-7.9,17.7-17.7h-7.1 c0,5.9-4.8,10.6-10.6,10.6c-5.9,0-10.6-4.8-10.6-10.6h-7.1C53.2,87.7,61.1,95.7,70.9,95.7L70.9,95.7z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M28.4,85v23.3C19.2,98,14.2,84.8,14.2,70.9c0-15.1,5.9-29.4,16.6-40.1s24.9-16.6,40.1-16.6 c14.7,0,28.4,5.5,39,15.6V78c0,3.3-1.3,6.4-3.6,8.8c-2.3,2.3-5.5,3.6-8.8,3.6c-6.8,0-12.4-5.6-12.4-12.4V46.1c0-5.2-2-10.1-5.7-13.8 s-8.6-5.7-13.8-5.7c-10.7,0-19.5,8.7-19.5,19.5v18C36,65.8,28.4,74.5,28.4,85z M127.6,70.9c0-12-3.7-23.4-10.6-33V78 c0,5.2-2,10.1-5.7,13.8c-3.7,3.7-8.6,5.7-13.8,5.7C86.7,97.4,78,88.7,78,78V46.1c0-3.3-1.3-6.4-3.6-8.8c-2.3-2.3-5.5-3.6-8.8-3.6 c-6.8,0-12.4,5.6-12.4,12.4v18c10,1.7,17.7,10.4,17.7,21v42.5c15.1,0,29.4-5.9,40.1-16.6C121.7,100.2,127.6,86,127.6,70.9z M49.6,95.6c7.8,0,14.2-6.4,14.2-14.2h-7.1c0,3.9-3.2,7.1-7.1,7.1s-7.1-3.2-7.1-7.1h-7.1C35.4,89.2,41.8,95.6,49.6,95.6L49.6,95.6z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M120.1,281.5l30-34.4v34.4C150.1,281.5,120.1,281.5,120.1,281.5z M400,200v0.5c-0.2,13.6-11.3,24.6-25,24.6 h-62.5v41.6c0,0-25,0-25,0c-16.7,0-30.3-13.6-30.3-30.3c0-10.9-8.8-19.7-19.7-19.7s-19.7,8.8-19.7,19.7c0,38.4,31.3,71.8,69.7,71.8 h25v43.3c0,8.9-4.8,17.2-12.5,21.6c-30.3,17.5-64.9,26.8-100,26.8C89.7,400,0,310.3,0,200C0,89.7,89.7,0,200,0S400,89.7,400,200 L400,200z M106.3,72.4c0,4.5-5.1,7-8.3,8.9c-7.8,4.8-16.7,9.4-21.8,16.6c-3,4.1-4.8,9.3-4.4,15.2H125v-15H97.2V98 c11.6-7.1,26.9-12,26.9-27.7c0-13.1-10.1-19.3-25-19.3c-16.5,0-27,9.7-26,26.5h16.6c-0.2-7.5,2.2-12.6,9.3-12.6 C103,64.9,106.3,66.9,106.3,72.4L106.3,72.4z M30.6,164.6h87.2v-27H30.6L30.6,164.6L30.6,164.6z M117.8,207.1v-27H30.6v27 L117.8,207.1L117.8,207.1z M203.3,281.5h-16.6v-68.4h-35.1l-56.1,65.3v33.1h54.5v24.3h36.7v-24.3h16.6L203.3,281.5L203.3,281.5z M212.4,131.1h-18.2v33.7h-0.1c-8.6-14-14.6-32.7-33.6-32.7c-15.9,0-23.5,12.3-23.5,30.4c0,20,11.8,32.8,32.2,31.6V174 c-9.1,0.2-15.3-2.7-15.3-11.2c0-5,2.4-9,9.1-9c5.5,0,8.5,6.2,10.8,10.1c5.8,9.5,11.5,20.2,20.1,26.4c5,3.6,11.2,5.8,18.4,5.4 L212.4,131.1L212.4,131.1L212.4,131.1z M237.4,56.2h-30.5V25.7h-26.5v30.5h-30.5v26.5h30.5v30.5h26.5V82.6h30.5V56.2L237.4,56.2z M287,137.9c0-6.9-5.6-12.5-12.5-12.5S262,131,262,137.9s5.6,12.5,12.5,12.5S287,144.8,287,137.9L287,137.9z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7c0,31.3,25.4,56.7,56.7,56.7c9.9,0,19.8-2.6,28.3-7.6 c2.2-1.3,3.5-3.6,3.5-6.1V99.2h-3.7c-2,0-3.5-1.6-3.5-3.5c0-2,1.6-3.5,3.5-3.5h3.7V78h17.7c3.7,0,6.7-2.8,7.1-6.5c0-0.2,0-0.4,0-0.6 C127.6,39.6,102.1,14.2,70.9,14.2z M93.2,72c-4.6,0-8.4-3.2-9.4-7.5c-1.8,0.9-3.7,1.4-5.8,1.4c-7,0-12.7-5.7-12.7-12.7 S71,40.5,78,40.5s12.7,5.7,12.7,12.7c0,0,0,0,0,0c0,0,0,0.1,0,0.1v9c0,1.4,1.1,2.6,2.6,2.6s2.6-1.1,2.6-2.6l0-9.2 c0-9.8-8-17.8-17.8-17.8c-9.8,0-17.8,8-17.8,17.8C60.2,63,68.2,71,78,71h6.1c2,0,3.5,1.6,3.5,3.5S86.1,78,84.1,78H78 c-13.7,0-24.9-11.2-24.9-24.9c0-13.7,11.2-24.9,24.9-24.9c13.7,0,24.9,11.2,24.9,24.9l0,9.2C102.9,67.6,98.6,72,93.2,72z M83.6,53.2 c0,3.1-2.5,5.6-5.6,5.6s-5.6-2.5-5.6-5.6c0-3.1,2.5-5.6,5.6-5.6S83.6,50.1,83.6,53.2z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M400,200C400,89.7,310.2,0,200,0C89.7,0,0,89.7,0,200s89.7,200,200,200H250c13.8,0,25-11.2,25-25 c0-13.8-11.2-25-25-25H200c-82.7,0-150-67.3-150-150S117.3,50,200,50c82.7,0,150,67.3,150,150l0.1,75.1c0,13.8-11.2,25-25,25 c-13.8,0-25-11.2-25-25l0,0V200c0-55.1-44.9-100-100-100c-55.1,0-100,44.9-100,100s44.9,100,100,100c18.6,0,35.9-5.1,50.9-13.9l0,0 c5.3,36.2,36.6,64,74.2,64c41.3,0,75-33.6,75-75L400,200L400,200z M200,250c-27.6,0-50-22.4-50-50c0-27.6,22.4-50,50-50 c27.6,0,50,22.4,50,50C250,227.6,227.6,250,200,250L200,250z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M363.8,164.8c8.4-8.4,19.1-13.2,30-14.3c-9.2-36.1-28.3-68.2-54.2-93.5c-6.5,8.8-15.9,15.6-27.3,18.7 c-26.7,7.1-54.1-8.7-61.2-35.3c-3.1-11.4-1.9-22.9,2.5-32.9C236.5,2.6,218.6,0,200,0c-18.8,0-37,2.7-54.3,7.6 c4.3,10,5.4,21.4,2.4,32.7c-7.1,26.7-34.6,42.5-61.2,35.3c-11.2-3-20.5-9.6-26.9-18.2c-25.6,25.2-44.6,57.2-53.7,93.1 c10.7,1.3,21,6,29.2,14.2c19.5,19.5,19.5,51.2,0,70.7c-8.2,8.2-18.5,12.9-29.1,14.2c9.2,35.9,28.1,67.8,53.8,93 c6.5-8.5,15.7-15.1,26.8-18c26.7-7.2,54.1,8.7,61.2,35.3c3,11.2,1.9,22.6-2.3,32.5c17.3,4.9,35.4,7.5,54.2,7.5 c18.5,0,36.4-2.6,53.5-7.3c-4.3-10-5.4-21.4-2.4-32.7c7.1-26.7,34.6-42.5,61.2-35.4c11.4,3,20.7,9.8,27.2,18.5 c25.9-25.2,45-57.3,54.3-93.4c-11-1.2-21.6-5.9-30-14.3C344.2,215.9,344.2,184.3,363.8,164.8L363.8,164.8z M235.4,235.4 c-19.5,19.5-51.2,19.5-70.7,0c-19.5-19.5-19.5-51.2,0-70.7c19.5-19.5,51.2-19.5,70.7,0C254.9,184.2,254.9,215.8,235.4,235.4 L235.4,235.4z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7c0,31.3,25.4,56.7,56.7,56.7s56.7-25.4,56.7-56.7 C127.6,39.6,102.1,14.2,70.9,14.2z M109.8,95.6c0,2-1.6,3.5-3.5,3.5H35.4c-2,0-3.5-1.6-3.5-3.5V46v-7.1c0-2,1.6-3.5,3.5-3.5h24.8 c2,0,3.5,1.6,3.5,3.5v3.5h42.5c2,0,3.5,1.6,3.5,3.5L109.8,95.6L109.8,95.6z M88.5,70.9c0,9.8-7.9,17.7-17.7,17.7 C61,88.6,53,80.6,53,70.9c0-9.2,7-16.7,15.9-17.6V48c0-0.7,0.4-1.4,1.1-1.6c0.7-0.3,1.4-0.1,1.9,0.4l8.7,8.7 c0.3,0.3,0.5,0.8,0.5,1.3c0,0.5-0.2,0.9-0.5,1.3L72,66.6c-0.3,0.3-0.8,0.5-1.3,0.5c-0.2,0-0.5,0-0.7-0.1c-0.7-0.3-1.1-0.9-1.1-1.6 v-5c-5,0.9-8.8,5.2-8.8,10.5c0,5.9,4.8,10.6,10.6,10.6s10.6-4.8,10.6-10.6c0-2,1.6-3.5,3.5-3.5S88.5,68.9,88.5,70.9z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <g> <path class="st0" d="M162.4,137.6c0,6.9-5.6,12.5-12.5,12.5c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5 C156.8,125.1,162.4,130.7,162.4,137.6"></path> <path class="st0" d="M200,0c-23.7,0-46.4,4.2-67.5,11.7c79.6,26.4,137.3,101.5,137.3,189.9c0,0.5,0,0.9,0,1.4 c-0.7,13.2-11.6,23.6-25,23.6h-62.5v48.5h-7.3c-6.9,0-12.5,5.6-12.5,12.5c0,6.9,5.6,12.5,12.5,12.5h7.3v52.9 c0,8.9-4.8,17.2-12.5,21.6c-10.4,6-21.3,11-32.5,15C157,396.4,178.1,400,200,400c110.3,0,200-89.7,200-200C400,89.7,310.3,0,200,0 z M225.1,300.2c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5c6.9,0,12.5,5.6,12.5,12.5C237.6,294.6,232,300.2,225.1,300.2 L225.1,300.2z M275,300.2c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5s12.5,5.6,12.5,12.5 C287.5,294.6,281.9,300.2,275,300.2z M325.3,300.2c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5c6.9,0,12.5,5.6,12.5,12.5 C337.8,294.6,332.2,300.2,325.3,300.2L325.3,300.2z M150,100c20.7,0,37.5,16.8,37.5,37.5S170.6,175,150,175 c-20.7,0-37.5-16.8-37.5-37.5S129.3,100,150,100 M87.5,137.5c0,34.5,28,62.5,62.5,62.5s62.5-28,62.5-62.5 c0-34.5-28-62.5-62.5-62.5H44c-6.3,7.9-12.1,16.2-17.1,25H100C92.1,110.5,87.5,123.5,87.5,137.5"></path> </g> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,400C89.7,400,0,310.3,0,200C0,89.7,89.7,0,200,0s200,89.7,200,200C400,310.3,310.3,400,200,400z M200,100 c-55.1,0-100,44.9-100,100c0,55.1,44.9,100,100,100c55.1,0,100-44.9,100-100C300,144.9,255.1,100,200,100L200,100z M168.2,219 c10.4,17.9,33.3,24.1,51.2,13.7c17.9-10.3,24.1-33.3,13.7-51.2c-10.4-17.9-33.3-24.1-51.2-13.7C164,178.1,157.8,201,168.2,219 L168.2,219z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7c0,31.3,25.4,56.7,56.7,56.7c31.3,0,56.7-25.4,56.7-56.7 C127.6,39.6,102.1,14.2,70.9,14.2z M94.5,85.1H74.3V67C84.4,65.3,92,56.6,92,46.1c-11.4,0-20.7,9-21.2,20.3h0 C70.3,55.1,61,46.1,49.6,46.1c0,10.5,7.6,19.2,17.7,20.9v18.1h-20c-7.8,0-14.2-6.3-14.2-14.2c0-7.5,5.9-13.7,13.3-14.1 C43.1,50.1,45.5,42,52,38.2c6.5-3.8,14.8-1.8,18.9,4.4c4.1-6.2,12.4-8.2,18.9-4.4c6.5,3.8,8.9,11.9,5.6,18.6 c7.4,0.5,13.3,6.6,13.3,14.1C108.6,78.7,102.3,85.1,94.5,85.1z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M341.7,195c-3.3,0-6.5-1.3-8.8-3.7L226.8,85.3L94,218c-3.7,3.7-8.5,5.5-13.3,5.5c-4.8,0-9.6-1.8-13.3-5.5 c-7.3-7.3-7.3-19.2,0-26.5L208.9,50.1c0.1-0.1,0.1-0.1,0.2-0.2l43-43C235.3,2.4,217.8,0,199.9,0C146.5,0,96.3,20.8,58.5,58.6 c-78,78-78,204.9,0,282.8c37.8,37.8,88,58.6,141.5,58.6c53.4,0,103.7-20.8,141.4-58.6c37.8-37.8,58.6-88,58.6-141.4 c0-17.7-2.3-35-6.7-51.6l-42.7,42.9C348.2,193.7,345.1,195,341.7,195L341.7,195z M172.5,208.4c-4.8,0-9.6-1.8-13.3-5.5 c-7.3-7.3-7.3-19.2,0-26.5l53-53c7.3-7.3,19.2-7.3,26.5,0c7.3,7.3,7.3,19.2,0,26.5l-53,53C182.1,206.6,177.3,208.4,172.5,208.4 L172.5,208.4z M210.8,246.7c-4.8,0-9.6-1.8-13.3-5.5c-7.3-7.3-7.3-19.2,0-26.5l53-53c7.3-7.3,19.2-7.3,26.5,0 c7.3,7.3,7.3,19.2,0,26.5l-53,53C220.4,244.9,215.6,246.7,210.8,246.7L210.8,246.7z M315.4,226.5l-53,53c-3.7,3.7-8.5,5.5-13.3,5.5 s-9.6-1.8-13.3-5.5c-7.3-7.3-7.3-19.2,0-26.5l53-53c7.3-7.3,19.2-7.3,26.5,0C322.8,207.3,322.8,219.2,315.4,226.5L315.4,226.5z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M200,0C89.7,0,0,89.7,0,200v1.4C0.7,214.6,11.6,225,25,225h62.5v50h12.6c6.9,0,12.5,5.6,12.5,12.5 S107,300,100.1,300H87.5v51.5c0,8.9,4.8,17.2,12.5,21.6c30.3,17.6,64.9,26.8,100,26.8c110.3,0,200-89.7,200-200 C400,89.7,310.3,0,200,0z M199.1,344.2c-18.3,0-33.9-15.2-33.9-33.9c0-18.3,15.6-33.9,33.9-33.9c18.3,0,33.9,15.6,33.9,33.9 C233.1,329,217.5,344.2,199.1,344.2z M229.6,221.4v7.8c0,17.9-12.5,30.4-30.4,30.4s-30.4-12.5-30.4-30.4V198c0-21,14.8-23,30.8-25.7 c18.3-3.5,29.6-11.7,29.6-29.6c0-12.1-10.5-25.3-28.4-25.3c-34.7,0-29.6,35.1-60.8,35.1c-15.6,0-28-13.6-28-29.2 c0-44,50.3-69,88.9-69c51.4,0,96.2,32,96.2,86.5C297,190.6,268.5,213.6,229.6,221.4L229.6,221.4z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.7,0,0,89.7,0,200s89.7,200,200,200s200-89.7,200-200S310.3,0,200,0z M347.9,175.2H224.7v-28.1 c32.9-7.4,60.4-29.3,75.5-58.6C324.9,110.7,342.2,141,347.9,175.2L347.9,175.2z M174.7,94.5c-14.5-6.5-26.1-18.3-32.3-32.9 c10.2-4.3,21.1-7.4,32.3-9.3V94.5L174.7,94.5z M224.7,52.1c11.5,1.9,22.5,5.1,32.9,9.5c-6.3,14.9-18.1,26.8-32.9,33.2L224.7,52.1 L224.7,52.1z M99.8,88.5c14.9,29.1,42.2,50.9,74.9,58.5v28.2H52.1C57.8,141,75.1,110.7,99.8,88.5L99.8,88.5z M52.2,225.2h122.5 v27.7c-32.7,7.6-60,29.4-74.9,58.6C75.2,289.4,57.9,259.2,52.2,225.2L52.2,225.2z M174.7,347.8c-11.3-1.9-22.1-5.1-32.4-9.4 c6.2-14.7,17.8-26.6,32.4-33.1V347.8z M224.7,305.1c14.8,6.4,26.7,18.4,33,33.3c-10.4,4.4-21.5,7.6-33,9.5V305.1L224.7,305.1z M300.2,311.5c-15-29.4-42.5-51.3-75.5-58.7v-27.6h123.1C342.1,259.2,324.8,289.4,300.2,311.5L300.2,311.5z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.5,0,0,89.5,0,200c0,110.5,89.5,200,200,200s200-89.5,200-200C400,89.5,310.5,0,200,0z M290,322.7 c0,9-7.3,16.4-16.4,16.4H126.4c-9,0-16.4-7.3-16.4-16.4V77.3c0-9,7.3-16.4,16.4-16.4h147.3c9,0,16.4,7.3,16.4,16.4L290,322.7 L290,322.7z M274.1,85.5v98.2c0,4.5-3.7,8.2-8.2,8.2H135.1c-4.5,0-8.2-3.7-8.2-8.2V85.5c0-4.5,3.7-8.2,8.2-8.2H266 C270.5,77.3,274.1,81,274.1,85.5L274.1,85.5z M200.2,216.6c-27.1,0-49.1,22-49.1,49.1s22,49.1,49.1,49.1c27.1,0,49.1-22,49.1-49.1 S227.2,216.6,200.2,216.6z M200.2,282.1c-9,0-16.4-7.3-16.4-16.4c0-9,7.3-16.4,16.4-16.4s16.4,7.3,16.4,16.4 C216.5,274.8,209.2,282.1,200.2,282.1L200.2,282.1z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M247.6,114.2c0,5.3-4.3,9.5-9.5,9.5c-5.3,0-9.5-4.3-9.5-9.5c0-5.3,4.3-9.5,9.5-9.5 C243.3,104.7,247.6,108.9,247.6,114.2L247.6,114.2z M400,180.9v33.4c0,10.5-8.5,19.1-19.1,19.1c-10.5,0-19.1-8.5-19.1-19.1 c0-6.3-4-11.6-9.7-13.5c-3.4,51.1-31.8,97.6-75.9,123.1c2.9,0,5.7,0.7,8.1,1.9c6.5,3,11,9.6,11,17.3c0,9.9-7.5,18-17.2,19h0 c-0.5,0-1,0.1-1.5,0.1h-0.1c-0.1,0-0.1,0-0.2,0H123.7c-10.5-0.1-19-8.6-19-19.1c0-10.5,8.6-19,19.1-19h0.1c0,0,0-0.1-0.1-0.1 c-44.1-25.5-72.5-72-75.9-123.1c-5.7,1.9-9.9,7.3-9.9,13.6c0,10.5-8.5,19.1-19.1,19.1C8.5,233.3,0,224.8,0,214.3v-33.4 c0-5.1,2-9.9,5.6-13.5c3.6-3.6,8.4-5.6,13.5-5.6h0l31.3,0C63.7,91.4,125.8,38,200.1,38s136.4,53.4,149.8,123.9l31,0h0 c5.1,0,9.9,2,13.5,5.6C398,171,400,175.9,400,180.9L400,180.9z M209.6,180.7c0-5.3-4.3-9.5-9.5-9.5c-5.3,0-9.5,4.3-9.5,9.5v28.6 c0,5.2,4.3,9.5,9.5,9.5c5.2,0,9.5-4.3,9.5-9.5L209.6,180.7L209.6,180.7z M295.3,114.1c0-30.3-25.6-54.8-57.2-54.8 c-14.6,0-28,5.3-38.1,13.9c-10.1-8.7-23.5-13.9-38.1-13.9c-31.6,0-57.2,24.5-57.2,54.8c0,30.3,25.6,54.8,57.2,54.8 c14.6,0,28-5.3,38.1-13.9c10.1,8.7,23.4,13.9,38.1,13.9C269.7,168.9,295.3,144.4,295.3,114.1L295.3,114.1z M161.9,104.7 c-5.3,0-9.5,4.3-9.5,9.5c0,5.3,4.3,9.5,9.5,9.5c5.3,0,9.5-4.3,9.5-9.5C171.4,108.9,167.2,104.7,161.9,104.7z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M217.6,217.8c-9.8,9.8-25.6,9.8-35.4,0c-9.8-9.8-9.8-25.6,0-35.4c9.8-9.8,25.6-9.8,35.3,0 C227.4,192.2,227.4,208,217.6,217.8 M400,200c0,110.3-89.7,200-200,200S0,310.3,0,200C0,89.7,89.7,0,200,0 C310.3,0,400,89.7,400,200z M171.8,75.7h18.3V41.3h0.2l19.3,34.4h18.9v-63h-18.4v33.7h-0.2l-18.3-33.7h-19.8 C171.8,12.8,171.8,75.7,171.8,75.7z M97.7,168.8H78.6l-7.9,39.4h-0.2l-7.4-39.4H46l-7.6,38.9h-0.2l-7.7-38.9h-19l17.1,63h19 l6.6-38.4h0.2l6.8,38.4h18.9L97.7,168.8L97.7,168.8z M228.6,365.9c0-11.5-8.8-15.7-17.7-18.2c-8.9-2.5-17.9-3.4-18.3-7.9 c0-3.5,4.3-4.2,7-4.2c1.9,0,4.1,0.4,5.7,1.6c1.6,1.1,2.6,2.6,2.3,5H226c-0.5-15.4-12.6-20.5-26.3-20.5c-13,0-25.4,6.3-25.4,20.8 c0,12.7,11.4,15.4,21.3,18.3c10.8,3.1,13.6,4,13.6,7.2c0,4.7-4.9,5.7-8,5.7c-3.6,0-7.9-0.8-9.3-4.6c-0.4-1.1-0.7-2.6-0.7-4.2h-19.4 c0.2,20.1,20.5,22.7,27.7,22.7C213.5,387.6,228.6,382.3,228.6,365.9L228.6,365.9z M300.9,288.4c0-1.7-0.4-3.3-1-4.7L256,151.9 c0-0.1-0.1-0.2-0.1-0.3c-0.1-0.2-0.2-0.5-0.3-0.7c-0.1-0.3-0.2-0.5-0.4-0.8c-0.1-0.2-0.2-0.4-0.4-0.7c-0.1-0.2-0.3-0.5-0.4-0.7 c-0.1-0.2-0.3-0.4-0.4-0.6c-0.2-0.2-0.3-0.4-0.5-0.6c-0.2-0.2-0.4-0.4-0.5-0.6c-0.2-0.2-0.4-0.4-0.6-0.5c-0.2-0.2-0.4-0.3-0.6-0.5 c-0.2-0.2-0.4-0.3-0.6-0.4c-0.2-0.2-0.5-0.3-0.7-0.4c-0.2-0.1-0.4-0.3-0.6-0.4c-0.2-0.1-0.5-0.2-0.8-0.4c-0.2-0.1-0.4-0.2-0.7-0.3 c-0.1,0-0.2-0.1-0.3-0.1L115.5,99.8c-0.1,0-0.1,0-0.2-0.1c-0.4-0.1-0.8-0.2-1.2-0.3c-0.3-0.1-0.6-0.1-0.9-0.2 c-0.4,0-0.7-0.1-1.1-0.1c-0.3,0-0.7,0-1,0c-0.3,0-0.7,0.1-1,0.1c-0.3,0-0.7,0.1-1,0.1c-0.3,0.1-0.7,0.2-1,0.3 c-0.3,0.1-0.7,0.2-1,0.3c-0.3,0.1-0.6,0.3-0.9,0.4c-0.4,0.2-0.7,0.3-1,0.5c-0.1,0-0.1,0.1-0.2,0.1c-0.2,0.1-0.4,0.3-0.5,0.4 c-0.3,0.2-0.7,0.4-1,0.7c-0.2,0.2-0.5,0.4-0.7,0.7c-0.3,0.3-0.5,0.5-0.8,0.8c-0.2,0.3-0.4,0.6-0.6,0.8c-0.2,0.2-0.3,0.4-0.5,0.6 c-0.1,0.1-0.1,0.2-0.1,0.2c-0.2,0.3-0.3,0.6-0.4,0.9c-0.2,0.3-0.3,0.7-0.5,1c-0.1,0.3-0.2,0.6-0.3,0.8c-0.1,0.4-0.2,0.8-0.3,1.2 c-0.1,0.3-0.1,0.6-0.1,0.8c-0.1,0.4-0.1,0.8-0.1,1.2c0,0.3,0,0.6,0,0.8c0,0.4,0,0.8,0.1,1.2c0,0.3,0.1,0.5,0.2,0.8 c0.1,0.4,0.2,0.8,0.3,1.3c0,0.1,0,0.1,0.1,0.2l44.2,132.6c0,0.1,0.1,0.2,0.1,0.3c0.1,0.2,0.2,0.4,0.3,0.7c0.1,0.3,0.2,0.5,0.4,0.8 c0.1,0.2,0.2,0.4,0.4,0.6c0.1,0.2,0.3,0.5,0.5,0.7c0.1,0.2,0.3,0.4,0.4,0.6c0.2,0.2,0.4,0.5,0.5,0.7c0.2,0.2,0.3,0.4,0.5,0.5 c0.2,0.2,0.4,0.4,0.6,0.6c0.2,0.2,0.4,0.3,0.6,0.5c0.2,0.2,0.4,0.3,0.6,0.5c0.2,0.2,0.4,0.3,0.7,0.4c0.2,0.1,0.5,0.3,0.7,0.4 c0.2,0.1,0.5,0.2,0.7,0.3c0.2,0.1,0.5,0.2,0.7,0.3c0.1,0,0.2,0.1,0.2,0.1l132.6,44.2c0.3,0.1,0.7,0.2,1,0.2 c0.2,0.1,0.5,0.1,0.8,0.2c0.7,0.1,1.5,0.2,2.2,0.2h0.4c0.5,0,0.9,0,1.4-0.1l0,0c0.5-0.1,1.1-0.2,1.6-0.3c0,0,0.1,0,0.1,0 C297,299,300.9,294.2,300.9,288.4L300.9,288.4z M387.1,231.3v-16.1h-33.7v-7.9h29.7v-15h-29.7v-7.9h32.7v-16.1H334v63L387.1,231.3 L387.1,231.3L387.1,231.3z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7s25.4,56.7,56.7,56.7s56.7-25.4,56.7-56.7 C127.6,39.6,102.2,14.2,70.9,14.2z M87.9,41.3c6.9,0,12.4,5.6,12.4,12.4c0,6.9-5.6,12.4-12.4,12.4c-6.8,0-12.4-5.6-12.4-12.4 C75.5,46.8,81,41.3,87.9,41.3z M53.9,41.3c6.8,0,12.4,5.6,12.4,12.4c0,6.9-5.6,12.4-12.4,12.4c-6.8,0-12.4-5.6-12.4-12.4 C41.5,46.8,47,41.3,53.9,41.3z M112.7,100.5h-34H63.1h-34c-2,0-3.5-1.6-3.5-3.5c0-15.6,12.7-28.3,28.3-28.3c6.4,0,12.3,2.1,17,5.7 c4.7-3.6,10.6-5.7,17-5.7c15.6,0,28.3,12.7,28.3,28.3C116.2,98.9,114.6,100.5,112.7,100.5z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7c0,31.3,25.4,56.7,56.7,56.7s56.7-25.4,56.7-56.7 C127.6,39.6,102.2,14.2,70.9,14.2z M100.4,47.4c-1.8,3.7-6.4,5.3-10.1,3.5L78.4,45v47.6c0,0.3,0,0.6,0,1c0,10.6-10,18.9-22.7,18.9 c-12.7,0-22.7-8.3-22.7-18.9c0-10.6,10-18.9,22.7-18.9c2.7,0,5.2,0.4,7.5,1V32.9c0-2.6,1.3-5,3.6-6.4c2.2-1.4,5-1.5,7.3-0.4L97,37.3 C100.7,39.1,102.3,43.6,100.4,47.4z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7s25.4,56.7,56.7,56.7s56.7-25.4,56.7-56.7S102.2,14.2,70.9,14.2z M70.9,60.2c1.7,0,3.3,0.2,4.8,0.7V33.7c0-1.7,0.9-3.2,2.3-4.1c1.4-0.9,3.2-1,4.7-0.2l14.5,7.1c2.4,1.2,3.4,4,2.2,6.4 c-1.2,2.4-4,3.4-6.4,2.2l-7.6-3.7v30.5c0,0.1,0,0.2,0,0.3c0,6.7-6.3,12-14.4,12c-8.1,0-14.4-5.3-14.4-12 C56.5,65.5,62.8,60.2,70.9,60.2z M56.5,89c3.8,3.9,8.9,6.1,14.4,6.1c5.5,0.1,10.6-2,14.5-5.8l4.1,4.2c-5,4.9-11.5,7.5-18.4,7.5 c-0.1,0-0.2,0-0.3,0c-7-0.1-13.6-2.9-18.5-7.9L56.5,89z M71.2,115.6c-0.1,0-0.3,0-0.4,0c-10.9-0.1-21.2-4.5-28.8-12.3l4.2-4.1 c6.6,6.7,15.3,10.4,24.7,10.5c9.4,0.1,18.2-3.5,24.9-10l4.1,4.2C92.1,111.5,82,115.6,71.2,115.6z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M106.6,96c0,9.8-8,17.8-17.8,17.8c-9.8,0-17.8-8-17.8-17.8c0-9.2,7-16.8,16-17.7v-5.2c0-0.7,0.4-1.4,1.1-1.6 c0.7-0.3,1.4-0.1,1.9,0.4l8.7,8.7c0.7,0.7,0.7,1.8,0,2.5l-8.7,8.7c-0.3,0.3-0.8,0.5-1.3,0.5c-0.2,0-0.5,0-0.7-0.1 c-0.7-0.3-1.1-0.9-1.1-1.6v-5c-5,0.9-8.9,5.2-8.9,10.5c0,5.9,4.8,10.7,10.7,10.7s10.7-4.8,10.7-10.7c0-2,1.6-3.6,3.6-3.6 C105,92.5,106.6,94.1,106.6,96z M103,46.2h19.1C112.8,27.3,93.4,14.3,71,14.3c-7.5,0-14.7,1.5-21.3,4.1v64.9H35.5V26.8 c-13,10.4-21.4,26.4-21.4,44.3c0,28.9,21.7,52.9,49.7,56.4V46.2h10.6v7.1H71v7.1h14.2v-7.1h-3.6v-7.1h14.2v7.1h-3.6v7.1h14.2v-7.1 H103L103,46.2L103,46.2z M42.5,101.3l-7.2-12.4h14.3L42.5,101.3z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M313.8,112.9h67.5C348.6,46.1,280,0,200.8,0c-26.6,0-51.9,5.2-75.1,14.6v229.2H75.5V44.1 C29.5,80.9,0,137.5,0,200.8C0,303,76.8,387.6,175.7,400V112.9h37.6v25.1h-12.4V163h50.2v-25.1h-12.6v-25.1h50.2v25.1H276V163h50.2 v-25.1h-12.5L313.8,112.9L313.8,112.9L313.8,112.9z M100.2,307.6l-25.3-43.8h50.5L100.2,307.6L100.2,307.6z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M111,30.8C100.2,20.1,86,14.2,70.9,14.2c-15.1,0-29.4,5.9-40.1,16.6C20.1,41.5,14.2,55.7,14.2,70.9 c0,15.1,5.9,29.4,16.6,40.1c10.7,10.7,24.9,16.6,40.1,16.6s29.4-5.9,40.1-16.6c10.7-10.7,16.6-24.9,16.6-40.1 C127.6,55.7,121.7,41.5,111,30.8z M24.5,87.1l3.7-13.8l10.1,10.1L24.5,87.1z M40.8,80.9l-10-10l42.6-42.6l10,10L40.8,80.9z M106,90.9l-3.8-3.8l5-5l-2.5-2.5l-5,5l-2.5-2.5l7.5-7.5l-2.5-2.5l-7.5,7.5l-2.5-2.5l5-5l-2.5-2.5l-5,5l-2.5-2.5l7.5-7.5L92.2,62 l-7.5,7.5l-2.5-2.5l5-5l-2.5-2.5l-5,5L77.1,62l7.5-7.5L82.2,52l-7.5,7.5l-3.7-3.7l15-15L121,75.9L106,90.9z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.7,0,0,89.7,0,200c0,110.3,89.7,200,200,200c35.1,0,69.7-9.3,100-26.8c7.7-4.5,12.5-12.7,12.5-21.6 c0,0,0-51.5,0-51.5h-12.6c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5h12.6v-50H375c13.3,0,24.3-10.5,25-23.6 c0-0.5,0-1,0-1.4C400,89.7,310.3,0,200,0L200,0z M287.3,200.5c-34.5,0-62.5-28-62.5-62.5c0-14.1,4.7-27.1,12.5-37.5H124.6 c-20.7,0-37.5,16.8-37.5,37.5c0,20.7,16.8,37.5,37.5,37.5v25c-34.5,0-62.5-28-62.5-62.5c0-34.5,28-62.5,62.5-62.5h162.7 c34.5,0,62.5,28,62.5,62.5S321.8,200.5,287.3,200.5L287.3,200.5z M287.3,100.5c-20.7,0-37.5,16.8-37.5,37.5s16.8,37.5,37.5,37.5 c20.7,0,37.5-16.8,37.5-37.5S308,100.5,287.3,100.5L287.3,100.5z M287.8,149.9c-6.9,0-12.5-5.6-12.5-12.5s5.6-12.5,12.5-12.5 c6.9,0,12.5,5.6,12.5,12.5S294.7,149.9,287.8,149.9L287.8,149.9z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M102.2,187.1c0,4.5-3.7,8.2-8.2,8.2c-4.5,0-8.2-3.7-8.2-8.2s3.7-8.2,8.2-8.2 C98.6,178.9,102.2,182.5,102.2,187.1z M117.7,178.9c-4.5,0-8.2,3.7-8.2,8.2s3.7,8.2,8.2,8.2c4.5,0,8.2-3.7,8.2-8.2 S122.2,178.9,117.7,178.9z M400,200c0,110.5-89.5,200-200,200S0,310.5,0,200S89.5,0,200,0S400,89.5,400,200z M122,152.6H278V50 h-12.3v8.2h4.1v8.2h-16.4v-8.2h4.1V50H241v8.2h4.1v8.2h-16.4v-8.2h4.1V50h-16.4v8.2h4.1v8.2h-16.4v-8.2h4.1V50h-16.4v8.2h4.1v8.2 h-16.4v-8.2h4.1V50h-16.4v8.2h4.1v8.2h-16.4v-8.2h4.1V50h-16.4v8.2h4.1v8.2h-16.4v-8.2h4.1V50h-12.3L122,152.6L122,152.6z M265.9,277.2H134.6V310h131.3V277.2z M331.3,178.7c0-9.1-7.4-16.4-16.4-16.4H85.1c-9.1,0-16.4,7.3-16.4,16.4v114.9 c0,9.1,7.3,16.4,16.4,16.4h33.1v-41c0-4.5,3.7-8.2,8.2-8.2h147.7c4.5,0,8.2,3.7,8.2,8.2v41h32.6c9.1,0,16.4-7.4,16.4-16.4 L331.3,178.7L331.3,178.7z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" style="enable-background:new -97 220.9 400 400" xml:space="preserve" height="400px" viewBox="-97 220.9 400 400" width="400px" y="0px" x="0px"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="m103 620.9c-53.4 0-103.6-20.8-141.4-58.6s-58.6-88-58.6-141.4 20.8-103.6 58.6-141.4 88-58.6 141.4-58.6 103.6 20.8 141.4 58.6c37.8 37.8 58.6 88 58.6 141.4s-20.8 103.6-58.6 141.4-88 58.6-141.4 58.6zm0-350c-40.1 0-77.7 15.6-106.1 43.9-28.3 28.3-43.9 66-43.9 106.1s15.6 77.7 43.9 106.1c28.3 28.3 66 43.9 106.1 43.9s77.7-15.6 106.1-43.9c28.3-28.3 43.9-66 43.9-106.1s-15.6-77.7-43.9-106.1c-28.4-28.3-66-43.9-106.1-43.9zm88.5 80c-11.2-11.2-26.1-17.4-41.9-17.4-15.9 0-30.7 6.2-42 17.4-1.7 1.7-3.2 3.4-4.7 5.3-1.4-1.8-3-3.6-4.7-5.3-11.2-11.2-26.1-17.4-42-17.4s-30.7 6.2-42 17.4c-23.1 23.1-23.1 60.8 0 83.9l79.6 80.4c2.3 2.4 5.5 3.7 8.9 3.7 3.3 0 6.5-1.3 8.9-3.7l79.8-80.4c23.2-23.1 23.2-60.8 0.1-83.9z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M301.4,372.4C271.7,390,237,400,200,400C89.5,400,0,310.5,0,200C0,89.5,89.5,0,200,0c110.5,0,200,89.5,200,200 c0,36.4-9.7,70.6-26.8,100l0,0L400,400l-100-26.8L301.4,372.4L301.4,372.4z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <g> <path class="st0" d="M200,50c-82.7,0-150,67.3-150,150s67.3,150,150,150s150-67.3,150-150S282.7,50,200,50 M200,400 C89.7,400,0,310.3,0,200C0,89.7,89.7,0,200,0s200,89.7,200,200C400,310.3,310.3,400,200,400 M305.3,165.9 c-0.8-2.6-3.1-4.4-5.9-4.3l-71.8,0.1l-22.1-68.3c-0.8-2.6-3.2-4.3-6-4.3c-2.7,0-5.1,1.8-5.9,4.3l-22.1,68.3l-71.8-0.1h0 c-2.7,0-5.1,1.8-5.9,4.3c-0.8,2.6,0.1,5.4,2.3,7l58.1,42.1l-22.3,68.3c-0.8,2.6,0.1,5.4,2.3,7c2.2,1.6,5.2,1.6,7.4,0l58-42.3 l58,42.3c1.1,0.8,2.4,1.2,3.7,1.2c0,0,0,0,0,0c3.5,0,6.2-2.8,6.2-6.2c0-0.9-0.2-1.8-0.6-2.6l-22-67.6l58.1-42.1 C305.2,171.4,306.2,168.5,305.3,165.9"></path> </g> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M98.4,23.9c-5.2,0-10.1,2-13.7,5.7c-3.7,3.7-5.7,8.6-5.7,13.8c0,5.2,2,10.1,5.7,13.8c1,1,2.4,1.6,3.8,1.6 c1.4,0,2.7-0.5,3.8-1.6c2.1-2.1,2.1-5.4,0-7.5c-1.7-1.7-2.6-3.9-2.6-6.3s0.9-4.6,2.6-6.3c1.7-1.7,3.9-2.6,6.2-2.6 c2.9,0,5.3-2.4,5.3-5.3C103.7,26.3,101.3,23.9,98.4,23.9L98.4,23.9z M90.9,50.9c1.4,1.4,1.4,3.6,0,5c-1.4,1.4-3.6,1.4-5,0 c-1.4-1.4-1.4-3.6,0-5C87.3,49.6,89.5,49.6,90.9,50.9L90.9,50.9z M118.8,63.1c-0.1,0.1-0.2,0.2-0.3,0.3L84.7,97.3 c-1,1-2.4,1.6-3.8,1.6c-1.4,0-2.7-0.5-3.8-1.6c-2.1-2.1-2.1-5.4,0-7.5l18.2-18.2c-1.9-0.2-3.7-0.6-5.5-1.2l-16,16 c-1,1-2.4,1.6-3.8,1.6c-1.4,0-2.7-0.5-3.8-1.6c-2.1-2.1-2.1-5.4,0-7.5l13.8-13.8c-0.6-0.5-1.2-1-1.8-1.6c-0.6-0.6-1.1-1.1-1.6-1.7 L62.9,75.6c-1,1-2.4,1.6-3.8,1.6c-1.4,0-2.7-0.5-3.8-1.6c-2.1-2.1-2.1-5.4,0-7.5l16-16c-0.6-1.8-1-3.7-1.2-5.5L52.1,64.7 c-1,1-2.4,1.6-3.8,1.6c-1.4,0-2.7-0.5-3.8-1.6c-2.1-2.1-2.1-5.4,0-7.5l33.6-33.6c0.1-0.1,0.1-0.1,0.2-0.2l7.3-7.3 c-4.8-1.3-9.7-2-14.8-2c-15.1,0-29.4,5.9-40.1,16.6c-22.1,22.1-22.1,58.1,0,80.2c10.7,10.7,25,16.6,40.1,16.6 c15.1,0,29.4-5.9,40.1-16.6c10.7-10.7,16.6-24.9,16.6-40.1c0-5-0.7-9.9-1.9-14.6L118.8,63.1L118.8,63.1z M33.2,73.2 c2.8-2.8,7.3-2.8,10,0c2.8,2.8,2.8,7.3,0,10c-2.8,2.8-7.3,2.8-10,0C30.4,80.5,30.4,76,33.2,73.2L33.2,73.2z M48.5,108.4 c-2.8,2.8-7.3,2.8-10,0c-2.8-2.8-2.8-7.3,0-10c2.8-2.8,7.3-2.8,10,0C51.3,101.1,51.3,105.6,48.5,108.4L48.5,108.4z M71,105.9 c-2.8,2.8-7.3,2.8-10,0c-2.8-2.8-2.8-7.3,0-10c2.8-2.8,7.3-2.8,10,0C73.7,98.7,73.7,103.1,71,105.9L71,105.9z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.9,14.2c-31.3,0-56.7,25.4-56.7,56.7c0,31.3,25.4,56.7,56.7,56.7c31.3,0,56.7-25.4,56.7-56.7 S102.1,14.2,70.9,14.2z M94.5,85.1H47.3c-7.8,0-14.2-6.3-14.2-14.2c0-7.5,5.9-13.7,13.3-14.1C43.1,50.1,45.5,42,52,38.2 c6.5-3.8,14.8-1.8,18.9,4.4c4.1-6.2,12.4-8.2,18.9-4.4c6.5,3.8,8.9,11.9,5.6,18.6c7.4,0.5,13.3,6.6,13.3,14.1 C108.6,78.7,102.3,85.1,94.5,85.1z M52.1,77.7c-3.9,0-7.1-3.2-7.1-7.1c0-3.8,2.9-6.8,6.6-7.1c-1.7-3.3-0.5-7.4,2.8-9.3 c3.3-1.9,7.4-0.9,9.4,2.2c2-3.1,6.2-4.1,9.4-2.2c3.3,1.9,4.5,6,2.8,9.3c3.7,0.2,6.6,3.3,6.6,7.1c0,3.9-3.2,7.1-7.1,7.1H52.1z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M73.7,168.4c0-69.7,56.7-126.3,126.3-126.3c69.7,0,126.3,56.7,126.3,126.3h42.1C368.4,75.6,292.9,0,200,0 C107.1,0,31.6,75.6,31.6,168.4v63.7h0C31.9,324.8,107.3,400,200,400c92.9,0,168.4-75.6,168.4-168.4v-21.1H73.7V168.4L73.7,168.4z M200,242.1c17.4,0,31.6,14.1,31.6,31.6c0,13.7-8.8,25.4-21,29.7v54.4c0,5.8-4.7,10.5-10.5,10.5s-10.5-4.7-10.5-10.5v-54.4 c-12.3-4.3-21.1-16-21.1-29.8C168.4,256.3,182.6,242.1,200,242.1L200,242.1z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M385.7,151.6c-13-12.9-30.2-20-48.5-20c-37.9,0-68.8,30.8-68.8,68.7c0,10.4,8.4,18.8,18.8,18.8 c10.4,0,18.8-8.4,18.8-18.8c0-17.2,14-31.2,31.2-31.2c8.3,0,16.1,3.2,22,9.1c7.4,7.3,19.2,7.3,26.5-0.1 C393,170.7,393,158.9,385.7,151.6L385.7,151.6z M287.2,212.8c-6.9,0-12.5-5.6-12.5-12.5c0-6.9,5.6-12.5,12.5-12.5 s12.5,5.6,12.5,12.5C299.7,207.2,294.1,212.8,287.2,212.8L287.2,212.8z M373.1,300.2C338.5,359.9,273.9,400,200,400 C89.5,400,0,310.5,0,200C0,89.5,89.5,0,200,0c74,0,138.7,40.2,173.3,100l0,0l-204.8,0c-10.4,0-18.7,8.4-18.7,18.8 c0,10.4,8.4,18.7,18.7,18.7h90.7c-4.1,5.2-7.8,10.8-10.9,16.7v0h-79.8c-10.4,0-18.7,8.4-18.7,18.7c0,10.4,8.4,18.8,18.7,18.8h69 c-0.2,2.7-0.3,5.5-0.3,8.3c0,2.8,0.1,5.6,0.4,8.4v0h-69c-10.4,0-18.7,8.4-18.7,18.8s8.4,18.8,18.7,18.8h79.8v0 c3.1,5.9,6.7,11.5,10.9,16.7h-90.7c-10.4,0-18.7,8.4-18.7,18.8c0,10.4,8.4,18.7,18.7,18.7h204.4L373.1,300.2L373.1,300.2z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0c93.1,0,171.6,64,193.8,150.3h-52.3C320.9,91.9,265.3,50,200,50S79.1,91.9,58.5,150.3H6.2 C28.4,64,106.9,0,200,0 M400,200c0,110.3-89.7,200-200,200C89.7,400,0,310.3,0,200c0-13.8,11.2-25,25-25h350 C388.8,175,400,186.2,400,200L400,200z M100.1,287.3H78.1l0.2,0.2l-0.2-0.2c6.4,9,13.9,17.2,22.1,24.6l-0.2-0.2l0.2,0.2 L100.1,287.3L100.1,287.3z M100.1,225l-48.1,0c2.2,13.1,6.1,25.6,11.5,37.3l0,0h36.6V225L100.1,225z M187.6,287.4l-62.4,0l0,42.7 l0.2,0.1l-0.2-0.1c18.7,10.8,39.8,17.7,62.4,19.5l-0.2,0l0.2,0L187.6,287.4L187.6,287.4z M187.6,225.2l-62.4,0l0,37.3h62.4 L187.6,225.2L187.6,225.2z M212.6,262.4H275v-37.3h-62.4V262.4L212.6,262.4z M275,330l-0.2,0.1L275,330l0-42.6h-62.4l0,62.2l0.2,0 l-0.2,0C235.2,347.8,256.4,340.8,275,330L275,330z M321.9,287.4l-0.1,0.1L321.9,287.4l-21.9,0v24.4l0.2-0.3l-0.2,0.3 C308.2,304.5,315.5,296.3,321.9,287.4L321.9,287.4z M347.9,225H300v0l0,37.3h36.4l0,0C341.8,250.6,345.7,238.1,347.9,225L347.9,225 z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M70.8,14.2c-23.1,0-42.9,13.9-51.8,33.7h24.9c-1,1.1-1.9,2.3-2.7,3.5H17.6c-0.8,2.3-1.5,4.7-2.1,7.1h22.1 c-0.4,1.2-0.8,2.3-1.1,3.5H14.8c-0.4,2.3-0.6,4.7-0.7,7.1h21.3c0,0.6,0,1.2,0,1.8c0,0.6,0,1.2,0,1.8H14.2c0.1,2.4,0.3,4.8,0.7,7.1 h21.7c0.3,1.2,0.7,2.4,1.1,3.5H15.5c0.5,2.4,1.2,4.8,2.1,7.1h23.7c0.8,1.2,1.7,2.4,2.7,3.5H19.1c8.8,19.8,28.7,33.7,51.8,33.7 c31.3,0,56.7-25.4,56.7-56.7C127.5,39.6,102.1,14.2,70.8,14.2z M65.5,46.1c0-2.9,2.4-5.3,5.3-5.3c2.9,0,5.3,2.4,5.3,5.3V71 c0,2.9-2.4,5.3-5.3,5.3s-5.3-2.4-5.3-5.3V46.1z M89.7,89.7c-5,5-11.7,7.8-18.8,7.8c0,0,0,0,0,0c-7.1,0-13.8-2.8-18.8-7.8 c-10-10-10.4-26-1-36.5c2-2.2,5.3-2.4,7.5-0.4c2.2,2,2.4,5.3,0.4,7.5c-5.6,6.3-5.4,15.9,0.6,21.9c3,3,7,4.7,11.3,4.7 c4.3,0,8.3-1.7,11.3-4.7c6-6,6.2-15.6,0.7-21.8c-1.9-2.2-1.7-5.6,0.4-7.5c2.2-2,5.6-1.8,7.5,0.4C100.1,63.8,99.6,79.8,89.7,89.7z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M182.5,220.9c4.9,4.9,11.3,7.3,17.7,7.3c6.4,0,12.8-2.4,17.7-7.3l44.7-44.7v86.2h-125V176L182.5,220.9 L182.5,220.9z M300.1,26.8c-7.7-4.5-17.3-4.5-25,0c-7.7,4.5-12.5,12.7-12.5,21.7v75.7l-44.7-44.7c-9.8-9.8-25.6-9.8-35.4,0l-45,45 V48.4c0-8.9-4.8-17.2-12.5-21.7c-7.7-4.5-17.3-4.5-25,0C38.3,62.5,0,128.8,0,200c0,110.3,89.7,200,200,200s200-89.7,200-200 C400,128.9,361.7,62.6,300.1,26.8"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="283.5px" height="283.5px" viewBox="0 0 283.5 283.5" style="enable-background:new 0 0 283.5 283.5;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M141.7,85C110.4,85,85,110.4,85,141.7c0,31.3,25.4,56.7,56.7,56.7s56.7-25.4,56.7-56.7 C198.4,110.4,173,85,141.7,85z M167.2,176.5c0,2.6-2.1,4.6-4.6,4.6h-41.7c-2.6,0-4.6-2.1-4.6-4.6v-69.6c0-2.6,2.1-4.6,4.6-4.6h41.7 c2.6,0,4.6,2.1,4.6,4.6V176.5z M141.7,178.6c-2.3,0-4.3-1.9-4.3-4.2c0-2.3,1.9-4.2,4.3-4.2s4.3,1.9,4.3,4.2 C146,176.7,144.1,178.6,141.7,178.6z M162.6,112.1v53.3c0,1.3-1,2.3-2.3,2.3h-37.1c-1.3,0-2.3-1-2.3-2.3v-53.3c0-1.3,1-2.3,2.3-2.3 h37.1C161.6,109.8,162.6,110.8,162.6,112.1z M146,107h-8.5c-0.4,0-0.7-0.3-0.7-0.7c0-0.4,0.3-0.7,0.7-0.7h8.5c0.4,0,0.7,0.3,0.7,0.7 C146.7,106.7,146.4,107,146,107z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:none;stroke:#E95420;stroke-width:14.0901;} </style> <path class="st0" d="M70.6,21.1c-27.2,0-49.3,22.1-49.3,49.3c0,27.2,22.1,49.3,49.3,49.3c27.2,0,49.3-22.1,49.3-49.3 C119.9,43.1,97.8,21.1,70.6,21.1z M70.5,100.1c-7.8,0-14.1-6.3-14.1-14.1C56.4,93.8,62.7,100.1,70.5,100.1c7.8,0,14.1-6.3,14.1-14.1 C84.6,93.8,78.3,100.1,70.5,100.1z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <g> <path class="st0" d="M109.8,198.1c0,6.9-5.6,12.5-12.5,12.5c-6.9,0-12.5-5.6-12.5-12.5s5.6-12.5,12.5-12.5 C104.2,185.6,109.8,191.2,109.8,198.1"></path> <path class="st0" d="M87.6,34.5v65.8v0c-28.6,5.7-50.2,31-50.2,61.3l-0.1,75.8c0,34.5,28,62.5,62.5,62.5s62.5-28,62.5-62.5 l0.1-75.8c0-30.2-21.4-55.4-49.8-61.2v0V20.1h-0.1C138.9,7.2,168.6,0,200,0c74,0,138.6,40.2,173.2,99.9L373,100H206.2 c-10.4,0-18.8,8.4-18.8,18.8s8.4,18.7,18.8,18.7h90.7l0,0c-4.1,5.2-7.8,10.8-10.9,16.7v0h-79.8c-10.4,0-18.8,8.4-18.8,18.8 c0,10.4,8.4,18.7,18.8,18.7h69h0c-0.2,2.7-0.3,5.5-0.3,8.3c0,2.8,0.1,5.6,0.4,8.4h-69c-10.4,0-18.8,8.4-18.8,18.7 c0,10.4,8.4,18.8,18.8,18.8h79.9v0c3.1,5.9,6.7,11.5,10.9,16.7v0h-90.7c-10.4,0-18.8,8.4-18.8,18.8s8.4,18.7,18.8,18.7h166.9 l0.1,0.1C338.6,359.8,274,400,200,400C89.5,400,0,310.5,0,200C0,131.2,34.7,70.5,87.6,34.5L87.6,34.5L87.6,34.5L87.6,34.5z"></path> </g> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M346.2,0h-32.5c-0.2,0-0.3,0-0.5,0H183.7C101.8,0,35.2,66.7,35.2,148.6c0,75.6,56.8,138.2,129.9,147.4V400 h37.1V295.9c73.1-9.1,129.9-71.7,130-147.3c0,0,0-0.1,0-0.1V51.5c0-0.1,0-0.3,0-0.4c0-7.7,6.2-13.9,13.9-13.9 c10.3,0,18.6-8.3,18.6-18.6C364.8,8.3,356.5,0,346.2,0L346.2,0z M219.9,184.7c-15.8,15.8-36.7,24.4-59.1,24.4h0 c-7.3,0-14.6-1-21.6-2.8c-6.4-1.7-11.4-6.7-13.2-13.2c-7.7-28.8,0.6-59.7,21.6-80.7C163.5,96.7,184.5,88,206.8,88 c7.3,0,14.6,0.9,21.6,2.8c6.4,1.7,11.4,6.7,13.2,13.2C249.2,132.8,240.9,163.7,219.9,184.7L219.9,184.7z M277.2,46.3 c-5.1,0-9.3-4.2-9.3-9.3c0-5.1,4.2-9.3,9.3-9.3c5.1,0,9.3,4.2,9.3,9.3C286.4,42.2,282.3,46.3,277.2,46.3L277.2,46.3z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M200,0C89.7,0,0,89.7,0,200s89.7,200,200,200s200-89.7,200-200S310.3,0,200,0L200,0z M200,325 c-64.6,0-117.9-49.3-124.4-112.2v-0.1H38.8c-5.1,0-9.6-3-11.5-7.7s-0.9-10.1,2.7-13.6l61.2-61.3c4.9-4.9,12.8-4.9,17.7,0l60.6,60.6 c2.6,2.3,4.3,5.7,4.3,9.5c0,6.9-5.6,12.5-12.5,12.5h-35.2c6,35.4,36.9,62.4,73.9,62.4c41.4,0,75-33.6,75-75c0-41.3-33.6-75-75-75 c-13.8,0-25-11.2-25-25s11.2-25,25-25c68.9,0,125,56.1,125,125C325,268.9,268.9,325,200,325z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="400px" height="400px" viewBox="0 0 400 400" style="enable-background:new 0 0 400 400;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <g> <path class="st0" d="M200,0C89.7,0,0,89.7,0,200c0,110.3,89.7,200,200,200c110.3,0,200-89.7,200-200C400,89.7,310.3,0,200,0L200,0z M261.2,180.4H225v100.4c0,13.8-11.2,25-25,25c-13.8,0-25-11.2-25-25V180.4h-36.2c-5.1,0-9.6-3-11.5-7.7 c-1.9-4.7-0.9-10.1,2.7-13.6l61.2-61.2c4.9-4.9,12.8-4.9,17.7,0l60.6,60.6c2.6,2.3,4.3,5.7,4.3,9.4 C273.7,174.8,268.1,180.4,261.2,180.4L261.2,180.4z"></path> </g> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" style="enable-background:new -226 350.2 141.7 141.7" xml:space="preserve" height="141.7px" viewBox="-226 350.2 141.7 141.7" width="141.7px" y="0px" x="0px"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="m-156.1 365.3c-31.3 0-56.7 25.4-56.7 56.7s25.4 56.7 56.7 56.7 56.7-25.4 56.7-56.7c0-31.2-25.5-56.7-56.7-56.7zm-0.1 7c2 0 3.5 1.6 3.5 3.5v14.3c0 2-1.6 3.5-3.5 3.5-2 0-3.5-1.6-3.5-3.5v-14.3c0-1.9 1.6-3.5 3.5-3.5zm-46.1 53.3c-2 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5h14.3c2 0 3.5 1.6 3.5 3.5s-1.6 3.5-3.5 3.5h-14.3zm26.1 21.5l-10.1 10.1c-0.7 0.7-1.6 1-2.5 1s-1.8-0.3-2.5-1c-1.4-1.4-1.4-3.6 0-5l10.1-10.1c1.4-1.4 3.6-1.4 5 0s1.4 3.6 0 5zm0-45.1c-0.7 0.7-1.6 1-2.5 1s-1.8-0.3-2.5-1l-10.1-10.1c-1.4-1.4-1.4-3.6 0-5s3.6-1.4 5 0l10.1 10.1c1.4 1.4 1.4 3.6 0 5zm23.6 66.2c0 2-1.6 3.5-3.5 3.5-2 0-3.5-1.6-3.5-3.5v-14.3c0-2 1.6-3.5 3.5-3.5 2 0 3.5 1.6 3.5 3.5v14.3zm10.7-28.5c0 2-1.6 3.5-3.5 3.5h-17.7c-2 0-3.5-1.6-3.5-3.5v-31.9c0-2 1.6-3.5 3.5-3.5h17.7c2 0 3.5 1.6 3.5 3.5v31.9zm5.8-42.7l10.1-10.1c1.4-1.4 3.6-1.4 5 0s1.4 3.6 0 5l-10.1 10.1c-0.7 0.7-1.6 1-2.5 1s-1.8-0.3-2.5-1c-1.4-1.4-1.4-3.6 0-5zm15.1 60.2c-0.7 0.7-1.6 1-2.5 1s-1.8-0.3-2.5-1l-10.1-10.1c-1.4-1.4-1.4-3.6 0-5s3.6-1.4 5 0l10.1 10.1c1.4 1.4 1.4 3.6 0 5zm11-31.6h-14.3c-2 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5h14.3c2 0 3.5 1.6 3.5 3.5s-1.5 3.5-3.5 3.5zm-35.6-14c0 2-1.6 3.5-3.5 3.5-2 0-3.5-1.6-3.5-3.5 0-2 1.6-3.5 3.5-3.5s3.5 1.5 3.5 3.5z"></path> </svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" width="141.7px" height="141.7px" viewBox="0 0 141.7 141.7" style="enable-background:new 0 0 141.7 141.7;" xml:space="preserve"> <style type="text/css"> .st0{fill:#E95420;} </style> <path class="st0" d="M111,30.8C100.2,20.1,86,14.2,70.9,14.2c-15.1,0-29.4,5.9-40.1,16.6C20.1,41.5,14.2,55.7,14.2,70.9 c0,15.1,5.9,29.4,16.6,40.1c10.7,10.7,24.9,16.6,40.1,16.6s29.4-5.9,40.1-16.6c10.7-10.7,16.6-24.9,16.6-40.1 C127.6,55.7,121.7,41.5,111,30.8z M67.3,105.5c-8.3-8.3-21.8-8.3-30.1,0V73.6c8.3-8.3,21.8-8.3,30.1,0V105.5z M67.3,66.5 c-8.3-8.3-21.8-8.3-30.1,0V34.6c8.3-8.3,21.8-8.3,30.1,0V66.5z M104.5,109c-8.3,8.3-21.8,8.3-30.1,0V77.1c8.3,8.3,21.8,8.3,30.1,0 V109z M104.5,70c-8.3,8.3-21.8,8.3-30.1,0V38.1c8.3,8.3,21.8,8.3,30.1,0V70z"></path> </svg>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment